meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Arial Rounded", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: 'Medula One', sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 0.375rem;
  padding-right: 0.75rem;
  padding-bottom: 0.4375rem;
  padding-left: 0.75rem;
  font-size: 1.5rem;
  background-color: #ef2d90;
  border-color: #f03896;
  color: #FFFFFF;
  -webkit-transition: background-color 300ms ease-out;
          transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #f03896; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: black;
    border-color: #0d0d0d;
    color: #FFFFFF; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #0d0d0d; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #FFFFFF; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #47b670;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #47b670; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #f14b2f;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #f14b2f; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #f1902f;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #f1902f; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #a5d5e9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #a5d5e9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #333333; }
  button.large, .button.large {
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5625rem;
    padding-left: 1rem;
    font-size: 1.75rem; }
  button.small, .button.small {
    padding-top: 0.25rem;
    padding-right: 0.5rem;
    padding-bottom: 0.3125rem;
    padding-left: 0.5rem;
    font-size: 1.25rem; }
  button.tiny, .button.tiny {
    padding-top: 0.125rem;
    padding-right: 0.25rem;
    padding-bottom: 0.1875rem;
    padding-left: 0.25rem;
    font-size: 1rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 8px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #ef2d90;
    border-color: #f03896;
    color: #FFFFFF;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #f03896; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #ef2d90; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: black;
      border-color: #0d0d0d;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #0d0d0d; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #FFFFFF; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: black; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #47b670;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #47b670; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #f14b2f;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f14b2f; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #f1902f;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f1902f; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #a5d5e9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a5d5e9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #333333; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width:40.063em) {
  button, .button {
    display: inline-block; }
 }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > li {
    margin: 0 -2px;
    display: inline-block; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        margin: 0 -2px;
        display: inline-block;
        display: block;
        margin: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-top: 1px solid;
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0px;
          margin: 0;
          display: block; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 8px;
      -webkit-border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      border-top-left-radius: 8px; }
    .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 8px;
      -webkit-border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      border-top-right-radius: 8px; }
  .button-group.radius.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 8px;
      -webkit-top-right-radius: 8px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    .button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 8px;
      -webkit-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
  @media only screen and (min-width:40.063em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 8px;
        -webkit-border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0px;
        margin: 0;
        display: block; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 8px;
        -webkit-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 8px;
        -webkit-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; } }
  .button-group.round > * {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 0.375rem;
      -webkit-top-right-radius: 0.375rem;
      border-top-left-radius: 0.375rem;
      border-top-right-radius: 0.375rem; }
    .button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 0.375rem;
      -webkit-bottom-right-radius: 0.375rem;
      border-bottom-left-radius: 0.375rem;
      border-bottom-right-radius: 0.375rem; }
  @media only screen and (min-width:40.063em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0px;
        margin: 0;
        display: block; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 0.375rem;
        -webkit-top-right-radius: 0.375rem;
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 0.375rem;
        -webkit-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem; } }
  .button-group.even-2 li {
    margin: 0 -2px;
    display: inline-block;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    margin: 0 -2px;
    display: inline-block;
    width: 33.3333333333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    margin: 0 -2px;
    display: inline-block;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    margin: 0 -2px;
    display: inline-block;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    margin: 0 -2px;
    display: inline-block;
    width: 16.6666666667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    margin: 0 -2px;
    display: inline-block;
    width: 14.2857142857%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    margin: 0 -2px;
    display: inline-block;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }
.button-bar:after {
  clear: both; }
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

.dropdown.button, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    top: 50%; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column, form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column, form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix, .postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
          transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 8px; }

form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px; }
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px; }
form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px; }
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px; }
form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Arial Rounded", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 8px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }

/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

.error input, .error textarea, .error select {
  margin-bottom: 0; }
.error input[type="checkbox"], .error input[type="radio"] {
  margin-bottom: 1rem; }
.error label, .error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error, textarea.error, select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px; }
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
  .switch label {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    color: transparent;
    background: #DDDDDD;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    cursor: pointer;
    -webkit-transition: left 0.15s ease-out;
            transition: left 0.15s ease-out; }
  .switch input {
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #ef2d90; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    width: 4rem;
    height: 2rem; }
  .switch label:after {
    width: 1.5rem;
    height: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #ef2d90; }
  .switch.large label {
    width: 5rem;
    height: 2.5rem; }
  .switch.large label:after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    width: 3.5rem;
    height: 1.75rem; }
  .switch.small label:after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    width: 3rem;
    height: 1.5rem; }
  .switch.tiny label:after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

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

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

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

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; }
 }

@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

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

  .small-text-justify {
    text-align: justify !important; }
 }

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; }
 }

@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

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

  .medium-text-justify {
    text-align: justify !important; }
 }

@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; }
 }

@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

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

  .large-text-justify {
    text-align: justify !important; }
 }

@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; }
 }

@media only screen and (min-width:90.063em) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

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

  .xlarge-text-justify {
    text-align: justify !important; }
 }

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; }
 }

@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

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

  .xxlarge-text-justify {
    text-align: justify !important; }
 }

/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #ef2d90;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #e3117c; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Medula One', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 70%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 3.375rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.4375rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 0.9rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 70%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #b3b3b3;
  border-width: 1px;
  border-style: solid;
  border-color: #a1a1a1;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul, ol, dl {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul, ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul, ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul, ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited {
      color: #555555; }

blockquote, blockquote p {
  line-height: 1.4;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width:40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1; }

  h1 {
    font-size: 4rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.75rem; }

  h5 {
    font-size: 1.125rem; }

  h6 {
    font-size: 0.9rem; }
 }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; }
 }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; }
 }

/* medium displays */
@media only screen and (min-width:40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; }
 }

/* large displays */
@media only screen and (min-width:64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; }
 }

/* xlarge displays */
@media only screen and (min-width:90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; }
 }

/* xxlarge displays */
@media only screen and (min-width:120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; }
 }

/* Orientation targeting */
.show-for-landscape, .hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape, .show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape, .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
    display: table-cell !important; }
 }

@media only screen and (orientation: portrait) {
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait, .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
    display: table-cell !important; }
 }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }
 }

#pageslide {
  /* These styles MUST be included. Do not change. */
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  z-index: 999999;
  /* Specify the width of your pageslide here */
  width: 260px;
  padding: 0;
  /* These styles are optional, and describe how the pageslide will look */
  background-color: #333;
  color: #FFF;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  -moz-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

h4, h5, h6 {
  font-family: 'Varela Round', sans-serif; }

h4 {
  font-family: "Arial Rounded", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #999999; }

.image-header {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.625rem; }
  .image-header h4 {
    background: black url('../images/white-head-pattern.png') no-repeat 85% center;
    background-size: auto 100%;
    color: white;
    padding: 1em;
    font-size: 1em;
    margin: 0;
    text-shadow: 1px 1px 0 black; }
  .image-header img {
    width: 100%; }

.button {
  text-transform: uppercase; }
  .button.full {
    width: 100%; }

blockquote {
  font-family: 'Varela Round', sans-serif;
  border: 0;
  border-top: 2px solid #ef2d90;
  padding: 1.625rem 0 0;
  margin-top: 0.4em; }
  blockquote p {
    color: #ef2d90;
    font-size: 1.4em;
    line-height: 1.35em; }
  @media only screen and (min-width:40.063em) {
    blockquote {
      width: 50%;
      float: left;
      margin-left: -25%;
      margin-right: 3.25rem;
      margin-bottom: 0; }
      blockquote p {
        margin-bottom: 1.625rem; } }

ul {
  list-style: none;
  margin: 0 0 1em;
  padding: 0; }
  ul li {
    display: block;
    padding: 1.0833333333rem 0;
    border-bottom: 1px solid #e6e6e6; }
    ul li:last-child {
      border-bottom: 0;
      padding-bottom: 0; }

ul.links {
  list-style: none;
  margin: 0 -1.625rem 1em;
  padding: 0; }
  ul.links li {
    border: 0;
    padding: 0; }
  ul.links li > a {
    display: block;
    background-color: #f7f7f7;
    border-radius: 1000px;
    padding: 0.8125rem 1.625rem;
    margin-bottom: 0.2em;
    -webkit-transition: background-color 300ms;
            transition: background-color 300ms; }
    ul.links li > a:hover {
      background-color: #f2f2f2; }

abbr {
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 1.1em;
  pointer-events: none;
  border: 0; }

.alignright {
  display: block;
  max-width: 100%; }
  @media only screen and (min-width:40.063em) {
    .alignright {
      max-width: 40%;
      float: right;
      margin-left: 1.625rem;
      margin-bottom: 0.8125rem; } }

.alignleft {
  display: block;
  max-width: 100%; }
  @media only screen and (min-width:40.063em) {
    .alignleft {
      max-width: 40%;
      float: left;
      margin-right: 1.625rem;
      margin-bottom: 0.8125rem; } }

.wp-caption {
  float: none;
  overflow: hidden;
  max-width: none;
  width: 100% !important;
  background: #eee; }
  .wp-caption .wp-caption-text {
    font-size: 70%;
    padding: 1em; }
  @media only screen and (min-width:40.063em) {
    .wp-caption img {
      max-width: 60%;
      float: left;
      margin-right: 1em; }
 }

p input[type=checkbox] {
  margin-bottom: 0; }
p input[type=checkbox] + label {
  display: inline; }
p select {
  margin-bottom: 0; }

ol {
  font-weight: 300; }
  ol li {
    margin-bottom: 0.45em; }

::-moz-selection {
  background: #00E2FA;
  /* Safari */ }

::selection {
  background: #00E2FA;
  /* Safari */ }

::-moz-selection {
  background: #00E2FA;
  /* Firefox */ }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 83.75rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row .row {
    width: auto;
    margin-left: -1.625rem;
    margin-right: -1.625rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }

.main-column {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width:64.063em) {
    .main-column {
      padding-left: 1.625rem;
      padding-right: 1.625rem;
      width: 75%;
      float: left; } }

.sidebar {
  display: none; }
  @media only screen and (min-width:64.063em) {
    .sidebar {
      display: block;
      padding-left: 1.625rem;
      padding-right: 1.625rem;
      width: 25%;
      float: left; } }

.table {
  display: table; }
  .table > div {
    display: table-cell;
    float: none; }

.three-fourth {
  width: auto;
  margin-left: -1.625rem;
  margin-right: -1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }
  .three-fourth:before, .three-fourth:after {
    content: " ";
    display: table; }
  .three-fourth:after {
    clear: both; }
  .three-fourth > .left {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width:40.063em) {
      .three-fourth > .left {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 66.6666666667%;
        float: left; } }
  .three-fourth > .right {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width:40.063em) {
      .three-fourth > .right {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 33.3333333333%;
        float: left;
        padding-left: 0; } }

.two-third {
  width: auto;
  margin-left: -1.625rem;
  margin-right: -1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }
  .two-third:before, .two-third:after {
    content: " ";
    display: table; }
  .two-third:after {
    clear: both; }
  .two-third > .left {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width:40.063em) {
      .two-third > .left {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 58.3333333333%;
        float: left; } }
  .two-third > .right {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width:40.063em) {
      .two-third > .right {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 41.6666666667%;
        float: left; } }

.halves {
  width: auto;
  margin-left: -1.625rem;
  margin-right: -1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  margin-top: 0; }
  .halves:before, .halves:after {
    content: " ";
    display: table; }
  .halves:after {
    clear: both; }
  @media only screen and (min-width:40.063em) {
    .halves {
      margin-top: 1.625rem; } }
  .halves > .left {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width:40.063em) {
      .halves > .left {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 50%;
        float: left; } }
  .halves > .right {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width:40.063em) {
      .halves > .right {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 50%;
        float: left; } }

.title {
  background: #ef2d90; }
  .title .row {
    display: table; }
  .title .logo {
    display: table-cell;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 83.3333333333%;
    float: none; }
    @media only screen and (min-width:40.063em) {
      .title .logo {
        display: table-cell;
        width: auto; } }
    .title .logo a {
      display: inline-block;
      width: 100%;
      margin-right: 1em; }
      @media only screen and (max-width: 40em) {
        .title .logo a img {
          width: 100%; }
 }
    .title .logo h4 {
      display: inline-block;
      margin: 0;
      position: relative; }
  .title .languages {
    display: table-cell;
    vertical-align: middle; }
    .title .languages a {
      display: block;
      color: rgba(255, 255, 255, 0.8);
      padding: 0.5em 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .title .languages a:hover {
        color: white; }
      .title .languages a:last-child {
        border: 0; }
    @media only screen and (max-width: 40em) {
      .title .languages {
        display: none; } }
  .title .full-menu-button {
    display: table-cell;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 16.6666666667%;
    float: none;
    position: relative;
    text-align: center; }
    .title .full-menu-button:before, .title .full-menu-button:after {
      display: none; }
    .title .full-menu-button span {
      display: block;
      color: white;
      font-size: 1.8em;
      line-height: 1em; }
    @media only screen and (min-width:40.063em) {
      .title .full-menu-button {
        display: none; } }
  .title .awid {
    display: none; }
    @media only screen and (min-width:40.063em) {
      .title .awid {
        display: table-cell;
        text-align: right;
        vertical-align: middle; } }

.full-menu {
  display: none; }
  @media only screen and (min-width:40.063em) {
    .full-menu {
      display: block; } }
  .full-menu .language-menu {
    display: none; }
    @media only screen and (max-width: 40em) {
      .full-menu .language-menu {
        display: block;
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 100%;
        float: left;
        margin: 0.40625rem 0 1.625rem; }
        .full-menu .language-menu a {
          display: inline-block;
          font-size: 70%;
          margin-right: 0.8125rem;
          padding-right: 0.8125rem;
          border-right: 1px solid #1a1a1a; }
          .full-menu .language-menu a:last-child {
            border-right: 0;
            padding-right: 0; } }

.main-menu {
  background: black;
  font-size: 1.1em; }
  .main-menu nav {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; }
    @media only screen and (max-width: 40em) {
      .main-menu nav .sub-menu {
        display: none; } }
    .main-menu nav .sub-menu:after {
      content: '⬇';
      display: inline-block;
      font-size: 0.6em;
      margin-left: 1em;
      position: relative;
      top: -0.2em; }
  .main-menu .search {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; }
    .main-menu .search input {
      border: 0;
      font-family: 'Varela Round', sans-serif;
      font-size: 0.85em;
      background: #333333 url('../images/search_icon@2x.png') no-repeat 1em center;
      background-size: auto 1em;
      -webkit-transition: background-color 0.4s;
              transition: background-color 0.4s;
      padding: 0 0 0 2.5em;
      line-height: 42px;
      height: 42px;
      color: white;
      margin: 0;
      border-radius: 0; }
      .main-menu .search input:focus {
        background-color: #e6e6e6;
        color: black;
        line-height: 1em;
        box-shadow: none; }
  @media only screen and (min-width:40.063em) {
    .main-menu nav {
      position: relative;
      padding-left: 1.625rem;
      padding-right: 1.625rem;
      width: 79.1666666667%;
      right: 20.8333333333%;
      left: auto;
      float: left; }

    .main-menu .search {
      position: relative;
      padding-left: 1.625rem;
      padding-right: 1.625rem;
      width: 20.8333333333%;
      left: 79.1666666667%;
      right: auto;
      float: left; }
 }
  .main-menu a {
    display: block;
    font-family: 'Varela Round', sans-serif;
    font-size: 0.85em;
    color: white;
    padding: 1em 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid #333333;
    -webkit-transition: color 0.2s;
            transition: color 0.2s; }
    .main-menu a:hover {
      color: #ef2d90; }
    @media only screen and (min-width:40.063em) {
      .main-menu a {
        display: inline-block;
        padding: 1em 2em 1em 0;
        border-bottom: 0; } }

.explore-menu {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  background: #262626;
  padding: 1.625rem 0; }
  .explore-menu .one {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 41.6666666667%;
    float: left;
    border-right: 1px solid black; }
    @media only screen and (min-width:64.063em) {
      .explore-menu .one {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 20.8333333333%;
        float: left; } }
    .explore-menu .one a {
      display: block;
      padding: 0.8em 0;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
      color: white;
      font-size: 0.9em;
      line-height: 1.3em; }
      .explore-menu .one a img {
        margin-bottom: 1em; }
      .explore-menu .one a:first-child {
        padding-top: 0;
        font-family: 'Varela Round', sans-serif;
        font-size: 1.2em; }
      .explore-menu .one a:last-child {
        border: 0; }
  .explore-menu .two, .explore-menu .three, .explore-menu .four {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 29.1666666667%;
    float: left; }
    @media only screen and (min-width:64.063em) {
      .explore-menu .two, .explore-menu .three, .explore-menu .four {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 20.8333333333%;
        float: left; } }
    .explore-menu .two h6, .explore-menu .three h6, .explore-menu .four h6 {
      color: white;
      border-bottom: 1px solid white;
      text-transform: uppercase;
      margin: 0;
      padding-bottom: 0.5em; }
    .explore-menu .two a, .explore-menu .three a, .explore-menu .four a {
      display: block;
      padding-bottom: 1em;
      color: rgba(255, 255, 255, 0.4);
      font-size: 0.9em; }
      .explore-menu .two a:hover, .explore-menu .three a:hover, .explore-menu .four a:hover {
        color: white; }
  @media only screen and (max-width:64em) {
    .explore-menu .four {
      display: none; } }
  @media only screen and (max-width:64em) {
    .explore-menu .five {
      display: none; } }
  @media only screen and (min-width:64.063em) {
    .explore-menu .five {
      padding-left: 1.625rem;
      padding-right: 1.625rem;
      width: 16.6666666667%;
      float: left; } }
  .explore-menu .five p {
    color: white; }
    .explore-menu .five p:last-child {
      margin-bottom: 0; }
  .explore-menu .five a:hover {
    color: white; }
  .explore-menu .six {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 100%;
    float: left;
    border-top: 1px solid black;
    padding-top: 0.8125rem;
    margin-top: 0.8125rem; }
    .explore-menu .six h4 {
      display: inline-block;
      font-size: 1.8em;
      margin-right: 1em; }
    .explore-menu .six a {
      display: inline-block; }
    .explore-menu .six h6 {
      color: white;
      text-transform: uppercase;
      margin: 0 1em 0 0; }
    .explore-menu .six a:hover h6 {
      color: #ef2d90; }
  .explore-menu a:hover {
    color: #ef2d90; }

.second-menu {
  background: #e6e6e6;
  border-bottom: 2px solid black;
  font-size: 0.85em; }
  .second-menu nav {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 100%;
    float: left;
    font-size: 0.85em; }
  .second-menu h6 {
    display: inline-block;
    color: #222;
    line-height: 1em;
    margin: 0 1em 0 0;
    font-size: 1em;
    text-transform: uppercase; }
  .second-menu a {
    display: inline-block;
    color: #555555;
    font-style: italic;
    line-height: 1em;
    padding: 0.8em 1em 0.8em 0;
    -webkit-transition: color 0.2s;
            transition: color 0.2s; }
    .second-menu a:hover {
      color: #ef2d90; }
  @media only screen and (min-width:40.063em) {
    .second-menu {
      background: white; } }

.media {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 83.75rem; }
  .media:before, .media:after {
    content: " ";
    display: table; }
  .media:after {
    clear: both; }
  .media .image {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 33.3333333333%;
    float: left;
    padding-left: 0;
    padding-right: 1.625rem; }
  .media .text {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 66.6666666667%;
    float: left;
    padding-left: 0; }
  .media.tiny .image {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 16.6666666667%;
    float: left;
    padding: 0; }
    .media.tiny .image img {
      width: 100%;
      max-width: none; }
  .media.tiny .text {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 66.6666666667%;
    float: left; }
  .media.no-image .text {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 100%;
    float: left;
    padding: 0; }

.latest {
  margin-top: 1.625rem; }

.ads {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 83.75rem; }
  .ads:before, .ads:after {
    content: " ";
    display: table; }
  .ads:after {
    clear: both; }
  .ads a {
    position: relative;
    display: block;
    margin: 0 0 3.25rem;
    border-radius: 8px;
    overflow: hidden; }
    .ads a img {
      position: relative;
      z-index: 1;
      width: 100%; }
    .ads a:after {
      content: '';
      display: block;
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); }
    .ads a h5 {
      position: absolute;
      z-index: 3;
      width: 100%;
      bottom: 0;
      left: 0;
      color: white;
      padding: 1rem;
      margin: 0;
      font-size: 1.4rem; }
  @media only screen and (max-width: 40em) {
    .ads {
      display: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 83.75rem; }
      .ads:before, .ads:after {
        content: " ";
        display: table; }
      .ads:after {
        clear: both; }
      .ads h4 {
        display: none; }
      .ads a {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 100%;
        float: left;
        margin: 0.8125rem 0 0; }
        .ads a > img {
          border-radius: 8px;
          box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.4); }
        .ads a:last-of-type {
          margin-bottom: 0.8125rem; } }

.social a {
  display: inline-block;
  padding: 0.5em 0.5em 0.5em 0; }

@media only screen and (max-width: 40em) {
  .more {
    display: none; } }

select.heading {
  display: inline;
  vertical-align: middle;
  width: auto;
  border: 0;
  font-family: 'Varela Round', sans-serif;
  font-size: 0.3em;
  padding: 0.6em;
  background-position: center right 10%;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  line-height: 1.2em;
  color: #999999;
  margin-bottom: 0;
  text-transform: uppercase;
  height: auto; }
  select.heading option {
    text-transform: none; }
  select.heading:focus {
    outline: none;
    color: #ef2d90; }

#comments {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width:40.063em) {
    #comments {
      padding: 0 3.25rem; } }

.comments-title {
  margin-top: 1.625rem; }
  @media only screen and (min-width:40.063em) {
    .comments-title {
      margin-top: 0;
      padding-top: 1.625rem;
      padding-bottom: 1.625rem;
      border-top: 2px solid black; } }

.comment-list {
  list-style: none;
  margin: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 83.75rem; }
  .comment-list:before, .comment-list:after {
    content: " ";
    display: table; }
  .comment-list:after {
    clear: both; }
  .comment-list li {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    margin-top: 1.625rem; }
  .comment-list .comment .comment-body .vcard {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 16.6666666667%;
    float: left;
    padding: 0 1.625rem 0 0;
    border: 0;
    text-align: center; }
    .comment-list .comment .comment-body .vcard img {
      width: 100%;
      margin-bottom: 0.5em;
      border-radius: 1000px;
      border: 1px solid rgba(0, 0, 0, 0.1); }
    .comment-list .comment .comment-body .vcard .says {
      display: none; }
  .comment-list .comment .comment-body .comment-meta, .comment-list .comment .comment-body p {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 83.3333333333%;
    float: right; }
    @media only screen and (min-width:64.063em) {
      .comment-list .comment .comment-body .comment-meta, .comment-list .comment .comment-body p {
        padding-right: 30%; } }
  .comment-list .comment .comment-body .reply {
    display: none; }
  .comment-list .comment .children {
    list-style: none;
    margin: 0;
    width: auto;
    margin-left: -1.625rem;
    margin-right: -1.625rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .comment-list .comment .children:before, .comment-list .comment .children:after {
      content: " ";
      display: table; }
    .comment-list .comment .children:after {
      clear: both; }
    .comment-list .comment .children li {
      position: relative;
      padding-left: 1.625rem;
      padding-right: 1.625rem;
      width: 87.5%;
      left: 12.5%;
      right: auto;
      float: left;
      border-left: 2px solid black; }
  .comment-list .pingback {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 70%; }
  .comment-list .comment-meta {
    font-size: 70%; }
  .comment-list .comment-edit-link {
    display: none; }

.comment-respond {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  width: 100%;
  float: left;
  padding: 1.625rem;
  background: rgba(0, 0, 0, 0.05);
  margin-top: 3.25rem; }
  @media only screen and (max-width: 40em) {
    .comment-respond {
      margin-top: 1.625rem; } }

.sidebar {
  border-left: 1px solid #999999;
  border-left: 1px solid rgba(153, 153, 153, 0.4);
  padding-top: 1.625rem; }

.sidebar-section {
  margin-bottom: 1.625rem; }

.join-awid {
  width: 100%; }
  .join-awid:hover {
    background: #ef2d90 !important; }

.login-form {
  overflow: hidden; }
  .login-form p {
    margin-bottom: 0.8125rem; }
    .login-form p.login-remember {
      float: left; }
    .login-form p.login-submit {
      float: right; }
  .login-form input {
    margin-bottom: 0 !important; }

.social .icon {
  display: inline-block;
  background: url('../images/icon-sprite.png') no-repeat;
  background-size: 21px 147px;
  width: 21px;
  height: 21px; }

.news-list .body {
  display: block; }
.news-list a {
  display: block;
  border-top: 1px solid rgba(153, 153, 153, 0.4);
  padding: 1.0833333333rem 0; }
  .news-list a .text {
    padding: 0; }
  .news-list a h6 {
    margin: 0; }
  .news-list a:first-of-type .text {
    padding-top: 0; }
  .news-list a:first-of-type h6 {
    margin-bottom: 0.4em; }
  .news-list a h5, .news-list a h6 {
    -webkit-transition: color 300ms;
            transition: color 300ms; }
  .news-list a p {
    margin: 0;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #555555; }
  .news-list a:hover h5, .news-list a:hover h6 {
    color: #ef2d90; }
  .news-list a.button {
    text-transform: none;
    color: #ef2d90;
    background: -webkit-radial-gradient(center -30px, closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background: radial-gradient(center -30px, closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: color 0.2s;
            transition: color 0.2s;
    padding: 0.8125rem 0; }
    .news-list a.button:hover {
      color: #ed1583;
      background: -webkit-radial-gradient(center -30px, closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
      background: radial-gradient(center -30px, closest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); }

.small-list > a {
  display: block;
  color: #222;
  padding: 0.8125rem 0;
  border-top: 1px solid rgba(153, 153, 153, 0.2); }
  .small-list > a p {
    font-size: 0.85em;
    line-height: 1.35em;
    margin-bottom: 1.0833333333rem;
    -webkit-transition: color 300ms;
            transition: color 300ms; }
    .small-list > a p:last-child {
      margin-bottom: 0; }
  .small-list > a small {
    display: block;
    color: #999999;
    line-height: 1.2em;
    margin-bottom: 0.25em; }
    .small-list > a small:last-child {
      margin-bottom: 0; }
  .small-list > a:hover p {
    color: #ef2d90; }

.featured-story {
  display: block;
  width: auto;
  margin-left: -1.625rem;
  margin-right: -1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  background: black no-repeat center 20%;
  background-size: cover;
  position: relative;
  padding: 1.625rem;
  z-index: 2; }
  .featured-story:before, .featured-story:after {
    content: " ";
    display: table; }
  .featured-story:after {
    clear: both; }
  @media only screen and (min-width:40.063em) {
    .featured-story {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 83.75rem;
      padding: 1.625rem;
      margin-top: 1.625rem;
      border-radius: 8px;
      overflow: hidden; }
      .featured-story:before, .featured-story:after {
        content: " ";
        display: table; }
      .featured-story:after {
        clear: both; } }
  .featured-story:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9) 100%); }
    @media only screen and (min-width:40.063em) {
      .featured-story:before {
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 9.75rem, rgba(0, 0, 0, 0.7) 19.5rem, #000000 100%);
        background-image: linear-gradient(top, rgba(0, 0, 0, 0) 9.75rem, rgba(0, 0, 0, 0.7) 19.5rem, #000000 100%); } }
  .featured-story .tag {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-left: -3.575rem;
    background: white;
    color: black;
    font-size: 0.75em;
    padding: 0.7em 1.4em 0.7em 3.4125rem;
    text-transform: uppercase;
    border-radius: 0 8px 8px 0; }
  .featured-story .text {
    display: block;
    margin-top: 6.5rem;
    width: 80%;
    position: relative;
    z-index: 3; }
    .featured-story .text h1 {
      color: white;
      line-height: 1em;
      font-size: 2.625rem;
      text-shadow: 0 2px 3px black; }
      @media only screen and (min-width:40.063em) {
        .featured-story .text h1 {
          font-size: 3.375rem; } }
    @media only screen and (min-width:40.063em) {
      .featured-story .text {
        margin-top: 9.75rem; } }
    .featured-story .text:hover h1 {
      color: #ef2d90; }

.more-featured {
  position: relative;
  padding: 1.625rem 0;
  margin: -1.625rem;
  z-index: 1; }
  @media only screen and (min-width:40.063em) {
    .more-featured {
      margin: -3.25rem;
      padding: 3.25rem 1.625rem 1.625rem; } }
  .more-featured a {
    display: block;
    padding: 0.8125rem 20% 0.8125rem 1.625rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-family: 'Varela Round', sans-serif;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8); }
    .more-featured a:hover {
      color: #ef2d90; }

.more-link {
  position: relative;
  z-index: 3;
  background: #ef2d90;
  padding: 0.4em 0.8em 0.5em;
  top: -2.3em;
  color: white;
  border-radius: 8px 8px 0 0;
  float: right;
  margin-right: 1.625rem;
  text-transform: uppercase;
  font-size: 70%;
  overflow: hidden;
  -webkit-transition: background-color 0.2s;
          transition: background-color 0.2s; }
  .more-link:after {
    content: ' »';
    position: absolute;
    font-family: 'Varela Round', sans-serif;
    top: 0;
    right: 0;
    opacity: 0.4;
    font-size: 8em;
    line-height: 0.125em;
    -webkit-transition: -webkit-transform 0.4s;
            transition: transform 0.4s; }
  .more-link:hover {
    background: #ed1583;
    color: white; }
    .more-link:hover:after {
      -webkit-transform: translateX(20%);
          -ms-transform: translateX(20%);
              transform: translateX(20%); }

.featured-people {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 83.75rem; }
  .featured-people:before, .featured-people:after {
    content: " ";
    display: table; }
  .featured-people:after {
    clear: both; }
  @media only screen and (max-width: 40em) {
    .featured-people {
      width: auto;
      margin-left: -1.625rem;
      margin-right: -1.625rem;
      margin-top: 0;
      margin-bottom: 0;
      max-width: none; }
      .featured-people:before, .featured-people:after {
        content: " ";
        display: table; }
      .featured-people:after {
        clear: both; } }
  .featured-people .more-link {
    border-radius: 8px;
    top: auto;
    bottom: 1.625rem; }

.featured-person {
  display: block;
  position: relative;
  z-index: 2;
  padding: 1.625rem;
  color: white;
  overflow: hidden;
  width: 100%; }
  .featured-person:hover {
    color: white; }
  @media only screen and (min-width:40.063em) {
    .featured-person {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 83.75rem;
      padding: 1.625rem;
      border-radius: 8px; }
      .featured-person:before, .featured-person:after {
        content: " ";
        display: table; }
      .featured-person:after {
        clear: both; } }
  .featured-person .background {
    position: absolute;
    z-index: 1;
    width: 50.25%;
    height: 100%;
    left: 50%;
    top: 0;
    background: no-repeat center 20%;
    background-size: cover; }
  .featured-person:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(left, #300107 50%, rgba(48, 1, 7, 0) 100%);
    background-image: linear-gradient(left, #300107 50%, rgba(48, 1, 7, 0) 100%); }
  .featured-person .tag {
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    font-size: 0.75em; }
  .featured-person .text {
    width: 60%;
    position: relative;
    z-index: 3;
    margin-top: 2em; }
    @media only screen and (min-width:40.063em) {
      .featured-person .text {
        margin-top: 4em; } }
  .featured-person h1 {
    color: white;
    font-size: 2.625rem; }
  .featured-person p {
    margin: 0;
    font-size: 0.9em;
    line-height: 1.3em; }
    @media only screen and (max-width: 40em) {
      .featured-person p:after {
        content: '…'; }
 }
  .featured-person.light {
    color: #300107;
    color: rgba(48, 1, 7, 0.4); }
    .featured-person.light h1 {
      color: #300107; }

/*
.specials
{
	.special-article
	{
		@include grid-column(12);
		
		@media only screen and (min-width:40.063em) and (max-width:64em)
		{
			@include grid-column(3);
			
			&:nth-child(n+5)
			{
				display: none;
			}
		}
		
		@media only screen and (min-width:64.063em)
		{
			@include grid-column(2.4);
		}
	}
}
*/
@media only screen and (min-width:40.063em) {
  .specials {
    margin-top: 3.25rem; } }
.specials h4 {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  width: 100%;
  float: left;
  position: relative; }
  @media only screen and (min-width:40.063em) {
    .specials h4:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      margin-top: 0.8125rem;
      border-bottom: 1px solid #cccccc; }
 }

.special-article {
  padding: 0; }
  @media only screen and (min-width:40.063em) {
    .special-article {
      padding: 0.8125rem; } }
  .special-article a {
    display: block;
    background: no-repeat center center;
    background-size: cover; }
    .special-article a .info {
      background: black;
      background: rgba(0, 0, 0, 0.7);
      padding: 1.625rem;
      text-align: center;
      height: 100%;
      -webkit-transition: background-color 300ms;
              transition: background-color 300ms; }
      .special-article a .info:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.35em; }
      .special-article a .info > div {
        display: inline-block;
        vertical-align: middle; }
    @media only screen and (min-width:40.063em) {
      .special-article a {
        border-radius: 8px;
        overflow: hidden; }
        .special-article a .info {
          border-radius: 8px; } }
    @media only screen and (min-width:64.063em) {
      .special-article a .info {
        background: rgba(0, 0, 0, 0.4);
        padding: 2.1666666667rem; }
 }
    .special-article a h3 {
      font-family: 'Varela Round', sans-serif;
      line-height: 1em;
      color: white;
      margin: 0; }
    .special-article a hr {
      margin: 1.625rem 0; }
    .special-article a p {
      color: white;
      font-size: 0.85em;
      line-height: 1.35em;
      font-weight: normal;
      margin: 0; }
    .special-article a h5, .special-article a small {
      color: white; }
    .special-article a.imageless {
      background: #efefef; }
      .special-article a.imageless .info {
        background: transparent; }
        .special-article a.imageless .info h3, .special-article a.imageless .info p, .special-article a.imageless .info h5, .special-article a.imageless .info small {
          color: #666666;
          -webkit-transition: color 0.2s;
                  transition: color 0.2s;
          text-shadow: none; }
      .special-article a.imageless:hover .info h3, .special-article a.imageless:hover .info p, .special-article a.imageless:hover .info h5, .special-article a.imageless:hover .info small {
        color: white; }
    .special-article a:hover {
      border: none; }
      .special-article a:hover .info {
        background: #ef2d90;
        background: rgba(239, 45, 144, 0.85); }
        .special-article a:hover .info h3, .special-article a:hover .info p {
          color: white; }

.search-results .intro {
  margin-top: 1.625rem;
  border-bottom: 1px solid rgba(153, 153, 153, 0.4); }
  .search-results .intro .searching {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width:40.063em) {
      .search-results .intro .searching {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 75%;
        float: left; }
        .search-results .intro .searching p {
          max-width: 40.063em; } }
  .search-results .intro .details {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width:40.063em) {
      .search-results .intro .details {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 25%;
        float: left; } }
  .search-results .intro h1 {
    color: #ef2d90;
    text-transform: lowercase; }
    .search-results .intro h1 em {
      display: block;
      margin-bottom: -0.5em;
      color: #222;
      font-family: "Arial Rounded", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-weight: 100;
      line-height: 1em;
      text-transform: uppercase;
      font-size: 30%; }
.search-results .results-list > a {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  width: 100%;
  float: left;
  padding-bottom: 1.625rem;
  padding-top: 1.625rem;
  border-bottom: 1px dashed #e6e6e6; }
  @media only screen and (max-width: 40em) {
    .search-results .results-list > a {
      padding-left: 0; }
      .search-results .results-list > a.no-image {
        padding-left: 1.625rem; }
      .search-results .results-list > a:last-of-type {
        border-bottom: 0; } }
  @media only screen and (min-width:40.063em) {
    .search-results .results-list > a {
      padding-left: 1.625rem;
      padding-right: 1.625rem;
      width: 50%;
      float: left;
      border-left: 1px dashed #e6e6e6; }
      .search-results .results-list > a:nth-child(odd) {
        clear: left;
        border-left: 0;
        border-right: 1px dashed #e6e6e6;
        margin-right: -1px; }
      .search-results .results-list > a:nth-last-of-type(1), .search-results .results-list > a:nth-last-of-type(2):nth-child(odd) {
        border-bottom: 0; } }
  .search-results .results-list > a h5 {
    line-height: 1.3;
    margin: 0; }
  .search-results .results-list > a small {
    color: #6f6f6f; }
  .search-results .results-list > a p {
    color: #222;
    margin: 0;
    font-size: 90%; }
    .search-results .results-list > a p .search-string {
      font-weight: bold;
      font-style: italic;
      color: #ef2d90; }
  .search-results .results-list > a hr {
    margin: 0.7em 0; }
  .search-results .results-list > a:hover h5 {
    color: #ef2d90; }

.pagination {
  display: block;
  margin: 1.625rem 0;
  text-align: center; }
  @media only screen and (min-width:40.063em) {
    .pagination {
      margin: 3.25rem 0; } }
  .pagination a, .pagination span {
    display: inline-block;
    line-height: 1.3em;
    padding: 0.5em 0.7em;
    border-top: 1px solid rgba(153, 153, 153, 0.4); }
  .pagination span.current {
    background: rgba(153, 153, 153, 0.2); }
  .pagination a:hover {
    background: rgba(153, 153, 153, 0.1); }

footer {
  padding: 1.625rem 0;
  background: black;
  background-size: auto 6.8em;
  margin-top: 0.8125rem; }
  @media only screen and (min-width:40.063em) {
    footer {
      background-size: auto 100%; } }
  footer .address {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 100%;
    float: left;
    color: white; }
    @media only screen and (min-width:40.063em) {
      footer .address {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 33.3333333333%;
        float: left; } }
    footer .address address {
      line-height: 1.35em; }
  footer .issues {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width:40.063em) {
      footer .issues {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 41.6666666667%;
        float: left; } }
  footer .subscribe {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: 100%;
    float: left;
    margin-top: 3.25rem; }
    @media only screen and (min-width:40.063em) {
      footer .subscribe {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 58.3333333333%;
        float: left;
        margin-top: 0; } }
    @media only screen and (min-width:64.063em) {
      footer .subscribe {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 50%;
        float: left; } }
    footer .subscribe input {
      width: 100%;
      background: transparent;
      font-size: 2em;
      color: white;
      font-weight: 100;
      border: 0;
      border-bottom: 1px solid #999999;
      padding: 0 0 0.2em;
      margin-bottom: 0.2em;
      height: auto;
      box-shadow: none;
      -webkit-transition: border-color 300ms;
              transition: border-color 300ms; }
      footer .subscribe input + label {
        color: white; }
      footer .subscribe input:focus {
        background: transparent;
        box-shadow: none;
        border-color: #ef2d90; }
  footer .row:nth-child(n+2) {
    margin-top: 1.625rem; }
    footer .row:nth-child(n+2) > small {
      padding-left: 1.625rem;
      padding-right: 1.625rem;
      width: 100%;
      float: left;
      text-align: center;
      color: #4d4d4d; }

.footer-menu {
  padding: 1em 0;
  font-size: 0.9em;
  border-bottom: 1px solid #222222; }
  .footer-menu:last-child {
    border: 0; }
  .footer-menu h4 {
    display: inline-block;
    padding: 0.5em;
    margin: 0;
    line-height: 1.25em; }
  .footer-menu a {
    display: inline-block;
    padding: 0.5em;
    line-height: 1em;
    font-size: 1em;
    color: #555555; }
    .footer-menu a:hover {
      color: #ef2d90; }
    .footer-menu a:last-child {
      border: 0; }

.article {
  display: block;
  position: relative;
  margin-bottom: 3.25rem; }
  .article .form-allowed-tags {
    display: none; }
  .article .form-submit {
    margin: 0; }
  .article input[type="submit"] {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: 'Medula One', sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 0.375rem;
    padding-right: 0.75rem;
    padding-bottom: 0.4375rem;
    padding-left: 0.75rem;
    font-size: 1.5rem;
    background-color: #ef2d90;
    border-color: #f03896;
    color: #FFFFFF;
    -webkit-transition: background-color 300ms ease-out;
            transition: background-color 300ms ease-out;
    margin: 0; }
    .article input[type="submit"]:hover, .article input[type="submit"]:focus {
      background-color: #f03896; }
    .article input[type="submit"]:hover, .article input[type="submit"]:focus {
      color: #FFFFFF; }
  .article .formBuilderLabel, .article .formBuilderLabelRequired {
    margin-bottom: 0.2rem; }
  .article .formBuilderRadio label {
    padding: 0.3rem 0; }
  .article .formBuilderRadio input {
    margin-right: 0.5rem;
    margin-bottom: 0; }
  .article .formBuilderRadio:last-child {
    margin-bottom: 1rem; }
  .article .intro {
    position: relative;
    width: auto;
    margin-left: -1.625rem;
    margin-right: -1.625rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .article .intro:before, .article .intro:after {
      content: " ";
      display: table; }
    .article .intro:after {
      clear: both; }
  .article .tag {
    display: inline-block;
    margin-top: 3.25rem;
    margin-left: -1.625rem;
    background: black;
    color: white;
    font-size: 0.65em;
    padding: 1em 2em 1em 3.25rem;
    text-transform: uppercase;
    border-radius: 8px; }
    @media only screen and (min-width:40.063em) {
      .article .tag {
        margin-left: 0; } }
  .article h1 {
    position: relative;
    z-index: 1;
    color: black;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    padding-bottom: 1.625rem;
    margin-top: 3.25rem; }
    @media only screen and (min-width:40.063em) {
      .article h1 {
        width: 70%;
        margin-top: 3.25rem;
        margin-bottom: 0;
        padding-left: 3.25rem; } }
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      @media only screen and (orientation: landscape) {
        .article h1 {
          margin-left: 10%; } }
 }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    @media only screen and (orientation: landscape) {
      .article > .row {
        width: 80%;
        margin-left: 10%; }
 }
 }
  .article aside {
    background: #f2f2f2;
    padding: 0;
    width: 100%; }
    @media only screen and (min-width:40.063em) {
      .article aside {
        background: transparent;
        position: relative;
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 25%;
        right: 75%;
        left: auto;
        float: left;
        padding: 0 3.25rem; } }
    @media only screen and (min-width:64.063em) {
      .article aside {
        background: transparent;
        position: relative;
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 25%;
        right: 66.6666666667%;
        left: auto;
        float: left;
        padding: 0 3.25rem; } }
  .article .author em {
    display: block;
    font-size: 70%;
    color: #6f6f6f; }
  .article .author strong {
    display: block;
    line-height: 1.2em; }
  .article .author img {
    max-width: none;
    width: 100%; }
  @media only screen and (max-width: 40em) {
    .article .author.media.tiny .image, .article .author.media.tiny .text, .article .author.media .image, .article .author.media .text {
      float: none;
      display: table-cell;
      vertical-align: top; }
    .article .author.media.tiny .text, .article .author.media .text {
      padding: 1.625rem 0;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 83.75rem; }
      .article .author.media.tiny .text:before, .article .author.media.tiny .text:after, .article .author.media .text:before, .article .author.media .text:after {
        content: " ";
        display: table; }
      .article .author.media.tiny .text:after, .article .author.media .text:after {
        clear: both; }
      .article .author.media.tiny .text > p, .article .author.media .text > p {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 50%;
        float: left;
        margin-bottom: 0; }
 }
  @media only screen and (min-width:40.063em) {
    .article .author.media, .article .author.media.tiny {
      width: auto;
      margin-left: -1.625rem;
      margin-right: -1.625rem;
      margin-top: 0;
      margin-bottom: 0;
      max-width: none; }
      .article .author.media:before, .article .author.media:after, .article .author.media.tiny:before, .article .author.media.tiny:after {
        content: " ";
        display: table; }
      .article .author.media:after, .article .author.media.tiny:after {
        clear: both; }
      .article .author.media .image, .article .author.media .text, .article .author.media.tiny .image, .article .author.media.tiny .text {
        display: block;
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 100%;
        float: left; }
      .article .author.media .text > p, .article .author.media.tiny .text > p {
        margin: 1.625rem 0; }
 }
  .article article {
    background: white;
    padding: 0 1.625rem; }
    @media only screen and (min-width:40.063em) {
      .article article {
        position: relative;
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 75%;
        left: 25%;
        right: auto;
        float: left;
        padding: 0 3.25rem; } }
    @media only screen and (min-width:64.063em) {
      .article article {
        position: relative;
        padding-left: 1.625rem;
        padding-right: 1.625rem;
        width: 66.6666666667%;
        left: 25%;
        right: auto;
        float: left;
        padding: 0 3.25rem; } }
    .article article > p {
      font-size: 1rem;
      line-height: 1.5em; }

.image-article .intro {
  background: no-repeat center top;
  background-size: cover;
  oveflow: hidden;
  /* clearfix */ }
  .image-article .intro:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 60%);
    background-image: linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 60%); }
  @media only screen and (min-width:40.063em) {
    .image-article .intro {
      padding-bottom: 6em; }
      .image-article .intro:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 40%);
        background-image: linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 40%); }
      .image-article .intro + .row {
        margin-top: -6em;
        z-index: 5; } }
.image-article .tag {
  border-radius: 0 8px 8px 0; }
.image-article h1 {
  color: white;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
  margin-top: 13rem;
  padding-bottom: 1.625rem; }
  @media only screen and (min-width:40.063em) {
    .image-article h1 {
      width: 70%;
      margin-top: 4em;
      padding-bottom: 3.25rem;
      padding-left: 3.25rem; } }
.image-article article {
  padding: 1.625rem; }
  @media only screen and (min-width:40.063em) {
    .image-article article {
      position: relative;
      padding-left: 1.625rem;
      padding-right: 1.625rem;
      width: 75%;
      left: 25%;
      right: auto;
      float: left;
      padding: 3.25rem; } }
  @media only screen and (min-width:64.063em) {
    .image-article article {
      position: relative;
      padding-left: 1.625rem;
      padding-right: 1.625rem;
      width: 66.6666666667%;
      left: 25%;
      right: auto;
      float: left;
      padding: 3.25rem; } }
