.collapse {
  display: none; }

.collapse.in {
  display: block; }

.collapse.in {
  display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease; }

@media (min-width: 40em) {
  .form-divisor {
    border-right: 2px solid #eee; } }

.control-checkbox__label {
  display: inline; }

/**
* page-title title
*/
.page-title:before,
.page-title:after,
.page-title__heading:before,
.page-title__heading:after {
  content: "";
  display: block;
  position: absolute; }

.page-title:before,
.page-title:after {
  bottom: 0;
  top: 0;
  width: 100px;
  z-index: 2; }

.page-title:before {
  background: linear-gradient(to right, #eee, rgba(238, 238, 238, 0));
  left: 0; }

.page-title:after {
  background: linear-gradient(to left, #eee, rgba(238, 238, 238, 0));
  right: 0; }

.page-title__heading > span {
  background: #eeeeee;
  position: relative;
  z-index: 5; }

.page-title__heading:before,
.page-title__heading:after {
  bottom: 20px;
  height: 1px;
  width: 100%;
  z-index: 1; }

.page-title__heading:before {
  background: #bdbdbd;
  background: rgba(0, 0, 0, 0.2);
  bottom: 21px; }

.page-title__heading:after {
  background: #fff; }

/**
 * Basic button style
 * All other buttons require this class
 */
.tip-container {
  position: relative;
  left: 100%; }

.custom-tip {
  text-align: left;
  position: absolute;
  width: 200px; }

@media (max-width: 40em) {
  .custom-tip {
    display: none; } }

/* White */
.bg-1 {
  background: #fff; }

/* light grey */
.bg-2 {
  background: #eee; }

/* Light green */
.bg-3 {
  background: #90c352; }

/* dark grey */
.bg-4 {
  background: #555; }

/* mid grey */
.bg-5 {
  background: #888; }

/* very light grey - almost white */
.bg-6 {
  background: #f9f9f9; }

/* red bg */
.bg-8 {
  background: #e06666; }

.bg-9 {
  background: #ddd; }

.bg-10 {
  background: #009623; }

/*
 * Footer navigation
 */
.nav-footer {
  font-size: 12px;
  line-height: 18px; }

.nav-footer__item {
  border-left: 1px solid #666;
  text-decoration: none; }

.nav-footer__item:hover {
  text-decoration: underline; }

.nav-footer__item:first-child {
  border: none; }

/*
* Desktop Menu
*/
.os-menu ul {
  display: inline-block; }

.os-menu ul li {
  display: inline-block;
  vertical-align: top; }

.os-menu__item {
  text-decoration: none;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer; }

.os-menu__item {
  height: 63px;
  padding: 17px 20px 0 20px;
  display: inline-block;
  box-sizing: border-box; }

.os-menu__item.is-selected {
  border-bottom: 2px solid #26B11B; }

.os-menu__item:hover,
.os-menu__item.is-open {
  background-color: #26B11B;
  color: #fff; }

.os-menu__item--parent {
  display: block;
  text-align: center;
  height: 63px; }

.os-menu__item--child {
  display: block;
  background-color: #26B11B;
  color: #fff;
  position: relative;
  z-index: 2000;
  text-align: left;
  box-sizing: border-box; }

.os-menu__item--child:hover,
.os-menu__item--child:focus {
  background-color: #26a91b; }

.os-menu__item--child.is-selected {
  font-weight: bold; }

.os-menu__item--logout {
  color: #999; }

.os-menu__item--logout:hover {
  background-color: #fff;
  color: #444;
  text-decoration: underline; }

a.os-menu__item--child {
  padding: 10px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase; }

.os-menu__item:hover .os-menu__chevron {
  color: #fff; }

.nav-align-bottom {
  vertical-align: bottom !important; }

.legal__numbered-list, .legal__bullet-list {
  margin-left: 20px; }

.anchor-white {
  font-weight: normal;
  color: white !important;
  text-decoration: underline; }

.anchor-white:hover {
  font-weight: bolder;
  color: white !important; }

.login-list {
  list-style-type: none; }

.control__text {
  margin: 0; }

.container {
  min-height: 100%;
  overflow: hidden; }

@media (max-width: 640px) {
  .container {
    padding-bottom: 200px; } }

.footer {
  bottom: 0;
  min-height: 40px;
  position: absolute;
  width: 100%; }

body {
  overflow-y: scroll; }

html,
body {
  height: 100%; }

body, .body, .footer {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

.list-1 {
  margin-left: 15px; }

/**
 * Unsupported browser message.
 */
.unsupported-message {
  background: #FCF8CC;
  border: 1px solid #F9C463;
  margin: 0 0 16px 0;
  padding: 16px; }
  .unsupported-message .unsupported-message__heading {
    font-weight: 700 !important; }
  .unsupported-message p {
    color: #CF5300; }
    .unsupported-message p a {
      color: #CF5300; }

.mediaqueries .unsupported-message {
  display: none; }

.captcha-container {
  width: 304px; }
  .captcha-container .is-invalid {
    border: 1px solid #a90000; }
  .captcha-container .captcha-tip {
    bottom: 68px !important;
    left: 304px; }

.verification-code-container {
  margin-top: 10px; }
  .verification-code-container h3 {
    padding: 40px 20px 20px 20px;
    text-align: center; }
  .verification-code-container p {
    padding: 10px 20px 10px 20px; }
    .verification-code-container p span {
      background-color: #fff;
      font-size: 18px;
      font-weight: bold;
      padding: 5px; }
    .verification-code-container p.verification-code {
      text-align: center; }

.anchor-1 {
  font-weight: normal;
  color: #1154A7 !important;
  text-decoration: underline; }

.anchor-1:hover {
  color: #1154A7 !important; }

.tick-color {
  color: #1154A7; }

.password-strength {
  background: #CCCCCC;
  height: 10px;
  position: relative;
  margin-top: -13px; }
  .password-strength > div {
    transition: all 0.5s ease-in-out;
    background: #64ACE2;
    background: linear-gradient(to right, #1154A7, #64ACE2);
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 0;
    display: block; }
  .password-strength.password-strength--0 div {
    background: #df6666;
    width: 20%; }
  .password-strength.password-strength--1 div {
    width: 40%; }
  .password-strength.password-strength--2 div {
    width: 60%; }
  .password-strength.password-strength--3 div {
    width: 80%; }
  .password-strength.password-strength--4 div {
    width: 100%; }

.logo {
  background: url("../assets/logo/apia.png") no-repeat 0 0;
  background-size: contain;
  width: 115px;
  height: 81px;
  display: inline-block;
  box-sizing: border-box; }

@media (max-width: 960px) {
  .logo {
    width: 100px;
    height: 71px;
    top: 5px;
    position: relative; } }

.btn {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  border: none;
  box-sizing: border-box;
  background: #ff8700;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: inherit;
  line-height: 30px;
  outline: 0;
  padding: 5px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 2px;
  background: #888;
  color: #fff;
  margin: 0; }

.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.1), 1px 1px 0 #666666, -1px 1px 0 #666666, 1px -1px 0 #666666, -1px -1px 0 #666666; }

.btn[disabled] {
  background: #fff;
  color: #ccc;
  cursor: default;
  opacity: 0.5; }

/**
   * Remove excess padding and border in Firefox 4+
   */
.btn::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Icons used within buttons
   */
.btn i {
  display: inline-block;
  margin-top: -2px; }

.btn i:first-child {
  margin-right: 3px; }

.btn i:last-child {
  margin-left: 3px; }

.btn--primary {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 2px;
  border: none;
  background-color: #ff8700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.1); }

.btn--primary:hover,
.btn--primary:focus,
.btn--primary:active {
  background: #ff8700;
  color: #FFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.1), 1px 1px 0 #e5a200, -1px 1px 0 #e5a200, 1px -1px 0 #e5a200, -1px -1px 0 #e5a200; }

.btn--secondary:hover,
.btn--secondary:focus,
.btn--secondary:active {
  background: #0158a8;
  color: #FFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.1), 1px 1px 0 #11458a, -1px 1px 0 #11458a, 1px -1px 0 #11458a, -1px -1px 0 #11458a; }

.btn--secondary {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 2px;
  background: #0158a8;
  color: #fff; }

.btn--ternary {
  background: #f0f2f4;
  color: inherit; }

.btn--wrap {
  white-space: normal; }

.btn--extra-wide {
  width: 200px; }

.landing_mainbox {
  border-left: 4px solid #0158a8;
  box-shadow: 0px 4px 8px 0px rgba(200, 199, 199, 0.5); }

.landing_icon {
  width: 40px; }

.anchor-hover {
  text-decoration: none; }

.anchor-hover:hover {
  text-decoration: underline; }

.os-menu {
  height: 107px; }

/**
 * Container for the grid
 */
.rg-Page {
  margin: 0 auto;
  max-width: 60rem; }
  .no-mediaqueries .rg-Page {
    width: 960px; }

/**
 * Grid Unit Container
 */
.rg-Grid {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  margin: 0;
  padding: 0; }

.rg-Grid--center {
  text-align: center; }

/**
 * Represents a single column
 */
.rg-Unit {
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  text-rendering: auto;
  vertical-align: top;
  word-spacing: normal;
  width: 100%; }

.rg-Unit--center {
  margin: 0 auto;
  display: block; }

/**
 * Base settings. The column widths
 * will be based in the font-size using rems
 */
html {
  font-size: 16px; }

html:before {
  display: none; }

@media (min-width: 1em) {
  html:before {
    content: "4"; }

  .rg-centerAt4 {
    margin-left: auto;
    margin-right: auto; }

  .rg-invisibleAt4,
  .rg-hiddenAt4 {
    display: none !important; }

  .rg-visibleAt4,
  .rg-blockAt4 {
    display: block !important; }

  .rg-inlineBlockAt4 {
    display: inline-block !important; }

  .rg-inlineAt4 {
    display: inline !important; }

  .rg-textCenterAt4 {
    text-align: center; }

  .rg-textLeftAt4 {
    text-align: left; }

  .rg-textRightAt4 {
    text-align: right; }

  .rg-1of4 {
    width: 25%; }

  .rg-2of4 {
    width: 50%; }

  .rg-3of4 {
    width: 75%; }

  .rg-4of4 {
    width: 100%; }

  .rg-p0at4 {
    padding: 0; }

  .rg-pt0at4 {
    padding-top: 0; }

  .rg-pr0at4 {
    padding-right: 0; }

  .rg-pb0at4 {
    padding-bottom: 0; }

  .rg-pl0at4 {
    padding-left: 0; }

  .rg-py0at4 {
    padding-top: 0;
    padding-bottom: 0; }

  .rg-px0at4 {
    padding-right: 0;
    padding-left: 0; }

  .rg-m0at4 {
    margin: 0; }

  .rg-mt0at4 {
    margin-top: 0; }

  .rg-mr0at4 {
    margin-right: 0; }

  .rg-mb0at4 {
    margin-bottom: 0; }

  .rg-ml0at4 {
    margin-left: 0; }

  .rg-my0at4 {
    margin-top: 0;
    margin-bottom: 0; }

  .rg-mx0at4 {
    margin-right: 0;
    margin-left: 0; }

  .rg-p1at4 {
    padding: 5px; }

  .rg-pt1at4 {
    padding-top: 5px; }

  .rg-pr1at4 {
    padding-right: 5px; }

  .rg-pb1at4 {
    padding-bottom: 5px; }

  .rg-pl1at4 {
    padding-left: 5px; }

  .rg-py1at4 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .rg-px1at4 {
    padding-right: 5px;
    padding-left: 5px; }

  .rg-m1at4 {
    margin: 5px; }

  .rg-mt1at4 {
    margin-top: 5px; }

  .rg-mr1at4 {
    margin-right: 5px; }

  .rg-mb1at4 {
    margin-bottom: 5px; }

  .rg-ml1at4 {
    margin-left: 5px; }

  .rg-my1at4 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .rg-mx1at4 {
    margin-right: 5px;
    margin-left: 5px; }

  .rg-p2at4 {
    padding: 10px; }

  .rg-pt2at4 {
    padding-top: 10px; }

  .rg-pr2at4 {
    padding-right: 10px; }

  .rg-pb2at4 {
    padding-bottom: 10px; }

  .rg-pl2at4 {
    padding-left: 10px; }

  .rg-py2at4 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .rg-px2at4 {
    padding-right: 10px;
    padding-left: 10px; }

  .rg-m2at4 {
    margin: 10px; }

  .rg-mt2at4 {
    margin-top: 10px; }

  .rg-mr2at4 {
    margin-right: 10px; }

  .rg-mb2at4 {
    margin-bottom: 10px; }

  .rg-ml2at4 {
    margin-left: 10px; }

  .rg-my2at4 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .rg-mx2at4 {
    margin-right: 10px;
    margin-left: 10px; }

  .rg-p3at4 {
    padding: 20px; }

  .rg-pt3at4 {
    padding-top: 20px; }

  .rg-pr3at4 {
    padding-right: 20px; }

  .rg-pb3at4 {
    padding-bottom: 20px; }

  .rg-pl3at4 {
    padding-left: 20px; }

  .rg-py3at4 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .rg-px3at4 {
    padding-right: 20px;
    padding-left: 20px; }

  .rg-m3at4 {
    margin: 20px; }

  .rg-mt3at4 {
    margin-top: 20px; }

  .rg-mr3at4 {
    margin-right: 20px; }

  .rg-mb3at4 {
    margin-bottom: 20px; }

  .rg-ml3at4 {
    margin-left: 20px; }

  .rg-my3at4 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .rg-mx3at4 {
    margin-right: 20px;
    margin-left: 20px; }

  .rg-p4at4 {
    padding: 40px; }

  .rg-pt4at4 {
    padding-top: 40px; }

  .rg-pr4at4 {
    padding-right: 40px; }

  .rg-pb4at4 {
    padding-bottom: 40px; }

  .rg-pl4at4 {
    padding-left: 40px; }

  .rg-py4at4 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .rg-px4at4 {
    padding-right: 40px;
    padding-left: 40px; }

  .rg-m4at4 {
    margin: 40px; }

  .rg-mt4at4 {
    margin-top: 40px; }

  .rg-mr4at4 {
    margin-right: 40px; }

  .rg-mb4at4 {
    margin-bottom: 40px; }

  .rg-ml4at4 {
    margin-left: 40px; }

  .rg-my4at4 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .rg-mx4at4 {
    margin-right: 40px;
    margin-left: 40px; }

  .rg-p5at4 {
    padding: 60px; }

  .rg-pt5at4 {
    padding-top: 60px; }

  .rg-pr5at4 {
    padding-right: 60px; }

  .rg-pb5at4 {
    padding-bottom: 60px; }

  .rg-pl5at4 {
    padding-left: 60px; }

  .rg-py5at4 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .rg-px5at4 {
    padding-right: 60px;
    padding-left: 60px; }

  .rg-m5at4 {
    margin: 60px; }

  .rg-mt5at4 {
    margin-top: 60px; }

  .rg-mr5at4 {
    margin-right: 60px; }

  .rg-mb5at4 {
    margin-bottom: 60px; }

  .rg-ml5at4 {
    margin-left: 60px; }

  .rg-my5at4 {
    margin-top: 60px;
    margin-bottom: 60px; }

  .rg-mx5at4 {
    margin-right: 60px;
    margin-left: 60px; } }
@media (min-width: 30em) {
  html:before {
    content: "6"; }

  .rg-centerAt6 {
    margin-left: auto;
    margin-right: auto; }

  .rg-invisibleAt6,
  .rg-hiddenAt6 {
    display: none !important; }

  .rg-visibleAt6,
  .rg-blockAt6 {
    display: block !important; }

  .rg-inlineBlockAt6 {
    display: inline-block !important; }

  .rg-inlineAt6 {
    display: inline !important; }

  .rg-textCenterAt6 {
    text-align: center; }

  .rg-textLeftAt6 {
    text-align: left; }

  .rg-textRightAt6 {
    text-align: right; }

  .rg-1of6 {
    width: 16.66667%; }

  .rg-2of6 {
    width: 33.33333%; }

  .rg-3of6 {
    width: 50%; }

  .rg-4of6 {
    width: 66.66667%; }

  .rg-5of6 {
    width: 83.33333%; }

  .rg-6of6 {
    width: 100%; }

  .rg-p0at6 {
    padding: 0; }

  .rg-pt0at6 {
    padding-top: 0; }

  .rg-pr0at6 {
    padding-right: 0; }

  .rg-pb0at6 {
    padding-bottom: 0; }

  .rg-pl0at6 {
    padding-left: 0; }

  .rg-py0at6 {
    padding-top: 0;
    padding-bottom: 0; }

  .rg-px0at6 {
    padding-right: 0;
    padding-left: 0; }

  .rg-m0at6 {
    margin: 0; }

  .rg-mt0at6 {
    margin-top: 0; }

  .rg-mr0at6 {
    margin-right: 0; }

  .rg-mb0at6 {
    margin-bottom: 0; }

  .rg-ml0at6 {
    margin-left: 0; }

  .rg-my0at6 {
    margin-top: 0;
    margin-bottom: 0; }

  .rg-mx0at6 {
    margin-right: 0;
    margin-left: 0; }

  .rg-p1at6 {
    padding: 5px; }

  .rg-pt1at6 {
    padding-top: 5px; }

  .rg-pr1at6 {
    padding-right: 5px; }

  .rg-pb1at6 {
    padding-bottom: 5px; }

  .rg-pl1at6 {
    padding-left: 5px; }

  .rg-py1at6 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .rg-px1at6 {
    padding-right: 5px;
    padding-left: 5px; }

  .rg-m1at6 {
    margin: 5px; }

  .rg-mt1at6 {
    margin-top: 5px; }

  .rg-mr1at6 {
    margin-right: 5px; }

  .rg-mb1at6 {
    margin-bottom: 5px; }

  .rg-ml1at6 {
    margin-left: 5px; }

  .rg-my1at6 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .rg-mx1at6 {
    margin-right: 5px;
    margin-left: 5px; }

  .rg-p2at6 {
    padding: 10px; }

  .rg-pt2at6 {
    padding-top: 10px; }

  .rg-pr2at6 {
    padding-right: 10px; }

  .rg-pb2at6 {
    padding-bottom: 10px; }

  .rg-pl2at6 {
    padding-left: 10px; }

  .rg-py2at6 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .rg-px2at6 {
    padding-right: 10px;
    padding-left: 10px; }

  .rg-m2at6 {
    margin: 10px; }

  .rg-mt2at6 {
    margin-top: 10px; }

  .rg-mr2at6 {
    margin-right: 10px; }

  .rg-mb2at6 {
    margin-bottom: 10px; }

  .rg-ml2at6 {
    margin-left: 10px; }

  .rg-my2at6 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .rg-mx2at6 {
    margin-right: 10px;
    margin-left: 10px; }

  .rg-p3at6 {
    padding: 20px; }

  .rg-pt3at6 {
    padding-top: 20px; }

  .rg-pr3at6 {
    padding-right: 20px; }

  .rg-pb3at6 {
    padding-bottom: 20px; }

  .rg-pl3at6 {
    padding-left: 20px; }

  .rg-py3at6 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .rg-px3at6 {
    padding-right: 20px;
    padding-left: 20px; }

  .rg-m3at6 {
    margin: 20px; }

  .rg-mt3at6 {
    margin-top: 20px; }

  .rg-mr3at6 {
    margin-right: 20px; }

  .rg-mb3at6 {
    margin-bottom: 20px; }

  .rg-ml3at6 {
    margin-left: 20px; }

  .rg-my3at6 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .rg-mx3at6 {
    margin-right: 20px;
    margin-left: 20px; }

  .rg-p4at6 {
    padding: 40px; }

  .rg-pt4at6 {
    padding-top: 40px; }

  .rg-pr4at6 {
    padding-right: 40px; }

  .rg-pb4at6 {
    padding-bottom: 40px; }

  .rg-pl4at6 {
    padding-left: 40px; }

  .rg-py4at6 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .rg-px4at6 {
    padding-right: 40px;
    padding-left: 40px; }

  .rg-m4at6 {
    margin: 40px; }

  .rg-mt4at6 {
    margin-top: 40px; }

  .rg-mr4at6 {
    margin-right: 40px; }

  .rg-mb4at6 {
    margin-bottom: 40px; }

  .rg-ml4at6 {
    margin-left: 40px; }

  .rg-my4at6 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .rg-mx4at6 {
    margin-right: 40px;
    margin-left: 40px; }

  .rg-p5at6 {
    padding: 60px; }

  .rg-pt5at6 {
    padding-top: 60px; }

  .rg-pr5at6 {
    padding-right: 60px; }

  .rg-pb5at6 {
    padding-bottom: 60px; }

  .rg-pl5at6 {
    padding-left: 60px; }

  .rg-py5at6 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .rg-px5at6 {
    padding-right: 60px;
    padding-left: 60px; }

  .rg-m5at6 {
    margin: 60px; }

  .rg-mt5at6 {
    margin-top: 60px; }

  .rg-mr5at6 {
    margin-right: 60px; }

  .rg-mb5at6 {
    margin-bottom: 60px; }

  .rg-ml5at6 {
    margin-left: 60px; }

  .rg-my5at6 {
    margin-top: 60px;
    margin-bottom: 60px; }

  .rg-mx5at6 {
    margin-right: 60px;
    margin-left: 60px; } }
@media (min-width: 40em) {
  html:before {
    content: "8"; }

  .rg-centerAt8 {
    margin-left: auto;
    margin-right: auto; }

  .rg-invisibleAt8,
  .rg-hiddenAt8 {
    display: none !important; }

  .rg-visibleAt8,
  .rg-blockAt8 {
    display: block !important; }

  .rg-inlineBlockAt8 {
    display: inline-block !important; }

  .rg-inlineAt8 {
    display: inline !important; }

  .rg-textCenterAt8 {
    text-align: center; }

  .rg-textLeftAt8 {
    text-align: left; }

  .rg-textRightAt8 {
    text-align: right; }

  .rg-1of8 {
    width: 12.5%; }

  .rg-2of8 {
    width: 25%; }

  .rg-3of8 {
    width: 37.5%; }

  .rg-4of8 {
    width: 50%; }

  .rg-5of8 {
    width: 62.5%; }

  .rg-6of8 {
    width: 75%; }

  .rg-7of8 {
    width: 87.5%; }

  .rg-8of8 {
    width: 100%; }

  .rg-p0at8 {
    padding: 0; }

  .rg-pt0at8 {
    padding-top: 0; }

  .rg-pr0at8 {
    padding-right: 0; }

  .rg-pb0at8 {
    padding-bottom: 0; }

  .rg-pl0at8 {
    padding-left: 0; }

  .rg-py0at8 {
    padding-top: 0;
    padding-bottom: 0; }

  .rg-px0at8 {
    padding-right: 0;
    padding-left: 0; }

  .rg-m0at8 {
    margin: 0; }

  .rg-mt0at8 {
    margin-top: 0; }

  .rg-mr0at8 {
    margin-right: 0; }

  .rg-mb0at8 {
    margin-bottom: 0; }

  .rg-ml0at8 {
    margin-left: 0; }

  .rg-my0at8 {
    margin-top: 0;
    margin-bottom: 0; }

  .rg-mx0at8 {
    margin-right: 0;
    margin-left: 0; }

  .rg-p1at8 {
    padding: 5px; }

  .rg-pt1at8 {
    padding-top: 5px; }

  .rg-pr1at8 {
    padding-right: 5px; }

  .rg-pb1at8 {
    padding-bottom: 5px; }

  .rg-pl1at8 {
    padding-left: 5px; }

  .rg-py1at8 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .rg-px1at8 {
    padding-right: 5px;
    padding-left: 5px; }

  .rg-m1at8 {
    margin: 5px; }

  .rg-mt1at8 {
    margin-top: 5px; }

  .rg-mr1at8 {
    margin-right: 5px; }

  .rg-mb1at8 {
    margin-bottom: 5px; }

  .rg-ml1at8 {
    margin-left: 5px; }

  .rg-my1at8 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .rg-mx1at8 {
    margin-right: 5px;
    margin-left: 5px; }

  .rg-p2at8 {
    padding: 10px; }

  .rg-pt2at8 {
    padding-top: 10px; }

  .rg-pr2at8 {
    padding-right: 10px; }

  .rg-pb2at8 {
    padding-bottom: 10px; }

  .rg-pl2at8 {
    padding-left: 10px; }

  .rg-py2at8 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .rg-px2at8 {
    padding-right: 10px;
    padding-left: 10px; }

  .rg-m2at8 {
    margin: 10px; }

  .rg-mt2at8 {
    margin-top: 10px; }

  .rg-mr2at8 {
    margin-right: 10px; }

  .rg-mb2at8 {
    margin-bottom: 10px; }

  .rg-ml2at8 {
    margin-left: 10px; }

  .rg-my2at8 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .rg-mx2at8 {
    margin-right: 10px;
    margin-left: 10px; }

  .rg-p3at8 {
    padding: 20px; }

  .rg-pt3at8 {
    padding-top: 20px; }

  .rg-pr3at8 {
    padding-right: 20px; }

  .rg-pb3at8 {
    padding-bottom: 20px; }

  .rg-pl3at8 {
    padding-left: 20px; }

  .rg-py3at8 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .rg-px3at8 {
    padding-right: 20px;
    padding-left: 20px; }

  .rg-m3at8 {
    margin: 20px; }

  .rg-mt3at8 {
    margin-top: 20px; }

  .rg-mr3at8 {
    margin-right: 20px; }

  .rg-mb3at8 {
    margin-bottom: 20px; }

  .rg-ml3at8 {
    margin-left: 20px; }

  .rg-my3at8 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .rg-mx3at8 {
    margin-right: 20px;
    margin-left: 20px; }

  .rg-p4at8 {
    padding: 40px; }

  .rg-pt4at8 {
    padding-top: 40px; }

  .rg-pr4at8 {
    padding-right: 40px; }

  .rg-pb4at8 {
    padding-bottom: 40px; }

  .rg-pl4at8 {
    padding-left: 40px; }

  .rg-py4at8 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .rg-px4at8 {
    padding-right: 40px;
    padding-left: 40px; }

  .rg-m4at8 {
    margin: 40px; }

  .rg-mt4at8 {
    margin-top: 40px; }

  .rg-mr4at8 {
    margin-right: 40px; }

  .rg-mb4at8 {
    margin-bottom: 40px; }

  .rg-ml4at8 {
    margin-left: 40px; }

  .rg-my4at8 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .rg-mx4at8 {
    margin-right: 40px;
    margin-left: 40px; }

  .rg-p5at8 {
    padding: 60px; }

  .rg-pt5at8 {
    padding-top: 60px; }

  .rg-pr5at8 {
    padding-right: 60px; }

  .rg-pb5at8 {
    padding-bottom: 60px; }

  .rg-pl5at8 {
    padding-left: 60px; }

  .rg-py5at8 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .rg-px5at8 {
    padding-right: 60px;
    padding-left: 60px; }

  .rg-m5at8 {
    margin: 60px; }

  .rg-mt5at8 {
    margin-top: 60px; }

  .rg-mr5at8 {
    margin-right: 60px; }

  .rg-mb5at8 {
    margin-bottom: 60px; }

  .rg-ml5at8 {
    margin-left: 60px; }

  .rg-my5at8 {
    margin-top: 60px;
    margin-bottom: 60px; }

  .rg-mx5at8 {
    margin-right: 60px;
    margin-left: 60px; } }
@media (min-width: 50em) {
  html:before {
    content: "10"; }

  .rg-centerAt10 {
    margin-left: auto;
    margin-right: auto; }

  .rg-invisibleAt10,
  .rg-hiddenAt10 {
    display: none !important; }

  .rg-visibleAt10,
  .rg-blockAt10 {
    display: block !important; }

  .rg-inlineBlockAt10 {
    display: inline-block !important; }

  .rg-inlineAt10 {
    display: inline !important; }

  .rg-textCenterAt10 {
    text-align: center; }

  .rg-textLeftAt10 {
    text-align: left; }

  .rg-textRightAt10 {
    text-align: right; }

  .rg-1of10 {
    width: 10%; }

  .rg-2of10 {
    width: 20%; }

  .rg-3of10 {
    width: 30%; }

  .rg-4of10 {
    width: 40%; }

  .rg-5of10 {
    width: 50%; }

  .rg-6of10 {
    width: 60%; }

  .rg-7of10 {
    width: 70%; }

  .rg-8of10 {
    width: 80%; }

  .rg-9of10 {
    width: 90%; }

  .rg-10of10 {
    width: 100%; }

  .rg-p0at10 {
    padding: 0; }

  .rg-pt0at10 {
    padding-top: 0; }

  .rg-pr0at10 {
    padding-right: 0; }

  .rg-pb0at10 {
    padding-bottom: 0; }

  .rg-pl0at10 {
    padding-left: 0; }

  .rg-py0at10 {
    padding-top: 0;
    padding-bottom: 0; }

  .rg-px0at10 {
    padding-right: 0;
    padding-left: 0; }

  .rg-m0at10 {
    margin: 0; }

  .rg-mt0at10 {
    margin-top: 0; }

  .rg-mr0at10 {
    margin-right: 0; }

  .rg-mb0at10 {
    margin-bottom: 0; }

  .rg-ml0at10 {
    margin-left: 0; }

  .rg-my0at10 {
    margin-top: 0;
    margin-bottom: 0; }

  .rg-mx0at10 {
    margin-right: 0;
    margin-left: 0; }

  .rg-p1at10 {
    padding: 5px; }

  .rg-pt1at10 {
    padding-top: 5px; }

  .rg-pr1at10 {
    padding-right: 5px; }

  .rg-pb1at10 {
    padding-bottom: 5px; }

  .rg-pl1at10 {
    padding-left: 5px; }

  .rg-py1at10 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .rg-px1at10 {
    padding-right: 5px;
    padding-left: 5px; }

  .rg-m1at10 {
    margin: 5px; }

  .rg-mt1at10 {
    margin-top: 5px; }

  .rg-mr1at10 {
    margin-right: 5px; }

  .rg-mb1at10 {
    margin-bottom: 5px; }

  .rg-ml1at10 {
    margin-left: 5px; }

  .rg-my1at10 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .rg-mx1at10 {
    margin-right: 5px;
    margin-left: 5px; }

  .rg-p2at10 {
    padding: 10px; }

  .rg-pt2at10 {
    padding-top: 10px; }

  .rg-pr2at10 {
    padding-right: 10px; }

  .rg-pb2at10 {
    padding-bottom: 10px; }

  .rg-pl2at10 {
    padding-left: 10px; }

  .rg-py2at10 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .rg-px2at10 {
    padding-right: 10px;
    padding-left: 10px; }

  .rg-m2at10 {
    margin: 10px; }

  .rg-mt2at10 {
    margin-top: 10px; }

  .rg-mr2at10 {
    margin-right: 10px; }

  .rg-mb2at10 {
    margin-bottom: 10px; }

  .rg-ml2at10 {
    margin-left: 10px; }

  .rg-my2at10 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .rg-mx2at10 {
    margin-right: 10px;
    margin-left: 10px; }

  .rg-p3at10 {
    padding: 20px; }

  .rg-pt3at10 {
    padding-top: 20px; }

  .rg-pr3at10 {
    padding-right: 20px; }

  .rg-pb3at10 {
    padding-bottom: 20px; }

  .rg-pl3at10 {
    padding-left: 20px; }

  .rg-py3at10 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .rg-px3at10 {
    padding-right: 20px;
    padding-left: 20px; }

  .rg-m3at10 {
    margin: 20px; }

  .rg-mt3at10 {
    margin-top: 20px; }

  .rg-mr3at10 {
    margin-right: 20px; }

  .rg-mb3at10 {
    margin-bottom: 20px; }

  .rg-ml3at10 {
    margin-left: 20px; }

  .rg-my3at10 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .rg-mx3at10 {
    margin-right: 20px;
    margin-left: 20px; }

  .rg-p4at10 {
    padding: 40px; }

  .rg-pt4at10 {
    padding-top: 40px; }

  .rg-pr4at10 {
    padding-right: 40px; }

  .rg-pb4at10 {
    padding-bottom: 40px; }

  .rg-pl4at10 {
    padding-left: 40px; }

  .rg-py4at10 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .rg-px4at10 {
    padding-right: 40px;
    padding-left: 40px; }

  .rg-m4at10 {
    margin: 40px; }

  .rg-mt4at10 {
    margin-top: 40px; }

  .rg-mr4at10 {
    margin-right: 40px; }

  .rg-mb4at10 {
    margin-bottom: 40px; }

  .rg-ml4at10 {
    margin-left: 40px; }

  .rg-my4at10 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .rg-mx4at10 {
    margin-right: 40px;
    margin-left: 40px; }

  .rg-p5at10 {
    padding: 60px; }

  .rg-pt5at10 {
    padding-top: 60px; }

  .rg-pr5at10 {
    padding-right: 60px; }

  .rg-pb5at10 {
    padding-bottom: 60px; }

  .rg-pl5at10 {
    padding-left: 60px; }

  .rg-py5at10 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .rg-px5at10 {
    padding-right: 60px;
    padding-left: 60px; }

  .rg-m5at10 {
    margin: 60px; }

  .rg-mt5at10 {
    margin-top: 60px; }

  .rg-mr5at10 {
    margin-right: 60px; }

  .rg-mb5at10 {
    margin-bottom: 60px; }

  .rg-ml5at10 {
    margin-left: 60px; }

  .rg-my5at10 {
    margin-top: 60px;
    margin-bottom: 60px; }

  .rg-mx5at10 {
    margin-right: 60px;
    margin-left: 60px; } }
@media (min-width: 60em) {
  html:before {
    content: "12"; }

  .rg-centerAt12 {
    margin-left: auto;
    margin-right: auto; }

  .rg-invisibleAt12,
  .rg-hiddenAt12 {
    display: none !important; }

  .rg-visibleAt12,
  .rg-blockAt12 {
    display: block !important; }

  .rg-inlineBlockAt12 {
    display: inline-block !important; }

  .rg-inlineAt12 {
    display: inline !important; }

  .rg-textCenterAt12 {
    text-align: center; }

  .rg-textLeftAt12 {
    text-align: left; }

  .rg-textRightAt12 {
    text-align: right; }

  .rg-1of12 {
    width: 8.33333%; }

  .rg-2of12 {
    width: 16.66667%; }

  .rg-3of12 {
    width: 25%; }

  .rg-4of12 {
    width: 33.33333%; }

  .rg-5of12 {
    width: 41.66667%; }

  .rg-6of12 {
    width: 50%; }

  .rg-7of12 {
    width: 58.33333%; }

  .rg-8of12 {
    width: 66.66667%; }

  .rg-9of12 {
    width: 75%; }

  .rg-10of12 {
    width: 83.33333%; }

  .rg-11of12 {
    width: 91.66667%; }

  .rg-12of12 {
    width: 100%; }

  .rg-p0at12 {
    padding: 0; }

  .rg-pt0at12 {
    padding-top: 0; }

  .rg-pr0at12 {
    padding-right: 0; }

  .rg-pb0at12 {
    padding-bottom: 0; }

  .rg-pl0at12 {
    padding-left: 0; }

  .rg-py0at12 {
    padding-top: 0;
    padding-bottom: 0; }

  .rg-px0at12 {
    padding-right: 0;
    padding-left: 0; }

  .rg-m0at12 {
    margin: 0; }

  .rg-mt0at12 {
    margin-top: 0; }

  .rg-mr0at12 {
    margin-right: 0; }

  .rg-mb0at12 {
    margin-bottom: 0; }

  .rg-ml0at12 {
    margin-left: 0; }

  .rg-my0at12 {
    margin-top: 0;
    margin-bottom: 0; }

  .rg-mx0at12 {
    margin-right: 0;
    margin-left: 0; }

  .rg-p1at12 {
    padding: 5px; }

  .rg-pt1at12 {
    padding-top: 5px; }

  .rg-pr1at12 {
    padding-right: 5px; }

  .rg-pb1at12 {
    padding-bottom: 5px; }

  .rg-pl1at12 {
    padding-left: 5px; }

  .rg-py1at12 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .rg-px1at12 {
    padding-right: 5px;
    padding-left: 5px; }

  .rg-m1at12 {
    margin: 5px; }

  .rg-mt1at12 {
    margin-top: 5px; }

  .rg-mr1at12 {
    margin-right: 5px; }

  .rg-mb1at12 {
    margin-bottom: 5px; }

  .rg-ml1at12 {
    margin-left: 5px; }

  .rg-my1at12 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .rg-mx1at12 {
    margin-right: 5px;
    margin-left: 5px; }

  .rg-p2at12 {
    padding: 10px; }

  .rg-pt2at12 {
    padding-top: 10px; }

  .rg-pr2at12 {
    padding-right: 10px; }

  .rg-pb2at12 {
    padding-bottom: 10px; }

  .rg-pl2at12 {
    padding-left: 10px; }

  .rg-py2at12 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .rg-px2at12 {
    padding-right: 10px;
    padding-left: 10px; }

  .rg-m2at12 {
    margin: 10px; }

  .rg-mt2at12 {
    margin-top: 10px; }

  .rg-mr2at12 {
    margin-right: 10px; }

  .rg-mb2at12 {
    margin-bottom: 10px; }

  .rg-ml2at12 {
    margin-left: 10px; }

  .rg-my2at12 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .rg-mx2at12 {
    margin-right: 10px;
    margin-left: 10px; }

  .rg-p3at12 {
    padding: 20px; }

  .rg-pt3at12 {
    padding-top: 20px; }

  .rg-pr3at12 {
    padding-right: 20px; }

  .rg-pb3at12 {
    padding-bottom: 20px; }

  .rg-pl3at12 {
    padding-left: 20px; }

  .rg-py3at12 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .rg-px3at12 {
    padding-right: 20px;
    padding-left: 20px; }

  .rg-m3at12 {
    margin: 20px; }

  .rg-mt3at12 {
    margin-top: 20px; }

  .rg-mr3at12 {
    margin-right: 20px; }

  .rg-mb3at12 {
    margin-bottom: 20px; }

  .rg-ml3at12 {
    margin-left: 20px; }

  .rg-my3at12 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .rg-mx3at12 {
    margin-right: 20px;
    margin-left: 20px; }

  .rg-p4at12 {
    padding: 40px; }

  .rg-pt4at12 {
    padding-top: 40px; }

  .rg-pr4at12 {
    padding-right: 40px; }

  .rg-pb4at12 {
    padding-bottom: 40px; }

  .rg-pl4at12 {
    padding-left: 40px; }

  .rg-py4at12 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .rg-px4at12 {
    padding-right: 40px;
    padding-left: 40px; }

  .rg-m4at12 {
    margin: 40px; }

  .rg-mt4at12 {
    margin-top: 40px; }

  .rg-mr4at12 {
    margin-right: 40px; }

  .rg-mb4at12 {
    margin-bottom: 40px; }

  .rg-ml4at12 {
    margin-left: 40px; }

  .rg-my4at12 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .rg-mx4at12 {
    margin-right: 40px;
    margin-left: 40px; }

  .rg-p5at12 {
    padding: 60px; }

  .rg-pt5at12 {
    padding-top: 60px; }

  .rg-pr5at12 {
    padding-right: 60px; }

  .rg-pb5at12 {
    padding-bottom: 60px; }

  .rg-pl5at12 {
    padding-left: 60px; }

  .rg-py5at12 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .rg-px5at12 {
    padding-right: 60px;
    padding-left: 60px; }

  .rg-m5at12 {
    margin: 60px; }

  .rg-mt5at12 {
    margin-top: 60px; }

  .rg-mr5at12 {
    margin-right: 60px; }

  .rg-mb5at12 {
    margin-bottom: 60px; }

  .rg-ml5at12 {
    margin-left: 60px; }

  .rg-my5at12 {
    margin-top: 60px;
    margin-bottom: 60px; }

  .rg-mx5at12 {
    margin-right: 60px;
    margin-left: 60px; } }
.no-mediaqueries html:before,
.no-js html:before {
  content: "4"; }
.no-mediaqueries .rg-centerAt4,
.no-js .rg-centerAt4 {
  margin-left: auto;
  margin-right: auto; }
.no-mediaqueries .rg-invisibleAt4,
.no-mediaqueries .rg-hiddenAt4,
.no-js .rg-invisibleAt4,
.no-js .rg-hiddenAt4 {
  display: none !important; }
.no-mediaqueries .rg-visibleAt4,
.no-mediaqueries .rg-blockAt4,
.no-js .rg-visibleAt4,
.no-js .rg-blockAt4 {
  display: block !important; }
.no-mediaqueries .rg-inlineBlockAt4,
.no-js .rg-inlineBlockAt4 {
  display: inline-block !important; }
.no-mediaqueries .rg-inlineAt4,
.no-js .rg-inlineAt4 {
  display: inline !important; }
.no-mediaqueries .rg-textCenterAt4,
.no-js .rg-textCenterAt4 {
  text-align: center; }
.no-mediaqueries .rg-textLeftAt4,
.no-js .rg-textLeftAt4 {
  text-align: left; }
.no-mediaqueries .rg-textRightAt4,
.no-js .rg-textRightAt4 {
  text-align: right; }
.no-mediaqueries .rg-1of4,
.no-js .rg-1of4 {
  width: 25%; }
.no-mediaqueries .rg-2of4,
.no-js .rg-2of4 {
  width: 50%; }
.no-mediaqueries .rg-3of4,
.no-js .rg-3of4 {
  width: 75%; }
.no-mediaqueries .rg-4of4,
.no-js .rg-4of4 {
  width: 100%; }
.no-mediaqueries .rg-p0at4,
.no-js .rg-p0at4 {
  padding: 0; }
.no-mediaqueries .rg-pt0at4,
.no-js .rg-pt0at4 {
  padding-top: 0; }
.no-mediaqueries .rg-pr0at4,
.no-js .rg-pr0at4 {
  padding-right: 0; }
.no-mediaqueries .rg-pb0at4,
.no-js .rg-pb0at4 {
  padding-bottom: 0; }
.no-mediaqueries .rg-pl0at4,
.no-js .rg-pl0at4 {
  padding-left: 0; }
.no-mediaqueries .rg-py0at4,
.no-js .rg-py0at4 {
  padding-top: 0;
  padding-bottom: 0; }
.no-mediaqueries .rg-px0at4,
.no-js .rg-px0at4 {
  padding-right: 0;
  padding-left: 0; }
.no-mediaqueries .rg-m0at4,
.no-js .rg-m0at4 {
  margin: 0; }
.no-mediaqueries .rg-mt0at4,
.no-js .rg-mt0at4 {
  margin-top: 0; }
.no-mediaqueries .rg-mr0at4,
.no-js .rg-mr0at4 {
  margin-right: 0; }
.no-mediaqueries .rg-mb0at4,
.no-js .rg-mb0at4 {
  margin-bottom: 0; }
.no-mediaqueries .rg-ml0at4,
.no-js .rg-ml0at4 {
  margin-left: 0; }
.no-mediaqueries .rg-my0at4,
.no-js .rg-my0at4 {
  margin-top: 0;
  margin-bottom: 0; }
.no-mediaqueries .rg-mx0at4,
.no-js .rg-mx0at4 {
  margin-right: 0;
  margin-left: 0; }
.no-mediaqueries .rg-p1at4,
.no-js .rg-p1at4 {
  padding: 5px; }
.no-mediaqueries .rg-pt1at4,
.no-js .rg-pt1at4 {
  padding-top: 5px; }
.no-mediaqueries .rg-pr1at4,
.no-js .rg-pr1at4 {
  padding-right: 5px; }
.no-mediaqueries .rg-pb1at4,
.no-js .rg-pb1at4 {
  padding-bottom: 5px; }
.no-mediaqueries .rg-pl1at4,
.no-js .rg-pl1at4 {
  padding-left: 5px; }
.no-mediaqueries .rg-py1at4,
.no-js .rg-py1at4 {
  padding-top: 5px;
  padding-bottom: 5px; }
.no-mediaqueries .rg-px1at4,
.no-js .rg-px1at4 {
  padding-right: 5px;
  padding-left: 5px; }
.no-mediaqueries .rg-m1at4,
.no-js .rg-m1at4 {
  margin: 5px; }
.no-mediaqueries .rg-mt1at4,
.no-js .rg-mt1at4 {
  margin-top: 5px; }
.no-mediaqueries .rg-mr1at4,
.no-js .rg-mr1at4 {
  margin-right: 5px; }
.no-mediaqueries .rg-mb1at4,
.no-js .rg-mb1at4 {
  margin-bottom: 5px; }
.no-mediaqueries .rg-ml1at4,
.no-js .rg-ml1at4 {
  margin-left: 5px; }
.no-mediaqueries .rg-my1at4,
.no-js .rg-my1at4 {
  margin-top: 5px;
  margin-bottom: 5px; }
.no-mediaqueries .rg-mx1at4,
.no-js .rg-mx1at4 {
  margin-right: 5px;
  margin-left: 5px; }
.no-mediaqueries .rg-p2at4,
.no-js .rg-p2at4 {
  padding: 10px; }
.no-mediaqueries .rg-pt2at4,
.no-js .rg-pt2at4 {
  padding-top: 10px; }
.no-mediaqueries .rg-pr2at4,
.no-js .rg-pr2at4 {
  padding-right: 10px; }
.no-mediaqueries .rg-pb2at4,
.no-js .rg-pb2at4 {
  padding-bottom: 10px; }
.no-mediaqueries .rg-pl2at4,
.no-js .rg-pl2at4 {
  padding-left: 10px; }
.no-mediaqueries .rg-py2at4,
.no-js .rg-py2at4 {
  padding-top: 10px;
  padding-bottom: 10px; }
.no-mediaqueries .rg-px2at4,
.no-js .rg-px2at4 {
  padding-right: 10px;
  padding-left: 10px; }
.no-mediaqueries .rg-m2at4,
.no-js .rg-m2at4 {
  margin: 10px; }
.no-mediaqueries .rg-mt2at4,
.no-js .rg-mt2at4 {
  margin-top: 10px; }
.no-mediaqueries .rg-mr2at4,
.no-js .rg-mr2at4 {
  margin-right: 10px; }
.no-mediaqueries .rg-mb2at4,
.no-js .rg-mb2at4 {
  margin-bottom: 10px; }
.no-mediaqueries .rg-ml2at4,
.no-js .rg-ml2at4 {
  margin-left: 10px; }
.no-mediaqueries .rg-my2at4,
.no-js .rg-my2at4 {
  margin-top: 10px;
  margin-bottom: 10px; }
.no-mediaqueries .rg-mx2at4,
.no-js .rg-mx2at4 {
  margin-right: 10px;
  margin-left: 10px; }
.no-mediaqueries .rg-p3at4,
.no-js .rg-p3at4 {
  padding: 20px; }
.no-mediaqueries .rg-pt3at4,
.no-js .rg-pt3at4 {
  padding-top: 20px; }
.no-mediaqueries .rg-pr3at4,
.no-js .rg-pr3at4 {
  padding-right: 20px; }
.no-mediaqueries .rg-pb3at4,
.no-js .rg-pb3at4 {
  padding-bottom: 20px; }
.no-mediaqueries .rg-pl3at4,
.no-js .rg-pl3at4 {
  padding-left: 20px; }
.no-mediaqueries .rg-py3at4,
.no-js .rg-py3at4 {
  padding-top: 20px;
  padding-bottom: 20px; }
.no-mediaqueries .rg-px3at4,
.no-js .rg-px3at4 {
  padding-right: 20px;
  padding-left: 20px; }
.no-mediaqueries .rg-m3at4,
.no-js .rg-m3at4 {
  margin: 20px; }
.no-mediaqueries .rg-mt3at4,
.no-js .rg-mt3at4 {
  margin-top: 20px; }
.no-mediaqueries .rg-mr3at4,
.no-js .rg-mr3at4 {
  margin-right: 20px; }
.no-mediaqueries .rg-mb3at4,
.no-js .rg-mb3at4 {
  margin-bottom: 20px; }
.no-mediaqueries .rg-ml3at4,
.no-js .rg-ml3at4 {
  margin-left: 20px; }
.no-mediaqueries .rg-my3at4,
.no-js .rg-my3at4 {
  margin-top: 20px;
  margin-bottom: 20px; }
.no-mediaqueries .rg-mx3at4,
.no-js .rg-mx3at4 {
  margin-right: 20px;
  margin-left: 20px; }
.no-mediaqueries .rg-p4at4,
.no-js .rg-p4at4 {
  padding: 40px; }
.no-mediaqueries .rg-pt4at4,
.no-js .rg-pt4at4 {
  padding-top: 40px; }
.no-mediaqueries .rg-pr4at4,
.no-js .rg-pr4at4 {
  padding-right: 40px; }
.no-mediaqueries .rg-pb4at4,
.no-js .rg-pb4at4 {
  padding-bottom: 40px; }
.no-mediaqueries .rg-pl4at4,
.no-js .rg-pl4at4 {
  padding-left: 40px; }
.no-mediaqueries .rg-py4at4,
.no-js .rg-py4at4 {
  padding-top: 40px;
  padding-bottom: 40px; }
.no-mediaqueries .rg-px4at4,
.no-js .rg-px4at4 {
  padding-right: 40px;
  padding-left: 40px; }
.no-mediaqueries .rg-m4at4,
.no-js .rg-m4at4 {
  margin: 40px; }
.no-mediaqueries .rg-mt4at4,
.no-js .rg-mt4at4 {
  margin-top: 40px; }
.no-mediaqueries .rg-mr4at4,
.no-js .rg-mr4at4 {
  margin-right: 40px; }
.no-mediaqueries .rg-mb4at4,
.no-js .rg-mb4at4 {
  margin-bottom: 40px; }
.no-mediaqueries .rg-ml4at4,
.no-js .rg-ml4at4 {
  margin-left: 40px; }
.no-mediaqueries .rg-my4at4,
.no-js .rg-my4at4 {
  margin-top: 40px;
  margin-bottom: 40px; }
.no-mediaqueries .rg-mx4at4,
.no-js .rg-mx4at4 {
  margin-right: 40px;
  margin-left: 40px; }
.no-mediaqueries .rg-p5at4,
.no-js .rg-p5at4 {
  padding: 60px; }
.no-mediaqueries .rg-pt5at4,
.no-js .rg-pt5at4 {
  padding-top: 60px; }
.no-mediaqueries .rg-pr5at4,
.no-js .rg-pr5at4 {
  padding-right: 60px; }
.no-mediaqueries .rg-pb5at4,
.no-js .rg-pb5at4 {
  padding-bottom: 60px; }
.no-mediaqueries .rg-pl5at4,
.no-js .rg-pl5at4 {
  padding-left: 60px; }
.no-mediaqueries .rg-py5at4,
.no-js .rg-py5at4 {
  padding-top: 60px;
  padding-bottom: 60px; }
.no-mediaqueries .rg-px5at4,
.no-js .rg-px5at4 {
  padding-right: 60px;
  padding-left: 60px; }
.no-mediaqueries .rg-m5at4,
.no-js .rg-m5at4 {
  margin: 60px; }
.no-mediaqueries .rg-mt5at4,
.no-js .rg-mt5at4 {
  margin-top: 60px; }
.no-mediaqueries .rg-mr5at4,
.no-js .rg-mr5at4 {
  margin-right: 60px; }
.no-mediaqueries .rg-mb5at4,
.no-js .rg-mb5at4 {
  margin-bottom: 60px; }
.no-mediaqueries .rg-ml5at4,
.no-js .rg-ml5at4 {
  margin-left: 60px; }
.no-mediaqueries .rg-my5at4,
.no-js .rg-my5at4 {
  margin-top: 60px;
  margin-bottom: 60px; }
.no-mediaqueries .rg-mx5at4,
.no-js .rg-mx5at4 {
  margin-right: 60px;
  margin-left: 60px; }
.no-mediaqueries html:before,
.no-js html:before {
  content: "6"; }
.no-mediaqueries .rg-centerAt6,
.no-js .rg-centerAt6 {
  margin-left: auto;
  margin-right: auto; }
.no-mediaqueries .rg-invisibleAt6,
.no-mediaqueries .rg-hiddenAt6,
.no-js .rg-invisibleAt6,
.no-js .rg-hiddenAt6 {
  display: none !important; }
.no-mediaqueries .rg-visibleAt6,
.no-mediaqueries .rg-blockAt6,
.no-js .rg-visibleAt6,
.no-js .rg-blockAt6 {
  display: block !important; }
.no-mediaqueries .rg-inlineBlockAt6,
.no-js .rg-inlineBlockAt6 {
  display: inline-block !important; }
.no-mediaqueries .rg-inlineAt6,
.no-js .rg-inlineAt6 {
  display: inline !important; }
.no-mediaqueries .rg-textCenterAt6,
.no-js .rg-textCenterAt6 {
  text-align: center; }
.no-mediaqueries .rg-textLeftAt6,
.no-js .rg-textLeftAt6 {
  text-align: left; }
.no-mediaqueries .rg-textRightAt6,
.no-js .rg-textRightAt6 {
  text-align: right; }
.no-mediaqueries .rg-1of6,
.no-js .rg-1of6 {
  width: 16.66667%; }
.no-mediaqueries .rg-2of6,
.no-js .rg-2of6 {
  width: 33.33333%; }
.no-mediaqueries .rg-3of6,
.no-js .rg-3of6 {
  width: 50%; }
.no-mediaqueries .rg-4of6,
.no-js .rg-4of6 {
  width: 66.66667%; }
.no-mediaqueries .rg-5of6,
.no-js .rg-5of6 {
  width: 83.33333%; }
.no-mediaqueries .rg-6of6,
.no-js .rg-6of6 {
  width: 100%; }
.no-mediaqueries .rg-p0at6,
.no-js .rg-p0at6 {
  padding: 0; }
.no-mediaqueries .rg-pt0at6,
.no-js .rg-pt0at6 {
  padding-top: 0; }
.no-mediaqueries .rg-pr0at6,
.no-js .rg-pr0at6 {
  padding-right: 0; }
.no-mediaqueries .rg-pb0at6,
.no-js .rg-pb0at6 {
  padding-bottom: 0; }
.no-mediaqueries .rg-pl0at6,
.no-js .rg-pl0at6 {
  padding-left: 0; }
.no-mediaqueries .rg-py0at6,
.no-js .rg-py0at6 {
  padding-top: 0;
  padding-bottom: 0; }
.no-mediaqueries .rg-px0at6,
.no-js .rg-px0at6 {
  padding-right: 0;
  padding-left: 0; }
.no-mediaqueries .rg-m0at6,
.no-js .rg-m0at6 {
  margin: 0; }
.no-mediaqueries .rg-mt0at6,
.no-js .rg-mt0at6 {
  margin-top: 0; }
.no-mediaqueries .rg-mr0at6,
.no-js .rg-mr0at6 {
  margin-right: 0; }
.no-mediaqueries .rg-mb0at6,
.no-js .rg-mb0at6 {
  margin-bottom: 0; }
.no-mediaqueries .rg-ml0at6,
.no-js .rg-ml0at6 {
  margin-left: 0; }
.no-mediaqueries .rg-my0at6,
.no-js .rg-my0at6 {
  margin-top: 0;
  margin-bottom: 0; }
.no-mediaqueries .rg-mx0at6,
.no-js .rg-mx0at6 {
  margin-right: 0;
  margin-left: 0; }
.no-mediaqueries .rg-p1at6,
.no-js .rg-p1at6 {
  padding: 5px; }
.no-mediaqueries .rg-pt1at6,
.no-js .rg-pt1at6 {
  padding-top: 5px; }
.no-mediaqueries .rg-pr1at6,
.no-js .rg-pr1at6 {
  padding-right: 5px; }
.no-mediaqueries .rg-pb1at6,
.no-js .rg-pb1at6 {
  padding-bottom: 5px; }
.no-mediaqueries .rg-pl1at6,
.no-js .rg-pl1at6 {
  padding-left: 5px; }
.no-mediaqueries .rg-py1at6,
.no-js .rg-py1at6 {
  padding-top: 5px;
  padding-bottom: 5px; }
.no-mediaqueries .rg-px1at6,
.no-js .rg-px1at6 {
  padding-right: 5px;
  padding-left: 5px; }
.no-mediaqueries .rg-m1at6,
.no-js .rg-m1at6 {
  margin: 5px; }
.no-mediaqueries .rg-mt1at6,
.no-js .rg-mt1at6 {
  margin-top: 5px; }
.no-mediaqueries .rg-mr1at6,
.no-js .rg-mr1at6 {
  margin-right: 5px; }
.no-mediaqueries .rg-mb1at6,
.no-js .rg-mb1at6 {
  margin-bottom: 5px; }
.no-mediaqueries .rg-ml1at6,
.no-js .rg-ml1at6 {
  margin-left: 5px; }
.no-mediaqueries .rg-my1at6,
.no-js .rg-my1at6 {
  margin-top: 5px;
  margin-bottom: 5px; }
.no-mediaqueries .rg-mx1at6,
.no-js .rg-mx1at6 {
  margin-right: 5px;
  margin-left: 5px; }
.no-mediaqueries .rg-p2at6,
.no-js .rg-p2at6 {
  padding: 10px; }
.no-mediaqueries .rg-pt2at6,
.no-js .rg-pt2at6 {
  padding-top: 10px; }
.no-mediaqueries .rg-pr2at6,
.no-js .rg-pr2at6 {
  padding-right: 10px; }
.no-mediaqueries .rg-pb2at6,
.no-js .rg-pb2at6 {
  padding-bottom: 10px; }
.no-mediaqueries .rg-pl2at6,
.no-js .rg-pl2at6 {
  padding-left: 10px; }
.no-mediaqueries .rg-py2at6,
.no-js .rg-py2at6 {
  padding-top: 10px;
  padding-bottom: 10px; }
.no-mediaqueries .rg-px2at6,
.no-js .rg-px2at6 {
  padding-right: 10px;
  padding-left: 10px; }
.no-mediaqueries .rg-m2at6,
.no-js .rg-m2at6 {
  margin: 10px; }
.no-mediaqueries .rg-mt2at6,
.no-js .rg-mt2at6 {
  margin-top: 10px; }
.no-mediaqueries .rg-mr2at6,
.no-js .rg-mr2at6 {
  margin-right: 10px; }
.no-mediaqueries .rg-mb2at6,
.no-js .rg-mb2at6 {
  margin-bottom: 10px; }
.no-mediaqueries .rg-ml2at6,
.no-js .rg-ml2at6 {
  margin-left: 10px; }
.no-mediaqueries .rg-my2at6,
.no-js .rg-my2at6 {
  margin-top: 10px;
  margin-bottom: 10px; }
.no-mediaqueries .rg-mx2at6,
.no-js .rg-mx2at6 {
  margin-right: 10px;
  margin-left: 10px; }
.no-mediaqueries .rg-p3at6,
.no-js .rg-p3at6 {
  padding: 20px; }
.no-mediaqueries .rg-pt3at6,
.no-js .rg-pt3at6 {
  padding-top: 20px; }
.no-mediaqueries .rg-pr3at6,
.no-js .rg-pr3at6 {
  padding-right: 20px; }
.no-mediaqueries .rg-pb3at6,
.no-js .rg-pb3at6 {
  padding-bottom: 20px; }
.no-mediaqueries .rg-pl3at6,
.no-js .rg-pl3at6 {
  padding-left: 20px; }
.no-mediaqueries .rg-py3at6,
.no-js .rg-py3at6 {
  padding-top: 20px;
  padding-bottom: 20px; }
.no-mediaqueries .rg-px3at6,
.no-js .rg-px3at6 {
  padding-right: 20px;
  padding-left: 20px; }
.no-mediaqueries .rg-m3at6,
.no-js .rg-m3at6 {
  margin: 20px; }
.no-mediaqueries .rg-mt3at6,
.no-js .rg-mt3at6 {
  margin-top: 20px; }
.no-mediaqueries .rg-mr3at6,
.no-js .rg-mr3at6 {
  margin-right: 20px; }
.no-mediaqueries .rg-mb3at6,
.no-js .rg-mb3at6 {
  margin-bottom: 20px; }
.no-mediaqueries .rg-ml3at6,
.no-js .rg-ml3at6 {
  margin-left: 20px; }
.no-mediaqueries .rg-my3at6,
.no-js .rg-my3at6 {
  margin-top: 20px;
  margin-bottom: 20px; }
.no-mediaqueries .rg-mx3at6,
.no-js .rg-mx3at6 {
  margin-right: 20px;
  margin-left: 20px; }
.no-mediaqueries .rg-p4at6,
.no-js .rg-p4at6 {
  padding: 40px; }
.no-mediaqueries .rg-pt4at6,
.no-js .rg-pt4at6 {
  padding-top: 40px; }
.no-mediaqueries .rg-pr4at6,
.no-js .rg-pr4at6 {
  padding-right: 40px; }
.no-mediaqueries .rg-pb4at6,
.no-js .rg-pb4at6 {
  padding-bottom: 40px; }
.no-mediaqueries .rg-pl4at6,
.no-js .rg-pl4at6 {
  padding-left: 40px; }
.no-mediaqueries .rg-py4at6,
.no-js .rg-py4at6 {
  padding-top: 40px;
  padding-bottom: 40px; }
.no-mediaqueries .rg-px4at6,
.no-js .rg-px4at6 {
  padding-right: 40px;
  padding-left: 40px; }
.no-mediaqueries .rg-m4at6,
.no-js .rg-m4at6 {
  margin: 40px; }
.no-mediaqueries .rg-mt4at6,
.no-js .rg-mt4at6 {
  margin-top: 40px; }
.no-mediaqueries .rg-mr4at6,
.no-js .rg-mr4at6 {
  margin-right: 40px; }
.no-mediaqueries .rg-mb4at6,
.no-js .rg-mb4at6 {
  margin-bottom: 40px; }
.no-mediaqueries .rg-ml4at6,
.no-js .rg-ml4at6 {
  margin-left: 40px; }
.no-mediaqueries .rg-my4at6,
.no-js .rg-my4at6 {
  margin-top: 40px;
  margin-bottom: 40px; }
.no-mediaqueries .rg-mx4at6,
.no-js .rg-mx4at6 {
  margin-right: 40px;
  margin-left: 40px; }
.no-mediaqueries .rg-p5at6,
.no-js .rg-p5at6 {
  padding: 60px; }
.no-mediaqueries .rg-pt5at6,
.no-js .rg-pt5at6 {
  padding-top: 60px; }
.no-mediaqueries .rg-pr5at6,
.no-js .rg-pr5at6 {
  padding-right: 60px; }
.no-mediaqueries .rg-pb5at6,
.no-js .rg-pb5at6 {
  padding-bottom: 60px; }
.no-mediaqueries .rg-pl5at6,
.no-js .rg-pl5at6 {
  padding-left: 60px; }
.no-mediaqueries .rg-py5at6,
.no-js .rg-py5at6 {
  padding-top: 60px;
  padding-bottom: 60px; }
.no-mediaqueries .rg-px5at6,
.no-js .rg-px5at6 {
  padding-right: 60px;
  padding-left: 60px; }
.no-mediaqueries .rg-m5at6,
.no-js .rg-m5at6 {
  margin: 60px; }
.no-mediaqueries .rg-mt5at6,
.no-js .rg-mt5at6 {
  margin-top: 60px; }
.no-mediaqueries .rg-mr5at6,
.no-js .rg-mr5at6 {
  margin-right: 60px; }
.no-mediaqueries .rg-mb5at6,
.no-js .rg-mb5at6 {
  margin-bottom: 60px; }
.no-mediaqueries .rg-ml5at6,
.no-js .rg-ml5at6 {
  margin-left: 60px; }
.no-mediaqueries .rg-my5at6,
.no-js .rg-my5at6 {
  margin-top: 60px;
  margin-bottom: 60px; }
.no-mediaqueries .rg-mx5at6,
.no-js .rg-mx5at6 {
  margin-right: 60px;
  margin-left: 60px; }
.no-mediaqueries html:before,
.no-js html:before {
  content: "8"; }
.no-mediaqueries .rg-centerAt8,
.no-js .rg-centerAt8 {
  margin-left: auto;
  margin-right: auto; }
.no-mediaqueries .rg-invisibleAt8,
.no-mediaqueries .rg-hiddenAt8,
.no-js .rg-invisibleAt8,
.no-js .rg-hiddenAt8 {
  display: none !important; }
.no-mediaqueries .rg-visibleAt8,
.no-mediaqueries .rg-blockAt8,
.no-js .rg-visibleAt8,
.no-js .rg-blockAt8 {
  display: block !important; }
.no-mediaqueries .rg-inlineBlockAt8,
.no-js .rg-inlineBlockAt8 {
  display: inline-block !important; }
.no-mediaqueries .rg-inlineAt8,
.no-js .rg-inlineAt8 {
  display: inline !important; }
.no-mediaqueries .rg-textCenterAt8,
.no-js .rg-textCenterAt8 {
  text-align: center; }
.no-mediaqueries .rg-textLeftAt8,
.no-js .rg-textLeftAt8 {
  text-align: left; }
.no-mediaqueries .rg-textRightAt8,
.no-js .rg-textRightAt8 {
  text-align: right; }
.no-mediaqueries .rg-1of8,
.no-js .rg-1of8 {
  width: 12.5%; }
.no-mediaqueries .rg-2of8,
.no-js .rg-2of8 {
  width: 25%; }
.no-mediaqueries .rg-3of8,
.no-js .rg-3of8 {
  width: 37.5%; }
.no-mediaqueries .rg-4of8,
.no-js .rg-4of8 {
  width: 50%; }
.no-mediaqueries .rg-5of8,
.no-js .rg-5of8 {
  width: 62.5%; }
.no-mediaqueries .rg-6of8,
.no-js .rg-6of8 {
  width: 75%; }
.no-mediaqueries .rg-7of8,
.no-js .rg-7of8 {
  width: 87.5%; }
.no-mediaqueries .rg-8of8,
.no-js .rg-8of8 {
  width: 100%; }
.no-mediaqueries .rg-p0at8,
.no-js .rg-p0at8 {
  padding: 0; }
.no-mediaqueries .rg-pt0at8,
.no-js .rg-pt0at8 {
  padding-top: 0; }
.no-mediaqueries .rg-pr0at8,
.no-js .rg-pr0at8 {
  padding-right: 0; }
.no-mediaqueries .rg-pb0at8,
.no-js .rg-pb0at8 {
  padding-bottom: 0; }
.no-mediaqueries .rg-pl0at8,
.no-js .rg-pl0at8 {
  padding-left: 0; }
.no-mediaqueries .rg-py0at8,
.no-js .rg-py0at8 {
  padding-top: 0;
  padding-bottom: 0; }
.no-mediaqueries .rg-px0at8,
.no-js .rg-px0at8 {
  padding-right: 0;
  padding-left: 0; }
.no-mediaqueries .rg-m0at8,
.no-js .rg-m0at8 {
  margin: 0; }
.no-mediaqueries .rg-mt0at8,
.no-js .rg-mt0at8 {
  margin-top: 0; }
.no-mediaqueries .rg-mr0at8,
.no-js .rg-mr0at8 {
  margin-right: 0; }
.no-mediaqueries .rg-mb0at8,
.no-js .rg-mb0at8 {
  margin-bottom: 0; }
.no-mediaqueries .rg-ml0at8,
.no-js .rg-ml0at8 {
  margin-left: 0; }
.no-mediaqueries .rg-my0at8,
.no-js .rg-my0at8 {
  margin-top: 0;
  margin-bottom: 0; }
.no-mediaqueries .rg-mx0at8,
.no-js .rg-mx0at8 {
  margin-right: 0;
  margin-left: 0; }
.no-mediaqueries .rg-p1at8,
.no-js .rg-p1at8 {
  padding: 5px; }
.no-mediaqueries .rg-pt1at8,
.no-js .rg-pt1at8 {
  padding-top: 5px; }
.no-mediaqueries .rg-pr1at8,
.no-js .rg-pr1at8 {
  padding-right: 5px; }
.no-mediaqueries .rg-pb1at8,
.no-js .rg-pb1at8 {
  padding-bottom: 5px; }
.no-mediaqueries .rg-pl1at8,
.no-js .rg-pl1at8 {
  padding-left: 5px; }
.no-mediaqueries .rg-py1at8,
.no-js .rg-py1at8 {
  padding-top: 5px;
  padding-bottom: 5px; }
.no-mediaqueries .rg-px1at8,
.no-js .rg-px1at8 {
  padding-right: 5px;
  padding-left: 5px; }
.no-mediaqueries .rg-m1at8,
.no-js .rg-m1at8 {
  margin: 5px; }
.no-mediaqueries .rg-mt1at8,
.no-js .rg-mt1at8 {
  margin-top: 5px; }
.no-mediaqueries .rg-mr1at8,
.no-js .rg-mr1at8 {
  margin-right: 5px; }
.no-mediaqueries .rg-mb1at8,
.no-js .rg-mb1at8 {
  margin-bottom: 5px; }
.no-mediaqueries .rg-ml1at8,
.no-js .rg-ml1at8 {
  margin-left: 5px; }
.no-mediaqueries .rg-my1at8,
.no-js .rg-my1at8 {
  margin-top: 5px;
  margin-bottom: 5px; }
.no-mediaqueries .rg-mx1at8,
.no-js .rg-mx1at8 {
  margin-right: 5px;
  margin-left: 5px; }
.no-mediaqueries .rg-p2at8,
.no-js .rg-p2at8 {
  padding: 10px; }
.no-mediaqueries .rg-pt2at8,
.no-js .rg-pt2at8 {
  padding-top: 10px; }
.no-mediaqueries .rg-pr2at8,
.no-js .rg-pr2at8 {
  padding-right: 10px; }
.no-mediaqueries .rg-pb2at8,
.no-js .rg-pb2at8 {
  padding-bottom: 10px; }
.no-mediaqueries .rg-pl2at8,
.no-js .rg-pl2at8 {
  padding-left: 10px; }
.no-mediaqueries .rg-py2at8,
.no-js .rg-py2at8 {
  padding-top: 10px;
  padding-bottom: 10px; }
.no-mediaqueries .rg-px2at8,
.no-js .rg-px2at8 {
  padding-right: 10px;
  padding-left: 10px; }
.no-mediaqueries .rg-m2at8,
.no-js .rg-m2at8 {
  margin: 10px; }
.no-mediaqueries .rg-mt2at8,
.no-js .rg-mt2at8 {
  margin-top: 10px; }
.no-mediaqueries .rg-mr2at8,
.no-js .rg-mr2at8 {
  margin-right: 10px; }
.no-mediaqueries .rg-mb2at8,
.no-js .rg-mb2at8 {
  margin-bottom: 10px; }
.no-mediaqueries .rg-ml2at8,
.no-js .rg-ml2at8 {
  margin-left: 10px; }
.no-mediaqueries .rg-my2at8,
.no-js .rg-my2at8 {
  margin-top: 10px;
  margin-bottom: 10px; }
.no-mediaqueries .rg-mx2at8,
.no-js .rg-mx2at8 {
  margin-right: 10px;
  margin-left: 10px; }
.no-mediaqueries .rg-p3at8,
.no-js .rg-p3at8 {
  padding: 20px; }
.no-mediaqueries .rg-pt3at8,
.no-js .rg-pt3at8 {
  padding-top: 20px; }
.no-mediaqueries .rg-pr3at8,
.no-js .rg-pr3at8 {
  padding-right: 20px; }
.no-mediaqueries .rg-pb3at8,
.no-js .rg-pb3at8 {
  padding-bottom: 20px; }
.no-mediaqueries .rg-pl3at8,
.no-js .rg-pl3at8 {
  padding-left: 20px; }
.no-mediaqueries .rg-py3at8,
.no-js .rg-py3at8 {
  padding-top: 20px;
  padding-bottom: 20px; }
.no-mediaqueries .rg-px3at8,
.no-js .rg-px3at8 {
  padding-right: 20px;
  padding-left: 20px; }
.no-mediaqueries .rg-m3at8,
.no-js .rg-m3at8 {
  margin: 20px; }
.no-mediaqueries .rg-mt3at8,
.no-js .rg-mt3at8 {
  margin-top: 20px; }
.no-mediaqueries .rg-mr3at8,
.no-js .rg-mr3at8 {
  margin-right: 20px; }
.no-mediaqueries .rg-mb3at8,
.no-js .rg-mb3at8 {
  margin-bottom: 20px; }
.no-mediaqueries .rg-ml3at8,
.no-js .rg-ml3at8 {
  margin-left: 20px; }
.no-mediaqueries .rg-my3at8,
.no-js .rg-my3at8 {
  margin-top: 20px;
  margin-bottom: 20px; }
.no-mediaqueries .rg-mx3at8,
.no-js .rg-mx3at8 {
  margin-right: 20px;
  margin-left: 20px; }
.no-mediaqueries .rg-p4at8,
.no-js .rg-p4at8 {
  padding: 40px; }
.no-mediaqueries .rg-pt4at8,
.no-js .rg-pt4at8 {
  padding-top: 40px; }
.no-mediaqueries .rg-pr4at8,
.no-js .rg-pr4at8 {
  padding-right: 40px; }
.no-mediaqueries .rg-pb4at8,
.no-js .rg-pb4at8 {
  padding-bottom: 40px; }
.no-mediaqueries .rg-pl4at8,
.no-js .rg-pl4at8 {
  padding-left: 40px; }
.no-mediaqueries .rg-py4at8,
.no-js .rg-py4at8 {
  padding-top: 40px;
  padding-bottom: 40px; }
.no-mediaqueries .rg-px4at8,
.no-js .rg-px4at8 {
  padding-right: 40px;
  padding-left: 40px; }
.no-mediaqueries .rg-m4at8,
.no-js .rg-m4at8 {
  margin: 40px; }
.no-mediaqueries .rg-mt4at8,
.no-js .rg-mt4at8 {
  margin-top: 40px; }
.no-mediaqueries .rg-mr4at8,
.no-js .rg-mr4at8 {
  margin-right: 40px; }
.no-mediaqueries .rg-mb4at8,
.no-js .rg-mb4at8 {
  margin-bottom: 40px; }
.no-mediaqueries .rg-ml4at8,
.no-js .rg-ml4at8 {
  margin-left: 40px; }
.no-mediaqueries .rg-my4at8,
.no-js .rg-my4at8 {
  margin-top: 40px;
  margin-bottom: 40px; }
.no-mediaqueries .rg-mx4at8,
.no-js .rg-mx4at8 {
  margin-right: 40px;
  margin-left: 40px; }
.no-mediaqueries .rg-p5at8,
.no-js .rg-p5at8 {
  padding: 60px; }
.no-mediaqueries .rg-pt5at8,
.no-js .rg-pt5at8 {
  padding-top: 60px; }
.no-mediaqueries .rg-pr5at8,
.no-js .rg-pr5at8 {
  padding-right: 60px; }
.no-mediaqueries .rg-pb5at8,
.no-js .rg-pb5at8 {
  padding-bottom: 60px; }
.no-mediaqueries .rg-pl5at8,
.no-js .rg-pl5at8 {
  padding-left: 60px; }
.no-mediaqueries .rg-py5at8,
.no-js .rg-py5at8 {
  padding-top: 60px;
  padding-bottom: 60px; }
.no-mediaqueries .rg-px5at8,
.no-js .rg-px5at8 {
  padding-right: 60px;
  padding-left: 60px; }
.no-mediaqueries .rg-m5at8,
.no-js .rg-m5at8 {
  margin: 60px; }
.no-mediaqueries .rg-mt5at8,
.no-js .rg-mt5at8 {
  margin-top: 60px; }
.no-mediaqueries .rg-mr5at8,
.no-js .rg-mr5at8 {
  margin-right: 60px; }
.no-mediaqueries .rg-mb5at8,
.no-js .rg-mb5at8 {
  margin-bottom: 60px; }
.no-mediaqueries .rg-ml5at8,
.no-js .rg-ml5at8 {
  margin-left: 60px; }
.no-mediaqueries .rg-my5at8,
.no-js .rg-my5at8 {
  margin-top: 60px;
  margin-bottom: 60px; }
.no-mediaqueries .rg-mx5at8,
.no-js .rg-mx5at8 {
  margin-right: 60px;
  margin-left: 60px; }
.no-mediaqueries html:before,
.no-js html:before {
  content: "10"; }
.no-mediaqueries .rg-centerAt10,
.no-js .rg-centerAt10 {
  margin-left: auto;
  margin-right: auto; }
.no-mediaqueries .rg-invisibleAt10,
.no-mediaqueries .rg-hiddenAt10,
.no-js .rg-invisibleAt10,
.no-js .rg-hiddenAt10 {
  display: none !important; }
.no-mediaqueries .rg-visibleAt10,
.no-mediaqueries .rg-blockAt10,
.no-js .rg-visibleAt10,
.no-js .rg-blockAt10 {
  display: block !important; }
.no-mediaqueries .rg-inlineBlockAt10,
.no-js .rg-inlineBlockAt10 {
  display: inline-block !important; }
.no-mediaqueries .rg-inlineAt10,
.no-js .rg-inlineAt10 {
  display: inline !important; }
.no-mediaqueries .rg-textCenterAt10,
.no-js .rg-textCenterAt10 {
  text-align: center; }
.no-mediaqueries .rg-textLeftAt10,
.no-js .rg-textLeftAt10 {
  text-align: left; }
.no-mediaqueries .rg-textRightAt10,
.no-js .rg-textRightAt10 {
  text-align: right; }
.no-mediaqueries .rg-1of10,
.no-js .rg-1of10 {
  width: 10%; }
.no-mediaqueries .rg-2of10,
.no-js .rg-2of10 {
  width: 20%; }
.no-mediaqueries .rg-3of10,
.no-js .rg-3of10 {
  width: 30%; }
.no-mediaqueries .rg-4of10,
.no-js .rg-4of10 {
  width: 40%; }
.no-mediaqueries .rg-5of10,
.no-js .rg-5of10 {
  width: 50%; }
.no-mediaqueries .rg-6of10,
.no-js .rg-6of10 {
  width: 60%; }
.no-mediaqueries .rg-7of10,
.no-js .rg-7of10 {
  width: 70%; }
.no-mediaqueries .rg-8of10,
.no-js .rg-8of10 {
  width: 80%; }
.no-mediaqueries .rg-9of10,
.no-js .rg-9of10 {
  width: 90%; }
.no-mediaqueries .rg-10of10,
.no-js .rg-10of10 {
  width: 100%; }
.no-mediaqueries .rg-p0at10,
.no-js .rg-p0at10 {
  padding: 0; }
.no-mediaqueries .rg-pt0at10,
.no-js .rg-pt0at10 {
  padding-top: 0; }
.no-mediaqueries .rg-pr0at10,
.no-js .rg-pr0at10 {
  padding-right: 0; }
.no-mediaqueries .rg-pb0at10,
.no-js .rg-pb0at10 {
  padding-bottom: 0; }
.no-mediaqueries .rg-pl0at10,
.no-js .rg-pl0at10 {
  padding-left: 0; }
.no-mediaqueries .rg-py0at10,
.no-js .rg-py0at10 {
  padding-top: 0;
  padding-bottom: 0; }
.no-mediaqueries .rg-px0at10,
.no-js .rg-px0at10 {
  padding-right: 0;
  padding-left: 0; }
.no-mediaqueries .rg-m0at10,
.no-js .rg-m0at10 {
  margin: 0; }
.no-mediaqueries .rg-mt0at10,
.no-js .rg-mt0at10 {
  margin-top: 0; }
.no-mediaqueries .rg-mr0at10,
.no-js .rg-mr0at10 {
  margin-right: 0; }
.no-mediaqueries .rg-mb0at10,
.no-js .rg-mb0at10 {
  margin-bottom: 0; }
.no-mediaqueries .rg-ml0at10,
.no-js .rg-ml0at10 {
  margin-left: 0; }
.no-mediaqueries .rg-my0at10,
.no-js .rg-my0at10 {
  margin-top: 0;
  margin-bottom: 0; }
.no-mediaqueries .rg-mx0at10,
.no-js .rg-mx0at10 {
  margin-right: 0;
  margin-left: 0; }
.no-mediaqueries .rg-p1at10,
.no-js .rg-p1at10 {
  padding: 5px; }
.no-mediaqueries .rg-pt1at10,
.no-js .rg-pt1at10 {
  padding-top: 5px; }
.no-mediaqueries .rg-pr1at10,
.no-js .rg-pr1at10 {
  padding-right: 5px; }
.no-mediaqueries .rg-pb1at10,
.no-js .rg-pb1at10 {
  padding-bottom: 5px; }
.no-mediaqueries .rg-pl1at10,
.no-js .rg-pl1at10 {
  padding-left: 5px; }
.no-mediaqueries .rg-py1at10,
.no-js .rg-py1at10 {
  padding-top: 5px;
  padding-bottom: 5px; }
.no-mediaqueries .rg-px1at10,
.no-js .rg-px1at10 {
  padding-right: 5px;
  padding-left: 5px; }
.no-mediaqueries .rg-m1at10,
.no-js .rg-m1at10 {
  margin: 5px; }
.no-mediaqueries .rg-mt1at10,
.no-js .rg-mt1at10 {
  margin-top: 5px; }
.no-mediaqueries .rg-mr1at10,
.no-js .rg-mr1at10 {
  margin-right: 5px; }
.no-mediaqueries .rg-mb1at10,
.no-js .rg-mb1at10 {
  margin-bottom: 5px; }
.no-mediaqueries .rg-ml1at10,
.no-js .rg-ml1at10 {
  margin-left: 5px; }
.no-mediaqueries .rg-my1at10,
.no-js .rg-my1at10 {
  margin-top: 5px;
  margin-bottom: 5px; }
.no-mediaqueries .rg-mx1at10,
.no-js .rg-mx1at10 {
  margin-right: 5px;
  margin-left: 5px; }
.no-mediaqueries .rg-p2at10,
.no-js .rg-p2at10 {
  padding: 10px; }
.no-mediaqueries .rg-pt2at10,
.no-js .rg-pt2at10 {
  padding-top: 10px; }
.no-mediaqueries .rg-pr2at10,
.no-js .rg-pr2at10 {
  padding-right: 10px; }
.no-mediaqueries .rg-pb2at10,
.no-js .rg-pb2at10 {
  padding-bottom: 10px; }
.no-mediaqueries .rg-pl2at10,
.no-js .rg-pl2at10 {
  padding-left: 10px; }
.no-mediaqueries .rg-py2at10,
.no-js .rg-py2at10 {
  padding-top: 10px;
  padding-bottom: 10px; }
.no-mediaqueries .rg-px2at10,
.no-js .rg-px2at10 {
  padding-right: 10px;
  padding-left: 10px; }
.no-mediaqueries .rg-m2at10,
.no-js .rg-m2at10 {
  margin: 10px; }
.no-mediaqueries .rg-mt2at10,
.no-js .rg-mt2at10 {
  margin-top: 10px; }
.no-mediaqueries .rg-mr2at10,
.no-js .rg-mr2at10 {
  margin-right: 10px; }
.no-mediaqueries .rg-mb2at10,
.no-js .rg-mb2at10 {
  margin-bottom: 10px; }
.no-mediaqueries .rg-ml2at10,
.no-js .rg-ml2at10 {
  margin-left: 10px; }
.no-mediaqueries .rg-my2at10,
.no-js .rg-my2at10 {
  margin-top: 10px;
  margin-bottom: 10px; }
.no-mediaqueries .rg-mx2at10,
.no-js .rg-mx2at10 {
  margin-right: 10px;
  margin-left: 10px; }
.no-mediaqueries .rg-p3at10,
.no-js .rg-p3at10 {
  padding: 20px; }
.no-mediaqueries .rg-pt3at10,
.no-js .rg-pt3at10 {
  padding-top: 20px; }
.no-mediaqueries .rg-pr3at10,
.no-js .rg-pr3at10 {
  padding-right: 20px; }
.no-mediaqueries .rg-pb3at10,
.no-js .rg-pb3at10 {
  padding-bottom: 20px; }
.no-mediaqueries .rg-pl3at10,
.no-js .rg-pl3at10 {
  padding-left: 20px; }
.no-mediaqueries .rg-py3at10,
.no-js .rg-py3at10 {
  padding-top: 20px;
  padding-bottom: 20px; }
.no-mediaqueries .rg-px3at10,
.no-js .rg-px3at10 {
  padding-right: 20px;
  padding-left: 20px; }
.no-mediaqueries .rg-m3at10,
.no-js .rg-m3at10 {
  margin: 20px; }
.no-mediaqueries .rg-mt3at10,
.no-js .rg-mt3at10 {
  margin-top: 20px; }
.no-mediaqueries .rg-mr3at10,
.no-js .rg-mr3at10 {
  margin-right: 20px; }
.no-mediaqueries .rg-mb3at10,
.no-js .rg-mb3at10 {
  margin-bottom: 20px; }
.no-mediaqueries .rg-ml3at10,
.no-js .rg-ml3at10 {
  margin-left: 20px; }
.no-mediaqueries .rg-my3at10,
.no-js .rg-my3at10 {
  margin-top: 20px;
  margin-bottom: 20px; }
.no-mediaqueries .rg-mx3at10,
.no-js .rg-mx3at10 {
  margin-right: 20px;
  margin-left: 20px; }
.no-mediaqueries .rg-p4at10,
.no-js .rg-p4at10 {
  padding: 40px; }
.no-mediaqueries .rg-pt4at10,
.no-js .rg-pt4at10 {
  padding-top: 40px; }
.no-mediaqueries .rg-pr4at10,
.no-js .rg-pr4at10 {
  padding-right: 40px; }
.no-mediaqueries .rg-pb4at10,
.no-js .rg-pb4at10 {
  padding-bottom: 40px; }
.no-mediaqueries .rg-pl4at10,
.no-js .rg-pl4at10 {
  padding-left: 40px; }
.no-mediaqueries .rg-py4at10,
.no-js .rg-py4at10 {
  padding-top: 40px;
  padding-bottom: 40px; }
.no-mediaqueries .rg-px4at10,
.no-js .rg-px4at10 {
  padding-right: 40px;
  padding-left: 40px; }
.no-mediaqueries .rg-m4at10,
.no-js .rg-m4at10 {
  margin: 40px; }
.no-mediaqueries .rg-mt4at10,
.no-js .rg-mt4at10 {
  margin-top: 40px; }
.no-mediaqueries .rg-mr4at10,
.no-js .rg-mr4at10 {
  margin-right: 40px; }
.no-mediaqueries .rg-mb4at10,
.no-js .rg-mb4at10 {
  margin-bottom: 40px; }
.no-mediaqueries .rg-ml4at10,
.no-js .rg-ml4at10 {
  margin-left: 40px; }
.no-mediaqueries .rg-my4at10,
.no-js .rg-my4at10 {
  margin-top: 40px;
  margin-bottom: 40px; }
.no-mediaqueries .rg-mx4at10,
.no-js .rg-mx4at10 {
  margin-right: 40px;
  margin-left: 40px; }
.no-mediaqueries .rg-p5at10,
.no-js .rg-p5at10 {
  padding: 60px; }
.no-mediaqueries .rg-pt5at10,
.no-js .rg-pt5at10 {
  padding-top: 60px; }
.no-mediaqueries .rg-pr5at10,
.no-js .rg-pr5at10 {
  padding-right: 60px; }
.no-mediaqueries .rg-pb5at10,
.no-js .rg-pb5at10 {
  padding-bottom: 60px; }
.no-mediaqueries .rg-pl5at10,
.no-js .rg-pl5at10 {
  padding-left: 60px; }
.no-mediaqueries .rg-py5at10,
.no-js .rg-py5at10 {
  padding-top: 60px;
  padding-bottom: 60px; }
.no-mediaqueries .rg-px5at10,
.no-js .rg-px5at10 {
  padding-right: 60px;
  padding-left: 60px; }
.no-mediaqueries .rg-m5at10,
.no-js .rg-m5at10 {
  margin: 60px; }
.no-mediaqueries .rg-mt5at10,
.no-js .rg-mt5at10 {
  margin-top: 60px; }
.no-mediaqueries .rg-mr5at10,
.no-js .rg-mr5at10 {
  margin-right: 60px; }
.no-mediaqueries .rg-mb5at10,
.no-js .rg-mb5at10 {
  margin-bottom: 60px; }
.no-mediaqueries .rg-ml5at10,
.no-js .rg-ml5at10 {
  margin-left: 60px; }
.no-mediaqueries .rg-my5at10,
.no-js .rg-my5at10 {
  margin-top: 60px;
  margin-bottom: 60px; }
.no-mediaqueries .rg-mx5at10,
.no-js .rg-mx5at10 {
  margin-right: 60px;
  margin-left: 60px; }
.no-mediaqueries html:before,
.no-js html:before {
  content: "12"; }
.no-mediaqueries .rg-centerAt12,
.no-js .rg-centerAt12 {
  margin-left: auto;
  margin-right: auto; }
.no-mediaqueries .rg-invisibleAt12,
.no-mediaqueries .rg-hiddenAt12,
.no-js .rg-invisibleAt12,
.no-js .rg-hiddenAt12 {
  display: none !important; }
.no-mediaqueries .rg-visibleAt12,
.no-mediaqueries .rg-blockAt12,
.no-js .rg-visibleAt12,
.no-js .rg-blockAt12 {
  display: block !important; }
.no-mediaqueries .rg-inlineBlockAt12,
.no-js .rg-inlineBlockAt12 {
  display: inline-block !important; }
.no-mediaqueries .rg-inlineAt12,
.no-js .rg-inlineAt12 {
  display: inline !important; }
.no-mediaqueries .rg-textCenterAt12,
.no-js .rg-textCenterAt12 {
  text-align: center; }
.no-mediaqueries .rg-textLeftAt12,
.no-js .rg-textLeftAt12 {
  text-align: left; }
.no-mediaqueries .rg-textRightAt12,
.no-js .rg-textRightAt12 {
  text-align: right; }
.no-mediaqueries .rg-1of12,
.no-js .rg-1of12 {
  width: 8.33333%; }
.no-mediaqueries .rg-2of12,
.no-js .rg-2of12 {
  width: 16.66667%; }
.no-mediaqueries .rg-3of12,
.no-js .rg-3of12 {
  width: 25%; }
.no-mediaqueries .rg-4of12,
.no-js .rg-4of12 {
  width: 33.33333%; }
.no-mediaqueries .rg-5of12,
.no-js .rg-5of12 {
  width: 41.66667%; }
.no-mediaqueries .rg-6of12,
.no-js .rg-6of12 {
  width: 50%; }
.no-mediaqueries .rg-7of12,
.no-js .rg-7of12 {
  width: 58.33333%; }
.no-mediaqueries .rg-8of12,
.no-js .rg-8of12 {
  width: 66.66667%; }
.no-mediaqueries .rg-9of12,
.no-js .rg-9of12 {
  width: 75%; }
.no-mediaqueries .rg-10of12,
.no-js .rg-10of12 {
  width: 83.33333%; }
.no-mediaqueries .rg-11of12,
.no-js .rg-11of12 {
  width: 91.66667%; }
.no-mediaqueries .rg-12of12,
.no-js .rg-12of12 {
  width: 100%; }
.no-mediaqueries .rg-p0at12,
.no-js .rg-p0at12 {
  padding: 0; }
.no-mediaqueries .rg-pt0at12,
.no-js .rg-pt0at12 {
  padding-top: 0; }
.no-mediaqueries .rg-pr0at12,
.no-js .rg-pr0at12 {
  padding-right: 0; }
.no-mediaqueries .rg-pb0at12,
.no-js .rg-pb0at12 {
  padding-bottom: 0; }
.no-mediaqueries .rg-pl0at12,
.no-js .rg-pl0at12 {
  padding-left: 0; }
.no-mediaqueries .rg-py0at12,
.no-js .rg-py0at12 {
  padding-top: 0;
  padding-bottom: 0; }
.no-mediaqueries .rg-px0at12,
.no-js .rg-px0at12 {
  padding-right: 0;
  padding-left: 0; }
.no-mediaqueries .rg-m0at12,
.no-js .rg-m0at12 {
  margin: 0; }
.no-mediaqueries .rg-mt0at12,
.no-js .rg-mt0at12 {
  margin-top: 0; }
.no-mediaqueries .rg-mr0at12,
.no-js .rg-mr0at12 {
  margin-right: 0; }
.no-mediaqueries .rg-mb0at12,
.no-js .rg-mb0at12 {
  margin-bottom: 0; }
.no-mediaqueries .rg-ml0at12,
.no-js .rg-ml0at12 {
  margin-left: 0; }
.no-mediaqueries .rg-my0at12,
.no-js .rg-my0at12 {
  margin-top: 0;
  margin-bottom: 0; }
.no-mediaqueries .rg-mx0at12,
.no-js .rg-mx0at12 {
  margin-right: 0;
  margin-left: 0; }
.no-mediaqueries .rg-p1at12,
.no-js .rg-p1at12 {
  padding: 5px; }
.no-mediaqueries .rg-pt1at12,
.no-js .rg-pt1at12 {
  padding-top: 5px; }
.no-mediaqueries .rg-pr1at12,
.no-js .rg-pr1at12 {
  padding-right: 5px; }
.no-mediaqueries .rg-pb1at12,
.no-js .rg-pb1at12 {
  padding-bottom: 5px; }
.no-mediaqueries .rg-pl1at12,
.no-js .rg-pl1at12 {
  padding-left: 5px; }
.no-mediaqueries .rg-py1at12,
.no-js .rg-py1at12 {
  padding-top: 5px;
  padding-bottom: 5px; }
.no-mediaqueries .rg-px1at12,
.no-js .rg-px1at12 {
  padding-right: 5px;
  padding-left: 5px; }
.no-mediaqueries .rg-m1at12,
.no-js .rg-m1at12 {
  margin: 5px; }
.no-mediaqueries .rg-mt1at12,
.no-js .rg-mt1at12 {
  margin-top: 5px; }
.no-mediaqueries .rg-mr1at12,
.no-js .rg-mr1at12 {
  margin-right: 5px; }
.no-mediaqueries .rg-mb1at12,
.no-js .rg-mb1at12 {
  margin-bottom: 5px; }
.no-mediaqueries .rg-ml1at12,
.no-js .rg-ml1at12 {
  margin-left: 5px; }
.no-mediaqueries .rg-my1at12,
.no-js .rg-my1at12 {
  margin-top: 5px;
  margin-bottom: 5px; }
.no-mediaqueries .rg-mx1at12,
.no-js .rg-mx1at12 {
  margin-right: 5px;
  margin-left: 5px; }
.no-mediaqueries .rg-p2at12,
.no-js .rg-p2at12 {
  padding: 10px; }
.no-mediaqueries .rg-pt2at12,
.no-js .rg-pt2at12 {
  padding-top: 10px; }
.no-mediaqueries .rg-pr2at12,
.no-js .rg-pr2at12 {
  padding-right: 10px; }
.no-mediaqueries .rg-pb2at12,
.no-js .rg-pb2at12 {
  padding-bottom: 10px; }
.no-mediaqueries .rg-pl2at12,
.no-js .rg-pl2at12 {
  padding-left: 10px; }
.no-mediaqueries .rg-py2at12,
.no-js .rg-py2at12 {
  padding-top: 10px;
  padding-bottom: 10px; }
.no-mediaqueries .rg-px2at12,
.no-js .rg-px2at12 {
  padding-right: 10px;
  padding-left: 10px; }
.no-mediaqueries .rg-m2at12,
.no-js .rg-m2at12 {
  margin: 10px; }
.no-mediaqueries .rg-mt2at12,
.no-js .rg-mt2at12 {
  margin-top: 10px; }
.no-mediaqueries .rg-mr2at12,
.no-js .rg-mr2at12 {
  margin-right: 10px; }
.no-mediaqueries .rg-mb2at12,
.no-js .rg-mb2at12 {
  margin-bottom: 10px; }
.no-mediaqueries .rg-ml2at12,
.no-js .rg-ml2at12 {
  margin-left: 10px; }
.no-mediaqueries .rg-my2at12,
.no-js .rg-my2at12 {
  margin-top: 10px;
  margin-bottom: 10px; }
.no-mediaqueries .rg-mx2at12,
.no-js .rg-mx2at12 {
  margin-right: 10px;
  margin-left: 10px; }
.no-mediaqueries .rg-p3at12,
.no-js .rg-p3at12 {
  padding: 20px; }
.no-mediaqueries .rg-pt3at12,
.no-js .rg-pt3at12 {
  padding-top: 20px; }
.no-mediaqueries .rg-pr3at12,
.no-js .rg-pr3at12 {
  padding-right: 20px; }
.no-mediaqueries .rg-pb3at12,
.no-js .rg-pb3at12 {
  padding-bottom: 20px; }
.no-mediaqueries .rg-pl3at12,
.no-js .rg-pl3at12 {
  padding-left: 20px; }
.no-mediaqueries .rg-py3at12,
.no-js .rg-py3at12 {
  padding-top: 20px;
  padding-bottom: 20px; }
.no-mediaqueries .rg-px3at12,
.no-js .rg-px3at12 {
  padding-right: 20px;
  padding-left: 20px; }
.no-mediaqueries .rg-m3at12,
.no-js .rg-m3at12 {
  margin: 20px; }
.no-mediaqueries .rg-mt3at12,
.no-js .rg-mt3at12 {
  margin-top: 20px; }
.no-mediaqueries .rg-mr3at12,
.no-js .rg-mr3at12 {
  margin-right: 20px; }
.no-mediaqueries .rg-mb3at12,
.no-js .rg-mb3at12 {
  margin-bottom: 20px; }
.no-mediaqueries .rg-ml3at12,
.no-js .rg-ml3at12 {
  margin-left: 20px; }
.no-mediaqueries .rg-my3at12,
.no-js .rg-my3at12 {
  margin-top: 20px;
  margin-bottom: 20px; }
.no-mediaqueries .rg-mx3at12,
.no-js .rg-mx3at12 {
  margin-right: 20px;
  margin-left: 20px; }
.no-mediaqueries .rg-p4at12,
.no-js .rg-p4at12 {
  padding: 40px; }
.no-mediaqueries .rg-pt4at12,
.no-js .rg-pt4at12 {
  padding-top: 40px; }
.no-mediaqueries .rg-pr4at12,
.no-js .rg-pr4at12 {
  padding-right: 40px; }
.no-mediaqueries .rg-pb4at12,
.no-js .rg-pb4at12 {
  padding-bottom: 40px; }
.no-mediaqueries .rg-pl4at12,
.no-js .rg-pl4at12 {
  padding-left: 40px; }
.no-mediaqueries .rg-py4at12,
.no-js .rg-py4at12 {
  padding-top: 40px;
  padding-bottom: 40px; }
.no-mediaqueries .rg-px4at12,
.no-js .rg-px4at12 {
  padding-right: 40px;
  padding-left: 40px; }
.no-mediaqueries .rg-m4at12,
.no-js .rg-m4at12 {
  margin: 40px; }
.no-mediaqueries .rg-mt4at12,
.no-js .rg-mt4at12 {
  margin-top: 40px; }
.no-mediaqueries .rg-mr4at12,
.no-js .rg-mr4at12 {
  margin-right: 40px; }
.no-mediaqueries .rg-mb4at12,
.no-js .rg-mb4at12 {
  margin-bottom: 40px; }
.no-mediaqueries .rg-ml4at12,
.no-js .rg-ml4at12 {
  margin-left: 40px; }
.no-mediaqueries .rg-my4at12,
.no-js .rg-my4at12 {
  margin-top: 40px;
  margin-bottom: 40px; }
.no-mediaqueries .rg-mx4at12,
.no-js .rg-mx4at12 {
  margin-right: 40px;
  margin-left: 40px; }
.no-mediaqueries .rg-p5at12,
.no-js .rg-p5at12 {
  padding: 60px; }
.no-mediaqueries .rg-pt5at12,
.no-js .rg-pt5at12 {
  padding-top: 60px; }
.no-mediaqueries .rg-pr5at12,
.no-js .rg-pr5at12 {
  padding-right: 60px; }
.no-mediaqueries .rg-pb5at12,
.no-js .rg-pb5at12 {
  padding-bottom: 60px; }
.no-mediaqueries .rg-pl5at12,
.no-js .rg-pl5at12 {
  padding-left: 60px; }
.no-mediaqueries .rg-py5at12,
.no-js .rg-py5at12 {
  padding-top: 60px;
  padding-bottom: 60px; }
.no-mediaqueries .rg-px5at12,
.no-js .rg-px5at12 {
  padding-right: 60px;
  padding-left: 60px; }
.no-mediaqueries .rg-m5at12,
.no-js .rg-m5at12 {
  margin: 60px; }
.no-mediaqueries .rg-mt5at12,
.no-js .rg-mt5at12 {
  margin-top: 60px; }
.no-mediaqueries .rg-mr5at12,
.no-js .rg-mr5at12 {
  margin-right: 60px; }
.no-mediaqueries .rg-mb5at12,
.no-js .rg-mb5at12 {
  margin-bottom: 60px; }
.no-mediaqueries .rg-ml5at12,
.no-js .rg-ml5at12 {
  margin-left: 60px; }
.no-mediaqueries .rg-my5at12,
.no-js .rg-my5at12 {
  margin-top: 60px;
  margin-bottom: 60px; }
.no-mediaqueries .rg-mx5at12,
.no-js .rg-mx5at12 {
  margin-right: 60px;
  margin-left: 60px; }


/* ==========================================================================
  Floats
  If you need to float something but you still want the object to remain
  reusable, consider using a class to create the float rather than baking
  it directly into the object. This allows objects to be used in more ways
========================================================================== */
.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

/**
 * Make a parent relative. This is useful when you
 * need a child to be absolutely be position relative
 * to this element but you don't necessarily want the parent
 * object to always be relative
 */
.parent,
.is-parent {
  position: relative; }

/**
 * Contain floats
 *
 * Make an element expand to contain floated children.
 * Uses pseudo-elements (micro clearfix).
 *
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of the
 *    element.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For clearing floats. Sometimes useful.
 */
.clear {
  clear: both; }

/* ==========================================================================
  Display Utilities
========================================================================== */
.no-top-border {
  border-top: none !important; }

.no-right-border {
  border-right: none !important; }

.no-bottom-border {
  border-bottom: none !important; }

.no-left-border {
  border-left: none !important; }

/**
 * New block formatting context
 *
 * This affords some useful properties to the element. It won't wrap under
 * floats. Will also contain any floated children.

 * N.B. This will clip overflow. Use the alternative method below if this is
 * problematic.
 */
.bfc,
.nbfc {
  overflow: hidden; }

/**
 * New block formatting context (alternative)
 *
 * Alternative method when overflow must not be clipped.
 *
 * 1. Create a new block formatting context (NBFC).
 * 2. Avoid shrink-wrap behaviour of table-cell.
 *
 * N.B. This breaks down in some browsers when elements within this element
 * exceed its width.
 */
.nbfc-alt {
  display: table-cell;
  /* 1 */
  width: 10000px;
  /* 2 */ }

/**
 * Make a block span the full width regardless of previous styles
 */
.full {
  width: 100% !important; }

/**
 * Make content unable to break out of it's container
 */
.contained {
  max-width: 100%; }

/**
 * Center a block. The block will require a width for this to work
 */
.center {
  margin-left: auto;
  margin-right: auto; }

/**
 * Make a block fixed positioned. Useful for JS to make an element
 * fixed, like the overlay
 */
.is-fixed {
  position: fixed !important; }

/**
 * Adds a checkered transparent background like photoshop
 */
.transparent {
  background: bg-url("nib-styles/utils/0.2.3/transparent-grid.png"); }

/**
 * Vertically align content using display-table
 */
.align-middle {
  display: table; }
  .align-middle .align-middle__content {
    display: table-cell;
    vertical-align: middle;
    margin-top: -2px; }

.align-top {
  vertical-align: top; }

/**
 * Media block. This is a common pattern of a block of variable-width text
 * and media to sits to the left or right.
 */
.mb.mb--reverse .mb__media,
.mb.mb--reverse .media, .mb.mb--right .mb__media,
.mb.mb--right .media, .mb.reverse .mb__media,
.mb.reverse .media,
.media-block.mb--reverse .mb__media,
.media-block.mb--reverse .media,
.media-block.mb--right .mb__media,
.media-block.mb--right .media,
.media-block.reverse .mb__media,
.media-block.reverse .media {
  float: right; }
.mb .mb__media,
.mb .media,
.media-block .mb__media,
.media-block .media {
  float: left; }
.mb .mb__content,
.mb .content,
.media-block .mb__content,
.media-block .content {
  overflow: hidden; }

/* ==========================================================================
  Grid Utilities
========================================================================== */
.unit {
  float: left; }

.unitRight {
  float: right; }

.size1of1 {
  float: none; }

.size1of2 {
  width: 50%; }

.size1of3 {
  width: 33.33333%; }

.size2of3 {
  width: 66.66667%; }

.size1of4 {
  width: 25%; }

.size2of4 {
  width: 50%; }

.size3of4 {
  width: 75%; }

.size1of5 {
  width: 20%; }

.size2of5 {
  width: 40%; }

.size3of5 {
  width: 60%; }

.size4of5 {
  width: 80%; }

.size1of6 {
  width: 16.66667%; }

.size2of6 {
  width: 33.33333%; }

.size3of6 {
  width: 50%; }

.size4of6 {
  width: 66.66667%; }

.size5of6 {
  width: 83.33333%; }

.size1of7 {
  width: 14.28571%; }

.size2of7 {
  width: 28.57143%; }

.size3of7 {
  width: 42.85714%; }

.size4of7 {
  width: 57.14286%; }

.size5of7 {
  width: 71.42857%; }

.size6of7 {
  width: 85.71429%; }

.size1of8 {
  width: 12.5%; }

.size2of8 {
  width: 25%; }

.size3of8 {
  width: 37.5%; }

.size4of8 {
  width: 50%; }

.size5of8 {
  width: 62.5%; }

.size6of8 {
  width: 75%; }

.size7of8 {
  width: 87.5%; }

.size1of9 {
  width: 11.11111%; }

.size2of9 {
  width: 22.22222%; }

.size3of9 {
  width: 33.33333%; }

.size4of9 {
  width: 44.44444%; }

.size5of9 {
  width: 55.55556%; }

.size6of9 {
  width: 66.66667%; }

.size7of9 {
  width: 77.77778%; }

.size8of9 {
  width: 88.88889%; }

.size1of10 {
  width: 10%; }

.size2of10 {
  width: 20%; }

.size3of10 {
  width: 30%; }

.size4of10 {
  width: 40%; }

.size5of10 {
  width: 50%; }

.size6of10 {
  width: 60%; }

.size7of10 {
  width: 70%; }

.size8of10 {
  width: 80%; }

.size9of10 {
  width: 90%; }

.size1of11 {
  width: 9.09091%; }

.size2of11 {
  width: 18.18182%; }

.size3of11 {
  width: 27.27273%; }

.size4of11 {
  width: 36.36364%; }

.size5of11 {
  width: 45.45455%; }

.size6of11 {
  width: 54.54545%; }

.size7of11 {
  width: 63.63636%; }

.size8of11 {
  width: 72.72727%; }

.size9of11 {
  width: 81.81818%; }

.size10of11 {
  width: 90.90909%; }

.size1of12 {
  width: 8.33333%; }

.size2of12 {
  width: 16.66667%; }

.size3of12 {
  width: 25%; }

.size4of12 {
  width: 33.33333%; }

.size5of12 {
  width: 41.66667%; }

.size6of12 {
  width: 50%; }

.size7of12 {
  width: 58.33333%; }

.size8of12 {
  width: 66.66667%; }

.size9of12 {
  width: 75%; }

.size10of12 {
  width: 83.33333%; }

.size11of12 {
  width: 91.66667%; }

/* ==========================================================================
  JavaScript Utilities
========================================================================== */
/**
 * Adding this class to an element is usually
 * for JavaScript widgets that toggle content
 */
.hide-children > .child {
  display: none; }

.is-selected > .u-hideWhenParentSelected {
  display: none !important; }

.u-showWhenParentSelected {
  display: none !important; }
  .is-selected > .u-showWhenParentSelected {
    display: block !important; }

/**
 * This class is used for animations that occur when
 * scrolling down the page. Apply this class to an
 * element and the waypoints component will remove
 * it and trigger the animation
 */
.is-paused {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important; }

/**
 * Only show an element if javascript is disabled
 */
/**
 * Only show an element if javascript is enabled
 */
/**
 * Make an element transparent with a fallback
 * for browsers that don't support opacity.
 * This is common used when fading an element in
 */
.is-transparent {
  opacity: 0; }
  .no-opacity .is-transparent {
    visibility: hidden; }
  .is-transparent.is-visible {
    opacity: 1; }
    .no-opacity .is-transparent.is-visible {
      visibility: visible; }

/* ==========================================================================
  z-index helpers
  You should be able to use these classes in most cases when you need to
  apply z-index. This makes it easier to debug any issues you're having
========================================================================== */
.zi-0 {
  position: relative;
  z-index: 0; }

.zi-1 {
  position: relative;
  z-index: 1; }

.zi-2 {
  position: relative;
  z-index: 2; }

.zi-3 {
  position: relative;
  z-index: 3; }

.zi-4 {
  position: relative;
  z-index: 4; }

.zi-5 {
  position: relative;
  z-index: 5; }

/* ==========================================================================
  Display utilities
========================================================================== */
/**
 * Display-type utilities
 */
.inline {
  display: inline !important; }

.inline-block,
.ib {
  display: inline-block !important; }

.block {
  display: block !important; }

/**
 * Don't include the padding and border as part of the width
 */
.border-box {
  box-sizing: border-box; }

/**
 * Completely remove from the flow and screen readers.
 */
.is-hidden, .hidden, .js .no-js-only, .no-js .js-only {
  display: none !important;
  visibility: hidden !important; }

/**
 * Completely remove from the flow but leave available to screen readers.
 */
.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px); }

/**
 * Useful for creating overlays
 */
.stretch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/**
 * Control visibility without affecting flow.
 */
.is-visible {
  visibility: visible; }

.is-invisible {
  visibility: hidden; }

/* ==========================================================================
  States utilities
========================================================================== */
/**
 * Indicate that interaction will result in an action.
 *
 * Commonly toggled via JavaScript.
 */
.is-actionable {
  cursor: pointer; }

.is-draggable {
  cursor: move; }

.is-disabled {
  cursor: default; }

.is-unselectable {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.is-waiting {
  transition: opacity 250ms linear;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  opacity: 0.5; }

.is-waiting:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.is-clickthrough {
  pointer-events: none; }

/* ==========================================================================
   Text utilities
   ========================================================================== */
/**
 * Text truncation
 *
 * Prevent text from wrapping onto multiple lines, and truncate with an
 * ellipsis.
 *
 * 1. Ensure that the node has a maximum width after which truncation can
 *    occur.
 * 2. Fix for IE 8/9 if `word-wrap: break-word` is in effect on ancestor
 *    nodes.
 */
.text-truncate {
  max-width: 100%;
  /* 1 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* 2 */ }

/**
 * Word breaking
 *
 * Break strings when their length exceeds the width of their container.
 */
.text-break {
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word; }

/* -------------------------------------------------------------------------- */
/**
 * Horizontal text alignment
 */
.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

/* ==========================================================================
  Link utilities
========================================================================== */
.link-block {
  display: block;
  text-decoration: none; }
  .link-block:hover {
    text-decoration: none; }
  .link-block:hover .title-2 {
    color: #79Be10; }

/**
 * Reset an anchor to appear as text
 */
.link-reset {
  text-decoration: none;
  color: inherit; }


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}



/* === FONT FACE === */

@font-face {
    font-family: 'nibdings';
    font-weight: normal;
    font-style: normal;
    src: url('nib-styles/v2-icons/2.1.1/fonts/nibdings.eot');
    src:
        url('nib-styles/v2-icons/2.1.1/fonts/nibdings.eot?#iefix') format('eot'),
        url('nib-styles/v2-icons/2.1.1/fonts/nibdings.woff') format('woff'),
        url('nib-styles/v2-icons/2.1.1/fonts/nibdings.ttf') format('truetype'),
        url('nib-styles/v2-icons/2.1.1/fonts/nibdings.svg#nibdings') format('svg')
    ;
}


/* === ICON === */

.v2-icon {
    display: inline-block;
    font: normal normal normal 14px/1 'nibdings';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.v2-icon:before {
}

/* === ICON: SIZE === */

/* TODO: USE EMs so icons scale if user agent font size larger than normal? */

.v2-icon--smallest {
    font-size: 16px;
}

.v2-icon--smaller {
    font-size: 24px;
}

.v2-icon--small {
    font-size: 32px;
}

.v2-icon--medium {
    font-size: 48px;
}

.v2-icon--large {
    font-size: 64px;
}

.v2-icon--largest {
    font-size: 128px;
}

/* === ICON: COLOUR === */

.v2-icon--lightgreen {
    color: #009623;
}

.v2-icon--darkgreen {
    color: #0a6d12;
}

.v2-icon--lightgrey {
    color: #b9b9b9;
}

.v2-icon--darkgrey {
    color: #444;
}

.v2-icon--white {
    color: #fff;
}

/* === ICON: ROTATION === */

.v2-icon--rotate-90 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.v2-icon--rotate-180 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.v2-icon--rotate-270 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}

/* === ICON: SPIN === */

@-webkit-keyframes v2-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

@keyframes v2-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

.v2-icon--spin {
    -webkit-animation: v2-icon-spin 0.75s infinite linear;
            animation: v2-icon-spin 0.75s infinite linear;
}

/* === ICON: ALIGNMENT === */

/* offset the vertical alignment by the descender height so the icon still looks centered where `text-transform: uppercase` is applied to the containing div */
.v2-icon--offset-descenders {
    margin-top: -0.18em;
}

/* === ICON: GLYPH === */


.v2-icon--stethoscope:before {
    content: "\E025"
}

.v2-icon--spinner:before {
    content: "\E036"
}

.v2-icon--receipt:before {
    content: "\E03A"
}

.v2-icon--screen:before {
    content: "\E03B"
}

.v2-icon--slip:before {
    content: "\E03C"
}

.v2-icon--tooth:before {
    content: "\E03D"
}

.v2-icon--heart:before {
    content: "\E03E"
}

.v2-icon--ambulance:before {
    content: "\E023"
}

.v2-icon--clock:before {
    content: "\E024"
}

.v2-icon--dollar-circle-inverse:before {
    content: "\E026"
}

.v2-icon--dollar-circle:before {
    content: "\E027"
}

.v2-icon--dollar:before {
    content: "\E028"
}

.v2-icon--flag:before {
    content: "\E02A"
}

.v2-icon--heartrate:before {
    content: "\E02B"
}

.v2-icon--hospital:before {
    content: "\E02C"
}

.v2-icon--megaphone:before {
    content: "\E02D"
}

.v2-icon--paper-clip:before {
    content: "\E02E"
}

.v2-icon--settings:before {
    content: "\E02F"
}

.v2-icon--stopwatch:before {
    content: "\E031"
}

.v2-icon--switching:before {
    content: "\E032"
}

.v2-icon--thumbs-up:before {
    content: "\E033"
}

.v2-icon--tools:before {
    content: "\E034"
}

.v2-icon--umbrella:before {
    content: "\E035"
}

.v2-icon--person:before {
    content: "\E037"
}

.v2-icon--calendar:before {
    content: "\E001"
}

.v2-icon--close-circle-inverse:before {
    content: "\E002"
}

.v2-icon--close-circle:before {
    content: "\E003"
}

.v2-icon--close:before {
    content: "\E004"
}

.v2-icon--document-inverse:before {
    content: "\E005"
}

.v2-icon--document:before {
    content: "\E006"
}

.v2-icon--edit:before {
    content: "\E007"
}

.v2-icon--envelope:before {
    content: "\E008"
}

.v2-icon--help-circle-inverse:before {
    content: "\E009"
}

.v2-icon--help-circle:before {
    content: "\E00A"
}

.v2-icon--help:before {
    content: "\E00B"
}

.v2-icon--info-circle-inverse:before {
    content: "\E00C"
}

.v2-icon--info-circle:before {
    content: "\E00D"
}

.v2-icon--location:before {
    content: "\E00E"
}

.v2-icon--lock-circle-inverse:before {
    content: "\E00F"
}

.v2-icon--lock:before {
    content: "\E010"
}

.v2-icon--menu:before {
    content: "\E011"
}

.v2-icon--pdf-inverse:before {
    content: "\E012"
}

.v2-icon--pdf:before {
    content: "\E013"
}

.v2-icon--phone:before {
    content: "\E014"
}

.v2-icon--plus-circle-inverse:before {
    content: "\E015"
}

.v2-icon--plus-circle:before {
    content: "\E016"
}

.v2-icon--plus:before {
    content: "\E017"
}

.v2-icon--shopping-cart:before {
    content: "\E018"
}

.v2-icon--smartphone:before {
    content: "\E019"
}

.v2-icon--tick-circle-inverse:before {
    content: "\E01A"
}

.v2-icon--tick-circle:before {
    content: "\E01B"
}

.v2-icon--tick:before {
    content: "\E01C"
}

.v2-icon--warning-inverse:before {
    content: "\E01D"
}

.v2-icon--warning:before {
    content: "\E01E"
}

.v2-icon--fax:before {
    content: "\E038"
}

.v2-icon--arrow:before {
    content: "\E01F"
}

.v2-icon--chevron-circle-inverse:before {
    content: "\E020"
}

.v2-icon--chevron-circle:before {
    content: "\E021"
}

.v2-icon--chevron:before {
    content: "\E022"
}



/* === FONT FACE === */

@font-face {
    font-family: 'nibdings';
    font-weight: normal;
    font-style: normal;
    src: url('nib-styles/v2-icons/2.4.2/dist/fonts/nibdings.eot');
    src:
        url('nib-styles/v2-icons/2.4.2/dist/fonts/nibdings.eot?#iefix') format('eot'),
        url('nib-styles/v2-icons/2.4.2/dist/fonts/nibdings.woff') format('woff'),
        url('nib-styles/v2-icons/2.4.2/dist/fonts/nibdings.ttf') format('truetype'),
        url('nib-styles/v2-icons/2.4.2/dist/fonts/nibdings.svg#nibdings') format('svg')
    ;
}


/* === ICON === */

.v2-icon {
    display: inline-block;
    font: normal normal normal 14px/1 'nibdings';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.v2-icon:before {
}

/* === ICON: SIZE === */

/* TODO: USE EMs so icons scale if user agent font size larger than normal? */

.v2-icon--smallest {
    font-size: 16px;
}

.v2-icon--smaller {
    font-size: 24px;
}

.v2-icon--small {
    font-size: 32px;
}

.v2-icon--medium {
    font-size: 48px;
}

.v2-icon--large {
    font-size: 64px;
}

.v2-icon--largest {
    font-size: 128px;
}

/* === ICON: COLOUR === */

.v2-icon--lightgreen {
    color: #009623;
}

.v2-icon--darkgreen {
    color: #0a6d12;
}

.v2-icon--lightgrey {
    color: #b9b9b9;
}

.v2-icon--darkgrey {
    color: #444;
}

.v2-icon--white {
    color: #fff;
}

/* === ICON: ROTATION === */

.v2-icon--rotate-90 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.v2-icon--rotate-180 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.v2-icon--rotate-270 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}

/* === ICON: SPIN === */

@keyframes v2-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

.v2-icon--spin {
    -webkit-animation: v2-icon-spin 0.75s infinite linear;
            animation: v2-icon-spin 0.75s infinite linear;
}

/* === ICON: ALIGNMENT === */

/* offset the vertical alignment by the descender height so the icon still looks centered where `text-transform: uppercase` is applied to the containing div */
.v2-icon--offset-descenders {
    margin-top: -0.18em;
}

/* === ICON: GLYPH === */


.v2-icon--stethoscope:before {
    content: "\E025"
}

.v2-icon--spinner:before {
    content: "\E036"
}

.v2-icon--receipt:before {
    content: "\E03A"
}

.v2-icon--screen:before {
    content: "\E03B"
}

.v2-icon--slip:before {
    content: "\E03C"
}

.v2-icon--tooth:before {
    content: "\E03D"
}

.v2-icon--heart:before {
    content: "\E03E"
}

.v2-icon--ambulance:before {
    content: "\E023"
}

.v2-icon--clock:before {
    content: "\E024"
}

.v2-icon--dollar-circle-inverse:before {
    content: "\E026"
}

.v2-icon--dollar-circle:before {
    content: "\E027"
}

.v2-icon--dollar:before {
    content: "\E028"
}

.v2-icon--facebook-circle-inverse:before {
    content: "\E029"
}

.v2-icon--flag:before {
    content: "\E02A"
}

.v2-icon--heartrate:before {
    content: "\E02B"
}

.v2-icon--hospital:before {
    content: "\E02C"
}

.v2-icon--megaphone:before {
    content: "\E02D"
}

.v2-icon--paper-clip:before {
    content: "\E02E"
}

.v2-icon--settings:before {
    content: "\E02F"
}

.v2-icon--facebook-circle:before {
    content: "\E030"
}

.v2-icon--stopwatch:before {
    content: "\E031"
}

.v2-icon--switching:before {
    content: "\E032"
}

.v2-icon--thumbs-up:before {
    content: "\E033"
}

.v2-icon--tools:before {
    content: "\E034"
}

.v2-icon--umbrella:before {
    content: "\E035"
}

.v2-icon--person:before {
    content: "\E037"
}

.v2-icon--facebook:before {
    content: "\E039"
}

.v2-icon--google-plus-circle-inverse:before {
    content: "\E03F"
}

.v2-icon--google-plus-circle:before {
    content: "\E040"
}

.v2-icon--google-plus:before {
    content: "\E041"
}

.v2-icon--instagram-circle-inverse:before {
    content: "\E042"
}

.v2-icon--instagram-circle:before {
    content: "\E043"
}

.v2-icon--instagram:before {
    content: "\E044"
}

.v2-icon--twitter-circle-inverse:before {
    content: "\E045"
}

.v2-icon--twitter-circle:before {
    content: "\E046"
}

.v2-icon--twitter:before {
    content: "\E047"
}

.v2-icon--youtube-circle-inverse:before {
    content: "\E048"
}

.v2-icon--youtube-circle:before {
    content: "\E049"
}

.v2-icon--youtube:before {
    content: "\E04A"
}

.v2-icon--calendar:before {
    content: "\E001"
}

.v2-icon--close-circle-inverse:before {
    content: "\E002"
}

.v2-icon--close-circle:before {
    content: "\E003"
}

.v2-icon--close:before {
    content: "\E004"
}

.v2-icon--document-inverse:before {
    content: "\E005"
}

.v2-icon--document:before {
    content: "\E006"
}

.v2-icon--edit:before {
    content: "\E007"
}

.v2-icon--envelope:before {
    content: "\E008"
}

.v2-icon--help-circle-inverse:before {
    content: "\E009"
}

.v2-icon--help-circle:before {
    content: "\E00A"
}

.v2-icon--help:before {
    content: "\E00B"
}

.v2-icon--info-circle-inverse:before {
    content: "\E00C"
}

.v2-icon--info-circle:before {
    content: "\E00D"
}

.v2-icon--location:before {
    content: "\E00E"
}

.v2-icon--lock-circle-inverse:before {
    content: "\E00F"
}

.v2-icon--lock:before {
    content: "\E010"
}

.v2-icon--menu:before {
    content: "\E011"
}

.v2-icon--pdf-inverse:before {
    content: "\E012"
}

.v2-icon--pdf:before {
    content: "\E013"
}

.v2-icon--phone:before {
    content: "\E014"
}

.v2-icon--plus-circle-inverse:before {
    content: "\E015"
}

.v2-icon--plus-circle:before {
    content: "\E016"
}

.v2-icon--plus:before {
    content: "\E017"
}

.v2-icon--shopping-cart:before {
    content: "\E018"
}

.v2-icon--smartphone:before {
    content: "\E019"
}

.v2-icon--tick-circle-inverse:before {
    content: "\E01A"
}

.v2-icon--tick-circle:before {
    content: "\E01B"
}

.v2-icon--tick:before {
    content: "\E01C"
}

.v2-icon--warning-inverse:before {
    content: "\E01D"
}

.v2-icon--warning:before {
    content: "\E01E"
}

.v2-icon--fax:before {
    content: "\E038"
}

.v2-icon--couple:before {
    content: "\E04B"
}

.v2-icon--family:before {
    content: "\E04C"
}

.v2-icon--over-55:before {
    content: "\E04D"
}

.v2-icon--single:before {
    content: "\E04E"
}

.v2-icon--single-parent-family:before {
    content: "\E04F"
}

.v2-icon--arrow:before {
    content: "\E01F"
}

.v2-icon--chevron-circle-inverse:before {
    content: "\E020"
}

.v2-icon--chevron-circle:before {
    content: "\E021"
}

.v2-icon--chevron:before {
    content: "\E022"
}


.form label {
  display: block;
}

.form-actions {
  overflow: hidden;
}

.form-actions .form-actions__primary,
.form-actions .form-actions__secondary {
  float: right;
  margin-left: 10px;
}

.control-group {
  border: 1px solid transparent;
}

.control-group.is-invalid,
.control-group.input-validation-error {
  background: #ffdcdc;
  color: #a90000;
  border-color: #a90000;
}

/**
 * Help text - Block style
 */
.control-group__help-block {
  display: block;
}

/**
 * Inline help text
 */
.control-group__help-inline {
  vertical-align: baseline;
}

/**
 * Row of inline controls
 */
.control-group--row {
  border: 0;
}
.control-group--row:hover {
  background: white;
}
.control-group--row:hover .control-group__title {
  color: #1f7c07;
}
.control-group--row:hover .control--box {
  background: #eeeeee;
}
.control-group--row .control-group__title {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 52px;
  padding-left: 20px;
}

/**
 * Control descriptions
 */
.control__text {
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin: 5px 0;
  color: #999999;
}
.control__text strong {
  color: #666666;
}
.control__text a {
  font-weight: normal;
  color: #1f7c07;
  text-decoration: underline;
}
.control__text a:hover {
  color: #2bac0a;
}

.form--primary {
  background: #eee;
  background: linear-gradient(to bottom, white, #eeeeee), #eeeeee;
  overflow: hidden;
}

.form--primary .form__header {
  box-shadow: 0 1px 0 white;
  border-bottom: 1px solid #b9b9b9;
}

.form--primary .form__footer {
  border-top: 1px solid #b9b9b9;
  box-shadow: 0 1px 0 white inset;
}

.control,
.control-basic {
  display: block;
  margin-bottom: 12.5px;
}

.control__label,
.control-label,
.control > label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.control--box {
  box-sizing: border-box;
  background: #e6e6e6;
  border-left: 1px solid lightgrey;
  padding: 10px;
  height: 52px;
  vertical-align: middle;
  font-size: 13px;
  margin-bottom: 0;
}

.control-checkbox {
  display: block;
  margin-bottom: 12.5px;
}

.control-checkbox input {
  margin-right: 2px;
}

.control-checkbox__label {
  display: inline-block;
}


/**
 * Radio or checkbox that uses an icon
 *
 *  --------
 *  | [x]  |
 *  | ICON |
 *  | TEXT |
 *  |______|
 */

/*
  <label class="control-icon">
    <input name="Scale" type="radio" value="Single">
    <div class="control__icon">
        <i class="icon-household icon-household--singles"></i>
    </div>
    <span class="control__label">Singles</span>
  </label>
 */

.control-icon {
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  padding: 10px 10px 15px;
  position: relative;
  display: block;
}

.control-icon:hover {
  background: #eeeeee;
}

.control-icon.control-icon--invisible input {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.control-icon input {
  margin-bottom: 10px;
  width: 13px;
}

.control-icon .control__label {
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #666;
}


.control-radio {
  margin-bottom: 12.5px;
  display: inline-block;
  position: relative;
}

.control-radio input {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -7px;
}

.control-radio input:checked + .control-radio__label {
  background: #e1e1e1;
}

.control-radio .control-radio__label {
  display: block;
  padding: 7px;
  padding-left: 30px;
  padding-right: 15px;
  border-radius: 5px;
  font-weight: normal;
}

.control-radio--inline .control-radio__label,
.control-radio--inline .control__label {
  display: inline-block;
  margin-bottom: 0;
}

.control-radio--inline .control-radio__label {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
}

.control-search.control--mobile {
  display: block;
  margin: 7px 0;
  position: relative;
}

.control-search.control--mobile:after {
  display: block;
  content: '';
  position: absolute;
  top: 5px;
  right: 11px;
  height: 15px;
  width: 15px;
  background: url("nib-styles/form/0.2.1/images/search.svg") no-repeat;
  background-size: 15px 15px;
}

.control-search.control--mobile input {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  border: 0;
  height: 25px;
  line-height: 1;
  padding: 0 35px 0 10px;
  width: 100%;
  color: #666666;
  border-radius: 20px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
  background: #dadada;
  font-size: 13px;
}

.control-search.control--mobile input:focus {
  outline: 0;
  background: #fff;
}


.control-select {
  display: block;
  margin-bottom: 12.5px;
}

/**
 * Select wrapper
 */
.select {
  position: relative;
  width: 100%;
}
.select.medium {
  width: 210px;
}
.select.small {
  width: 100px;
}

/**
 * IE9
 */
.no-cssgradients .select select {
  width: 100%;
}

/**
 * IE. Make the select the same size at least.
 */
.no-pointerevents.no-cssgradients .select select {
  height: 32px;
  padding: 6px 5px;
}

/**
 * Good browsers. Using pointer-events to get around IE10's
 * half-support for the appearance property on selects
 */
.pointerevents.cssgradients .select select {
  background: linear-gradient(to bottom, white, #eeeeee);
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  line-height: 17px;
  padding: 6px 14px 5px 10px;
  box-shadow: 0 1px 0 0 white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  font-size: 13px;
  color: #666666;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pointerevents.cssgradients .select select.is-invalid {
  border-color: #a90000;
}
.pointerevents.cssgradients .select:hover select {
  background: linear-gradient(to bottom, white, #f2f2f2);
}
.pointerevents.cssgradients .select:hover:before {
  background: linear-gradient(to bottom, white, #dfdfdf);
}

/**
 * The button and down arrow on the select are
 * created using pseudo elements
 */
.pointerevents.cssgradients .select:before,
.pointerevents.cssgradients .select:after {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
}

/**
 * Button on the right of the select
 */
.pointerevents.cssgradients .select:before {
  background: linear-gradient(to bottom, #f9f9f9, lightgrey);
  width: 30px;
  border-radius: 0 3px 3px 0;
  border: 1px solid #b9b9b9;
  box-shadow: 0 1px 0 0 #fff inset;
  top: 0;
  bottom: 0;
  right: 0;
}

/**
 * Triangle pointing down. Use borders to create
 * a triangle that is scalable
 */
.pointerevents.cssgradients .select:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 7px 6.5px 0 6.5px;
  border-top-color: #999999;
  top: 13px;
  right: 10px;
}

/**
 * Disabled state
 */
.pointerevents.cssgradients .select.is-disabled select {
  background: #F1F1F1;
  box-shadow: none;
  color: #AAA;
  border-color: #CCC;
}
.pointerevents.cssgradients .select.is-disabled:before {
  background: #EEE;
  box-shadow: none;
  border-color: #CCC;
}

.control-text {
  display: block;
  margin-bottom: 12.5px;
}

/**
 * Inline modifier
 */
.control-text--inline input,
.control-text--inline .control__label {
  display: inline-block;
}

/**
 * Small modifier
 */
.control-text.control__small input,
.control-text.control--small input {
  width: 100px;
}

.control-text input {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  transition: border-color 0.3s ease-out;
  border: 1px solid #b9b9b9;
  color: #666666;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  width: 100%;
}

/**
 * Fallback styles
 */
.no-boxshadow .control-text input {
  line-height: 32px;
}

/**
 * Focus states
 */
.control-text input:focus {
  box-shadow: 0 0 5px rgba(254, 156, 0, 0.7);
  outline: none;
  border-color: #fe9c00;
}

/**
 * Invalid states
 */
.control-text input.is-invalid,
.control-text input.input-validation-error {
  background: #ffdcdc;
  color: #a90000;
  border-color: #a90000;
}
.control-text input.is-invalid:focus,
.control-text input.input-validation-error:focus {
  box-shadow: 0 0 5px rgba(169, 0, 0, 0.5);
}

/**
 * Matching states
 */
.control-text.control--confirmation input.is-matching {
  background-image: url("nib-styles/form/0.2.1/images/icon-tick-circle-green.png");
  background-position: 98% 50%;
  background-repeat: no-repeat;
}




.control-textarea {
  display: block;
  margin-bottom: 12.5px;
}

.control-textarea textarea {
  border: 1px solid #b9b9b9;
  padding: 9px;
  width: 100%;
  min-height: 140px;
  box-sizing: border-box;
}

.control-textarea textarea.is-invalid {
  background: #ffdcdc;
  color: #a90000;
  border-color: #a90000;
}

.control-textarea.control--block {
  display: block;
}

/* Grey Striped block */
.block-1 {
  background: #eeeeee url("nib-styles/blocks/0.2.0/images/bg-grey-stripes.png");
}

/* Green block with radial gradient */
.block-2 {
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background-color: #007500;
  background-image: radial-gradient(at bottom, #5bb602 0, #007500 60%);
}

/* dark grey block */
.block-3 {
  -webkit-font-smoothing: antialiased;
  background-color: #363636;
  background-image: linear-gradient(to bottom, #363636 0, #444444 40%);
  color: #fff;
}

/* White block */
.block-4 {
  background: #fff;
  position: relative;
}

/* White block */
.block-5 {
  background-color: #fff;
  background-image: linear-gradient(to bottom, white 0, #eeeeee 100%);
  box-shadow: 0 0 1px 1px #dadada;
  border: 1px solid #fff;
}

.block-5:before,
.block-5:after {
  content: "";
  display: table;
}

.block-5:after {
  clear: both;
}

.no-boxshadow .block-5 {
  border-color: #dadada;
}

.block-5 .block__footer {
  background: #eeeeee;
  border-top: 1px solid #fff;
  padding: 20px;
  overflow: hidden;
  display: block;
  text-align: right;
  height: 30px;
  vertical-align: middle;
  position: relative;
  line-height: 30px;
}

.block-6 {
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background-color: #007500;
  background-image: radial-gradient(at bottom, #5bb602 0, #007500 60%);
}

.block-7 {
  background: #007500;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
}

.block-8 {
  background: #444;
  background: linear-gradient(to bottom, #444444, #333333);
}

.block-9 {
  background-color: #5c5c5c;
  background-image: url("nib-styles/blocks/0.2.0/images/transparent-grey-stripes.png"), radial-gradient(at top, rgba(124, 124, 124, 0.7) 0, #5f5f5f 60%);
  border-top: 1px solid #999;
}

.block__border-dashed,
.block--dashed {
  border-top: 1px dashed #c5c5c5;
}

.block__border-solid,
.block--solid {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  position: relative;
}

.block__border-solid:before,
  .block--solid:before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}


.tip {
  transition: opacity,margin,-webkit-transform;
  transition: opacity,margin,transform;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.42,0,.58,1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  position: absolute;
  z-index: 10000;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  background: #333;
  border-radius: 3px;
  padding: 15px;
}

/**
 * Caret on the tip
 */
.tip:after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
}

/**
 * Cross-browser visiblity
 * -------------------------------------------------
 */

.csstransitions .tip {
  opacity: 0;
  margin: 0;
}
.csstransitions .tip.is-visible {
  opacity: 1;
}
.no-csstransitions .tip {
  display: none;
}
.no-csstransitions .tip.is-visible {
  display: block;
}

/**
 * Modifiers
 * -------------------------------------------------
 */

/**
 * Light modifier
 */
.tip--light {
  transition: all 250ms ease-in;
  background: #dadada;
  color: #666;
}
.tip--light:hover {
  background: #e1e1e1;
}
.tip--light.east:after {
  transition: all 250ms ease-in;
  border-right-color: #dadada;
}
.tip--light.east:hover:after {
  border-right-color: #e1e1e1;
}

/**
 * Large modifier
 */
.tip--large {
  font-size:12px;
  line-height:18px;
  font-weight: 400;
  padding: 20px;
  box-shadow: 0 0 10px 1px rgba(0,0,0,.3);
}
.tip--large .tip__footer {
  padding: 20px;
  margin: -20px;
  margin-top: 0;
}

/**
 * Elements
 * -------------------------------------------------
 */

.tip__footer {
  background: #666;
  border-radius: 0 0 3px 3px;
  margin: -15px;
  margin-top: 0;
  padding: 15px;
}

/**
 * Positions
 * -------------------------------------------------
 */

/**
 * South
 */
.tip.south.is-visible {
  margin-top: 8px;
}
.tip.south:after {
  border-width: 0 8px 8px;
  border-bottom-color: #333;
  top: -8px;
  left: 50%;
  margin-left: -4px;
}

/**
 * North East
 */
.tip.north.east {
  margin-top: -8px;
}
.tip.north.east.is-visible {
  margin-top: -8px;
}
.tip.north.east:after {
  border-width: 8px 8px 8px 0;
  border-right-color: #333;
  left: -8px;
  top: 21px;
  margin-left: 0;
}

/**
 * North
 */
.tip.north {
  margin-top: -16px;
}
.tip.north.is-visible {
  margin-top: -8px;
}
.tip.north:after {
  border-width: 8px 8px 0;
  border-top-color: #333;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
}

/**
 * East
 */
.tip.east {
  margin-left: 16px;
}
.tip.east.is-visible {
  margin-left: 8px;
}
.tip.east:after {
  border-width: 8px 8px 8px 0;
  border-right-color: #333;
  left: -8px;
  top: 50%;
  margin-top: -8px;
}

/**
 * West
 */
.tip.west {
  margin-left: -16px;
}
.tip.west.is-visible {
  margin-left: -8px;
}
.tip.west:after {
  border-width: 8px 0 8px 8px;
  border-left-color: #333;
  right: -8px;
  top: 50%;
  margin-top: -8px;
}


@-webkit-keyframes v2-alert-pop-out {
  0% {
    padding-top: 100%;
  }
  20% {
    padding-top: 100%;
  }
  100% {
    padding-top: inherit;
  }
}


@keyframes v2-alert-pop-out {
  0% {
    padding-top: 100%;
  }
  20% {
    padding-top: 100%;
  }
  100% {
    padding-top: inherit;
  }
}

.v2-alert {
  padding: 20px 20px 20px 86px;
  position: relative;
  min-height: 50px;
  font-size: 16px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 3px;
}

.v2-alert::after {
  /* use nib-styles/v2-icons as font to get icons */
  font: normal normal normal 14px/1 'nibdings';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  position: absolute;
  padding-top: 10px;
  top: 15px;
  bottom: 15px;
  left: 0;
  width: 65px;
  color: #fff;
  text-align: center;
  -webkit-animation: v2-alert-pop-out 0.6s cubic-bezier(0.19, 1, 0.22, 1);
          animation: v2-alert-pop-out 0.6s cubic-bezier(0.19, 1, 0.22, 1);;
}

.v2-alert--error {
  background-color: #df6666;
  color: #fff;
}

.v2-alert--error::after {
  content: "\E004";
  color: #fff;
  border-right: 2px solid #fff;
}

.v2-alert--info {
  background-color: #55a2df;
  color: #fff;
}

.v2-alert--info::after {
  content: "\E00D";
  color: #fff;
  border-right: 2px solid #fff;
}

.v2-alert--success {
  background-color: #009623;
  color: #fff;
}

.v2-alert--success::after{
  content: "\E01C";
  color: #fff;
  border-right: 2px solid #fff;
}

.v2-alert--warning {
  background-color: #ffb400;
  color: #fff;
}

.v2-alert--warning::after{
  content: "\E01E";
  color: #fff;
  border-right: 2px solid #fff;
}

.v2-alert__title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}






/**
 * ---------------------------------------------------------------------------------
 * Global Styles
 * Don't edit these styles. They affect all things.
 * ---------------------------------------------------------------------------------
 */
body {
  font-family: "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #555555;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: baseline; }

/**
 * Links, by default, use the color
 * of the text around them rather than
 * defaulting to blue
 */
a {
  color: inherit; }

hr {
  border: 0;
  height: 1px;
  background: #ccc; }

img {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0; }

small {
  font-size: 100%; }

p {
  margin: 0; }

blockquote {
  margin: 0; }

/**
 * ---------------------------------------------------------------------------------
 * Image Styles
 * ---------------------------------------------------------------------------------
 */
.t-imageLeft {
  float: left;
  margin: 21px;
  margin-left: 0;
  max-width: 320px; }

.t-imageRight {
  float: right;
  margin: 21px;
  margin-right: 0;
  max-width: 320px; }

.t-imageFull {
  margin: 21px 0;
  max-width: 100%; }

/**
 * ---------------------------------------------------------------------------------
 * List Styles
 * ---------------------------------------------------------------------------------
 */
/**
 * Move a list inside. Normally, list bullets will sit
 * outside of the content, allowing for better reading. However
 * sometimes you want to list to be within the content border
 */
.t-listInside {
  margin-left: 20px; }

/**
 * ---------------------------------------------------------------------------------
 * Table Styles
 * ---------------------------------------------------------------------------------
 */
.t-table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 13px;
  line-height: 18px;
  margin: 21px 0; }
  .t-table td,
  .t-table th {
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 10px;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    background: white; }
  .t-table th {
    font-family: "colfax-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    background-color: #318C19;
    background-image: linear-gradient(to bottom, #228b07, #1f7d07);
    color: #fff;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase; }
  .t-table tr:nth-child(2n-1) td {
    background-color: #f5f5f5; }

/**
 * ---------------------------------------------------------------------------------
 * Title Styles
 * ---------------------------------------------------------------------------------
 */
/**
 * These styles set the size, weight, family and other text
 * styles for heading sizes. We shouldn't need to add more titles
 * than these. Any custom titles belong in the component where they
 * are needed.
 *
 * Avoid setting colours here so that we can use modifiers
 * to change it.
 */
/**
 * This title style should always be green
 */
.t-h1, .t-copy h1, .t-inverseCopy h1 {
  font-size: 4.236em;
  font-family: "colfax-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -2px; }

.t-h2, .t-copy h2, .t-inverseCopy h2 {
  font-size: 2.618em;
  line-height: 42px;
  font-family: "colfax-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -1.5px;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.t-h3, .t-copy h3, .t-inverseCopy h3 {
  font-size: 1.618em;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: -1px;
  font-family: "colfax-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.t-h4, .t-copy h4, .t-inverseCopy h4 {
  font-size: 1em;
  font-family: "colfax-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase; }

.t-h5 {
  font-size: 1.1em;
  font-family: "colfax-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 23px; }

/**
 * ---------------------------------------------------------------------------------
 * Link Styles
 * ---------------------------------------------------------------------------------
 */
/**
 * Default link style. By default, links look like
 * normal text when just using the anchor tag.
 * The style of the link is set using a class like this,
 * or by using a parent class
 */
.t-link {
  color: #318C19;
  text-decoration: underline; }
  .t-link:hover {
    color: #38A21D; }

/**
 * Make a link invisible. Useful for making
 * titles links but without adding an underline.
 * This is used when we want to be forgiving and
 * allow users to click things, but it would look
 * gross if it had an underline.
 */
.t-invisibleLink {
  text-decoration: none; }

/**
 * A link that becomes more "linky" when it is hovered.
 * Use this when you want something to not look like a
 * link because it would be to dominant (eg. a list of links)
 * but you want them to still be obviously clickable.
 */
.t-hoverLink {
  text-decoration: none; }
  .t-hoverLink:hover {
    text-decoration: underline; }

/**
 * Style for an inverse link to be used on dark backgrounds
 */
.t-inverseLink {
  color: #fff;
  text-decoration: underline;
  -webkit-font-smoothing: antialiased; }
  .t-inverseLink:hover {
    color: #fff; }

/**
 * ---------------------------------------------------------------------------------
 * Text Styles
 * ---------------------------------------------------------------------------------
 */
.t-small, .t-legal, .t-copy small, .t-inverseCopy small {
  font-size: 0.85714em;
  line-height: 18px; }

.t-legal, .t-copy small, .t-inverseCopy small {
  display: block; }
  .t-legal p, .t-copy small p, .t-inverseCopy small p,
  .t-legal li,
  .t-copy small li,
  .t-inverseCopy small li {
    -webkit-font-smoothing: subpixel-antialiased; }

.t-tiny {
  font-size: 11px;
  line-height: 15px; }
  .t-h1 .t-tiny, .t-copy h1 .t-tiny, .t-inverseCopy h1 .t-tiny {
    font-size: 0.310em; }

.t-highlight, .t-copy mark, .t-inverseCopy mark {
  color: #318C19; }

.t-subtle, .t-legal, .t-copy small, .t-inverseCopy small {
  color: #888; }

.t-strong {
  font-family: "colfax-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }

.t-white, .t-inverseCopy,
.t-inverse {
  color: white;
  -webkit-font-smoothing: antialiased; }

.t-loud {
  text-transform: uppercase; }

.t-lead {
  font-size: 1.28571em;
  line-height: 23px; }

/**
 * ---------------------------------------------------------------------------------
 * Paragraph Styles
 * ---------------------------------------------------------------------------------
 */
.t-right {
  text-align: right; }

.t-left {
  text-align: left; }

.t-center {
  text-align: center; }

.t-justify {
  text-align: justify; }

.t-tight {
  line-height: 18px; }

.t-loose {
  line-height: 22px; }

/**
 * ---------------------------------------------------------------------------------
 * Copy Styles
 * ---------------------------------------------------------------------------------
 */
.t-copy *:first-child, .t-inverseCopy *:first-child {
  margin-top: 0; }
.t-copy ul, .t-inverseCopy ul,
.t-copy ol,
.t-inverseCopy ol,
.t-copy table,
.t-inverseCopy table,
.t-copy address,
.t-inverseCopy address,
.t-copy small,
.t-inverseCopy small,
.t-copy p,
.t-inverseCopy p {
  margin-bottom: 10.5px; }
.t-copy p, .t-inverseCopy p,
.t-copy li,
.t-inverseCopy li,
.t-copy address,
.t-inverseCopy address {
  -webkit-font-smoothing: antialiased; }
.t-copy em, .t-inverseCopy em {
  font-style: italic; }
.t-copy strong, .t-inverseCopy strong {
  font-weight: bold; }
.t-copy address, .t-inverseCopy address {
  font-style: normal; }
.t-copy a, .t-inverseCopy a {
  color: #318C19;
  text-decoration: underline; }
  .t-copy a:hover, .t-inverseCopy a:hover {
    color: #38A21D; }
.t-copy h1, .t-inverseCopy h1 {
  margin-bottom: 21px; }
.t-copy h2, .t-inverseCopy h2 {
  margin-bottom: 10.5px;
  margin-top: 42px; }
.t-copy h3, .t-inverseCopy h3 {
  margin-top: 31.5px;
  margin-bottom: 10.5px;
  text-transform: uppercase; }
.t-copy h4, .t-inverseCopy h4 {
  margin-top: 21px;
  text-transform: uppercase;
  margin-bottom: 0; }

.t-inverseCopy a,
.t-inverseCopy a:hover {
  color: #fff; }


.v2-copy {
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }

.v2-copy--white {
  color: #fff; }

.v2-paragraph {
  margin-top: 10px;
  margin-bottom: 10px; }

.v2-link {
  cursor: pointer;
  transition: opacity 0.25s;
  text-decoration: underline; }

.v2-link:hover {
  opacity: 0.7; }

.v2-link:active {
  opacity: 1; }

.v2-link--green {
  color: #009623; }

.v2-link--grey {
  color: #444; }

.v2-link--white {
  color: #fff; }

.v2-list {
  margin: 0;
  padding: 0; }

.v2-list--copy {
  padding-left: 40px;
  margin-bottom: 20px; }

.v2-list--copy .v2-list__item {
  margin-top: 7px; }

/*
* Base Icon List
*/
.v2-list--icon {
  list-style: none;
  margin-bottom: 1.5em; }

.v2-list--icon > .v2-list__item {
  margin-bottom: .5em;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4; }

.v2-list--icon > .v2-list__item:before {
  position: relative;
  vertical-align: middle;
  font-family: 'nibdings';
  line-height: 1;
  color: #26B11B;
  margin-right: .5em;
  margin-left: -1.5em; }

/*
* Icon List Modifiers
*/
.v2-list--tick > .v2-list__item:before {
  content: "\E01C";
  top: -1px; }

.v2-list--chevron > .v2-list__item:before {
  content: "\E022";
  top: -2px; }

.v2-title {
  font-weight: 300;
  font-family: 'Roboto', sans-serif; }

.v2-title--1 {
  font-size: 54px;
  letter-spacing: -2px;
  line-height: 60px; }

.v2-title--2 {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 48px; }

.v2-title--3 {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 32px; }

.v2-title--4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; }

.v2-title--white {
  color: #fff; }

/*
* Add margins to titles when part of an article/document style page
*/
.v2-article .v2-title--1 {
  margin-top: 60px;
  margin-bottom: 25px; }

.v2-article .v2-title--2 {
  margin-top: 50px;
  margin-bottom: 20px; }

.v2-article .v2-title--3 {
  margin-top: 40px;
  margin-bottom: 15px; }

.v2-article .v2-title--4 {
  margin-top: 30px;
  margin-bottom: 15px; }

.u-bold {
  font-weight: bold; }

.u-italic {
  font-style: italic; }

.u-uppercase {
  text-transform: uppercase; }

.u-nowrap {
  white-space: nowrap; }

.u-ellipsis {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }


