@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
/*OLD
$grey: #838383;
$grey_active: #424242;
$grey_hover: #525252;

$nan_link: #b64e9f;
$nan_link_hover: #923e7f;
$nan_link_active: #80336f;

$nan_purple: #8a3882;
$nan_purple_hover:#6e2d68;
$nan_purple_active:#5a2355;

$nan_blue: #70cbe5;
$nan_blue_hover: #5aa2b7;
$nan_blue_active: #4f95a9;

$nan_orange: #df734d;
$nan_orange_hover: #b25c3e;
$nan_orange_active: #a05237;

$nan_yellow: #d2c93e;
$nan_yellow_hover: #a8a132;
$nan_yellow_active: #97912c;*/
/*
 * jQuery FlexPanel v1.1
 * https://github.com/dcooney/flexpanel
 *
 * Copyright 2014 Connekt Media - http://cnkt.ca/flexpanel
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Author: Darren Cooney 
 * Twitter: @KaptonKaos
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
/*OLD
$grey: #838383;
$grey_active: #424242;
$grey_hover: #525252;

$nan_link: #b64e9f;
$nan_link_hover: #923e7f;
$nan_link_active: #80336f;

$nan_purple: #8a3882;
$nan_purple_hover:#6e2d68;
$nan_purple_active:#5a2355;

$nan_blue: #70cbe5;
$nan_blue_hover: #5aa2b7;
$nan_blue_active: #4f95a9;

$nan_orange: #df734d;
$nan_orange_hover: #b25c3e;
$nan_orange_active: #a05237;

$nan_yellow: #d2c93e;
$nan_yellow_hover: #a8a132;
$nan_yellow_active: #97912c;*/
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

#container,
#wrapper {
  width: 100%;
  position: relative;
}

#wrapper {
  left: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 0;
  background: #f7f7f7;
}

body.acceleration #wrapper {
  		/*
  backface-visibility: hidden;
  		-webkit-backface-visibility: hidden;
  		perspective: 1000;
  		-webkit-perspective: 1000;
  */
}

.cover {
  width: 100%;
  height: 100%;
  position: absolute;
  background: none !important;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
}

.flexpanel {
  position: fixed;
  top: 0;
  right: -40%;
  width: 40%;
  height: 102%;
  padding: 0;
  margin: 0;
  z-index: 1;
  display: none;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  transition: transform 0.25s ease;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .flexpanel {
    right: -50%;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .flexpanel {
    right: -86%;
    width: 86%;
  }
}
.flexpanel .viewport-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 1;
}
.flexpanel .viewport {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  background: #222;
  overflow: hidden;
}
.flexpanel .viewport.smooth .nav-group-inner {
  -webkit-overflow-scrolling: touch;
}
.flexpanel div.navigation {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.flexpanel div.navigation ul {
  display: block;
  clear: both;
  padding: 0;
  margin: 0 0 5%;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.flexpanel div.navigation ul li {
  margin: 0 0 10px;
  padding: 0;
  clear: both;
  list-style: none;
  display: block;
  background: none;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  position: relative;
  display: block;
}
.flexpanel div.navigation ul li a {
  padding: 15px 40px 15px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  background: #fff;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  position: relative;
}
.flexpanel div.navigation ul li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.flexpanel div.navigation ul li a.has-child:after {
  font-family: 'FontAwesome';
  content: '\f04b';
  position: absolute;
  right: 12px;
  top: 32%;
  top: calc(50% - 10px);
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
}
.flexpanel div.navigation ul li a.has-child:hover:after {
  opacity: 1;
}
.flexpanel div.navigation ul li a:active {
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}
.flexpanel div.navigation .nav-group {
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  transition: transform 0.25s ease;
}
.flexpanel div.navigation .nav-group .nav-group-inner {
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding: 5% 5% 150px;
}
.flexpanel div.navigation .nav-group.nav-next {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  z-index: 1;
}
.flexpanel div.navigation .nav-group.nav-active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: #396e8e;
  z-index: 10;
}
.flexpanel div.navigation .nav-group.nav-remove {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  z-index: 10;
}
.flexpanel div.navigation .nav-group:nth-child(1) {
  background-color: #396e8e;
}
.flexpanel div.navigation .nav-group:nth-child(2) {
  background-color: #2f5972;
  margin-left: 4%;
  width: 96%;
  -webkit-box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.5);
}
.flexpanel div.navigation .nav-group:nth-child(3) {
  -webkit-box-shadow: inset -2px 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset -2px 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset -2px 0 2px rgba(0, 0, 0, 0.5);
}
.flexpanel div.navigation .nav-group:nth-child(3), .flexpanel div.navigation .nav-group:nth-child(n+3) {
  background-color: #25455a;
  margin-left: 8%;
  width: 92%;
}
.flexpanel div.navigation .nav-group div.title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  border-bottom-color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin: -3% 0 5%;
  padding: 3% 0 5%;
}
.flexpanel div.navigation .nav-group div.title a {
  color: #fff;
  line-height: 20px;
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
  overflow: hidden;
  display: block;
  position: relative;
}
.flexpanel div.navigation .nav-group div.title a:before {
  font-family: 'FontAwesome';
  content: '\f04b';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background: #bbb567;
  color: #fff;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.flexpanel div.navigation .nav-group div.title a:hover:before {
  background-color: #b1ab5b;
}

.flex-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  left: -40px;
  top: 25px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
.flex-btn.active {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.flex-btn.active span {
  background-color: #fff;
}
.flex-btn.active span.two {
  opacity: 0;
}
.flex-btn.active span.one {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 19px;
}
.flex-btn.active span.three {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
}
.flex-btn a {
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  display: inline-block;
  position: relative;
}
.flex-btn.in-view a {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  opacity: 1;
}
.flex-btn:active {
  background: #ccc;
}
.flex-btn span {
  width: 20px;
  height: 3px;
  display: block;
  overflow: hidden;
  background-color: #666;
  text-indent: -9999px;
  display: block;
  margin: 0 auto 3px;
  clear: both;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
}
.flex-btn span.one {
  top: 13px;
  left: 11px;
}
.flex-btn span.two {
  top: 19px;
  left: 11px;
}
.flex-btn span.three {
  top: 25px;
  left: 11px;
}
.flex-btn:hover span {
  background-color: #333;
}

.flexpanel-active .cover {
  display: block;
}

body.flexpanel-left .flexpanel {
  right: auto;
  left: -40%;
  width: 40%;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-left .flexpanel {
    right: auto;
    left: -50%;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body.flexpanel-left .flexpanel {
    right: auto;
    left: -86%;
    width: 86%;
  }
}
body.flexpanel-left .flexpanel .flex-btn {
  left: auto;
  right: -48px;
}

body.flexpanel-active.flexpanel-left #wrapper {
  -webkit-transform: translate(40%, 0);
  -moz-transform: translate(40%, 0);
  -ms-transform: translate(40%, 0);
  transform: translate(40%, 0);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-active.flexpanel-left #wrapper {
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
@media screen and (max-width: 768px) {
  body.flexpanel-active.flexpanel-left #wrapper {
    -webkit-transform: translate(86%, 0);
    -moz-transform: translate(86%, 0);
    -ms-transform: translate(86%, 0);
    transform: translate(86%, 0);
  }
}
body.flexpanel-active.flexpanel-left .flexpanel {
  left: -40%;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-active.flexpanel-left .flexpanel {
    left: -50%;
  }
}
@media screen and (max-width: 768px) {
  body.flexpanel-active.flexpanel-left .flexpanel {
    left: -86%;
  }
}
body.flexpanel-active.flexpanel-left .flexpanel .viewport-wrap {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
body.flexpanel-active.flexpanel-right {
  background-color: #000;
}
body.flexpanel-active.flexpanel-right #wrapper {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
body.flexpanel-active.flexpanel-right .flexpanel {
  right: -40%;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-active.flexpanel-right .flexpanel {
    right: -50%;
  }
}
@media screen and (max-width: 768px) {
  body.flexpanel-active.flexpanel-right .flexpanel {
    right: -86%;
  }
}
body.flexpanel-active.flexpanel-right .flexpanel .viewport-wrap {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

body.isIE.flexpanel-right #wrapper {
  left: -40%;
}
body.isIE.flexpanel-right .flexpanel {
  right: 0;
}
body.isIE.flexpanel-left.flexpanel-active #wrapper {
  left: 40%;
}
body.isIE.flexpanel-left.flexpanel-active .flexpanel {
  left: 0;
}

body.flexpanel-reveal #wrapper {
  z-index: 1;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
body.flexpanel-reveal.flexpanel-right #wrapper {
  right: auto;
  left: 0;
}
body.flexpanel-reveal.flexpanel-right .flexpanel {
  right: -100%;
  z-index: 0;
}
body.flexpanel-reveal.flexpanel-right .flexpanel.reveal {
  right: 0;
}
body.flexpanel-reveal.flexpanel-right .flex-btn {
  position: fixed;
  left: auto;
  right: 0;
  top: 0;
  margin: 30px;
  z-index: 999;
}
body.flexpanel-reveal.flexpanel-right.flexpanel-active #wrapper {
  left: -40%;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-reveal.flexpanel-right.flexpanel-active #wrapper {
    left: -50%;
  }
}
@media screen and (max-width: 768px) {
  body.flexpanel-reveal.flexpanel-right.flexpanel-active #wrapper {
    left: -86%;
  }
}
body.flexpanel-reveal.flexpanel-right.flexpanel-active .flex-btn {
  right: 40%;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-reveal.flexpanel-right.flexpanel-active .flex-btn {
    right: 50%;
  }
}
@media screen and (max-width: 768px) {
  body.flexpanel-reveal.flexpanel-right.flexpanel-active .flex-btn {
    right: 86%;
  }
}
body.flexpanel-reveal.flexpanel-right.flexpanel-active .flexpanel {
  right: 0;
}
body.flexpanel-reveal.flexpanel-right.flexpanel-active .flexpanel.reveal {
  right: 0;
}
body.flexpanel-reveal.flexpanel-right.flexpanel-active .flexpanel .viewport-wrap {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.flexpanel-reveal.flexpanel-left #wrapper {
  right: auto;
  left: 0;
}
body.flexpanel-reveal.flexpanel-left .flexpanel {
  right: auto;
  left: 0;
  z-index: 0;
}
body.flexpanel-reveal.flexpanel-left .flexpanel.reveal {
  left: 0;
}
body.flexpanel-reveal.flexpanel-left .flex-btn {
  position: fixed;
  right: auto;
  left: 0;
  top: 0;
  margin: 30px;
  z-index: 999;
}
body.flexpanel-reveal.flexpanel-left.flexpanel-active #wrapper {
  left: 40%;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-reveal.flexpanel-left.flexpanel-active #wrapper {
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  body.flexpanel-reveal.flexpanel-left.flexpanel-active #wrapper {
    left: 86%;
  }
}
body.flexpanel-reveal.flexpanel-left.flexpanel-active .flex-btn {
  left: 40%;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-reveal.flexpanel-left.flexpanel-active .flex-btn {
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  body.flexpanel-reveal.flexpanel-left.flexpanel-active .flex-btn {
    left: 86%;
  }
}
body.flexpanel-reveal.flexpanel-left.flexpanel-active .flexpanel {
  left: 0;
}
body.flexpanel-reveal.flexpanel-left.flexpanel-active .flexpanel.reveal {
  left: 0;
}
body.flexpanel-reveal.flexpanel-left.flexpanel-active .flexpanel .viewport-wrap {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

body.flexpanel-hide .flex-btn,
body.flexpanel-hide .flexpanel {
  display: none;
}

::-webkit-scrollbar {
  width: 10px;
  color: #a3a499;
}

::-webkit-scrollbar-track {
  background-color: #ecede3;
  border-radius: 10px;
  border: 1px solid #d8d9cf;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #a3a499;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

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 {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.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%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen {
  .column.x-small-centered,
  .columns.x-small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.x-small-uncentered,
  .columns.x-small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.x-small-uncentered.opposite,
  .columns.x-small-uncentered.opposite {
    float: right;
  }

  .x-small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .x-small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .x-small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .x-small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .x-small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .x-small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .x-small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .x-small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .x-small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .x-small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .x-small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .x-small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .x-small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .x-small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .x-small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .x-small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .x-small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .x-small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .x-small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .x-small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .x-small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .x-small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .x-small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .x-small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .x-small-1 {
    width: 8.33333%;
  }

  .x-small-2 {
    width: 16.66667%;
  }

  .x-small-3 {
    width: 25%;
  }

  .x-small-4 {
    width: 33.33333%;
  }

  .x-small-5 {
    width: 41.66667%;
  }

  .x-small-6 {
    width: 50%;
  }

  .x-small-7 {
    width: 58.33333%;
  }

  .x-small-8 {
    width: 66.66667%;
  }

  .x-small-9 {
    width: 75%;
  }

  .x-small-10 {
    width: 83.33333%;
  }

  .x-small-11 {
    width: 91.66667%;
  }

  .x-small-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .x-small-offset-0 {
    margin-left: 0% !important;
  }

  .x-small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .x-small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .x-small-offset-3 {
    margin-left: 25% !important;
  }

  .x-small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .x-small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .x-small-offset-6 {
    margin-left: 50% !important;
  }

  .x-small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .x-small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .x-small-offset-9 {
    margin-left: 75% !important;
  }

  .x-small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .x-small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .x-small-reset-order,
  .x-small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}
@media only screen {
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}
@media only screen and (min-width: 48.063em) {
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* 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;
  }

  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;
  }

  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: 48.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;
  }

  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;
  }

  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;
  }

  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;
  }

  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;
  }

  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;
  }

  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;
  }

  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;
  }

  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;
}

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;
  }

  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;
  }

  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;
}

.touch table.show-for-touch {
  display: table;
}

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;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0;
  *zoom: 1;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.9375rem 1.875rem;
}

@media only screen {
  .x-small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .x-small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .x-small-block-grid-1 > li:nth-child(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .x-small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .x-small-block-grid-2 > li:nth-child(2n+1) {
    padding-left: 0rem;
    padding-right: 0.9375rem;
  }
  .x-small-block-grid-2 > li:nth-child(2n) {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .x-small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .x-small-block-grid-3 > li:nth-child(3n+1) {
    padding-left: 0rem;
    padding-right: 1.25rem;
  }
  .x-small-block-grid-3 > li:nth-child(3n+2) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .x-small-block-grid-3 > li:nth-child(3n) {
    padding-left: 1.25rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .x-small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .x-small-block-grid-4 > li:nth-child(4n+1) {
    padding-left: 0rem;
    padding-right: 1.40625rem;
  }
  .x-small-block-grid-4 > li:nth-child(4n+2) {
    padding-left: 0.46875rem;
    padding-right: 0.9375rem;
  }
  .x-small-block-grid-4 > li:nth-child(4n+3) {
    padding-left: 0.9375rem;
    padding-right: 0.46875rem;
  }
  .x-small-block-grid-4 > li:nth-child(4n) {
    padding-left: 1.40625rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .x-small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .x-small-block-grid-5 > li:nth-child(5n+1) {
    padding-left: 0rem;
    padding-right: 1.5rem;
  }
  .x-small-block-grid-5 > li:nth-child(5n+2) {
    padding-left: 0.375rem;
    padding-right: 1.125rem;
  }
  .x-small-block-grid-5 > li:nth-child(5n+3) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .x-small-block-grid-5 > li:nth-child(5n+4) {
    padding-left: 1.125rem;
    padding-right: 0.375rem;
  }
  .x-small-block-grid-5 > li:nth-child(5n) {
    padding-left: 1.5rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .x-small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .x-small-block-grid-6 > li:nth-child(6n+1) {
    padding-left: 0rem;
    padding-right: 1.5625rem;
  }
  .x-small-block-grid-6 > li:nth-child(6n+2) {
    padding-left: 0.3125rem;
    padding-right: 1.25rem;
  }
  .x-small-block-grid-6 > li:nth-child(6n+3) {
    padding-left: 0.625rem;
    padding-right: 0.9375rem;
  }
  .x-small-block-grid-6 > li:nth-child(6n+4) {
    padding-left: 0.9375rem;
    padding-right: 0.625rem;
  }
  .x-small-block-grid-6 > li:nth-child(6n+5) {
    padding-left: 1.25rem;
    padding-right: 0.3125rem;
  }
  .x-small-block-grid-6 > li:nth-child(6n) {
    padding-left: 1.5625rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .x-small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .x-small-block-grid-7 > li:nth-child(7n+1) {
    padding-left: 0rem;
    padding-right: 1.60714rem;
  }
  .x-small-block-grid-7 > li:nth-child(7n+2) {
    padding-left: 0.26786rem;
    padding-right: 1.33929rem;
  }
  .x-small-block-grid-7 > li:nth-child(7n+3) {
    padding-left: 0.53571rem;
    padding-right: 1.07143rem;
  }
  .x-small-block-grid-7 > li:nth-child(7n+4) {
    padding-left: 0.80357rem;
    padding-right: 0.80357rem;
  }
  .x-small-block-grid-7 > li:nth-child(7n+5) {
    padding-left: 1.07143rem;
    padding-right: 0.53571rem;
  }
  .x-small-block-grid-7 > li:nth-child(7n+6) {
    padding-left: 1.33929rem;
    padding-right: 0.26786rem;
  }
  .x-small-block-grid-7 > li:nth-child(7n) {
    padding-left: 1.60714rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .x-small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .x-small-block-grid-8 > li:nth-child(8n+1) {
    padding-left: 0rem;
    padding-right: 1.64063rem;
  }
  .x-small-block-grid-8 > li:nth-child(8n+2) {
    padding-left: 0.23438rem;
    padding-right: 1.40625rem;
  }
  .x-small-block-grid-8 > li:nth-child(8n+3) {
    padding-left: 0.46875rem;
    padding-right: 1.17188rem;
  }
  .x-small-block-grid-8 > li:nth-child(8n+4) {
    padding-left: 0.70313rem;
    padding-right: 0.9375rem;
  }
  .x-small-block-grid-8 > li:nth-child(8n+5) {
    padding-left: 0.9375rem;
    padding-right: 0.70313rem;
  }
  .x-small-block-grid-8 > li:nth-child(8n+6) {
    padding-left: 1.17188rem;
    padding-right: 0.46875rem;
  }
  .x-small-block-grid-8 > li:nth-child(8n+7) {
    padding-left: 1.40625rem;
    padding-right: 0.23438rem;
  }
  .x-small-block-grid-8 > li:nth-child(8n) {
    padding-left: 1.64063rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .x-small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .x-small-block-grid-9 > li:nth-child(9n+1) {
    padding-left: 0rem;
    padding-right: 1.66667rem;
  }
  .x-small-block-grid-9 > li:nth-child(9n+2) {
    padding-left: 0.20833rem;
    padding-right: 1.45833rem;
  }
  .x-small-block-grid-9 > li:nth-child(9n+3) {
    padding-left: 0.41667rem;
    padding-right: 1.25rem;
  }
  .x-small-block-grid-9 > li:nth-child(9n+4) {
    padding-left: 0.625rem;
    padding-right: 1.04167rem;
  }
  .x-small-block-grid-9 > li:nth-child(9n+5) {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }
  .x-small-block-grid-9 > li:nth-child(9n+6) {
    padding-left: 1.04167rem;
    padding-right: 0.625rem;
  }
  .x-small-block-grid-9 > li:nth-child(9n+7) {
    padding-left: 1.25rem;
    padding-right: 0.41667rem;
  }
  .x-small-block-grid-9 > li:nth-child(9n+8) {
    padding-left: 1.45833rem;
    padding-right: 0.20833rem;
  }
  .x-small-block-grid-9 > li:nth-child(9n) {
    padding-left: 1.66667rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .x-small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .x-small-block-grid-10 > li:nth-child(10n+1) {
    padding-left: 0rem;
    padding-right: 1.6875rem;
  }
  .x-small-block-grid-10 > li:nth-child(10n+2) {
    padding-left: 0.1875rem;
    padding-right: 1.5rem;
  }
  .x-small-block-grid-10 > li:nth-child(10n+3) {
    padding-left: 0.375rem;
    padding-right: 1.3125rem;
  }
  .x-small-block-grid-10 > li:nth-child(10n+4) {
    padding-left: 0.5625rem;
    padding-right: 1.125rem;
  }
  .x-small-block-grid-10 > li:nth-child(10n+5) {
    padding-left: 0.75rem;
    padding-right: 0.9375rem;
  }
  .x-small-block-grid-10 > li:nth-child(10n+6) {
    padding-left: 0.9375rem;
    padding-right: 0.75rem;
  }
  .x-small-block-grid-10 > li:nth-child(10n+7) {
    padding-left: 1.125rem;
    padding-right: 0.5625rem;
  }
  .x-small-block-grid-10 > li:nth-child(10n+8) {
    padding-left: 1.3125rem;
    padding-right: 0.375rem;
  }
  .x-small-block-grid-10 > li:nth-child(10n+9) {
    padding-left: 1.5rem;
    padding-right: 0.1875rem;
  }
  .x-small-block-grid-10 > li:nth-child(10n) {
    padding-left: 1.6875rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .x-small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .x-small-block-grid-11 > li:nth-child(11n+1) {
    padding-left: 0.0rem;
    padding-right: 1.70455rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n+2) {
    padding-left: 0.17045rem;
    padding-right: 1.53409rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n+3) {
    padding-left: 0.34091rem;
    padding-right: 1.36364rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n+4) {
    padding-left: 0.51136rem;
    padding-right: 1.19318rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n+5) {
    padding-left: 0.68182rem;
    padding-right: 1.02273rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n+6) {
    padding-left: 0.85227rem;
    padding-right: 0.85227rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n+7) {
    padding-left: 1.02273rem;
    padding-right: 0.68182rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n+8) {
    padding-left: 1.19318rem;
    padding-right: 0.51136rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n+9) {
    padding-left: 1.36364rem;
    padding-right: 0.34091rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n+10) {
    padding-left: 1.53409rem;
    padding-right: 0.17045rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n) {
    padding-left: 1.70455rem;
    padding-right: 0.0rem;
  }

  .x-small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .x-small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  .x-small-block-grid-12 > li:nth-child(12n+1) {
    padding-left: 0rem;
    padding-right: 1.71875rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+2) {
    padding-left: 0.15625rem;
    padding-right: 1.5625rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+3) {
    padding-left: 0.3125rem;
    padding-right: 1.40625rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+4) {
    padding-left: 0.46875rem;
    padding-right: 1.25rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+5) {
    padding-left: 0.625rem;
    padding-right: 1.09375rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+6) {
    padding-left: 0.78125rem;
    padding-right: 0.9375rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+7) {
    padding-left: 0.9375rem;
    padding-right: 0.78125rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+8) {
    padding-left: 1.09375rem;
    padding-right: 0.625rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+9) {
    padding-left: 1.25rem;
    padding-right: 0.46875rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+10) {
    padding-left: 1.40625rem;
    padding-right: 0.3125rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+11) {
    padding-left: 1.5625rem;
    padding-right: 0.15625rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n) {
    padding-left: 1.71875rem;
    padding-right: 0rem;
  }
}
@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-1 > li:nth-child(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-2 > li:nth-child(2n+1) {
    padding-left: 0rem;
    padding-right: 0.9375rem;
  }
  .small-block-grid-2 > li:nth-child(2n) {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-3 > li:nth-child(3n+1) {
    padding-left: 0rem;
    padding-right: 1.25rem;
  }
  .small-block-grid-3 > li:nth-child(3n+2) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .small-block-grid-3 > li:nth-child(3n) {
    padding-left: 1.25rem;
    padding-right: 0rem;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-4 > li:nth-child(4n+1) {
    padding-left: 0rem;
    padding-right: 1.40625rem;
  }
  .small-block-grid-4 > li:nth-child(4n+2) {
    padding-left: 0.46875rem;
    padding-right: 0.9375rem;
  }
  .small-block-grid-4 > li:nth-child(4n+3) {
    padding-left: 0.9375rem;
    padding-right: 0.46875rem;
  }
  .small-block-grid-4 > li:nth-child(4n) {
    padding-left: 1.40625rem;
    padding-right: 0rem;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-5 > li:nth-child(5n+1) {
    padding-left: 0rem;
    padding-right: 1.5rem;
  }
  .small-block-grid-5 > li:nth-child(5n+2) {
    padding-left: 0.375rem;
    padding-right: 1.125rem;
  }
  .small-block-grid-5 > li:nth-child(5n+3) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .small-block-grid-5 > li:nth-child(5n+4) {
    padding-left: 1.125rem;
    padding-right: 0.375rem;
  }
  .small-block-grid-5 > li:nth-child(5n) {
    padding-left: 1.5rem;
    padding-right: 0rem;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-6 > li:nth-child(6n+1) {
    padding-left: 0rem;
    padding-right: 1.5625rem;
  }
  .small-block-grid-6 > li:nth-child(6n+2) {
    padding-left: 0.3125rem;
    padding-right: 1.25rem;
  }
  .small-block-grid-6 > li:nth-child(6n+3) {
    padding-left: 0.625rem;
    padding-right: 0.9375rem;
  }
  .small-block-grid-6 > li:nth-child(6n+4) {
    padding-left: 0.9375rem;
    padding-right: 0.625rem;
  }
  .small-block-grid-6 > li:nth-child(6n+5) {
    padding-left: 1.25rem;
    padding-right: 0.3125rem;
  }
  .small-block-grid-6 > li:nth-child(6n) {
    padding-left: 1.5625rem;
    padding-right: 0rem;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-7 > li:nth-child(7n+1) {
    padding-left: 0rem;
    padding-right: 1.60714rem;
  }
  .small-block-grid-7 > li:nth-child(7n+2) {
    padding-left: 0.26786rem;
    padding-right: 1.33929rem;
  }
  .small-block-grid-7 > li:nth-child(7n+3) {
    padding-left: 0.53571rem;
    padding-right: 1.07143rem;
  }
  .small-block-grid-7 > li:nth-child(7n+4) {
    padding-left: 0.80357rem;
    padding-right: 0.80357rem;
  }
  .small-block-grid-7 > li:nth-child(7n+5) {
    padding-left: 1.07143rem;
    padding-right: 0.53571rem;
  }
  .small-block-grid-7 > li:nth-child(7n+6) {
    padding-left: 1.33929rem;
    padding-right: 0.26786rem;
  }
  .small-block-grid-7 > li:nth-child(7n) {
    padding-left: 1.60714rem;
    padding-right: 0rem;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-8 > li:nth-child(8n+1) {
    padding-left: 0rem;
    padding-right: 1.64063rem;
  }
  .small-block-grid-8 > li:nth-child(8n+2) {
    padding-left: 0.23438rem;
    padding-right: 1.40625rem;
  }
  .small-block-grid-8 > li:nth-child(8n+3) {
    padding-left: 0.46875rem;
    padding-right: 1.17188rem;
  }
  .small-block-grid-8 > li:nth-child(8n+4) {
    padding-left: 0.70313rem;
    padding-right: 0.9375rem;
  }
  .small-block-grid-8 > li:nth-child(8n+5) {
    padding-left: 0.9375rem;
    padding-right: 0.70313rem;
  }
  .small-block-grid-8 > li:nth-child(8n+6) {
    padding-left: 1.17188rem;
    padding-right: 0.46875rem;
  }
  .small-block-grid-8 > li:nth-child(8n+7) {
    padding-left: 1.40625rem;
    padding-right: 0.23438rem;
  }
  .small-block-grid-8 > li:nth-child(8n) {
    padding-left: 1.64063rem;
    padding-right: 0rem;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-9 > li:nth-child(9n+1) {
    padding-left: 0rem;
    padding-right: 1.66667rem;
  }
  .small-block-grid-9 > li:nth-child(9n+2) {
    padding-left: 0.20833rem;
    padding-right: 1.45833rem;
  }
  .small-block-grid-9 > li:nth-child(9n+3) {
    padding-left: 0.41667rem;
    padding-right: 1.25rem;
  }
  .small-block-grid-9 > li:nth-child(9n+4) {
    padding-left: 0.625rem;
    padding-right: 1.04167rem;
  }
  .small-block-grid-9 > li:nth-child(9n+5) {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }
  .small-block-grid-9 > li:nth-child(9n+6) {
    padding-left: 1.04167rem;
    padding-right: 0.625rem;
  }
  .small-block-grid-9 > li:nth-child(9n+7) {
    padding-left: 1.25rem;
    padding-right: 0.41667rem;
  }
  .small-block-grid-9 > li:nth-child(9n+8) {
    padding-left: 1.45833rem;
    padding-right: 0.20833rem;
  }
  .small-block-grid-9 > li:nth-child(9n) {
    padding-left: 1.66667rem;
    padding-right: 0rem;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-10 > li:nth-child(10n+1) {
    padding-left: 0rem;
    padding-right: 1.6875rem;
  }
  .small-block-grid-10 > li:nth-child(10n+2) {
    padding-left: 0.1875rem;
    padding-right: 1.5rem;
  }
  .small-block-grid-10 > li:nth-child(10n+3) {
    padding-left: 0.375rem;
    padding-right: 1.3125rem;
  }
  .small-block-grid-10 > li:nth-child(10n+4) {
    padding-left: 0.5625rem;
    padding-right: 1.125rem;
  }
  .small-block-grid-10 > li:nth-child(10n+5) {
    padding-left: 0.75rem;
    padding-right: 0.9375rem;
  }
  .small-block-grid-10 > li:nth-child(10n+6) {
    padding-left: 0.9375rem;
    padding-right: 0.75rem;
  }
  .small-block-grid-10 > li:nth-child(10n+7) {
    padding-left: 1.125rem;
    padding-right: 0.5625rem;
  }
  .small-block-grid-10 > li:nth-child(10n+8) {
    padding-left: 1.3125rem;
    padding-right: 0.375rem;
  }
  .small-block-grid-10 > li:nth-child(10n+9) {
    padding-left: 1.5rem;
    padding-right: 0.1875rem;
  }
  .small-block-grid-10 > li:nth-child(10n) {
    padding-left: 1.6875rem;
    padding-right: 0rem;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-11 > li:nth-child(11n+1) {
    padding-left: 0.0rem;
    padding-right: 1.70455rem;
  }
  .small-block-grid-11 > li:nth-child(11n+2) {
    padding-left: 0.17045rem;
    padding-right: 1.53409rem;
  }
  .small-block-grid-11 > li:nth-child(11n+3) {
    padding-left: 0.34091rem;
    padding-right: 1.36364rem;
  }
  .small-block-grid-11 > li:nth-child(11n+4) {
    padding-left: 0.51136rem;
    padding-right: 1.19318rem;
  }
  .small-block-grid-11 > li:nth-child(11n+5) {
    padding-left: 0.68182rem;
    padding-right: 1.02273rem;
  }
  .small-block-grid-11 > li:nth-child(11n+6) {
    padding-left: 0.85227rem;
    padding-right: 0.85227rem;
  }
  .small-block-grid-11 > li:nth-child(11n+7) {
    padding-left: 1.02273rem;
    padding-right: 0.68182rem;
  }
  .small-block-grid-11 > li:nth-child(11n+8) {
    padding-left: 1.19318rem;
    padding-right: 0.51136rem;
  }
  .small-block-grid-11 > li:nth-child(11n+9) {
    padding-left: 1.36364rem;
    padding-right: 0.34091rem;
  }
  .small-block-grid-11 > li:nth-child(11n+10) {
    padding-left: 1.53409rem;
    padding-right: 0.17045rem;
  }
  .small-block-grid-11 > li:nth-child(11n) {
    padding-left: 1.70455rem;
    padding-right: 0.0rem;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  .small-block-grid-12 > li:nth-child(12n+1) {
    padding-left: 0rem;
    padding-right: 1.71875rem;
  }
  .small-block-grid-12 > li:nth-child(12n+2) {
    padding-left: 0.15625rem;
    padding-right: 1.5625rem;
  }
  .small-block-grid-12 > li:nth-child(12n+3) {
    padding-left: 0.3125rem;
    padding-right: 1.40625rem;
  }
  .small-block-grid-12 > li:nth-child(12n+4) {
    padding-left: 0.46875rem;
    padding-right: 1.25rem;
  }
  .small-block-grid-12 > li:nth-child(12n+5) {
    padding-left: 0.625rem;
    padding-right: 1.09375rem;
  }
  .small-block-grid-12 > li:nth-child(12n+6) {
    padding-left: 0.78125rem;
    padding-right: 0.9375rem;
  }
  .small-block-grid-12 > li:nth-child(12n+7) {
    padding-left: 0.9375rem;
    padding-right: 0.78125rem;
  }
  .small-block-grid-12 > li:nth-child(12n+8) {
    padding-left: 1.09375rem;
    padding-right: 0.625rem;
  }
  .small-block-grid-12 > li:nth-child(12n+9) {
    padding-left: 1.25rem;
    padding-right: 0.46875rem;
  }
  .small-block-grid-12 > li:nth-child(12n+10) {
    padding-left: 1.40625rem;
    padding-right: 0.3125rem;
  }
  .small-block-grid-12 > li:nth-child(12n+11) {
    padding-left: 1.5625rem;
    padding-right: 0.15625rem;
  }
  .small-block-grid-12 > li:nth-child(12n) {
    padding-left: 1.71875rem;
    padding-right: 0rem;
  }
}
@media only screen and (min-width: 48.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-1 > li:nth-child(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li:nth-child(2n+1) {
    padding-left: 0rem;
    padding-right: 0.9375rem;
  }
  .medium-block-grid-2 > li:nth-child(2n) {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li:nth-child(3n+1) {
    padding-left: 0rem;
    padding-right: 1.25rem;
  }
  .medium-block-grid-3 > li:nth-child(3n+2) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .medium-block-grid-3 > li:nth-child(3n) {
    padding-left: 1.25rem;
    padding-right: 0rem;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li:nth-child(4n+1) {
    padding-left: 0rem;
    padding-right: 1.40625rem;
  }
  .medium-block-grid-4 > li:nth-child(4n+2) {
    padding-left: 0.46875rem;
    padding-right: 0.9375rem;
  }
  .medium-block-grid-4 > li:nth-child(4n+3) {
    padding-left: 0.9375rem;
    padding-right: 0.46875rem;
  }
  .medium-block-grid-4 > li:nth-child(4n) {
    padding-left: 1.40625rem;
    padding-right: 0rem;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li:nth-child(5n+1) {
    padding-left: 0rem;
    padding-right: 1.5rem;
  }
  .medium-block-grid-5 > li:nth-child(5n+2) {
    padding-left: 0.375rem;
    padding-right: 1.125rem;
  }
  .medium-block-grid-5 > li:nth-child(5n+3) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .medium-block-grid-5 > li:nth-child(5n+4) {
    padding-left: 1.125rem;
    padding-right: 0.375rem;
  }
  .medium-block-grid-5 > li:nth-child(5n) {
    padding-left: 1.5rem;
    padding-right: 0rem;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li:nth-child(6n+1) {
    padding-left: 0rem;
    padding-right: 1.5625rem;
  }
  .medium-block-grid-6 > li:nth-child(6n+2) {
    padding-left: 0.3125rem;
    padding-right: 1.25rem;
  }
  .medium-block-grid-6 > li:nth-child(6n+3) {
    padding-left: 0.625rem;
    padding-right: 0.9375rem;
  }
  .medium-block-grid-6 > li:nth-child(6n+4) {
    padding-left: 0.9375rem;
    padding-right: 0.625rem;
  }
  .medium-block-grid-6 > li:nth-child(6n+5) {
    padding-left: 1.25rem;
    padding-right: 0.3125rem;
  }
  .medium-block-grid-6 > li:nth-child(6n) {
    padding-left: 1.5625rem;
    padding-right: 0rem;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li:nth-child(7n+1) {
    padding-left: 0rem;
    padding-right: 1.60714rem;
  }
  .medium-block-grid-7 > li:nth-child(7n+2) {
    padding-left: 0.26786rem;
    padding-right: 1.33929rem;
  }
  .medium-block-grid-7 > li:nth-child(7n+3) {
    padding-left: 0.53571rem;
    padding-right: 1.07143rem;
  }
  .medium-block-grid-7 > li:nth-child(7n+4) {
    padding-left: 0.80357rem;
    padding-right: 0.80357rem;
  }
  .medium-block-grid-7 > li:nth-child(7n+5) {
    padding-left: 1.07143rem;
    padding-right: 0.53571rem;
  }
  .medium-block-grid-7 > li:nth-child(7n+6) {
    padding-left: 1.33929rem;
    padding-right: 0.26786rem;
  }
  .medium-block-grid-7 > li:nth-child(7n) {
    padding-left: 1.60714rem;
    padding-right: 0rem;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li:nth-child(8n+1) {
    padding-left: 0rem;
    padding-right: 1.64063rem;
  }
  .medium-block-grid-8 > li:nth-child(8n+2) {
    padding-left: 0.23438rem;
    padding-right: 1.40625rem;
  }
  .medium-block-grid-8 > li:nth-child(8n+3) {
    padding-left: 0.46875rem;
    padding-right: 1.17188rem;
  }
  .medium-block-grid-8 > li:nth-child(8n+4) {
    padding-left: 0.70313rem;
    padding-right: 0.9375rem;
  }
  .medium-block-grid-8 > li:nth-child(8n+5) {
    padding-left: 0.9375rem;
    padding-right: 0.70313rem;
  }
  .medium-block-grid-8 > li:nth-child(8n+6) {
    padding-left: 1.17188rem;
    padding-right: 0.46875rem;
  }
  .medium-block-grid-8 > li:nth-child(8n+7) {
    padding-left: 1.40625rem;
    padding-right: 0.23438rem;
  }
  .medium-block-grid-8 > li:nth-child(8n) {
    padding-left: 1.64063rem;
    padding-right: 0rem;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li:nth-child(9n+1) {
    padding-left: 0rem;
    padding-right: 1.66667rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+2) {
    padding-left: 0.20833rem;
    padding-right: 1.45833rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+3) {
    padding-left: 0.41667rem;
    padding-right: 1.25rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+4) {
    padding-left: 0.625rem;
    padding-right: 1.04167rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+5) {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+6) {
    padding-left: 1.04167rem;
    padding-right: 0.625rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+7) {
    padding-left: 1.25rem;
    padding-right: 0.41667rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+8) {
    padding-left: 1.45833rem;
    padding-right: 0.20833rem;
  }
  .medium-block-grid-9 > li:nth-child(9n) {
    padding-left: 1.66667rem;
    padding-right: 0rem;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li:nth-child(10n+1) {
    padding-left: 0rem;
    padding-right: 1.6875rem;
  }
  .medium-block-grid-10 > li:nth-child(10n+2) {
    padding-left: 0.1875rem;
    padding-right: 1.5rem;
  }
  .medium-block-grid-10 > li:nth-child(10n+3) {
    padding-left: 0.375rem;
    padding-right: 1.3125rem;
  }
  .medium-block-grid-10 > li:nth-child(10n+4) {
    padding-left: 0.5625rem;
    padding-right: 1.125rem;
  }
  .medium-block-grid-10 > li:nth-child(10n+5) {
    padding-left: 0.75rem;
    padding-right: 0.9375rem;
  }
  .medium-block-grid-10 > li:nth-child(10n+6) {
    padding-left: 0.9375rem;
    padding-right: 0.75rem;
  }
  .medium-block-grid-10 > li:nth-child(10n+7) {
    padding-left: 1.125rem;
    padding-right: 0.5625rem;
  }
  .medium-block-grid-10 > li:nth-child(10n+8) {
    padding-left: 1.3125rem;
    padding-right: 0.375rem;
  }
  .medium-block-grid-10 > li:nth-child(10n+9) {
    padding-left: 1.5rem;
    padding-right: 0.1875rem;
  }
  .medium-block-grid-10 > li:nth-child(10n) {
    padding-left: 1.6875rem;
    padding-right: 0rem;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li:nth-child(11n+1) {
    padding-left: 0.0rem;
    padding-right: 1.70455rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+2) {
    padding-left: 0.17045rem;
    padding-right: 1.53409rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+3) {
    padding-left: 0.34091rem;
    padding-right: 1.36364rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+4) {
    padding-left: 0.51136rem;
    padding-right: 1.19318rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+5) {
    padding-left: 0.68182rem;
    padding-right: 1.02273rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+6) {
    padding-left: 0.85227rem;
    padding-right: 0.85227rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+7) {
    padding-left: 1.02273rem;
    padding-right: 0.68182rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+8) {
    padding-left: 1.19318rem;
    padding-right: 0.51136rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+9) {
    padding-left: 1.36364rem;
    padding-right: 0.34091rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+10) {
    padding-left: 1.53409rem;
    padding-right: 0.17045rem;
  }
  .medium-block-grid-11 > li:nth-child(11n) {
    padding-left: 1.70455rem;
    padding-right: 0.0rem;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li:nth-child(12n+1) {
    padding-left: 0rem;
    padding-right: 1.71875rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+2) {
    padding-left: 0.15625rem;
    padding-right: 1.5625rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+3) {
    padding-left: 0.3125rem;
    padding-right: 1.40625rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+4) {
    padding-left: 0.46875rem;
    padding-right: 1.25rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+5) {
    padding-left: 0.625rem;
    padding-right: 1.09375rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+6) {
    padding-left: 0.78125rem;
    padding-right: 0.9375rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+7) {
    padding-left: 0.9375rem;
    padding-right: 0.78125rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+8) {
    padding-left: 1.09375rem;
    padding-right: 0.625rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+9) {
    padding-left: 1.25rem;
    padding-right: 0.46875rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+10) {
    padding-left: 1.40625rem;
    padding-right: 0.3125rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+11) {
    padding-left: 1.5625rem;
    padding-right: 0.15625rem;
  }
  .medium-block-grid-12 > li:nth-child(12n) {
    padding-left: 1.71875rem;
    padding-right: 0rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-1 > li:nth-child(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-2 > li:nth-child(2n+1) {
    padding-left: 0rem;
    padding-right: 0.9375rem;
  }
  .large-block-grid-2 > li:nth-child(2n) {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-3 > li:nth-child(3n+1) {
    padding-left: 0rem;
    padding-right: 1.25rem;
  }
  .large-block-grid-3 > li:nth-child(3n+2) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .large-block-grid-3 > li:nth-child(3n) {
    padding-left: 1.25rem;
    padding-right: 0rem;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-4 > li:nth-child(4n+1) {
    padding-left: 0rem;
    padding-right: 1.40625rem;
  }
  .large-block-grid-4 > li:nth-child(4n+2) {
    padding-left: 0.46875rem;
    padding-right: 0.9375rem;
  }
  .large-block-grid-4 > li:nth-child(4n+3) {
    padding-left: 0.9375rem;
    padding-right: 0.46875rem;
  }
  .large-block-grid-4 > li:nth-child(4n) {
    padding-left: 1.40625rem;
    padding-right: 0rem;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-5 > li:nth-child(5n+1) {
    padding-left: 0rem;
    padding-right: 1.5rem;
  }
  .large-block-grid-5 > li:nth-child(5n+2) {
    padding-left: 0.375rem;
    padding-right: 1.125rem;
  }
  .large-block-grid-5 > li:nth-child(5n+3) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .large-block-grid-5 > li:nth-child(5n+4) {
    padding-left: 1.125rem;
    padding-right: 0.375rem;
  }
  .large-block-grid-5 > li:nth-child(5n) {
    padding-left: 1.5rem;
    padding-right: 0rem;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-6 > li:nth-child(6n+1) {
    padding-left: 0rem;
    padding-right: 1.5625rem;
  }
  .large-block-grid-6 > li:nth-child(6n+2) {
    padding-left: 0.3125rem;
    padding-right: 1.25rem;
  }
  .large-block-grid-6 > li:nth-child(6n+3) {
    padding-left: 0.625rem;
    padding-right: 0.9375rem;
  }
  .large-block-grid-6 > li:nth-child(6n+4) {
    padding-left: 0.9375rem;
    padding-right: 0.625rem;
  }
  .large-block-grid-6 > li:nth-child(6n+5) {
    padding-left: 1.25rem;
    padding-right: 0.3125rem;
  }
  .large-block-grid-6 > li:nth-child(6n) {
    padding-left: 1.5625rem;
    padding-right: 0rem;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-7 > li:nth-child(7n+1) {
    padding-left: 0rem;
    padding-right: 1.60714rem;
  }
  .large-block-grid-7 > li:nth-child(7n+2) {
    padding-left: 0.26786rem;
    padding-right: 1.33929rem;
  }
  .large-block-grid-7 > li:nth-child(7n+3) {
    padding-left: 0.53571rem;
    padding-right: 1.07143rem;
  }
  .large-block-grid-7 > li:nth-child(7n+4) {
    padding-left: 0.80357rem;
    padding-right: 0.80357rem;
  }
  .large-block-grid-7 > li:nth-child(7n+5) {
    padding-left: 1.07143rem;
    padding-right: 0.53571rem;
  }
  .large-block-grid-7 > li:nth-child(7n+6) {
    padding-left: 1.33929rem;
    padding-right: 0.26786rem;
  }
  .large-block-grid-7 > li:nth-child(7n) {
    padding-left: 1.60714rem;
    padding-right: 0rem;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-8 > li:nth-child(8n+1) {
    padding-left: 0rem;
    padding-right: 1.64063rem;
  }
  .large-block-grid-8 > li:nth-child(8n+2) {
    padding-left: 0.23438rem;
    padding-right: 1.40625rem;
  }
  .large-block-grid-8 > li:nth-child(8n+3) {
    padding-left: 0.46875rem;
    padding-right: 1.17188rem;
  }
  .large-block-grid-8 > li:nth-child(8n+4) {
    padding-left: 0.70313rem;
    padding-right: 0.9375rem;
  }
  .large-block-grid-8 > li:nth-child(8n+5) {
    padding-left: 0.9375rem;
    padding-right: 0.70313rem;
  }
  .large-block-grid-8 > li:nth-child(8n+6) {
    padding-left: 1.17188rem;
    padding-right: 0.46875rem;
  }
  .large-block-grid-8 > li:nth-child(8n+7) {
    padding-left: 1.40625rem;
    padding-right: 0.23438rem;
  }
  .large-block-grid-8 > li:nth-child(8n) {
    padding-left: 1.64063rem;
    padding-right: 0rem;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-9 > li:nth-child(9n+1) {
    padding-left: 0rem;
    padding-right: 1.66667rem;
  }
  .large-block-grid-9 > li:nth-child(9n+2) {
    padding-left: 0.20833rem;
    padding-right: 1.45833rem;
  }
  .large-block-grid-9 > li:nth-child(9n+3) {
    padding-left: 0.41667rem;
    padding-right: 1.25rem;
  }
  .large-block-grid-9 > li:nth-child(9n+4) {
    padding-left: 0.625rem;
    padding-right: 1.04167rem;
  }
  .large-block-grid-9 > li:nth-child(9n+5) {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }
  .large-block-grid-9 > li:nth-child(9n+6) {
    padding-left: 1.04167rem;
    padding-right: 0.625rem;
  }
  .large-block-grid-9 > li:nth-child(9n+7) {
    padding-left: 1.25rem;
    padding-right: 0.41667rem;
  }
  .large-block-grid-9 > li:nth-child(9n+8) {
    padding-left: 1.45833rem;
    padding-right: 0.20833rem;
  }
  .large-block-grid-9 > li:nth-child(9n) {
    padding-left: 1.66667rem;
    padding-right: 0rem;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-10 > li:nth-child(10n+1) {
    padding-left: 0rem;
    padding-right: 1.6875rem;
  }
  .large-block-grid-10 > li:nth-child(10n+2) {
    padding-left: 0.1875rem;
    padding-right: 1.5rem;
  }
  .large-block-grid-10 > li:nth-child(10n+3) {
    padding-left: 0.375rem;
    padding-right: 1.3125rem;
  }
  .large-block-grid-10 > li:nth-child(10n+4) {
    padding-left: 0.5625rem;
    padding-right: 1.125rem;
  }
  .large-block-grid-10 > li:nth-child(10n+5) {
    padding-left: 0.75rem;
    padding-right: 0.9375rem;
  }
  .large-block-grid-10 > li:nth-child(10n+6) {
    padding-left: 0.9375rem;
    padding-right: 0.75rem;
  }
  .large-block-grid-10 > li:nth-child(10n+7) {
    padding-left: 1.125rem;
    padding-right: 0.5625rem;
  }
  .large-block-grid-10 > li:nth-child(10n+8) {
    padding-left: 1.3125rem;
    padding-right: 0.375rem;
  }
  .large-block-grid-10 > li:nth-child(10n+9) {
    padding-left: 1.5rem;
    padding-right: 0.1875rem;
  }
  .large-block-grid-10 > li:nth-child(10n) {
    padding-left: 1.6875rem;
    padding-right: 0rem;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-11 > li:nth-child(11n+1) {
    padding-left: 0.0rem;
    padding-right: 1.70455rem;
  }
  .large-block-grid-11 > li:nth-child(11n+2) {
    padding-left: 0.17045rem;
    padding-right: 1.53409rem;
  }
  .large-block-grid-11 > li:nth-child(11n+3) {
    padding-left: 0.34091rem;
    padding-right: 1.36364rem;
  }
  .large-block-grid-11 > li:nth-child(11n+4) {
    padding-left: 0.51136rem;
    padding-right: 1.19318rem;
  }
  .large-block-grid-11 > li:nth-child(11n+5) {
    padding-left: 0.68182rem;
    padding-right: 1.02273rem;
  }
  .large-block-grid-11 > li:nth-child(11n+6) {
    padding-left: 0.85227rem;
    padding-right: 0.85227rem;
  }
  .large-block-grid-11 > li:nth-child(11n+7) {
    padding-left: 1.02273rem;
    padding-right: 0.68182rem;
  }
  .large-block-grid-11 > li:nth-child(11n+8) {
    padding-left: 1.19318rem;
    padding-right: 0.51136rem;
  }
  .large-block-grid-11 > li:nth-child(11n+9) {
    padding-left: 1.36364rem;
    padding-right: 0.34091rem;
  }
  .large-block-grid-11 > li:nth-child(11n+10) {
    padding-left: 1.53409rem;
    padding-right: 0.17045rem;
  }
  .large-block-grid-11 > li:nth-child(11n) {
    padding-left: 1.70455rem;
    padding-right: 0.0rem;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  .large-block-grid-12 > li:nth-child(12n+1) {
    padding-left: 0rem;
    padding-right: 1.71875rem;
  }
  .large-block-grid-12 > li:nth-child(12n+2) {
    padding-left: 0.15625rem;
    padding-right: 1.5625rem;
  }
  .large-block-grid-12 > li:nth-child(12n+3) {
    padding-left: 0.3125rem;
    padding-right: 1.40625rem;
  }
  .large-block-grid-12 > li:nth-child(12n+4) {
    padding-left: 0.46875rem;
    padding-right: 1.25rem;
  }
  .large-block-grid-12 > li:nth-child(12n+5) {
    padding-left: 0.625rem;
    padding-right: 1.09375rem;
  }
  .large-block-grid-12 > li:nth-child(12n+6) {
    padding-left: 0.78125rem;
    padding-right: 0.9375rem;
  }
  .large-block-grid-12 > li:nth-child(12n+7) {
    padding-left: 0.9375rem;
    padding-right: 0.78125rem;
  }
  .large-block-grid-12 > li:nth-child(12n+8) {
    padding-left: 1.09375rem;
    padding-right: 0.625rem;
  }
  .large-block-grid-12 > li:nth-child(12n+9) {
    padding-left: 1.25rem;
    padding-right: 0.46875rem;
  }
  .large-block-grid-12 > li:nth-child(12n+10) {
    padding-left: 1.40625rem;
    padding-right: 0.3125rem;
  }
  .large-block-grid-12 > li:nth-child(12n+11) {
    padding-left: 1.5625rem;
    padding-right: 0.15625rem;
  }
  .large-block-grid-12 > li:nth-child(12n) {
    padding-left: 1.71875rem;
    padding-right: 0rem;
  }
}
@media only screen and (max-width: 30em) {
  .x-small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .x-small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .x-small-block-grid-1 > li:nth-child(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .x-small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .x-small-block-grid-2 > li:nth-child(2n+1) {
    padding-left: 0rem;
    padding-right: 0.9375rem;
  }
  .x-small-block-grid-2 > li:nth-child(2n) {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .x-small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .x-small-block-grid-3 > li:nth-child(3n+1) {
    padding-left: 0rem;
    padding-right: 1.25rem;
  }
  .x-small-block-grid-3 > li:nth-child(3n+2) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .x-small-block-grid-3 > li:nth-child(3n) {
    padding-left: 1.25rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .x-small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .x-small-block-grid-4 > li:nth-child(4n+1) {
    padding-left: 0rem;
    padding-right: 1.40625rem;
  }
  .x-small-block-grid-4 > li:nth-child(4n+2) {
    padding-left: 0.46875rem;
    padding-right: 0.9375rem;
  }
  .x-small-block-grid-4 > li:nth-child(4n+3) {
    padding-left: 0.9375rem;
    padding-right: 0.46875rem;
  }
  .x-small-block-grid-4 > li:nth-child(4n) {
    padding-left: 1.40625rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .x-small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .x-small-block-grid-5 > li:nth-child(5n+1) {
    padding-left: 0rem;
    padding-right: 1.5rem;
  }
  .x-small-block-grid-5 > li:nth-child(5n+2) {
    padding-left: 0.375rem;
    padding-right: 1.125rem;
  }
  .x-small-block-grid-5 > li:nth-child(5n+3) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .x-small-block-grid-5 > li:nth-child(5n+4) {
    padding-left: 1.125rem;
    padding-right: 0.375rem;
  }
  .x-small-block-grid-5 > li:nth-child(5n) {
    padding-left: 1.5rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .x-small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .x-small-block-grid-6 > li:nth-child(6n+1) {
    padding-left: 0rem;
    padding-right: 1.5625rem;
  }
  .x-small-block-grid-6 > li:nth-child(6n+2) {
    padding-left: 0.3125rem;
    padding-right: 1.25rem;
  }
  .x-small-block-grid-6 > li:nth-child(6n+3) {
    padding-left: 0.625rem;
    padding-right: 0.9375rem;
  }
  .x-small-block-grid-6 > li:nth-child(6n+4) {
    padding-left: 0.9375rem;
    padding-right: 0.625rem;
  }
  .x-small-block-grid-6 > li:nth-child(6n+5) {
    padding-left: 1.25rem;
    padding-right: 0.3125rem;
  }
  .x-small-block-grid-6 > li:nth-child(6n) {
    padding-left: 1.5625rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .x-small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .x-small-block-grid-7 > li:nth-child(7n+1) {
    padding-left: 0rem;
    padding-right: 1.60714rem;
  }
  .x-small-block-grid-7 > li:nth-child(7n+2) {
    padding-left: 0.26786rem;
    padding-right: 1.33929rem;
  }
  .x-small-block-grid-7 > li:nth-child(7n+3) {
    padding-left: 0.53571rem;
    padding-right: 1.07143rem;
  }
  .x-small-block-grid-7 > li:nth-child(7n+4) {
    padding-left: 0.80357rem;
    padding-right: 0.80357rem;
  }
  .x-small-block-grid-7 > li:nth-child(7n+5) {
    padding-left: 1.07143rem;
    padding-right: 0.53571rem;
  }
  .x-small-block-grid-7 > li:nth-child(7n+6) {
    padding-left: 1.33929rem;
    padding-right: 0.26786rem;
  }
  .x-small-block-grid-7 > li:nth-child(7n) {
    padding-left: 1.60714rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .x-small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .x-small-block-grid-8 > li:nth-child(8n+1) {
    padding-left: 0rem;
    padding-right: 1.64063rem;
  }
  .x-small-block-grid-8 > li:nth-child(8n+2) {
    padding-left: 0.23438rem;
    padding-right: 1.40625rem;
  }
  .x-small-block-grid-8 > li:nth-child(8n+3) {
    padding-left: 0.46875rem;
    padding-right: 1.17188rem;
  }
  .x-small-block-grid-8 > li:nth-child(8n+4) {
    padding-left: 0.70313rem;
    padding-right: 0.9375rem;
  }
  .x-small-block-grid-8 > li:nth-child(8n+5) {
    padding-left: 0.9375rem;
    padding-right: 0.70313rem;
  }
  .x-small-block-grid-8 > li:nth-child(8n+6) {
    padding-left: 1.17188rem;
    padding-right: 0.46875rem;
  }
  .x-small-block-grid-8 > li:nth-child(8n+7) {
    padding-left: 1.40625rem;
    padding-right: 0.23438rem;
  }
  .x-small-block-grid-8 > li:nth-child(8n) {
    padding-left: 1.64063rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .x-small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .x-small-block-grid-9 > li:nth-child(9n+1) {
    padding-left: 0rem;
    padding-right: 1.66667rem;
  }
  .x-small-block-grid-9 > li:nth-child(9n+2) {
    padding-left: 0.20833rem;
    padding-right: 1.45833rem;
  }
  .x-small-block-grid-9 > li:nth-child(9n+3) {
    padding-left: 0.41667rem;
    padding-right: 1.25rem;
  }
  .x-small-block-grid-9 > li:nth-child(9n+4) {
    padding-left: 0.625rem;
    padding-right: 1.04167rem;
  }
  .x-small-block-grid-9 > li:nth-child(9n+5) {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }
  .x-small-block-grid-9 > li:nth-child(9n+6) {
    padding-left: 1.04167rem;
    padding-right: 0.625rem;
  }
  .x-small-block-grid-9 > li:nth-child(9n+7) {
    padding-left: 1.25rem;
    padding-right: 0.41667rem;
  }
  .x-small-block-grid-9 > li:nth-child(9n+8) {
    padding-left: 1.45833rem;
    padding-right: 0.20833rem;
  }
  .x-small-block-grid-9 > li:nth-child(9n) {
    padding-left: 1.66667rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .x-small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .x-small-block-grid-10 > li:nth-child(10n+1) {
    padding-left: 0rem;
    padding-right: 1.6875rem;
  }
  .x-small-block-grid-10 > li:nth-child(10n+2) {
    padding-left: 0.1875rem;
    padding-right: 1.5rem;
  }
  .x-small-block-grid-10 > li:nth-child(10n+3) {
    padding-left: 0.375rem;
    padding-right: 1.3125rem;
  }
  .x-small-block-grid-10 > li:nth-child(10n+4) {
    padding-left: 0.5625rem;
    padding-right: 1.125rem;
  }
  .x-small-block-grid-10 > li:nth-child(10n+5) {
    padding-left: 0.75rem;
    padding-right: 0.9375rem;
  }
  .x-small-block-grid-10 > li:nth-child(10n+6) {
    padding-left: 0.9375rem;
    padding-right: 0.75rem;
  }
  .x-small-block-grid-10 > li:nth-child(10n+7) {
    padding-left: 1.125rem;
    padding-right: 0.5625rem;
  }
  .x-small-block-grid-10 > li:nth-child(10n+8) {
    padding-left: 1.3125rem;
    padding-right: 0.375rem;
  }
  .x-small-block-grid-10 > li:nth-child(10n+9) {
    padding-left: 1.5rem;
    padding-right: 0.1875rem;
  }
  .x-small-block-grid-10 > li:nth-child(10n) {
    padding-left: 1.6875rem;
    padding-right: 0rem;
  }

  .x-small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .x-small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .x-small-block-grid-11 > li:nth-child(11n+1) {
    padding-left: 0.0rem;
    padding-right: 1.70455rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n+2) {
    padding-left: 0.17045rem;
    padding-right: 1.53409rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n+3) {
    padding-left: 0.34091rem;
    padding-right: 1.36364rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n+4) {
    padding-left: 0.51136rem;
    padding-right: 1.19318rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n+5) {
    padding-left: 0.68182rem;
    padding-right: 1.02273rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n+6) {
    padding-left: 0.85227rem;
    padding-right: 0.85227rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n+7) {
    padding-left: 1.02273rem;
    padding-right: 0.68182rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n+8) {
    padding-left: 1.19318rem;
    padding-right: 0.51136rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n+9) {
    padding-left: 1.36364rem;
    padding-right: 0.34091rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n+10) {
    padding-left: 1.53409rem;
    padding-right: 0.17045rem;
  }
  .x-small-block-grid-11 > li:nth-child(11n) {
    padding-left: 1.70455rem;
    padding-right: 0.0rem;
  }

  .x-small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .x-small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .x-small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  .x-small-block-grid-12 > li:nth-child(12n+1) {
    padding-left: 0rem;
    padding-right: 1.71875rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+2) {
    padding-left: 0.15625rem;
    padding-right: 1.5625rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+3) {
    padding-left: 0.3125rem;
    padding-right: 1.40625rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+4) {
    padding-left: 0.46875rem;
    padding-right: 1.25rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+5) {
    padding-left: 0.625rem;
    padding-right: 1.09375rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+6) {
    padding-left: 0.78125rem;
    padding-right: 0.9375rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+7) {
    padding-left: 0.9375rem;
    padding-right: 0.78125rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+8) {
    padding-left: 1.09375rem;
    padding-right: 0.625rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+9) {
    padding-left: 1.25rem;
    padding-right: 0.46875rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+10) {
    padding-left: 1.40625rem;
    padding-right: 0.3125rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n+11) {
    padding-left: 1.5625rem;
    padding-right: 0.15625rem;
  }
  .x-small-block-grid-12 > li:nth-child(12n) {
    padding-left: 1.71875rem;
    padding-right: 0rem;
  }
}
/*-----------------------------------------------------------------------------------
// - Site Styles
-----------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::-ms-clear {
  display: none;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  background-color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: black;
  line-height: 1.4em;
  font-weight: 400;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

body .addthis-smartlayers-mobile {
  display: none !important;
}

.offscreen {
  position: absolute;
  left: -999em;
}

figure {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
}

#wrapper {
  background: #fff;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}

p,
ul li,
ol li,
input,
textarea,
table td {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: black;
  line-height: 1.4em;
  font-weight: 400;
  -webkit-appearance: none;
}

p {
  margin-bottom: 30px;
}

p.intro,
p.source,
p.details {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.45em;
  margin: 0 0 30px;
  font-weight: 700;
}

p.source {
  text-transform: uppercase;
  font-weight: 700;
}
p.source i {
  position: relative;
  top: 1px;
}
p.source a {
  text-decoration: none;
}

p.details {
  font-weight: 700;
  line-height: 1.4em;
  font-size: 15px;
  font-size: 1.5rem;
}
p.details a {
  text-decoration: none;
}

div.details {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin: 0 0 30px;
  font-weight: 600;
  line-height: 1.4em;
  font-size: 15px;
  font-size: 1.5rem;
}
div.details a {
  text-decoration: none;
}
div.details p {
  margin: 1.25em 0;
}

p, ul, ol {
  margin: 0 0 1.25em;
}

ul, ol, li {
  padding: 0;
  list-style: none;
}

ul {
  padding: 5px;
  list-style: none;
}

ul li,
ol li ul li {
  margin: 0 0 10px;
  padding: 0 0 0 12px;
  list-style: none;
  background: url(../../img/ico-bullet.png) no-repeat 0 0.6em;
}

ul ul {
  margin: 0 0;
}

ul li li {
  margin: 7px 0;
}

ol {
  margin-left: 8px;
  padding: 5px;
  counter-reset: item;
}
ol li {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
}

.entry-content ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #999;
  font-weight: 400;
  margin-right: 4px;
  margin-left: -22px;
}

.entry-content li ul {
  margin: 0.5em 0 0 0;
}
.entry-content li ul > li:last-child {
  margin: 0;
}

.alpha {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.omega {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

/* Heading Styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: black;
  padding: 0;
  margin: 0 0 16px;
  line-height: 1.1em;
  text-transform: none;
  font-weight: 700;
}

h1 {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 35px;
  line-height: 1.1;
  font-weight: 400;
}
h1.like-h2 {
  font-size: 32px;
  font-size: 3.2rem;
  padding-bottom: 4px;
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 40px;
  line-height: 1.2;
  font-weight: 400;
}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}

h4 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}

h5 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}

h6 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  text-decoration: underline;
}

/*-----------------------------------------------------------------------------------
// - Header
-----------------------------------------------------------------------------------*/
.site-header {
  height: 200px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 999;
  -webkit-transition: -webkit-transform 0.25s ease 0.05s, opacity 0.25s ease 0.05s;
  -moz-transition: -moz-transform 0.25s ease 0.05s, opacity 0.25s ease 0.05s;
  transition: transform 0.25s ease 0.05s, opacity 0.25s ease 0.05s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  position: absolute;
  top: 0;
}
.site-header .row, .site-header .columns {
  position: relative;
  height: 126px;
}
@media only screen and (max-width: 48em) {
  .site-header {
    height: 100px !important;
  }
  .site-header .row, .site-header .columns {
    height: 100px !important;
  }
}
.site-header .logo {
  width: 100px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 14px;
}
@media only screen and (max-width: 48em) {
  .site-header .logo {
    height: 80px;
    line-height: 80px;
    max-width: 76px;
    margin: 7px 0;
    top: 0;
  }
}
.site-header .logo a {
  display: block;
  width: 100%;
}
.site-header.attached {
  height: 60px;
  position: fixed !important;
  top: -60px;
  border-bottom: 1px solid #ccc;
  background: #fff !important;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: none;
}
@media only screen and (min-width: 64.063em) {
  .site-header.attached {
    display: block;
  }
}
.site-header.attached .row, .site-header.attached .columns {
  height: 60px;
}
.site-header.attached .logo,
.site-header.attached ul.search,
.site-header.attached ul.social {
  display: none;
}
.site-header.attached .logo-sticky {
  display: block;
}
.site-header.attached.remove-attached {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.site-header.attached .main-nav li {
  font-size: 13px;
  font-size: 1.3rem;
}
.site-header.attached .utility-nav {
  top: 4px;
  right: 0;
}
.site-header.attached .utility-nav li {
  font-size: 13px;
  font-size: 1.3rem;
}
.site-header.attached .sem-headline h1 {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.site-header .sem-headline {
  text-align: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.site-header .sem-headline h1 {
  padding-left: 50%;
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 48em) {
  .site-header .sem-headline h1 {
    padding-left: 70%;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.logo {
  width: 100px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 10px;
}
.logo a {
  display: block;
  width: 100%;
}

.logo-sticky {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
}

.EditMode .site-header .logo {
  display: inline-block;
  width: 95px;
  position: relative;
  overflow: inherit;
}

.EditMode .site-header .logo-sticky {
  display: inline-block;
  width: 95px;
  position: relative;
  overflow: inherit;
  line-height: inherit;
}

.skip-to-content {
  color: transparent;
  display: block;
  height: 0;
  line-height: 0;
  width: 0;
  text-align: center;
}
.skip-to-content:focus {
  color: #333;
  display: block;
  height: auto;
  line-height: 1;
  width: 100%;
}

.offscreen {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.main-nav {
  width: 100%;
  display: none;
  clear: both;
}
@media only screen and (min-width: 48.063em) {
  .main-nav {
    display: block !important;
  }
}
.main-nav ul {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  height: 40px;
}
.main-nav ul li {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 0 20px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  position: relative;
  white-space: nowrap;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 48.063em) and (max-width: 54.063em) {
  .main-nav ul li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.main-nav ul li a {
  padding: 0;
  display: block;
  height: 40px;
  line-height: 50px;
  color: black;
  overflow: hidden;
}
.main-nav ul li a:hover {
  text-decoration: none;
}
.main-nav ul li a.hover, .main-nav ul li.current a {
  color: #2e5872;
}
.main-nav ul li .drop {
  width: 430px;
  position: absolute;
  top: 110%;
  left: -19px;
  text-align: left;
  text-transform: none;
  padding-top: 8px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  visibility: hidden;
  opacity: 0;
  white-space: normal;
}
@media only screen and (min-width: 48.063em) and (max-width: 64em) {
  .main-nav ul li .drop {
    width: 360px;
  }
}
.main-nav ul li .drop.no-feature {
  width: 260px;
}
.main-nav ul li .drop.no-feature ul {
  width: 100%;
}
.main-nav ul li .drop.no-feature .feature-cover {
  display: none;
}
.main-nav ul li .drop.open {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-nav ul li .drop.open .arrow-up {
  top: -1px;
}
.main-nav ul li .drop .arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transition: top 0.15s ease;
  -moz-transition: top 0.15s ease;
  -ms-transition: top 0.15s ease;
  transition: top 0.15s ease;
  -webkit-transform: scale(0.99999);
  -moz-transform: scale(0.99999);
  -ms-transform: scale(0.99999);
  transform: scale(0.99999);
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 2;
}
.main-nav ul li .drop.right {
  left: auto;
  right: -19px;
}
.main-nav ul li .drop.right .arrow-up {
  left: auto;
  right: 50px;
}
.main-nav ul li .drop a {
  height: auto;
  line-height: normal;
}
.main-nav ul li .drop .wrap {
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
  float: none;
  position: relative;
  background: #ccc;
  border: 2px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.main-nav ul li .drop ul {
  height: auto;
  padding: 5px 2px 5px 0;
  text-align: left;
  width: 50%;
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.main-nav ul li .drop ul ul {
  display: none;
}
.main-nav ul li .drop ul li {
  display: block;
  height: auto;
  line-height: 1.3em;
  text-transform: none;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  text-align: left;
  white-space: normal;
}
.main-nav ul li .drop ul li a {
  padding: 7px 15px;
  height: auto;
  line-height: normal;
  color: #fff;
}
.main-nav ul li .drop ul li a:hover {
  background: #999;
  color: #fff;
}
.main-nav ul li .drop .feature-cover {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background: #fff;
  z-index: 0;
}
.main-nav ul li .drop .feature {
  width: 50%;
  right: 0;
  top: 0;
  background: #fff;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.main-nav ul li .drop .feature a {
  display: block;
  height: 100%;
  width: 100%;
  padding-bottom: 20px;
}
.main-nav ul li .drop .feature h3, .main-nav ul li .drop .feature p {
  padding: 0 15px;
  margin: 8px 0 0;
}
.main-nav ul li .drop .feature h3 {
  line-height: 1.2em;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 18px;
}
.main-nav ul li .drop .feature p {
  font-size: 13px;
  font-size: 1.3rem;
}

body.mac h2 {
  font-weight: 500;
}
body.mac h3, body.mac h4, body.mac h5 {
  font-weight: 600;
}
body.mac p.intro,
body.mac p.source,
body.mac p.details {
  font-weight: 600;
}
body.mac .subnav > ul > li,
body.mac .btn,
body.mac input[type=submit],
body.mac button,
body.mac .cta .btn,
body.mac p.intro {
  font-weight: 500;
}

.no-js .main-nav ul > li:hover .drop {
  display: block;
}
.no-js .main-nav ul > li:hover .drop .arrow-up {
  top: -2px;
}

.utility-nav {
  position: absolute;
  top: 22px;
  right: 1.5em;
  display: none;
}
@media only screen and (min-width: 48.063em) {
  .utility-nav {
    display: inline-block !important;
  }
}
.utility-nav ul {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  text-align: right;
  float: left;
  width: auto;
}
.utility-nav ul li {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  border-left: 2px solid #ccc;
  position: relative;
}
@media only screen and (min-width: 48.063em) and (max-width: 54.063em) {
  .utility-nav ul li {
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: 5px;
    padding-left: 5px;
  }
}
.utility-nav ul li:first-child {
  border: none;
  padding: 0;
}
.utility-nav ul a {
  padding: 0;
  display: block;
  color: black;
}
.utility-nav ul a:hover {
  text-decoration: none;
}
.utility-nav ul.secondary-nav li {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  position: relative;
  top: -1px;
}
.utility-nav ul.social {
  margin: 0 15px 0 25px;
  position: relative;
  top: -2px;
}
@media only screen and (min-width: 48.063em) and (max-width: 54.063em) {
  .utility-nav ul.social {
    margin: 0 5px 0 10px;
  }
}

ul.search {
  position: relative;
  top: -6px;
}
ul.search li {
  width: 200px;
  height: 32px;
}
@media only screen and (min-width: 48.063em) and (max-width: 54.063em) {
  ul.search li {
    width: 180px;
  }
}
ul.search li input[type=text] {
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border: 1px solid transparent;
  height: 32px;
  line-height: 1;
  padding: 0 10px;
  width: 100%;
  background: #efefef;
}
ul.search li input[type=text]:focus {
  border-color: #ccc;
}
ul.search li input[type=text].has-keyword::-webkit-input-placeholder {
  color: black;
}
ul.search li input[type=text].has-keyword:-moz-placeholder {
  color: black;
  opacity: 1;
}
ul.search li input[type=text].has-keyword::-moz-placeholder {
  color: black;
  opacity: 1;
}
ul.search li input[type=text].has-keyword:-ms-input-placeholder {
  color: black;
}
ul.search li input[type=submit] {
  height: 32px;
  width: 32px;
  overflow: hidden;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background: #396e8e url(../../img/ico-search.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -99999px;
  margin: 0;
  padding: 0;
}
ul.search li input[type=submit]:hover {
  background-color: #2e5872;
}
ul.search li input[type=submit]:active {
  background-color: #213f52;
}
ul.search li input[type=submit].clear {
  right: 32px;
  background: url(../../img/ico-clear.png) no-repeat center center;
}
ul.search li input[type=submit].clear:focus, ul.search li input[type=submit].clear:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

ul.search.filter {
  padding: 0;
}
ul.search.filter li {
  width: auto;
  padding: 0;
}
ul.search.filter input[type=text] {
  background: white;
}
ul.search.filter input[type=submit] {
  top: inherit;
}

.filter .search-filter .selectboxit-container .selectboxit,
.filter .search-filter .selectboxit-container {
  width: 100% !important;
}
@media only screen and (max-width: 48em) {
  .filter .search-filter li {
    padding: 0 0 10px !important;
  }
}

ul.social {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
}
ul.social li {
  font-size: 20px;
  width: 26px;
  height: 30px;
  margin: 0 0;
  padding: 0;
  border: none;
  color: #676dba;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
ul.social li.no-icon {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  width: auto;
  color: black;
  margin: 0 15px 0 0;
  text-align: left;
  cursor: default;
  position: relative;
  top: -1px;
}
ul.social li.no-icon:hover {
  color: black;
}
ul.social li.fa-pinterest {
  font-size: 21px;
}
ul.social li.fa-twitter {
  font-size: 22px;
  top: 1px;
}
ul.social li a {
  display: block;
  text-indent: 9999em;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
ul.social li a:hover {
  text-decoration: none;
}
ul.social li:hover {
  text-decoration: none;
}

/*-----------------------------------------------------------------------------------
// - Foundation Grid Override
-----------------------------------------------------------------------------------*/
.row {
  max-width: 1170px;
  padding: 0;
  width: 100%;
}
.row .column, .row .columns {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.row .row {
  margin-left: -1.5em;
  margin-right: -1.5em;
}

/*-----------------------------------------------------------------------------------
// - Banner - Homepage on Tac and NAN
-----------------------------------------------------------------------------------*/
.banner {
  height: auto;
  background: white url(../../img/bkg-banner-map.jpg) no-repeat center top;
  border: none;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  padding: 220px 0 50px;
}
@media only screen and (max-width: 48em) {
  .banner {
    height: auto;
    padding-top: 130px;
  }
}
.banner .row, .banner .columns {
  height: auto;
  position: relative;
}
@media only screen and (max-width: 48em) {
  .banner .row, .banner .columns {
    height: auto;
  }
}
.banner .cta a {
  background: none;
  border: 2px solid #e9e9e9;
}
.banner .feature-cta {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 64em) {
  .banner .feature-cta {
    margin-bottom: 40px;
    border: 1px solid #ccc;
  }
  .banner .feature-cta img {
    width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .banner .feature-cta {
    overflow: visible;
    padding: 0 0 70px;
  }
}
.banner .feature-cta .cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner .feature-cta .cta h1 {
  color: #fff;
  padding: 0 50px 0 20px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  margin: 0 0 20px !important;
}
@media only screen and (max-width: 64em) {
  .banner .feature-cta .cta h1 {
    padding: 0 20px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 30em) {
  .banner .feature-cta .cta h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.banner .feature-cta .cta a {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 20px;
  display: block;
}
@media only screen and (max-width: 64em) {
  .banner .feature-cta .cta p {
    height: 1.3em;
    line-height: 1.3em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .banner .feature-cta .cta h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .banner .feature-cta .cta a {
    padding: 15px;
  }
}
@media only screen and (max-width: 64em) {
  .banner .news ul li {
    padding: 0 !important;
    width: 100%;
  }
  .banner .news ul li h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 48.063em) and (max-width: 64em) {
  .banner .news ul li {
    display: none;
  }
  .banner .news ul li:first-child {
    display: block;
  }
  .banner .news ul li:nth-child(2) {
    display: block;
  }
}
@media only screen and (max-width: 48em) {
  .banner .news ul li {
    display: none;
  }
  .banner .news ul li:first-child {
    display: block;
  }
}

/*-----------------------------------------------------------------------------------
// - Page Styles
-----------------------------------------------------------------------------------*/
#wrapper {
  overflow: hidden;
}

#page-content {
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
  float: none;
  overflow: visible;
  background-color: #f1f1f1;
  padding: 188px 0 40px;
  min-height: 600px;
}
@media only screen and (max-width: 48em) {
  #page-content {
    padding-top: 150px !important;
    min-height: 400px;
  }
}

.Home #page-content {
  padding-top: 50px !important;
}

.entry-content a {
  text-decoration: underline;
}
.entry-content a:hover {
  text-decoration: none;
  color: #222222;
}

@media only screen and (min-width: 48.063em) {
  .entry-content a[name] {
    padding-top: 80px;
    margin-top: -80px;
    display: inline-block;
    /* required for webkit browsers */
  }
}

.breadcrumbs {
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
  float: none;
  margin-top: -20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 48em) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs a {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  padding-left: 17px;
  margin: 0 9px 0 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
.breadcrumbs a:before {
  font-family: 'FontAwesome';
  content: '\f04b';
  position: absolute;
  left: 0;
  top: 0;
  color: #ccc;
  font-size: 0.6em;
}
.breadcrumbs a:first-child {
  padding: 0;
}
.breadcrumbs a:first-child:before {
  content: '';
}
.breadcrumbs span.CMSBreadCrumbsCurrentItem {
  position: relative;
  padding-left: 17px;
}
.breadcrumbs span.CMSBreadCrumbsCurrentItem:before {
  font-family: 'FontAwesome';
  content: '\f04b';
  position: absolute;
  left: 0;
  top: 0;
  color: #ccc;
  font-size: 0.6em;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
}
.breadcrumbs ul li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  padding-left: 17px;
  margin: 0 9px 0 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
.breadcrumbs ul li a {
  color: black;
}
.breadcrumbs ul li a:hover {
  color: #333;
}
.breadcrumbs ul li:first-child {
  padding: 0;
}
.breadcrumbs ul li:first-child:before {
  content: '';
}
.breadcrumbs ul li:before {
  font-family: 'FontAwesome';
  content: '\f04b';
  position: absolute;
  left: 0;
  top: 0;
  color: #ccc;
  font-size: 0.6em;
}

@media only screen and (max-width: 48em) {
  .sidebar {
    display: none;
  }
}

.subnav {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #666;
  padding: 10px 10px 4px;
  margin: 8px 0 40px;
  height: auto;
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
  float: none;
}
.subnav ul {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
}
.subnav ul li {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 6px;
  position: relative;
}
.subnav ul li a {
  padding: 8px 25px 8px 10px;
  color: #fff;
  background: #838383;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
  float: none;
}
.subnav ul li a:hover {
  background-color: #525252;
}
.subnav ul li a .icon {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #fff;
  font-size: 0.8em;
}
.subnav ul li a.CMSListMenuLinkHighlighted {
  background: #424242;
}
.subnav ul li.current ul, .subnav ul li.CMSListMenuHighlightedLI ul {
  display: block;
}
.subnav ul li ul {
  display: none;
}
.subnav ul li ul li {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
}
.subnav ul li ul li a {
  padding: 4px 20px;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.subnav ul li ul li a:hover, .subnav ul li ul li a:focus {
  background-color: #525252;
}
.subnav ul li.current, .subnav ul li.CMSListMenuHighlightedLI {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  background: #424242;
}
.subnav ul li.current > a, .subnav ul li.CMSListMenuHighlightedLI > a {
  background: #424242;
}
.subnav ul li.current li.current a, .subnav ul li.current.CMSListMenuHighlightedLI a, .subnav ul li.CMSListMenuHighlightedLI li.current a, .subnav ul li.CMSListMenuHighlightedLI.CMSListMenuHighlightedLI a {
  background-color: #525252;
}
.subnav ul li.current li.CMSListMenuHighlightedLI a, .subnav ul li.current li:hover a, .subnav ul li.CMSListMenuHighlightedLI li.CMSListMenuHighlightedLI a, .subnav ul li.CMSListMenuHighlightedLI li:hover a {
  background-color: #424242;
}
.subnav ul li.CMSListMenuHighlightedLI a.CMSListMenuLinkHighlighted {
  background: #424242;
}
.subnav ul li.CMSListMenuHighlightedLI > a {
  background: #424242 !important;
}

.subnav > ul > li {
  font-weight: 700;
}

.cta a,
.cta .standard {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 20px;
  padding: 15px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.cta a *,
.cta .standard * {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.cta a:hover,
.cta .standard:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-decoration: none !important;
  border-color: transparent !important;
}
.cta a.disabled:hover,
.cta .standard.disabled:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
  text-decoration: none !important;
  border-color: transparent !important;
}
.cta .standard:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
  text-decoration: none !important;
  border-color: transparent !important;
}
@media only screen and (max-width: 30em) {
  .cta .standard {
    min-height: 0 !important;
  }
}
.cta h3 {
  text-transform: uppercase;
  margin: 0 0 0;
  font-weight: 700;
}
.cta h3 .fa.small {
  font-size: 11px;
  position: relative;
  top: -3px;
  left: 2px;
}
.cta h4 {
  font-weight: inherit;
  font-style: italic;
}
.cta p {
  margin: 10px 0 0;
}
.cta button,
.cta .btn {
  display: block;
  margin-top: 15px;
  text-align: left;
  width: 100%;
}
.cta figure.full {
  width: 109%;
  width: calc(100% + 26px);
  margin: -13px 0 5% -13px;
  clear: both;
  overflow: hidden;
}
.cta figure.full img {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  width: 100%;
}
.cta.event a {
  padding-left: 80px;
}
.cta.event .date {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #ccc;
  width: 60px;
  padding-top: 15px;
}
.cta.event .date span {
  color: #fff;
  text-align: center;
  padding: 0 10px;
  display: block;
  clear: both;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  text-transform: uppercase;
}
.cta.event .date span.day {
  padding-top: 0;
  font-size: 22px;
  font-size: 2.2rem;
}

.cta .cta-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}
.cta .cta-icon span {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 40px;
  background-color: #8bad71;
  background-position: 9px 9px;
  background-repeat: no-repeat;
}

.cta #event-back-button-search, .cta #event-back-button-search-mobile, .cta #member-back-button-search {
  padding: 15px 25px;
  display: inline-block;
  width: auto;
  margin-top: 0;
}

.cta #event-back-button-search {
  text-align: right;
}

.cta #member-back-button-search {
  float: right;
  margin: 1.25em 0 1.25em 1.25em;
}

.cta #event-back-button-search-mobile {
  display: none;
}

@media only screen and (max-width: 48em) {
  .cta #event-back-button-search-mobile {
    display: inline-block;
  }
}
li:nth-child(1) .cta .cta-icon span {
  background-color: #4b7d7a;
}
li:nth-child(2) .cta .cta-icon span {
  background-color: #8bad71;
}
li:nth-child(3) .cta .cta-icon span {
  background-color: #b64e9f;
}
li:nth-child(4) .cta .cta-icon span {
  background-color: #d2c93e;
}
li:nth-child(5) .cta .cta-icon span {
  background-color: #df734d;
}
li:nth-child(6) .cta .cta-icon span {
  background-color: #e0578b;
}

ul.cta-block {
  margin: 30px 0;
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
  float: none;
  overflow: visible;
}
ul.cta-block li {
  background: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
ul.cta-block li .cta {
  position: relative;
}
ul.cta-block li .cta.image-left a, ul.cta-block li .cta.image-left div {
  padding-left: 102px;
  min-height: 106px;
}
ul.cta-block li .cta.image-left figure {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0;
  width: auto;
  max-width: 72px;
}
ul.cta-block li .cta.image-left figure img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
ul.cta-block.aligned a {
  -webkit-transition: all 0.15s linear, min-height 0.3s ease;
  -moz-transition: all 0.15s linear, min-height 0.3s ease;
  transition: all 0.15s linear, min-height 0.3s ease;
  overflow: hidden;
}
@media only screen and (max-width: 30em) {
  ul.cta-block.aligned a {
    min-height: inherit !important;
  }
}
ul.cta-block.aligned .btn {
  bottom: 15px;
  left: 15px;
  width: 100%;
}
ul.cta-block.aligned.no-btns a {
  padding-bottom: 25px;
}

#flickr-gallery {
  overflow: visible;
  width: 100%;
  display: block;
}
#flickr-gallery .item {
  width: 25%;
  padding: 0 15px 15px 0;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 48em) {
  #flickr-gallery .item {
    width: 50%;
  }
}
@media only screen and (max-width: 30em) {
  #flickr-gallery .item {
    width: 100%;
    padding: 0 0 15px;
  }
}
#flickr-gallery .item img {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#flickr-gallery .item a:hover img {
  -webkit-box-shadow: 0 0 0 3px #ccc, 0 0 5px #999;
  -moz-box-shadow: 0 0 0 3px #ccc, 0 0 5px #999;
  box-shadow: 0 0 0 3px #ccc, 0 0 5px #999;
}

@media only screen and (max-width: 64em) {
  .mfp-arrow {
    display: none !important;
  }
}

p.more {
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
p.more a {
  display: inline-block;
  text-decoration: none;
}
p.more a:after {
  font-family: 'FontAwesome';
  content: '\f04b';
  padding-left: 8px;
  font-size: 0.7em;
  position: relative;
  top: -1px;
}
p.more a:hover {
  text-decoration: none;
}

p.search-term {
  position: absolute;
  margin-top: -140px;
}

.search-results.top-pagination {
  margin-top: 70px;
}

.cta-block + p.more {
  margin-top: -20px;
}

figure.banner-img {
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
  float: none;
  margin: 0 0 40px;
}

figcaption {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 10px 0 0 0;
  width: auto;
  display: block;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
  text-align: left;
  max-width: 300px;
}
.alignright figcaption {
  text-align: left;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 300px;
}
.alignleft figcaption {
  text-align: left;
}

.aligncenter {
  margin: 0 auto 0 auto;
  text-align: left;
}
.aligncenter figcaption {
  text-align: center;
}
.aligncenter img {
  margin: 0 auto 0 auto;
  display: block;
}

@media only screen and (max-width: 30em) {
  .alignleft,
  .alignright,
  .aligncenter {
    float: none;
    width: 100%;
    clear: both;
    margin: 0 0 20px;
    max-width: 100%;
  }
  .alignleft img,
  .alignright img,
  .aligncenter img {
    width: auto;
    display: inline-block;
  }
  .alignleft figcaption,
  .alignright figcaption,
  .aligncenter figcaption {
    text-align: center;
  }
}

.hardwareAcc {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}

ul.listing {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.listing li {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  margin: 0 0 30px;
  position: relative;
}
ul.listing li a {
  text-decoration: none;
}
ul.listing li h3, ul.listing li p {
  margin: 0 0 10px;
}
ul.listing li h3 em.fa {
  position: relative;
  top: -1px;
  left: 1px;
  font-size: 14px;
  margin-right: 5px;
}
ul.listing li.has-image {
  padding-right: 190px;
  min-height: 100px;
}
ul.listing li.has-image img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 160px;
  max-height: 100px;
}
@media only screen and (max-width: 48em) {
  ul.listing li.has-image {
    padding-right: 0;
  }
  ul.listing li.has-image img {
    max-width: 100px;
    position: relative;
    float: right;
    margin: 0 0 20px 20px;
  }
}
ul.listing li.has-image.left {
  padding-right: 0;
  padding-left: 120px;
  float: none !important;
}
ul.listing li.has-image.left img {
  right: auto;
  left: 0;
  max-width: 100px;
}
@media only screen and (max-width: 48em) {
  ul.listing li.has-image.left {
    padding-left: 0;
  }
  ul.listing li.has-image.left img {
    padding-left: 0;
    max-width: 100px;
    position: static;
    float: left;
    margin: 0 20px 20px 0;
  }
}
ul.listing li p.tags {
  font-size: 13x;
  font-size: 1.3rem;
}

ul.funded li {
  background: none;
  margin: 0 20px 0 0;
  padding: 0;
  display: inline-block;
  max-width: 100px;
}

.filter {
  padding-bottom: 10px;
}
.filter label,
.filter select {
  display: block;
  width: auto;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.filter label {
  font-weight: 700;
  margin: 0 0 10px;
}
.filter select {
  margin: 0 0 0 20px;
}
.filter .selectboxit-container {
  position: relative;
}
@media only screen and (max-width: 48em) {
  .filter {
    text-align: left;
  }
  .filter label,
  .filter select {
    display: block;
    clear: both;
    width: 100%;
  }
  .filter .selectboxit-container {
    top: 0;
  }
  .filter li {
    padding: 0 20px 0 0;
  }
  .filter ul.search li {
    height: auto;
  }
}
@media only screen and (min-width: 48.063em) and (max-width: 64em) {
  .filter .selectboxit-container .selectboxit {
    width: 200px;
  }
}
@media only screen and (max-width: 30em) {
  .filter li {
    display: block;
    clear: both;
    width: 100% !important;
  }
  .filter ul.search li {
    height: auto;
  }
  .filter .selectboxit-container,
  .filter .selectboxit-container .selectboxit {
    width: 100%;
  }
}

.paging {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  display: block;
  clear: both;
  margin: 0 0 40px;
}
.paging.no-margin {
  margin: 0;
}
.paging ul {
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  overflow: visible;
  margin: 0 0 0;
  text-align: center;
}
.paging ul li {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  display: inline-block;
  position: relative;
  top: -2px;
  z-index: 1;
  margin: 0 -0.55em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.paging ul li a {
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  border-top: 2px solid transparent;
  color: black;
}
@media only screen and (max-width: 48em) {
  .paging ul li a {
    padding: 15px 10px;
  }
}
.paging ul li a em.fa {
  font-size: 0.8em;
  color: #ccc;
  margin: 5px 3px;
  position: relative;
  top: -0.12em;
}
.paging ul li a:hover {
  color: #676dba;
  border-color: #676dba;
}
.paging ul li.current a {
  color: #676dba;
  border-color: #676dba;
}
.paging ul li.disabled a {
  opacity: 0.7 !important;
  cursor: default;
  color: #999 !important;
  border-color: transparent !important;
}

.tabs {
  margin: 0 0 40px;
  padding: 0;
  border-bottom: 2px solid #ccc;
  height: 48px;
  position: relative;
}
.tabs .btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.tabs .btn a {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  width: 100%;
  text-align: left;
}
.tabs .btn a em {
  margin: 1px 10px 0 0;
  font-size: 18px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 48em) {
  .tabs .btn {
    width: 100%;
    margin: 10px 0 0;
    position: static;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #ccc;
  }
  .tabs .btn a {
    display: inline-block;
    float: none;
    width: auto;
  }
}
.tabs ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
  float: none;
  position: relative;
  top: 0;
  height: 48px;
}
.tabs ul li {
  float: left;
  color: #222;
  margin: 0 0.5% 0 0;
  padding: 0;
  background: none;
  overflow: hidden;
  z-index: 1;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  height: 46px;
  width: 24%;
}
.tabs ul li a {
  color: #fff;
  background: #838383;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  height: 46px;
  line-height: 45px;
  padding: 0 20px;
  display: block;
  border: 2px solid #838383;
  border-bottom: none;
}
.tabs ul li a:hover, .tabs ul li a:focus {
  background: #666;
  border-color: #666;
}
.tabs ul li.current {
  height: 48px;
}
.tabs ul li.current a {
  height: 48px;
  line-height: 48px;
  background: #f1f1f1;
  border-color: #ccc;
  border-bottom-color: #f1f1f1;
  color: #444;
}
@media only screen and (min-width: 48.063em) and (max-width: 64em) {
  .tabs ul {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .tabs ul a {
    padding: 0 14px;
  }
}
@media only screen and (max-width: 48em) {
  .tabs {
    height: auto;
    border: none;
    margin: 0 0 30px;
  }
  .tabs ul {
    height: auto;
  }
  .tabs ul li {
    width: 100%;
    margin: 0 0 10px;
    float: none;
    height: auto;
  }
  .tabs ul li a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .tabs ul li.current a {
    background: #585858;
    border-color: #585858;
    color: #fff;
  }
}

.btn,
input[type=submit],
button,
.cta .btn {
  width: auto;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1em;
  font-weight: 700;
  display: inline-block;
  border: none;
  margin: 0;
  -webkit-appearance: none;
  text-transform: uppercase;
}

.btn.rss {
  position: absolute;
  right: 20px;
  top: 6px;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
.btn.rss a {
  padding: 0 !important;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
}

.btn-wrap {
  display: block;
  clear: both;
  width: 100%;
  padding: 20px 0;
}

.btn-wrap.center {
  text-align: center;
}

.btn a,
input[type=submit],
button,
.cta .btn,
.cta button {
  display: inline-block;
  background: #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  padding: 7px 12px;
  line-height: normal;
  height: auto;
  color: #fff;
  text-align: left;
  text-decoration: none !important;
  -webkit-appearance: none;
}

button,
input[type=submit] {
  height: 40px;
  line-height: 35px;
  padding: 0 24px;
}

.cta .btn {
  width: 100%;
  display: block;
  margin-top: 15px;
}

.btn a:focus,
.btn a:hover,
input[type=submit]:focus,
input[type=submit]:hover,
button:focus,
button:hover,
.cta:focus .btn,
.cta:hover .btn {
  color: #fff;
  background: #666;
  text-decoration: none;
}

.btn a:active,
input[type=submit]:active,
button:active,
.cta:active .btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  color: #fff;
  background: #333;
  text-decoration: none;
}

.form h2 {
  margin-bottom: 10px;
}
.form hr {
  margin: 35px 0;
}
.form input[type=submit] {
  margin-top: 25px;
}
.form .hidden {
  display: none;
}
.form .FormButton {
  margin-top: 30px;
}

input[type=submit] {
  float: right;
}

label {
  font-weight: 700;
  display: inline-block;
  margin: 15px 0 0px;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
}
label span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  opacity: 0.7;
  font-weight: 400;
  line-height: 1.25em;
  font-style: italic;
  margin: 2px 0 5px;
}

label {
  margin: 15px 0 5px;
}

.password-strength-hint,
.hint,
.editing-form-value-cell label {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  opacity: 0.7;
  font-weight: 400;
  line-height: 1.25em;
  font-style: italic;
  margin: 5px 0 0;
}

.password-strength-hint {
  display: inline-block;
}

.calendar-action.form-control-text {
  display: none;
}

.CalendarTextBox.hasDatepicker {
  width: 60%;
  margin-right: 15px;
}

.datetime-ui-datepicker .action-buttons {
  padding: 5px 0 10px;
  text-align: center;
}
.datetime-ui-datepicker .action-buttons button {
  margin-right: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 20px;
  display: inline-block;
}

input,
textarea,
select {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  height: auto;
  line-height: 1.2;
  border: 1px solid transparent;
  padding: 10px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

textarea {
  height: auto;
}

select {
  padding: 4px;
  border: 1px solid #fff;
}

input.error,
textarea.error {
  border-color: #c13636 !important;
}

.err-msg,
.EditingFormErrorLabel,
.EditingFormError,
.form-control-error,
.ErrorLabel,
.success-msg,
#p_lt_ctl03_pageplaceholder_p_lt_ctl00_EditMyProfile_myProfile_editProfileForm_pM_pMP,
.infoLabel {
  color: #c13636;
  background: #fae1e1;
  padding: 5px;
  display: inline-block;
  clear: both;
  margin: 10px 0 0;
  line-height: 1;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}

.ErrorLabel, .EditingFormErrorLabel, .EditingFormError {
  margin-bottom: 25px;
}

.err-msg ul li {
  color: #c13636;
  margin: 0;
  background: url(../../img/ico-bullet-error.png) no-repeat 0 0.6em;
  font-size: 13px;
  font-size: 1.3rem;
}

.success-msg,
.infoLabel,
#p_lt_ctl03_pageplaceholder_p_lt_ctl00_EditMyProfile_myProfile_editProfileForm_pM_pMP {
  color: #3f8e41;
  background-color: #d1e4d2;
  position: relative;
  top: -5px;
}

input:focus,
textarea:focus {
  border-color: #ccc;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type=radio],
input[type=checkbox] {
  width: auto;
  border: 1px solid #ccc;
  background: #fff;
}

.form-checkbox,
.form-radio {
  overflow: hidden;
  margin: 10px 0;
   /*
&.float{
	   width: 48.5%;
	   display: inline-block;
	   vertical-align: top;
   }
*/
}
.form-checkbox input,
.form-radio input {
  position: absolute;
  /* Match the image dimensions */
  width: 1px;
  height: 1px;
  /* Reset anything that could peek out or interfere with dimensions */
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
}
.form-checkbox label,
.form-radio label {
  cursor: pointer;
  min-height: 24px;
  padding: 3px 5% 0 30px;
  margin: 6px 0 0 0;
  font-weight: 400;
  background: url(../../img/bkg-ckbox_off.png) no-repeat 2px 3px;
  font-size: 14px;
  font-size: 1.4rem;
  z-index: 1;
}
.form-checkbox label:hover,
.form-radio label:hover {
  color: #333;
}
.form-checkbox input:checked + label,
.form-radio input:checked + label {
  background-image: url(../../img/bkg-ckbox_on.png);
}

.form-checkbox input:focus + label,
.form-radio input:focus + label
.form-checkbox label:hover,
.form-radio label:hover {
  color: #111;
}

.form-radio label {
  background: url(../../img/bkg-radio_off.png) no-repeat 1px 3px;
}
.form-radio input:checked + label {
  background-image: url(../../img/bkg-radio_on.png);
}

/* SEM Pages */
@media only screen and (min-width: 48.063em) {
  .sem .site-header {
    height: 138px;
  }
}
@media only screen and (min-width: 48.063em) {
  .sem #page-content {
    padding-top: 190px;
    padding-bottom: 70px;
  }
}
.sem .site-footer .footer-btm {
  border-top: none;
}
.sem .site-footer .footer-btm .columns {
  padding-top: 3px;
}
.sem .site-footer .footer-btm .columns p {
  margin: 0;
}
@media only screen and (max-width: 48em) {
  .sem .site-footer .footer-btm .columns p {
    text-align: center;
    margin: 10px 0 20px;
  }
}
.sem .site-footer .footer-btm .columns ul {
  margin-top: -1px;
}
.sem .cta label {
  margin: 20px 0 5px;
}
.sem .cta input[type=text],
.sem .cta input[type=number],
.sem .cta input[type=email],
.sem .cta textarea {
  background: #efefef;
  border: 1px solid #ccc;
}
.sem .cta input[type=submit] {
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
}

/* Touch-up SEM CTA Form */
.SEM .cta label, .sem .cta label {
  margin: 20px 0 5px;
}
.SEM .cta .EditingFormTable .selectboxit, .SEM .cta input[type="text"],
.SEM .cta input[type="number"], .SEM .cta input[type="email"], .SEM .cta textarea, .sem .cta .EditingFormTable .selectboxit, .sem .cta input[type="text"],
.sem .cta input[type="number"], .sem .cta input[type="email"], .sem .cta textarea {
  background: #efefef;
  border: 1px solid #ccc;
}
.SEM .cta input[type="submit"], .sem .cta input[type="submit"] {
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
  height: 40px;
  line-height: 20px;
}
.SEM .cta .EditingFormTable, .sem .cta .EditingFormTable {
  display: block !important;
  width: 100%;
}
.SEM .cta .EditingFormTable tbody, .SEM .cta .EditingFormTable tr, .SEM .cta .EditingFormTable td, .sem .cta .EditingFormTable tbody, .sem .cta .EditingFormTable tr, .sem .cta .EditingFormTable td {
  display: block !important;
  width: 100%;
}
.SEM .cta .EditingFormTable .selectboxit-container, .SEM .cta .EditingFormTable .selectboxit, .sem .cta .EditingFormTable .selectboxit-container, .sem .cta .EditingFormTable .selectboxit {
  width: 100%;
}
.SEM .cta .EditingFormTable .selectboxit-option-anchor, .sem .cta .EditingFormTable .selectboxit-option-anchor {
  margin: 0;
}
.SEM .cta .EditingFormTable .EditingFormValueCell .radio.radio-list-vertical input, .SEM .cta .EditingFormTable .EditingFormValueCell .radio.radio-list-vertical label,
.SEM .cta .EditingFormTable .EditingFormValueCell .CheckBoxField input, .SEM .cta .EditingFormTable .EditingFormValueCell .CheckBoxField label, .sem .cta .EditingFormTable .EditingFormValueCell .radio.radio-list-vertical input, .sem .cta .EditingFormTable .EditingFormValueCell .radio.radio-list-vertical label,
.sem .cta .EditingFormTable .EditingFormValueCell .CheckBoxField input, .sem .cta .EditingFormTable .EditingFormValueCell .CheckBoxField label {
  vertical-align: middle;
  float: left;
  margin: 0.35rem 0;
}
.SEM .cta .EditingFormTable .EditingFormValueCell .radio.radio-list-vertical input, .SEM .cta .EditingFormTable .EditingFormValueCell .CheckBoxField input, .sem .cta .EditingFormTable .EditingFormValueCell .radio.radio-list-vertical input, .sem .cta .EditingFormTable .EditingFormValueCell .CheckBoxField input {
  margin-top: 0.7rem;
  border: none;
  box-shadow: none;
}
.SEM .cta .EditingFormTable .EditingFormValueCell .radio.radio-list-vertical input, .sem .cta .EditingFormTable .EditingFormValueCell .radio.radio-list-vertical input {
  -webkit-appearance: radio;
}
.SEM .cta .EditingFormTable .EditingFormValueCell .CheckBoxField input, .sem .cta .EditingFormTable .EditingFormValueCell .CheckBoxField input {
  margin-top: 0.1rem;
  -webkit-appearance: checkbox;
}
.SEM .cta .EditingFormTable .EditingFormValueCell .radio.radio-list-vertical label, .SEM .cta .EditingFormTable .EditingFormValueCell .CheckBoxField label, .sem .cta .EditingFormTable .EditingFormValueCell .radio.radio-list-vertical label, .sem .cta .EditingFormTable .EditingFormValueCell .CheckBoxField label {
  width: auto;
  padding-left: 0.75rem;
  font-weight: normal;
}
.SEM .cta .EditingFormTable .EditingFormValueCell .radio.radio-list-vertical br, .sem .cta .EditingFormTable .EditingFormValueCell .radio.radio-list-vertical br {
  width: 100%;
  display: block;
  clear: both;
}
.SEM .cta .EditingFormTable #CheckBoxControl .EditingFormValueCell, .sem .cta .EditingFormTable #CheckBoxControl .EditingFormValueCell {
  position: relative;
}
.SEM .cta .EditingFormTable #CheckBoxControl .checkbox, .sem .cta .EditingFormTable #CheckBoxControl .checkbox {
  position: absolute;
  top: 2px;
  left: 0;
}
.SEM .cta .EditingFormTable #CheckBoxControl .ExplanationText, .sem .cta .EditingFormTable #CheckBoxControl .ExplanationText {
  position: relative;
  left: 20px;
  width: auto;
}

/* SEM Form IE9/IE8 Fixes */
.no-csstransitions .SEM .cta {
  min-width: 225px;
}
.no-csstransitions .SEM .cta .EditingFormTable td {
  width: auto;
  display: table-cell !important;
  padding: 5px 0;
}
.no-csstransitions .SEM .cta .EditingFormTable td label {
  margin: 0;
  font-size: 90%;
  line-height: 1.3;
}
.no-csstransitions .SEM .cta .EditingFormTable td input[type="text"], .no-csstransitions .SEM .cta .EditingFormTable td input[type="email"] {
  font-size: 95%;
  padding: 6px 4px;
}
.no-csstransitions .SEM .cta .EditingFormTable .EditingFormValueCell .radio-list-vertical.radio label {
  padding-top: 2px;
}
.no-csstransitions .SEM .cta .EditingFormTable .EditingFormValueCell .ExplanationText {
  padding: 0;
  font-size: 85%;
  line-height: 1.2;
}
.no-csstransitions .SEM .cta .EditingFormTable .EditingFormValueCell .CheckBoxField input {
  margin-top: 1rem;
}

/*-----------------------------------------------------------------------------------
// - Footer
-----------------------------------------------------------------------------------*/
.site-footer {
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
  float: none;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 48em) {
  .site-footer {
    padding: 0 1.5em;
  }
}
.site-footer h3 {
  margin: 0 0 10px;
}
.site-footer p, .site-footer li {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 5px;
}
.site-footer p.more, .site-footer li.more {
  font-size: 13px;
  font-size: 1.3rem;
}
.site-footer ul {
  margin: 0;
  padding: 0;
}
.site-footer ul li {
  background: none;
}
.site-footer .footer-top,
.site-footer .footer-btm {
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
  float: none;
  width: 100%;
  padding: 50px 0;
}
@media only screen and (max-width: 48em) {
  .site-footer .footer-top,
  .site-footer .footer-btm {
    padding: 0;
  }
}
@media only screen and (max-width: 48em) {
  .site-footer .footer-top .columns {
    padding: 40px 0;
    border-top: 2px solid #ccc;
  }
  .site-footer .footer-top .columns.small-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-footer .footer-top .columns.small-6 h4 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 48.063em) {
  .site-footer .footer-top .columns {
    padding-top: 0 !important;
  }
}
.site-footer .footer-top ul {
  padding: 10px 6px;
}
.site-footer .footer-top ul li {
  background: none;
  padding: 0 0 0 16px;
  position: relative;
  margin: 0;
}
.site-footer .footer-top ul li:before {
  font-family: 'FontAwesome';
  content: '\f04b';
  position: absolute;
  left: 2px;
  top: 0;
  color: #ccc;
  font-size: 0.6em;
}
.site-footer .footer-top ul.slides li:before {
  content: '';
}
.site-footer .footer-top ul.slides li img {
  width: auto;
  max-width: 100%;
}
.site-footer .flexslider-wrap {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 32px 0 0;
  position: relative;
  /* Control Nav */
}
.site-footer .flexslider-wrap .flexslider ul {
  padding: 0;
  margin: 0;
}
.site-footer .flexslider-wrap .flexslider ul li {
  padding: 0;
}
.site-footer .flexslider-wrap .flexslider ul li :before {
  content: '';
  display: none;
}
.site-footer .flexslider-wrap .flex-control-nav {
  position: absolute;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  top: 0;
  left: 16px;
  overflow: hidden;
}
.site-footer .flexslider-wrap .flex-control-nav li {
  margin: 0 3px;
  zoom: 1;
  *display: inline;
  padding: 0;
  display: inline-block;
  height: 10px;
  line-height: 10px;
  width: 10px;
  padding: 0;
}
.site-footer .flexslider-wrap .flex-control-nav li a {
  text-decoration: none;
  display: block;
  padding: 0;
  width: 100%;
  height: 10px;
  line-height: 10px;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  color: black;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ccc;
}
.site-footer .flexslider-wrap .flex-control-nav li a:hover {
  background: #666;
}
.site-footer .flexslider-wrap .flex-control-nav li a.flex-active {
  background: #333;
}
.site-footer .flexslider-wrap .flex-pauseplay {
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
}
.site-footer .flexslider-wrap .flex-pauseplay a {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  font-size: 11px;
}
.site-footer .flexslider-wrap .flex-pauseplay a.flex-pause:before {
  font-family: 'FontAwesome';
  content: '\f04c';
  position: absolute;
  left: 2px;
  top: 0;
  color: #ccc;
  text-indent: 0;
}
.site-footer .flexslider-wrap .flex-pauseplay a.flex-play:before {
  font-family: 'FontAwesome';
  content: '\f04b';
  position: absolute;
  left: 2px;
  top: 0;
  color: #ccc;
  text-indent: 0;
}
.site-footer .flexslider-wrap .flex-pauseplay a:hover:before {
  color: #666;
}
.site-footer .footer-btm {
  padding: 15px 0;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 48em) {
  .site-footer .footer-btm {
    border-top: 2px solid #cccccc;
  }
}
.site-footer .footer-cta .inner a {
  font-weight: 400;
  margin: 0;
  border: 2px solid #efefef;
  padding: 14px 10px 10px;
  text-align: center;
}
.site-footer .footer-cta .inner h4 {
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
  font-style: normal;
  text-align: left;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.site-footer .footer-cta .inner img {
  max-width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 30em) {
  .site-footer .footer-text-cta {
    width: 100%;
    display: block;
    padding: 0 0 15px;
  }
}
.site-footer a {
  color: black;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .nav {
  text-align: right;
  padding-top: 3px;
}
.site-footer .nav li {
  display: inline-block;
  background: none;
  padding: 0 0 0 15px;
  margin: 0 0 0 10px;
  line-height: 20px;
  height: 20px;
  position: relative;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.site-footer .nav li:before {
  position: absolute;
  left: -2px;
  content: '|';
  color: #ccc;
}
.site-footer .nav li:first-child:before {
  content: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 48em) {
  .site-footer .follow,
  .site-footer .nav {
    text-align: center;
    position: static;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 48em) {
  .site-footer .nav li {
    padding: 0 10px;
    margin: 0;
  }
}
@media only screen and (max-width: 30em) {
  .site-footer .nav li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.site-footer .nav.utility-nav-footer {
  display: block;
  padding: 40px 0;
}
@media only screen and (min-width: 48.063em) {
  .site-footer .nav.utility-nav-footer {
    display: none;
  }
}

.EditMode .site-header + .site-footer {
  padding-top: 500px;
}

/* --------------------------------------------------------------------------- */
/* - MISC */
/* --------------------------------------------------------------------------- */
.pointer {
  cursor: pointer;
}

.help {
  cursor: help;
}

.disabled {
  cursor: default !important;
}

.spacer {
  height: 20px;
  clear: both;
  display: block;
}
.spacer.large {
  height: 60px;
}

.required {
  color: #f00;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clear {
  clear: both;
  height: auto;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.padding-top {
  padding-top: 20px;
}

hr {
  height: 1;
  background: none;
  overflow: hidden;
  border: none;
  border-top: 2px solid #ccc;
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
  float: none;
  margin: 50px 0;
  background: none;
}
@media only screen and (max-width: 48em) {
  hr {
    margin: 25px 0;
  }
}

.text-right, .text-right * {
  text-align: right;
}
@media only screen and (max-width: 48em) {
  .text-right, .text-right * {
    text-align: left;
  }
}

.entry-content table {
  width: 100% !important;
  margin: 20px 0 40px;
  padding: 1px;
  border-collapse: collapse;
  border: 1px solid #ccc !important;
  display: table;
}
.entry-content table tr {
  background: #fff;
}
.entry-content table tr:nth-child(odd) {
  background: #f6f6f6;
}
@media only screen and (max-width: 48em) {
  .entry-content table tr:first-child td:first-child {
    border-top: none;
  }
  .entry-content table tr td:first-child {
    border-top: 1px solid #ccc;
  }
}
.entry-content table td {
  padding: 10px;
  width: 25% !important;
  border: 1px solid #ccc;
  border-right: none;
  border-top: none;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 48em) {
  .entry-content table td {
    width: 100% !important;
    display: block;
    float: left;
    border: none;
  }
}
.entry-content table td p,
.entry-content table td h4,
.entry-content table td ul {
  margin: 0;
}

.form table tr {
  background: none !important;
}
.form table tr:nth-child(odd) {
  background: none;
}
.form table td {
  border: none;
  padding: 0;
}
.form table .LogonDialog td {
  padding-bottom: 10px;
}
.form.logon input {
  margin-bottom: 10px;
}
.form.logon .form-checkbox {
  margin: 0;
}

/* Responsive Videos */
iframe {
  margin: 0 0 20px;
  width: 100%;
}

#video-wrapper {
  width: 100%;
  display: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 20px;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  transform: inherit;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

/* Mobile Nav */
/* Flexpanel */
.flex-btn {
  display: none;
}
.flex-btn a {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.flex-btn a span {
  background: #fff;
}
@media only screen and (max-width: 48em) {
  .flex-btn {
    display: block;
  }
}

.flexpanel-active .flex-btn span,
.flexpanel-active .flex-btn:active span,
.flex-btn:hover span {
  background: #fff;
}

body.flexpanel-reveal.flexpanel-right .flex-btn {
  margin-right: 0;
}

.flexpanel ul.search {
  position: static;
}
.flexpanel ul.search li {
  margin: 0 !important;
  height: auto !important;
}
.flexpanel ul.search li input {
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.6rem;
}
.flexpanel ul.search li input[type=submit] {
  width: 40px;
  background-color: #bab466;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.flexpanel ul.search li input[type=submit]:hover, .flexpanel ul.search li input[type=submit]:focus {
  background-color: #a29d55;
}
.flexpanel .search-wrap {
  padding: 9% 0;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #333;
  border-top-color: rgba(0, 0, 0, 0.1);
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 * http://gregfranko.com/jquery.selectBoxIt.js/
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: black;
}

/* Button */
.selectboxit-container .selectboxit {
  width: auto;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  border: 1px solid transparent;
  overflow: hidden;
  display: block;
  position: relative;
  width: 260px;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 34px;
  /* Height of the drop down */
  line-height: 34px;
  /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-color: #ccc;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  padding-right: 30px;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 99;
  border-radius: 4px;
  text-align: left;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  max-height: 260px;
}

.selectboxit-container .selectboxit-options li {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  border-top: 1px solid #efefef;
}
.selectboxit-container .selectboxit-options li:first-child {
  border: none;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 31px;
  height: 35px;
  position: absolute;
  right: 0;
  background: #396e8e url(../../img/bkg-select.png) no-repeat center center;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: none;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #fff;
  border: 1px solid #efefef;
  height: 35px;
  line-height: 35px;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  border-color: #fff;
}

.selectboxit-btn.selectboxit-enabled:hover .selectboxit-arrow-container {
  background-color: #2e5872;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

.selectboxit-list .selectboxit-option-anchor {
  color: black;
  text-decoration: none !important;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #fff;
  background-color: #666;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default
*********************************/
.flexslider {
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

@media only screen and (max-width: 48em) {
  .entry-content .flexslider-wrap {
    padding: 10px;
  }
}

.flexslider-wrap {
  padding: 15px 15px 0;
  margin: 0 0 70px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: visible;
  position: relative;
}
.flexslider-wrap .flexslider li {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  background: none;
}
.flexslider-wrap .flexslider li img {
  margin: 0;
}
.flexslider-wrap .flexslider li .caption {
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
  float: none;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  max-width: 100%;
  background: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
.flexslider-wrap:hover .flex-direction-nav li a {
  opacity: 0.8;
}

/* Control Nav */
.site-footer .flex-control-nav {
  text-align: left;
}

.flex-control-nav {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 1;
  text-align: center;
  width: 100%;
}
.flex-control-nav li {
  margin: 0 3px !important;
  zoom: 1;
  *display: inline;
  padding: 0;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  width: 16px;
}
.flex-control-nav li:before {
  content: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.flex-control-nav li a {
  text-decoration: none;
  display: block;
  padding: 0;
  height: 16px;
  line-height: 16px;
  width: 16px;
  color: black;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #ccc;
}
.flex-control-nav li a:hover {
  background: #666;
}
.flex-control-nav li a.flex-active {
  background: #333;
}
@media only screen and (max-width: 48em) {
  .flex-control-nav li {
    width: 13px;
    height: 13px;
  }
  .flex-control-nav li a {
    width: 13px;
    height: 13px;
  }
}

/* Directional Nav */
@media only screen and (max-width: 48em) {
  .flex-direction-nav {
    display: none;
  }
}
.flex-direction-nav li {
  width: 100%;
  padding: 0;
  margin: 0;
  background: none;
}
.flex-direction-nav li a {
  position: absolute;
  top: 40%;
  top: calc(50% - 40px);
  right: 15px;
  height: 60px;
  width: 40px;
  background: white url(../../img/direction-arrows.png) no-repeat left top;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.flex-direction-nav li a:hover {
  background-position: right top;
  opacity: 1 !important;
}
.flex-direction-nav li a.flex-prev {
  right: auto;
  left: 15px;
  background-position: left bottom;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.flex-direction-nav li a.flex-prev:hover {
  background-position: right bottom;
}

/*
 * Magnific Popup
 * http://dimsemenov.com/plugins/magnific-popup/
 *
 * Magnific Popup CSS
 */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container * :hover {
  background: none !important;
  -webkit-border-radius: none !important;
  -moz-border-radius: none !important;
  border-radius: none !important;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none !important;
  -moz-border-radius: none !important;
  border-radius: none !important;
}

button.mfp-arrow:hover {
  background: none !important;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 60px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

#recaptcha_area {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  width: auto;
  display: inline-block;
}
#recaptcha_area table {
  border: none !important;
  width: 100px !important;
}
#recaptcha_area #recaptcha_image {
  width: auto !important;
  height: auto !important;
}
#recaptcha_area #recaptcha_response_field {
  border: 1px solid #dfdfdf !important;
  padding: 5px !important;
}
#recaptcha_area td {
  padding: 0 !important;
}
#recaptcha_area td.recaptcha_image_cell {
  padding: 5px !important;
}
@media only screen and (min-width: 48.063em) and (max-width: 64em) {
  #recaptcha_area td {
    display: table-cell;
    width: auto;
    float: none;
  }
}
@media only screen and (max-width: 48em) {
  #recaptcha_area td {
    display: table-cell;
    width: auto;
    float: none;
  }
}

.img-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* NAN map */
.map-sidebar .search button[type=button] {
  height: 38px;
  width: 38px;
  overflow: hidden;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background: #8a3882 url(../../img/ico-search.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -99999px;
  margin: 0;
  padding: 0;
}
.map-sidebar .search button[type=button]:focus {
  border: 1px solid #147aa5;
}

.map-sidebar .search button[type=button]:hover {
  background-color: #2e5872;
}

.map-sidebar .search button[type=button]:active {
  background-color: #213f52;
}

.map-sidebar .search button[type=button].clear {
  right: 32px;
  background: url(../../img/ico-clear.png) no-repeat center center;
}

.map-sidebar .search button[type=button].clear:focus, .map-sidebar .search button[type=button].clear:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.map-sidebar .form-checkbox {
  margin: 0 0 14px;
}

.map-sidebar .form-checkbox label {
  margin: 0;
}

.map-sidebar .form-wrap button {
  margin-left: 15px;
}

.angular-google-map-container {
  height: 700px;
  width: 100%;
}
.angular-google-map-container .info-window {
  background: #ffffff;
  cursor: default;
  clear: both;
  position: relative;
  padding: 8px;
  max-width: 365px;
  height: 250px;
  max-height: 250px;
  /*+ div {
    display:none;
    width:0 !important;
  }*/
}
.angular-google-map-container .info-window .info-window-content {
  max-height: 204px;
  overflow: auto;
  padding: 0px 10px 10px 10px;
  margin-top: 15px;
}
.angular-google-map-container .info-window:after {
  content: "";
  position: absolute;
  bottom: -15px;
  /* value = - border-top-width - border-bottom-width */
  left: 50px;
  /* controls horizontal position */
  border-width: 15px 15px 0;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #ffffff transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.angular-google-map-container .info-window hr {
  margin: 20px 0;
}
.angular-google-map-container .info-window .wrap {
  position: relative;
}
.angular-google-map-container .info-window .wrap.has-image div.details {
  clear: left;
  margin-top: 1.5em;
}
.angular-google-map-container .info-window .wrap.has-image img {
  max-width: 70px !important;
  float: right;
}
.angular-google-map-container .info-window p {
  margin: 0 0 .63em;
}
.angular-google-map-container .info-window p a {
  line-height: 2em;
  margin-right: 1em;
}
.angular-google-map-container .info-window h3 {
  color: #b64e9f;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.angular-google-map-container .info-window a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

/* Constant Contact Forms*/
.ctct-embed-signup #success-message {
  padding: 5px 0;
}
.ctct-embed-signup .ctct-button {
  margin: 15px 0 20px;
}
