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

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

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 30em)/";
  width: 20em;
}

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #485156;
  cursor: auto;
  font-family: "proxima-nova", "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

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,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

.accordion {
  margin-bottom: 0;
  margin-left: 0;
}

.accordion:before, .accordion:after {
  content: " ";
  display: table;
}

.accordion:after {
  clear: both;
}

.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e8e8e8;
  color: #222222;
}

.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  display: block;
  font-family: "proxima-nova", "Montserrat", sans-serif;
  font-size: 1rem;
  padding: 1rem;
}

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e3e3e3;
}

.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}

.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  background: #FFFFFF;
  display: block;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: 300;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #485156;
  border-color: #3e464a;
  color: #FFFFFF;
}

.alert-box .close {
  right: 0.25rem;
  background: inherit;
  color: #333333;
  font-size: 1.375rem;
  line-height: .9;
  margin-top: -0.6875rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}

.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

.alert-box.radius {
  border-radius: 3px;
}

.alert-box.round {
  border-radius: 1000px;
}

.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}

.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}

.alert-box.secondary {
  background-color: #e6e6e6;
  border-color: #c6c6c6;
  color: #4e4e4e;
}

.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF;
}

.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4e4e4e;
}

.alert-box.alert-close {
  opacity: 0;
}

button, .button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Merriweather", serif;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #485156;
  border-color: #666666;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, input[type="submit"]:hover, .button:focus, input[type="submit"]:focus {
  background-color: #666666;
}

button:hover, button:focus, .button:hover, input[type="submit"]:hover, .button:focus, input[type="submit"]:focus {
  color: #FFFFFF;
}

button.secondary, .button.secondary, input.secondary[type="submit"] {
  background-color: #e6e6e6;
  border-color: #b8b8b8;
  color: #666666;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, input.secondary[type="submit"]:hover, .button.secondary:focus, input.secondary[type="submit"]:focus {
  background-color: #b8b8b8;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, input.secondary[type="submit"]:hover, .button.secondary:focus, input.secondary[type="submit"]:focus {
  color: #666666;
}

button.success, .button.success, input.success[type="submit"] {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

button.success:hover, button.success:focus, .button.success:hover, input.success[type="submit"]:hover, .button.success:focus, input.success[type="submit"]:focus {
  background-color: #368a55;
}

button.success:hover, button.success:focus, .button.success:hover, input.success[type="submit"]:hover, .button.success:focus, input.success[type="submit"]:focus {
  color: #FFFFFF;
}

button.alert, .button.alert, input.alert[type="submit"] {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

button.alert:hover, button.alert:focus, .button.alert:hover, input.alert[type="submit"]:hover, .button.alert:focus, input.alert[type="submit"]:focus {
  background-color: #cf2a0e;
}

button.alert:hover, button.alert:focus, .button.alert:hover, input.alert[type="submit"]:hover, .button.alert:focus, input.alert[type="submit"]:focus {
  color: #FFFFFF;
}

button.warning, .button.warning, input.warning[type="submit"] {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

button.warning:hover, button.warning:focus, .button.warning:hover, input.warning[type="submit"]:hover, .button.warning:focus, input.warning[type="submit"]:focus {
  background-color: #cf6e0e;
}

button.warning:hover, button.warning:focus, .button.warning:hover, input.warning[type="submit"]:hover, .button.warning:focus, input.warning[type="submit"]:focus {
  color: #FFFFFF;
}

button.info, .button.info, input.info[type="submit"] {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #666666;
}

button.info:hover, button.info:focus, .button.info:hover, input.info[type="submit"]:hover, .button.info:focus, input.info[type="submit"]:focus {
  background-color: #61b6d9;
}

button.info:hover, button.info:focus, .button.info:hover, input.info[type="submit"]:hover, .button.info:focus, input.info[type="submit"]:focus {
  color: #FFFFFF;
}

button.large, .button.large, input.large[type="submit"] {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}

button.small, .button.small, input.small[type="submit"] {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}

button.tiny, .button.tiny, input.tiny[type="submit"] {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}

button.expand, .button.expand, input.expand[type="submit"] {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

button.left-align, .button.left-align, input.left-align[type="submit"] {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align, .button.right-align, input.right-align[type="submit"] {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius, .button.radius, input.radius[type="submit"] {
  border-radius: 3px;
}

button.round, .button.round, input.round[type="submit"] {
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, input.disabled[type="submit"], .button[disabled], input[disabled][type="submit"] {
  background-color: #485156;
  border-color: #666666;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, input.disabled[type="submit"]:hover, .button.disabled:focus, input.disabled[type="submit"]:focus, .button[disabled]:hover, input[disabled][type="submit"]:hover, .button[disabled]:focus, input[disabled][type="submit"]:focus {
  background-color: #666666;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, input.disabled[type="submit"]:hover, .button.disabled:focus, input.disabled[type="submit"]:focus, .button[disabled]:hover, input[disabled][type="submit"]:hover, .button[disabled]:focus, input[disabled][type="submit"]:focus {
  color: #FFFFFF;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, input.disabled[type="submit"]:hover, .button.disabled:focus, input.disabled[type="submit"]:focus, .button[disabled]:hover, input[disabled][type="submit"]:hover, .button[disabled]:focus, input[disabled][type="submit"]:focus {
  background-color: #485156;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, input.disabled.secondary[type="submit"], .button[disabled].secondary, input[disabled].secondary[type="submit"] {
  background-color: #e6e6e6;
  border-color: #b8b8b8;
  color: #666666;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, input.disabled.secondary[type="submit"]:hover, .button.disabled.secondary:focus, input.disabled.secondary[type="submit"]:focus, .button[disabled].secondary:hover, input[disabled].secondary[type="submit"]:hover, .button[disabled].secondary:focus, input[disabled].secondary[type="submit"]:focus {
  background-color: #b8b8b8;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, input.disabled.secondary[type="submit"]:hover, .button.disabled.secondary:focus, input.disabled.secondary[type="submit"]:focus, .button[disabled].secondary:hover, input[disabled].secondary[type="submit"]:hover, .button[disabled].secondary:focus, input[disabled].secondary[type="submit"]:focus {
  color: #666666;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, input.disabled.secondary[type="submit"]:hover, .button.disabled.secondary:focus, input.disabled.secondary[type="submit"]:focus, .button[disabled].secondary:hover, input[disabled].secondary[type="submit"]:hover, .button[disabled].secondary:focus, input[disabled].secondary[type="submit"]:focus {
  background-color: #e6e6e6;
}

button.disabled.success, button[disabled].success, .button.disabled.success, input.disabled.success[type="submit"], .button[disabled].success, input[disabled].success[type="submit"] {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, input.disabled.success[type="submit"]:hover, .button.disabled.success:focus, input.disabled.success[type="submit"]:focus, .button[disabled].success:hover, input[disabled].success[type="submit"]:hover, .button[disabled].success:focus, input[disabled].success[type="submit"]:focus {
  background-color: #368a55;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, input.disabled.success[type="submit"]:hover, .button.disabled.success:focus, input.disabled.success[type="submit"]:focus, .button[disabled].success:hover, input[disabled].success[type="submit"]:hover, .button[disabled].success:focus, input[disabled].success[type="submit"]:focus {
  color: #FFFFFF;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, input.disabled.success[type="submit"]:hover, .button.disabled.success:focus, input.disabled.success[type="submit"]:focus, .button[disabled].success:hover, input[disabled].success[type="submit"]:hover, .button[disabled].success:focus, input[disabled].success[type="submit"]:focus {
  background-color: #43AC6A;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, input.disabled.alert[type="submit"], .button[disabled].alert, input[disabled].alert[type="submit"] {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, input.disabled.alert[type="submit"]:hover, .button.disabled.alert:focus, input.disabled.alert[type="submit"]:focus, .button[disabled].alert:hover, input[disabled].alert[type="submit"]:hover, .button[disabled].alert:focus, input[disabled].alert[type="submit"]:focus {
  background-color: #cf2a0e;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, input.disabled.alert[type="submit"]:hover, .button.disabled.alert:focus, input.disabled.alert[type="submit"]:focus, .button[disabled].alert:hover, input[disabled].alert[type="submit"]:hover, .button[disabled].alert:focus, input[disabled].alert[type="submit"]:focus {
  color: #FFFFFF;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, input.disabled.alert[type="submit"]:hover, .button.disabled.alert:focus, input.disabled.alert[type="submit"]:focus, .button[disabled].alert:hover, input[disabled].alert[type="submit"]:hover, .button[disabled].alert:focus, input[disabled].alert[type="submit"]:focus {
  background-color: #f04124;
}

button.disabled.warning, button[disabled].warning, .button.disabled.warning, input.disabled.warning[type="submit"], .button[disabled].warning, input[disabled].warning[type="submit"] {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, input.disabled.warning[type="submit"]:hover, .button.disabled.warning:focus, input.disabled.warning[type="submit"]:focus, .button[disabled].warning:hover, input[disabled].warning[type="submit"]:hover, .button[disabled].warning:focus, input[disabled].warning[type="submit"]:focus {
  background-color: #cf6e0e;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, input.disabled.warning[type="submit"]:hover, .button.disabled.warning:focus, input.disabled.warning[type="submit"]:focus, .button[disabled].warning:hover, input[disabled].warning[type="submit"]:hover, .button[disabled].warning:focus, input[disabled].warning[type="submit"]:focus {
  color: #FFFFFF;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, input.disabled.warning[type="submit"]:hover, .button.disabled.warning:focus, input.disabled.warning[type="submit"]:focus, .button[disabled].warning:hover, input[disabled].warning[type="submit"]:hover, .button[disabled].warning:focus, input[disabled].warning[type="submit"]:focus {
  background-color: #f08a24;
}

button.disabled.info, button[disabled].info, .button.disabled.info, input.disabled.info[type="submit"], .button[disabled].info, input[disabled].info[type="submit"] {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #666666;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, input.disabled.info[type="submit"]:hover, .button.disabled.info:focus, input.disabled.info[type="submit"]:focus, .button[disabled].info:hover, input[disabled].info[type="submit"]:hover, .button[disabled].info:focus, input[disabled].info[type="submit"]:focus {
  background-color: #61b6d9;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, input.disabled.info[type="submit"]:hover, .button.disabled.info:focus, input.disabled.info[type="submit"]:focus, .button[disabled].info:hover, input[disabled].info[type="submit"]:hover, .button[disabled].info:focus, input[disabled].info[type="submit"]:focus {
  color: #FFFFFF;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, input.disabled.info[type="submit"]:hover, .button.disabled.info:focus, input.disabled.info[type="submit"]:focus, .button[disabled].info:hover, input[disabled].info[type="submit"]:hover, .button[disabled].info:focus, input[disabled].info[type="submit"]:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width: 30.0625em) {
  button, .button, input[type="submit"] {
    display: inline-block;
  }
}

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}

.flex-video.widescreen {
  padding-bottom: 56.34%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

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

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}

label.right {
  float: none !important;
  text-align: right;
}

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

label small {
  text-transform: capitalize;
  color: #676767;
}

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

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button, input.postfix[type="submit"] {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button, input.prefix[type="submit"] {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button.radius, input.prefix.radius[type="submit"] {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius, input.postfix.radius[type="submit"] {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round, input.prefix.round[type="submit"] {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round, input.postfix.round[type="submit"] {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

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

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

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}

input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

input:not([type])[disabled], input:not([type])[readonly],
fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}

input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

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

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

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

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

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

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

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

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}

select::-ms-expand {
  display: none;
}

select.radius {
  border-radius: 3px;
}

select:focus {
  background-color: #f3f3f3;
  border-color: #999999;
}

select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

select[multiple] {
  height: auto;
}

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

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

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

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}

fieldset legend {
  font-weight: 700;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

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

[data-abide] span.error, [data-abide] small.error {
  display: none;
}

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

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

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

.error label,
.error label.error {
  color: #f04124;
}

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

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.error span.error-message {
  display: block;
}

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

label.error {
  color: #f04124;
}

.row {
  margin: 0 auto;
  max-width: 72.5rem;
  width: 100%;
}

.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 {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

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

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left;
}

@media only screen {
  .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.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 30.0625em) {
  .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.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 48.0625em) {
  .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.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    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.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right;
  }
  .row.xlarge-collapse > .column,
  .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xlarge-uncollapse > .column,
  .row.xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 75.0625em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right;
  }
  .row.xxlarge-collapse > .column,
  .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 30em) {
  .reveal-modal {
    min-height: 100vh;
  }
}

.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}

.reveal-modal > :first-child {
  margin-top: 0;
}

.reveal-modal > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 30.0625em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 72.5rem;
    right: 0;
    width: 80%;
  }
}

@media only screen and (min-width: 30.0625em) {
  .reveal-modal {
    top: 6.25rem;
  }
}

.reveal-modal.radius {
  box-shadow: none;
  border-radius: 3px;
}

.reveal-modal.round {
  box-shadow: none;
  border-radius: 1000px;
}

.reveal-modal.collapse {
  padding: 0;
  box-shadow: none;
}

@media only screen and (min-width: 30.0625em) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 72.5rem;
    right: 0;
    width: 30%;
  }
}

@media only screen and (min-width: 30.0625em) {
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 72.5rem;
    right: 0;
    width: 40%;
  }
}

@media only screen and (min-width: 30.0625em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 72.5rem;
    right: 0;
    width: 60%;
  }
}

@media only screen and (min-width: 30.0625em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 72.5rem;
    right: 0;
    width: 70%;
  }
}

@media only screen and (min-width: 30.0625em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 72.5rem;
    right: 0;
    width: 95%;
  }
}

.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}

@media only screen and (min-width: 30.0625em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 72.5rem;
    right: 0;
    width: 100%;
  }
}

.reveal-modal.toback {
  z-index: 1003;
}

.reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

.tabs:before, .tabs:after {
  content: " ";
  display: table;
}

.tabs:after {
  clear: both;
}

.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}

.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  font-family: "proxima-nova", "Montserrat", sans-serif;
  font-size: 1rem;
  padding: 1rem 2rem;
}

.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}

.tabs dd.active > a,
.tabs .tab-title.active > a {
  background-color: #FFFFFF;
  color: #222222;
}

.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}

.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}

.tabs-content:after {
  clear: both;
}

.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}

.tabs-content > .content.active {
  display: block;
  float: none;
}

.tabs-content > .content.contained {
  padding: 0.9375rem;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width: 30.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}

.no-js .tabs-content > .content {
  display: block;
  float: none;
}

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

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

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

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

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

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

@media only screen and (min-width: 30.0625em) and (max-width: 48em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}

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

@media only screen and (min-width: 48.0625em) and (max-width: 64em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}

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

@media only screen and (min-width: 64.063em) and (max-width: 75em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

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

@media only screen and (min-width: 75.0625em) and (max-width: 87.5em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

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

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

/* Default Link Styles */
a {
  color: #485156;
  line-height: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  color: #3e464a;
}

a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #666666;
  font-family: "proxima-nova", "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #9c9c9c;
  font-size: 60%;
  line-height: 0;
}

h1 {
  font-size: 1.5625rem;
}

h2 {
  font-size: 1.375rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.1875rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #9c9c9c;
  font-weight: 300;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

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

ul {
  margin-left: 2rem;
}

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

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 2rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 2rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 2rem;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.no-bullet {
  list-style-type: none;
  margin-left: 0;
}

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

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

dl dd {
  margin-bottom: 0.75rem;
}

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

abbr {
  text-transform: none;
}

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

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #898989;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #898989;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #9c9c9c;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: 700;
  font-size: 0.9375rem;
}

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

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

@media only screen and (min-width: 30.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.1875rem;
  }
  h2 {
    font-size: 1.875rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.375rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
}

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.34in;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}

.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}

.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 2.8125rem;
  margin: 0;
}

.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.25rem;
}

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}

.tab-bar-section.left {
  text-align: left;
}

.tab-bar-section.right {
  text-align: right;
}

.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}

.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}

.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem;
}

.tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}

.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0;
}

.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0;
}

.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem;
}

.top-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem;
}

.bottom-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.off-canvas-list li label {
  background: #444444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
}

ul.off-canvas-list li a {
  border-bottom: 1px solid #262626;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.6666666667rem;
  transition: background 300ms ease;
}

ul.off-canvas-list li a:hover {
  background: #242424;
}

ul.off-canvas-list li a:active {
  background: #242424;
}

.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 30.0625em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 30.0625em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -moz-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  -o-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0);
}

.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 30.0625em) {
  .move-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -moz-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  -o-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0);
}

.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 30.0625em) {
  .move-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 30.0625em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 30.0625em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 30.0625em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 30.0625em) {
  .offcanvas-overlap-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 30.0625em) {
  .offcanvas-overlap-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}

.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem;
}

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem;
}

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem;
}

.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.left-submenu * {
  -webkit-backface-visibility: hidden;
}

.left-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: 700;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.left-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.left-submenu .back > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline;
}

.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.right-submenu * {
  -webkit-backface-visibility: hidden;
}

.right-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: 700;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.right-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.right-submenu .back > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline;
}

.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.top-submenu * {
  -webkit-backface-visibility: hidden;
}

.top-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: 700;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.top-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.bottom-submenu * {
  -webkit-backface-visibility: hidden;
}

.bottom-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: 700;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.bottom-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline;
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  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: 30.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  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: 48.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  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: 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, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  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: 75.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

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

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  .print-only,
  .show-for-print {
    display: block !important;
  }
  .hide-on-print,
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}

.wp-caption {
  position: relative;
  max-width: 100%;
}

.wp-caption-text, .w-image .w-caption {
  background: #f0f1f0;
  display: block;
  margin-top: -1.25rem;
  padding: 0.25rem 0.5rem;
  color: #485156;
  font-size: 0.875rem;
  line-height: 1.6;
}

.widget-landscape--split .wp-caption-text, .widget-landscape--split .w-image .w-caption {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.section .alignleft, .section .alignright, .section .aligncenter, .section .alignnone {
  float: none;
  margin: 0 0 1rem 0;
}

.section p.wp-caption-text {
  line-height: 1.6;
  margin: 0 0 1.25rem 0;
}

.image-wrapper {
  padding: 0.625rem 0 0 0;
}

.image-wrapper p {
  margin-bottom: 0;
}

.image-wrapper img, .image-wrapper .wp-caption {
  max-width: 100%;
  margin: 0 0 1.25rem 0 !important;
}

.image-wrapper img p.wp-caption-text, .image-wrapper .wp-caption p.wp-caption-text {
  margin-top: -1.25rem;
}

@media only screen and (min-width: 30.0625em) {
  .image-wrapper {
    padding: 0.9375rem 0 1.875rem 0;
  }
  .image-wrapper img p.wp-caption-text, .image-wrapper .wp-caption p.wp-caption-text {
    margin-top: 0;
  }
  .wp-caption-text, .w-image .w-caption {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0.25rem 0.5rem;
    color: #FFFFFF;
  }
  .widget-landscape--split .wp-caption-text, .widget-landscape--split .w-image .w-caption {
    margin-bottom: 0;
  }
  .w-image {
    position: relative;
    z-index: 1;
  }
  .w-image .w-caption {
    display: block;
    z-index: 10;
    right: 0;
  }
  .widget-article .w-image .w-caption {
    right: 0.9375rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  .image-wrapper {
    overflow: hidden;
    padding: 1.25rem 0 2.5rem 0;
  }
  .image-wrapper img, .image-wrapper .wp-caption {
    max-width: 48%;
    margin: 0 !important;
  }
  .image-wrapper .wp-caption img {
    max-width: 100%;
  }
  .section .aligncenter {
    margin: 0 auto 1rem;
  }
  .section .alignleft {
    float: left;
    margin: 0 2rem 1rem 0;
  }
  .section .alignright {
    float: right;
    margin: 0 0 1rem 2rem;
  }
}

.body-spacer {
  height: 6.25rem;
}

.tabbed-carousel, .hero-carousel {
  overflow: hidden;
}

.tabbed-carousel {
  border-bottom: solid 4px #333333;
}

.hero {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

.hero-image {
  height: 15.625rem;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

div.animated {
  animation: animatedBackground 40s linear infinite;
}

.hero-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-content-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-content {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0 1.25rem;
}

.hero-content h2 {
  color: #FFFFFF;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1.5rem;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.35);
  border-bottom: solid 4px #333333;
}

.hero-content .button, .hero-content input[type="submit"] {
  margin-top: 0.625rem;
}

.hero-symbol {
  padding: 0 0.9375rem;
}

.hero-overlay.no-shadows:before, .hero-overlay.no-shadows:after {
  display: none;
}

.hero-carousel {
  height: 19.375rem;
  border-bottom: none;
}

.hero-carousel .slick-list, .hero-carousel .slick-track {
  height: 100%;
}

.snippet-carousel {
  margin-bottom: -0.625rem;
}

.snippet-content {
  background: #FFFFFF;
  padding: 0.625rem;
  margin: 0 0.9375rem 0.625rem;
}

.gallery-carousel {
  max-width: 56.25rem;
  background: #f0f1f0;
  border-bottom: none;
}

.gallery-carousel .slide.slick-slide {
  position: relative;
}

.gallery-carousel .gallery-caption {
  color: #485156;
  background: #f0f1f0;
  padding: 0.5rem 0 5rem;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
}

.gallery-carousel .gallery-caption p {
  margin: 0;
  font-size: 0.875rem;
}

.gallery-carousel img {
  width: 100%;
  height: auto;
}

.tabbed-carousel {
  height: 19.375rem;
}

.tabbed-carousel .slide.slick-slide {
  position: relative;
  height: 19.375rem;
}

.tabbed-carousel img {
  max-width: inherit;
  width: auto;
  height: 19.375rem;
}

.tabbed-carousel ul.slick-dots {
  display: none !important;
}

.tabbed-caption {
  position: absolute;
  top: 1.875rem;
  z-index: 100;
  color: #FFFFFF;
  margin: 0 1.25rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem 1.5rem;
}

.tabbed-caption h3 {
  color: #FFFFFF;
  text-align: center;
}

.tabbed-caption h3 a {
  color: #FFFFFF;
  text-decoration: none;
}

.tabbed-caption h3 a:hover, .tabbed-caption h3 a:focus, .tabbed-caption h3 a:active {
  text-decoration: underline;
}

.tabbed-caption p {
  margin: -1rem 0 0 0;
  font-size: 0.875rem;
  text-align: center;
}

.tabbed-caption a.caption-link {
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: underline;
  display: none;
  position: relative;
  z-index: 20;
}

.tabbed-caption a.caption-link span {
  font-size: 1.25rem;
  margin-left: 0.25rem;
  display: inline-block;
}

.tabbed-caption a.caption-link:hover, .tabbed-caption a.caption-link:focus, .tabbed-caption a.caption-link:active {
  text-decoration: none;
}

.default-carousel .slick-dots {
  position: absolute;
  bottom: -0.625rem;
  width: 100%;
  text-align: center;
  margin: 0 auto 0.625rem;
}

.default-carousel .slick-dots li {
  display: inline-block;
  margin-right: 0.625rem;
  position: relative;
}

.default-carousel .slick-dots li:last-child {
  margin-right: 0;
}

.default-carousel .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -6249.9375rem;
  padding: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  border: none;
}

.default-carousel .slick-dots li:hover button, .default-carousel .slick-dots li:focus button, .default-carousel .slick-dots li:active button, .default-carousel .slick-dots li.slick-active button {
  background-color: #FFFFFF;
}

.default-carousel .slick-arrow {
  position: absolute;
  bottom: 0.625rem;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem 0;
  border: 0;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.default-carousel .slick-arrow.fa {
  font-size: 1.875rem;
}

.default-carousel .slick-arrow.fa-angle-left {
  left: 1.25rem;
  padding-right: 0.25rem;
}

.default-carousel .slick-arrow.fa-angle-right {
  right: 1.25rem;
  padding-left: 0.25rem;
}

.hero-carousel .slick-arrow {
  display: none !important;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem 0;
  border: 0;
  text-align: center;
  color: #666666;
  cursor: pointer;
  z-index: 1;
  bottom: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.snippet-carousel .slick-arrow {
  background-color: transparent;
  width: 1.25rem;
  color: #666666;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.snippet-carousel .slick-arrow.fa-angle-left {
  left: -1.25rem;
  padding-right: 0;
}

.snippet-carousel .slick-arrow.fa-angle-right {
  right: -1.25rem;
  padding-right: 0;
}

@media only screen and (min-width: 30.0625em) {
  .default-carousel .slick-dots {
    bottom: 0;
    margin: 0 auto 0.625rem;
  }
  .default-carousel .slick-dots li {
    margin-right: 0.625rem;
  }
  .default-carousel .slick-dots li button {
    width: 1.25rem;
    height: 1.25rem;
  }
  .default-carousel .slick-arrow {
    background: #FFFFFF;
    color: #666666;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .default-carousel .slick-arrow.fa-angle-left {
    left: 0.9375rem;
  }
  .default-carousel .slick-arrow.fa-angle-right {
    right: 0.9375rem;
  }
  .snippet-carousel .slick-arrow {
    background-color: transparent;
  }
  .snippet-carousel .slick-arrow.fa-angle-left {
    left: -1.5625rem;
  }
  .snippet-carousel .slick-arrow.fa-angle-right {
    right: -1.5625rem;
  }
  .hero-carousel .slick-arrow {
    display: block !important;
  }
  .gallery-carousel {
    border-bottom: solid 4px #333333;
  }
  .gallery-carousel .gallery-caption {
    position: relative;
    margin: -4.5rem auto -0.5rem;
    z-index: 100;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem 1.5rem;
    height: auto;
    text-align: center;
    max-width: 80%;
    font-size: 0.875rem;
    font-family: "Merriweather", serif;
  }
  .gallery-carousel .gallery-caption p {
    margin: 0;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  .default-carousel .slick-arrow.fa-angle-left {
    left: 1.25rem;
  }
  .default-carousel .slick-arrow.fa-angle-right {
    right: 1.25rem;
  }
  .snippet-carousel .slick-arrow {
    width: 2.5rem;
    background-color: #FFFFFF;
  }
  .snippet-carousel .slick-arrow.fa-angle-left {
    left: -3.125rem;
  }
  .snippet-carousel .slick-arrow.fa-angle-right {
    right: -3.125rem;
  }
  .gallery-carousel {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .default-carousel .slick-arrow.fa-angle-left {
    left: 1.875rem;
  }
  .default-carousel .slick-arrow.fa-angle-right {
    right: 1.875rem;
  }
  .snippet-carousel .slick-arrow.fa-angle-left {
    left: -3.125rem;
  }
  .snippet-carousel .slick-arrow.fa-angle-right {
    right: -3.125rem;
  }
  .gallery-carousel {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 30.0625em) {
  .hero-content {
    padding: 0 1.875rem;
  }
  .hero-content h2 {
    font-size: 1.6875rem;
    padding: 1.5625rem;
  }
  .hero-content h2, .hero-content .button, .hero-content input[type="submit"] {
    max-width: 70%;
  }
  .hero-content .button, .hero-content input[type="submit"] {
    margin-top: 1.25rem;
  }
  .hero-image {
    height: 22.5rem;
  }
  .hero-carousel {
    height: 28.125rem;
  }
  .hero-carousel .hero-content h2 {
    font-size: 1.6875rem;
  }
  .tabbed-carousel {
    height: 28.125rem;
  }
  .tabbed-carousel .slide.slick-slide {
    height: 28.125rem;
  }
  .tabbed-carousel img {
    height: 28.125rem;
  }
  .tabbed-caption {
    top: 3.125rem;
    margin: 0 3.75rem;
  }
  .tabbed-caption h3 {
    margin-bottom: 0.5rem;
  }
  .tabbed-caption p {
    margin-top: -0.75rem;
    font-size: 1rem;
  }
  .snippet-content {
    padding: 0.9375rem;
    margin: 0 0 0.625rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  .hero-content {
    padding: 0 2.5rem;
  }
  .hero-content h2 {
    font-size: 2rem;
  }
  .hero-content h2, .hero-content .button, .hero-content input[type="submit"] {
    max-width: 60%;
  }
  .hero-content .button, .hero-content input[type="submit"] {
    margin-top: 1.875rem;
  }
  .hero-overlay {
    position: absolute;
    z-index: 1;
    bottom: 0.625rem;
    right: 1.25rem;
    width: 19.6875rem;
    height: 4.3125rem;
    display: block;
    background: transparent url("/images/ntsusa_strapline.png") no-repeat 100% 100%;
  }
  .hero-image {
    height: 22.5rem;
  }
  .hero-carousel {
    height: 28.125rem;
  }
  .hero-carousel .hero-content h2 {
    font-size: 2rem;
  }
  .tabbed-carousel {
    height: 28.125rem;
  }
  .tabbed-carousel .slide.slick-slide {
    height: 28.125rem;
  }
  .tabbed-carousel ul.slick-dots {
    display: flex !important;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tabbed-carousel ul.slick-dots li {
    color: #FFFFFF;
    text-align: center;
    flex-grow: 1;
    position: relative;
    font-size: 0.875rem;
    margin: 0;
    font-family: "Merriweather", serif;
  }
  .tabbed-carousel ul.slick-dots li a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    margin: 1.5625rem 0;
    padding: 0.375rem 1.875rem;
    border-right: solid 1px #FFFFFF;
  }
  .tabbed-carousel ul.slick-dots li:last-child a {
    border-right: none;
  }
  .tabbed-carousel ul.slick-dots li.slick-active {
    background: rgba(0, 0, 0, 0.5);
  }
  .tabbed-caption {
    max-width: 60%;
    top: 3.75rem;
    right: 5rem;
  }
  .tabbed-caption h3 {
    color: #FFFFFF;
    margin-bottom: 1.125rem;
    text-align: left;
  }
  .tabbed-caption p {
    margin-top: 0;
    text-align: left;
  }
  .tabbed-caption a.caption-link {
    display: block;
    margin-top: -0.75rem;
    margin-bottom: -1.125rem;
  }
  .snippet-content {
    padding: 1.25rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .hero-content h2 {
    font-size: 2.3125rem;
  }
  .hero-content h4 {
    font-size: 2rem;
  }
  .hero-content .button, .hero-content input[type="submit"] {
    margin-top: 2.5rem;
  }
  .hero-overlay {
    bottom: 0.9375rem;
    right: 1.875rem;
  }
  .hero-image {
    height: 22.5rem;
  }
  .hero-carousel {
    height: 28.125rem;
  }
  .hero-carousel .hero-content h2 {
    font-size: 2.3125rem;
  }
  .tabbed-carousel {
    height: 28.125rem;
  }
  .tabbed-carousel .slide.slick-slide {
    height: 28.125rem;
  }
  .tabbed-carousel ul.slick-dots li {
    font-size: 1rem;
  }
  .tabbed-caption {
    right: 0;
    max-width: 40%;
  }
  .tabbed-caption h3 {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
  .tabbed-caption a.caption-link {
    display: block;
  }
  .snippet-content {
    padding: 1.875rem;
  }
}

@media only screen and (min-width: 75.0625em) {
  .hero-image {
    height: 23.75rem;
  }
  .hero-carousel {
    height: 28.125rem;
  }
  .tabbed-carousel {
    height: 28.125rem;
  }
  .tabbed-carousel .slide.slick-slide {
    height: 28.125rem;
  }
  .tabbed-carousel img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .snippet-content {
    padding: 1.875rem;
  }
}

.fa-angle-left {
  left: 1rem;
}

.hero-carousel .slick-arrow.fa-angle-right {
  right: 1rem;
}

.hero-carousel .slick-arrow.fa {
  font-size: 2rem;
}

.hero .bg-hero img {
  position: absolute;
  max-width: inherit;
  height: 100%;
  left: 0;
  right: auto;
  margin-right: 0;
  z-index: 1;
  top: 0;
  bottom: auto;
}

@media only screen and (min-width: 30.0625em) {
  .fa-angle-left {
    left: 1rem;
  }
  .hero-carousel .slick-arrow.fa-angle-right {
    right: 1rem;
  }
  .hero-carousel .slick-arrow.fa {
    font-size: 2rem;
  }
  .hero .hero-content-wrapper .hero-content {
    padding-left: 3rem;
  }
  .hero-carousel .hero-content h2 {
    line-height: 1.2;
  }
  .hero .bg-hero img {
    position: absolute;
    max-width: inherit;
    height: 100%;
    left: 0;
    right: auto;
    margin-right: 0;
    z-index: 1;
    top: 0;
    bottom: auto;
  }
}

@media only screen and (min-width: 48.0625em) {
  .fa-angle-left {
    left: 1.1rem;
  }
  .hero-carousel .slick-arrow.fa-angle-right {
    right: 1.1rem;
  }
  .hero-carousel .slick-arrow.fa {
    font-size: 2rem;
  }
  .hero .bg-hero img {
    top: -2rem;
  }
  .hero .bg-hero img {
    height: auto;
    left: auto;
    top: -10%;
    bottom: auto;
    width: 150%;
    height: auto;
    right: -25%;
    margin-right: 25%;
    z-index: 1;
  }
}

@media only screen and (min-width: 64.063em) {
  .fa-angle-left {
    left: 1.4rem;
  }
  .hero-carousel .slick-arrow.fa-angle-right {
    right: 1.4rem;
  }
  .hero-carousel .slick-arrow.fa {
    font-size: 2rem;
  }
  .hero .bg-hero img {
    position: absolute;
    max-width: none;
    width: 120%;
    height: auto;
    right: -20%;
    left: auto;
    margin-right: 0;
    z-index: 1;
    top: 0;
    bottom: auto;
  }
}

@media only screen and (min-width: 75.0625em) {
  .fa-angle-left {
    left: 1.875rem;
  }
  .hero-carousel .slick-arrow.fa-angle-right {
    right: 1.875rem;
  }
  .hero-carousel .slick-arrow.fa {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 93.813em) {
  .hero .bg-hero img {
    width: auto;
    right: 50%;
    left: auto;
    margin-right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

.post-content {
  max-width: 56.25rem;
}

.post-content h3 {
  margin-top: 2rem;
  margin-bottom: 1.75rem;
}

.post .post-image {
  margin-bottom: 0.9375rem;
}

.post h1 {
  margin: 0 auto 0.625rem;
  text-align: center;
}

.post-body {
  margin-bottom: 1.5625rem;
}

.post .post-footer {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.post .author {
  font-size: 1.25rem;
}

.post-meta .post-published, .post-meta .tag-label {
  padding: 0.75rem 0.75rem;
  display: inline-block;
  vertical-align: middle;
  background-color: #f0f1f0;
  font-family: "Merriweather", serif;
  color: #485156;
  font-size: 0.875rem;
  text-decoration: none;
  margin-bottom: 0.25rem;
}

.post-meta .tag-label {
  display: none;
}

.post-meta .tags {
  margin: 0 0 2rem 0;
}

.post-meta .tags a {
  padding: 0.75rem 0.75rem;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.25rem;
  background-color: #485156;
  font-family: "Merriweather", serif;
  color: #FFFFFF;
  font-size: 0.875rem;
  text-decoration: none;
}

.post-meta .tags a:hover, .post-meta .tags a:focus, .post-meta .tags a:active {
  background: #3a4145;
}

@media only screen and (min-width: 30.0625em) {
  .post-content {
    margin: 0 1.875rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  .post-content {
    margin: 0 2.5rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .post-content {
    margin: 0 auto;
  }
}

.widget {
  margin: 0 0.9375rem 2rem;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
}

.widget .w-content {
  position: relative;
}

.widget .w-body {
  padding: 2.1875rem 1.875rem;
  text-align: center;
  position: relative;
}

.widget .w-body p {
  margin-bottom: 0.9375rem;
}

.widget .w-body.caret-up:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 0;
  height: 0;
  border-left: 1.375rem solid transparent;
  border-right: 1.375rem solid transparent;
  border-bottom: 1.375rem solid #e6e6e6;
  border-top: 1.375rem solid transparent;
  top: -2.7rem;
}

.widget .w-body.caret-down:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 0;
  height: 0;
  border-left: 1.375rem solid transparent;
  border-right: 1.375rem solid transparent;
  border-bottom: 1.375rem solid transparent;
  border-top: 1.375rem solid #e6e6e6;
  bottom: -2.7rem;
}

.widget .w-body.caret-right:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 0;
  height: 0;
  border-left: 1.375rem solid #e6e6e6;
  border-right: 1.375rem solid transparent;
  border-bottom: 1.375rem solid transparent;
  border-top: 1.375rem solid transparent;
  right: -2.7rem;
  left: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget .w-body.caret-left:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 0;
  height: 0;
  border-left: 1.375rem solid transparent;
  border-right: 1.375rem solid #e6e6e6;
  border-bottom: 1.375rem solid transparent;
  border-top: 1.375rem solid transparent;
  left: -2.7rem;
  right: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget .w-image {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: initial;
  /*&.caption {
            figcaption {
                @include absolute-position;
                div {
                    @include table-display;
                    a  {
                        @include vertical-table-cell;
                        span {
                            padding: rem-calc(10) rem-calc(40);
                            border: rem-calc(1) solid $white;
                            color: $white;
                            &:before {
                                content: "\f04b";
                                font-family: "FontAwesome";
                                font-size: rem-calc(22);
                                padding-right: rem-calc(15);
                                vertical-align: middle;
                            }
                        }
                    }
                }
            }
        }*/
}

.widget .w-image img {
  width: 100%;
}

.widget .w-footer {
  text-align: center;
  padding: 1.875rem 0;
}

.widget .w-footer a {
  color: #FFFFFF;
}

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

.widget .align-left-content .section-title, .widget .align-left-content .section-subtitle {
  text-align: left;
}

.widget-text {
  text-align: center;
  position: relative;
  background-color: #FFFFFF;
  padding: 2.5rem 0;
  margin: 0 1.25rem;
  max-width: 56.25rem;
}

.widget-text.left-aligned {
  text-align: left;
  padding: 1.25rem;
  margin: 0;
}

.widget-text.left-aligned .full-width {
  margin: -1.25rem;
  margin-bottom: 1.25rem;
}

.widget-text .button, .widget-text input[type="submit"] {
  margin-top: 1.875rem;
}

.widget-text h2 {
  margin-bottom: 1.25rem;
}

.widget-text.no-padding-bottom {
  padding-bottom: 0;
}

.widget-text.compressed {
  padding: 0;
}

.widget-option {
  text-align: center;
  position: relative;
  padding: 1.25rem;
  background-color: #FFFFFF;
  margin-bottom: 1.875rem;
  border: solid 4px #FFFFFF;
}

.widget-option .section-title {
  border-color: #FFFFFF;
  padding: 0;
}

.widget-option:hover, .widget-option:focus, .widget-option:active {
  border-color: #485156;
}

.widget-option .button, .widget-option input[type="submit"] {
  margin-top: 1.875rem;
}

.widget-option span.status {
  display: none;
}

.widget-option.w-chosen {
  text-align: left;
  border-color: #485156;
}

.widget-option.w-chosen h3.section-title {
  padding-right: 3.75rem;
}

.widget-option.w-chosen span.membtype_open {
  font-size: 0.875rem;
  text-decoration: underline;
  cursor: pointer;
}

.widget-option.w-chosen span.membtype_open:hover, .widget-option.w-chosen span.membtype_open:focus, .widget-option.w-chosen span.membtype_open:active {
  text-decoration: none;
}

.widget-option.w-chosen span.w-status {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  display: block;
  background: #485156;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  text-align: center;
  color: #FFFFFF;
}

.widget-option.w-chosen span.w-status i {
  position: absolute;
  top: 50%;
  display: block;
  font-size: 1.5rem;
  margin-left: 0.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.w-header .section-title {
  margin-bottom: 0;
}

.w-header .subtitle {
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-top: 0.9375rem;
}

.w-header .subtitle:after {
  display: none;
}

.w-header.black-dotted-divider:after {
  margin-bottom: 1.875rem;
}

.widget-portrait .w-image .img {
  min-height: 18.75rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.widget.w-top-image .w-content {
  padding-top: 100%;
}

.widget.w-top-image .w-content .w-image {
  position: absolute;
  top: 0;
  left: 0;
}

.expandable-widgets .widget .w-content {
  max-height: 50rem;
  overflow: hidden;
}

.expandable-widgets .widget .w-content .w-body {
  background-color: #FFFFFF;
  padding: 2.1875rem 1.875rem;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
}

.expandable-widgets .widget .w-content .more {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.625rem;
  left: 0;
  background-color: #FFFFFF;
  z-index: 2;
  text-align: center;
}

.expandable-widgets .widget .w-content .more .show-less {
  display: none;
}

.expandable-widgets .widget.extra-content .more .show-more {
  display: none;
}

.expandable-widgets .widget.extra-content .more .show-less {
  display: inline-block;
}

.expandable-widgets .widget.extra-content .w-body {
  overflow-y: auto;
  height: 50rem;
}

@media only screen and (min-width: 30.0625em) {
  .widget-text {
    padding: 1.875rem 0;
    margin: 0 1.875rem;
  }
  .widget-text.left-aligned {
    padding: 1.875rem;
  }
  .widget-text.left-aligned .full-width {
    margin: -1.875rem;
    margin-bottom: 1.875rem;
  }
  .widget-text.no-padding-bottom {
    padding-bottom: 0;
  }
  .widget-text.compressed {
    padding: 0;
  }
  #expandable-widgets .widget .w-content {
    max-height: 40.3125rem;
  }
  #expandable-widgets .widget .w-content.extra-content .w-body {
    height: 40.3125rem;
  }
  .w-image-absolute {
    position: absolute;
    height: 100%;
  }
  .w-image-absolute.left {
    left: 0;
  }
  .w-image-absolute.right {
    right: 0;
  }
  .widget .w-body .w-image {
    background-size: initial;
  }
  .widget-option {
    padding: 1.875rem;
  }
  .widget-option.w-chosen h3.section-title {
    padding-right: 0;
  }
  .widget-option.w-chosen p {
    padding-right: 5rem;
  }
  .widget-option.w-chosen span.w-status {
    width: 3.4375rem;
    height: 3.4375rem;
    top: 1.875rem;
    right: 1.875rem;
  }
  .widget-option.w-chosen span.w-status i {
    font-size: 2rem;
    margin-left: 0.6875rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  .widget-text {
    padding: 2.5rem 0;
    margin: 0 2.5rem;
  }
  .widget-text.left-aligned {
    padding: 2.5rem;
  }
  .widget-text.left-aligned .full-width {
    margin: -2.5rem;
    margin-bottom: 2.5rem;
  }
  .widget-text.no-padding-bottom {
    padding-bottom: 0;
  }
  .widget-text.compressed {
    padding: 0;
  }
  .widget-option.w-chosen p {
    padding-right: 6.25rem;
  }
  .widget-option.w-chosen span.w-status {
    width: 4.375rem;
    height: 4.375rem;
  }
  .widget-option.w-chosen span.w-status i {
    font-size: 2.5rem;
    margin-left: 0.9375rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .widget .w-image.caption figcaption div a span {
    padding: 0.9375rem 3.75rem;
  }
  .widget .w-body {
    font-size: 1rem;
  }
  .widget-text {
    padding: 3.75rem 0;
    margin: 0 auto;
  }
  .widget-text.left-aligned {
    padding: 3.75rem;
  }
  .widget-text.left-aligned .full-width {
    margin: -3.75rem;
    margin-bottom: 3.75rem;
  }
  .widget-text.no-padding-bottom {
    padding-bottom: 0;
  }
  .widget-text.compressed {
    padding: 0;
  }
}

@media only screen and (min-width: 75.0625em) {
  .widget .w-body {
    font-size: 1rem;
  }
  .widget-text {
    padding: 3.75rem 0;
  }
  .widget-text.left-aligned {
    padding: 3.75rem;
  }
  .widget-text.left-aligned .full-width {
    margin: -3.75rem;
    margin-bottom: 3.75rem;
  }
  .widget-text.no-padding-bottom {
    padding-bottom: 0;
  }
  .widget-text.compressed {
    padding: 0;
  }
}

.widget-landscape {
  margin: 0;
}

.widget-landscape .w-content {
  overflow: hidden;
}

.widget-landscape .w-content .w-body {
  padding: 1.25rem 0.9375rem;
}

.widget-landscape .w-content .w-image img {
  max-width: none;
  display: block !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  right: 0;
  margin: auto;
  height: auto;
  min-width: 100%;
  width: auto;
}

.widget-landscape .w-image-absolute {
  min-height: 21.875rem;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  background-size: cover;
}

.widget-landscape.w-split .w-content .w-body, .widget-landscape.w-split .w-content .w-image img {
  border-right: solid 1.875rem #f0f1f0;
  border-left: solid 1.875rem #f0f1f0;
}

.widget-landscape.w-split .w-content .w-body {
  border-left: solid 0.9375rem #f0f1f0;
}

.widget-landscape.w-split .w-content .w-image img {
  border-right: solid 0.9375rem #f0f1f0;
}

.widget-landscape.horizontal-expand .w-body {
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  min-height: 21.875rem;
  z-index: 1;
  background-color: #FFFFFF;
  padding: 3.125rem 2.5rem;
}

.widget-landscape.horizontal-expand .w-body.right.expanded {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.widget-landscape.horizontal-expand .w-body.left.expanded {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.widget-landscape.horizontal-expand .w-body .more, .widget-landscape.horizontal-expand .w-body .less {
  cursor: pointer;
  display: none;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.625rem;
}

.widget-landscape.horizontal-expand .w-body .extra-section {
  position: absolute;
  display: block;
  float: none;
  padding: 0 2.5rem;
}

.widget-landscape.horizontal-expand .w-body.right .extra-section {
  left: 100%;
}

.widget-landscape.horizontal-expand .w-body.left .extra-section {
  right: 100%;
}

.widget-landscape.horizontal-expand .w-body .mobile-only {
  display: block;
}

.w-horizontal-cards .widget-landscape .w-image-absolute {
  min-height: 0;
  height: 0;
  padding-bottom: 100% !important;
}

.w-horizontal-cards .widget-landscape .w-body {
  display: table;
  padding: 2.5rem 1.25rem !important;
  background-color: #FFFFFF !important;
}

.w-horizontal-cards .widget-landscape .w-body .vertical-aligned-content {
  display: table-cell;
  vertical-align: middle;
}

.w-horizontal-cards .widget-landscape .w-body .date, .w-horizontal-cards .widget-landscape .w-body .section-title {
  margin-bottom: 0.625rem;
}

.w-horizontal-cards .widget-landscape .w-body .date {
  font-size: 0.875rem;
}

.w-horizontal-cards .widget-landscape .w-body .section-title {
  font-size: 1.25rem;
}

.w-horizontal-cards .widget-wrapper {
  width: 100%;
  float: none;
}

.extended-w-landscape .w-content .w-body {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media only screen and (min-width: 30.0625em) {
  .widget-landscape .w-content .w-image {
    padding-bottom: 6249.9375rem;
    margin-bottom: -6249.9375rem;
  }
  .widget-landscape.horizontal-expand .w-body .mobile-only {
    display: none !important;
  }
  .widget-landscape.horizontal-expand .w-body .more {
    display: block;
  }
  .widget-landscape.horizontal-expand .w-body.expanded .less {
    display: block;
  }
  .widget-landscape.horizontal-expand .w-body.expanded .more {
    display: none;
  }
  .widget-landscape.horizontal-expand .w-body .less {
    display: none;
  }
  .w-horizontal-cards .widget-landscape .w-body {
    padding: 0.3125rem 1.25rem !important;
  }
  .w-horizontal-cards .widget-landscape .w-body .section-title {
    font-size: 1.1875rem;
  }
  .w-horizontal-cards .widget-landscape .w-image-absolute {
    padding-bottom: 50% !important;
  }
}

@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .w-horizontal-cards .widget-wrapper.odd .w-body {
    float: right !important;
  }
  .w-horizontal-cards .widget-wrapper.odd .w-body.caret-left:before {
    display: none !important;
  }
  .w-horizontal-cards .widget-wrapper.odd .w-image {
    float: left !important;
  }
  .w-horizontal-cards .widget-wrapper.even .w-body {
    float: left !important;
  }
  .w-horizontal-cards .widget-wrapper.even .w-body.caret-right:after {
    display: none !important;
  }
  .w-horizontal-cards .widget-wrapper.even .w-image {
    float: right !important;
  }
}

@media only screen and (min-width: 48.0625em) {
  .widget-landscape .w-content .w-image img {
    position: absolute;
  }
  .extended-w-landscape .w-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .extended-w-landscape {
    padding: 2.5rem 0;
  }
  .widget-landscape .w-content .w-body {
    padding: 1.875rem 1.5625rem;
  }
  .extended-w-landscape .w-body.left {
    padding-left: 0;
  }
}

@media only screen and (min-width: 64.063em) {
  .w-horizontal-cards .widget-wrapper {
    width: 50%;
    float: left;
  }
}

.widget-landscape--split {
  margin: 0 0 1.25rem;
}

.widget-landscape--split .w-content {
  margin: 0;
}

.widget-landscape--split .w-body {
  text-align: left;
  padding: 2.5rem 1.25rem;
  background: #FFFFFF;
}

.widget-landscape--split .w-body p:last-child {
  margin-bottom: 0;
}

.widget-landscape--split .w-body .button, .widget-landscape--split .w-body input[type="submit"] {
  margin-top: 1.125rem;
  margin-bottom: 0;
}

.widget-landscape--split .columns {
  padding: 0;
}

.widget-landscape--split.left-text .w-body {
  text-align: left;
}

.widget.widget-landscape--split .w-image {
  overflow: visible;
}

@media only screen and (min-width: 30.0625em) {
  .widget-landscape--split {
    margin-bottom: 1.875rem;
  }
  .widget-landscape--split .w-body {
    padding: 1.875rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  .widget-landscape--split {
    margin-bottom: 2.5rem;
  }
  .widget-landscape--split .w-body {
    text-align: left;
    padding: 1.875rem 1.875rem 2.8125rem 2.8125rem;
  }
  .widget-landscape--split .columns.left {
    border-right: solid 1.25rem #f0f1f0;
    padding-right: 0 !important;
  }
  .widget-landscape--split .columns.right {
    border-left: solid 1.25rem #f0f1f0;
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .widget-landscape--split {
    margin-bottom: 3.75rem;
  }
}

@media only screen and (min-width: 75.0625em) {
  .widget-landscape--split {
    margin-bottom: 3.75rem;
  }
}

.widget-portrait {
  background: #FFFFFF;
  margin: 0 0 1.875rem;
}

.widget-portrait.field-collection-item-field-homepage-features .support-copy {
  line-height: 1.4;
  font-weight: 400;
  margin: 0.5rem 0 0;
}

.widget-portrait .w-image .img {
  min-height: 18.75rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.widget-portrait.default {
  position: relative;
  padding-bottom: 4.8125rem;
}

.widget-portrait.default.no-cta {
  padding-bottom: 0;
}

.widget-portrait.default .w-image {
  min-height: inherit;
}

.widget-portrait.default h3 {
  color: #485156;
  font-size: 1.5rem;
}

.widget-portrait.default h3 a {
  color: #485156;
  text-decoration: none;
}

.widget-portrait.default p.date {
  display: none;
}

.widget-portrait.default .w-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.widget-portrait.default .button, .widget-portrait.default input[type="submit"] {
  padding: 0 1rem;
  margin: 0 2rem;
  line-height: 2.8125rem;
  display: block;
  font-size: 1rem;
  width: auto;
}

/*Expandable widgets
.expandable-widgets {
    .widget {
        .w-content {
            max-height: rem-calc(800);
            overflow: hidden;
            .w-body {
                background-color: #FFFFFF;
                padding: 2.1875rem 1.875rem;
                text-align: center;
                position: relative;
                z-index: 1;
                @include transition-transform;
            }
            .more {
                position: absolute;
                bottom: 0;
                width: 100%;
                padding: rem-calc(10);
                left: 0;
                background-color: $white;
                z-index: 2;
                text-align: center;
                .show-less {
                    display: none;
                }
            }
        }
        &.extra-content {
            .more {
                .show-more {
                    display: none;
                }
                .show-less {
                    display: inline-block;
                }
            }
            .w-body {
                overflow-y: auto;
                height: rem-calc(800);
            }
        }
    }
}
.w-horizontal-cards .widget-landscape .w-image-absolute {
    min-height: 0;
    height: 0;
    padding-bottom: 100%!important;
}
.w-horizontal-cards .widget-landscape .w-body {
    display: table;
    padding: rem-calc(40) rem-calc(20)!important;
    background-color: $white!important;
    .vertical-aligned-content {
        @include vertical-table-cell;
    }
    .date, .section-title {
        margin-bottom: rem-calc(10);
    }
    .date {
        font-size: rem-calc(14);
    }
    .section-title {
        font-size: rem-calc(20);
    }

}*/
@media only screen and (min-width: 30.0625em) {
  /*#expandable-widgets {
        .widget {
            .w-content {
                max-height: rem-calc(645);
                &.extra-content {
                    .w-body {
                        height: rem-calc(645);
                    }
                }
            }
        }
    }*/
}

.widget-profile {
  background: #FFFFFF;
  padding: 1.25rem;
  margin: 0 0 1.875rem;
  text-align: center;
}

.widget-profile .w-content {
  overflow: hidden;
}

.widget-profile .w-image {
  margin-bottom: 1.125rem;
}

.widget-profile .w-header h3 {
  font-size: 1.375rem;
}

.widget-profile .w-header h4 {
  font-size: 1.125rem;
}

.widget-profile.w-simple {
  text-align: center;
}

.widget-profile.w-simple .w-header {
  text-align: center;
}

.widget-profile.w-simple .w-image {
  display: none;
}

.widget-profile.w-simple .w-body {
  float: none;
  width: 100%;
}

@media only screen and (min-width: 30.0625em) {
  .widget-profile {
    padding: 1.875rem;
    text-align: left;
  }
  .widget-profile .w-header {
    text-align: left;
  }
  .widget-profile .w-image {
    float: left;
    min-height: inherit;
    width: 30%;
    max-width: 13.75rem;
    margin-bottom: 0;
  }
  .widget-profile .w-body {
    float: right;
    width: 65%;
  }
}

@media only screen and (min-width: 48.0625em) {
  .widget-profile {
    padding: 2.5rem;
  }
  .widget-profile.w-simple {
    padding: 1.875rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .widget-profile {
    padding: 3.75rem;
  }
  .widget-profile.w-simple {
    padding: 2.5rem;
  }
}

@media only screen and (min-width: 75.0625em) {
  .widget-profile {
    padding: 3.75rem;
  }
  .widget-profile.w-simple {
    padding: 2.5rem;
  }
}

.widget-article {
  margin: 0;
  background: #FFFFFF;
  padding: 1.25rem;
  text-align: center;
  /*&.left-text {
        .w-body {
            text-align: left;
        }
    }*/
}

.widget-article .w-content {
  margin: 0;
}

.widget-article .w-body {
  text-align: left;
  padding: 0;
}

.widget-article .w-image {
  padding: 0;
  margin-bottom: 1.125rem;
}

@media only screen and (min-width: 30.0625em) {
  .widget-article {
    padding: 1.875rem;
    text-align: left;
  }
  .widget-article .left-text .w-body {
    text-align: left;
  }
}

@media only screen and (min-width: 48.0625em) {
  .widget-article {
    padding: 2.5rem;
  }
  .widget-article .w-body {
    border-left: solid 2.5rem #FFFFFF;
  }
}

@media only screen and (min-width: 64.063em) {
  .widget-article {
    padding: 3.75rem;
  }
}

@media only screen and (min-width: 75.0625em) {
  .widget-article {
    padding: 3.75rem;
  }
}

.widget-links--block {
  background: #FFFFFF;
  padding: 1.25rem;
  margin: 0 0 1.875rem;
  text-align: center;
}

.widget-links--block .w-content {
  overflow: hidden;
}

.widget-links--block .w-image {
  padding: 0.9375rem 1.25rem;
}

.widget-links--block h2 {
  font-size: 1.5625rem;
}

.widget-links--block.w-expandable .w-content {
  max-height: 31.25rem;
}

@media only screen and (min-width: 30.0625em) {
  .widget-links--block {
    padding: 1.875rem;
    text-align: left;
  }
  .widget-links--block .w-image {
    float: left;
    min-height: inherit;
    width: 30%;
    padding: 0;
  }
  .widget-links--block .w-body {
    float: right;
    width: 65%;
  }
  .widget-links--block h2 {
    font-size: 2.1875rem;
    text-align: left;
  }
  .widget-links--block.w-expandable .w-content {
    max-height: 25rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  .widget-links--block {
    padding: 2.5rem;
  }
  .widget-links--block.w-expandable .w-content {
    max-height: 31.25rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .widget-links--block {
    padding: 3.75rem;
  }
  .widget-links--block.w-expandable .w-content {
    max-height: 31.25rem;
  }
}

@media only screen and (min-width: 75.0625em) {
  .widget-links--block {
    padding: 3.75rem;
  }
  .widget-links--block.w-expandable .w-content {
    max-height: 31.25rem;
  }
}

.w-expandable {
  overflow: hidden;
  position: relative;
  padding-bottom: 2.5rem;
}

.w-expandable .show-more {
  display: block;
}

.w-expandable .show-less {
  display: none;
}

.w-expandable .w-content {
  overflow: hidden;
  max-height: 25rem;
  /*transition-property: all;
        transition-duration: .5s;
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1);*/
}

.w-expandable .w-content.open {
  /*transition-property: all;
            transition-duration: .5s;
            transition-timing-function: cubic-bezier(0, 1, 0.5, 1);*/
  max-height: 624.9375rem;
}

.w-expandable .more {
  display: block;
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.w-expandable .more .button, .w-expandable .more input[type="submit"] {
  width: 100%;
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  padding: 0 0.625rem;
  line-height: 2.5rem;
}

.w-expandable .more .button.show-less, .w-expandable .more input.show-less[type="submit"] {
  background-color: #666666;
  border-bottom-color: #e6e6e6;
}

.w-expandable .more.open .show-more {
  display: none;
}

.w-expandable .more.open .show-less {
  display: block;
}

@media only screen and (min-width: 30.0625em) {
  .w-expandable {
    padding-bottom: 2.5rem !important;
  }
  .w-expandable .w-content {
    max-height: 20rem;
  }
  .w-expandable .w-image {
    height: 18.75rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  .w-expandable {
    padding-bottom: 2.5rem !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .w-expandable {
    padding-bottom: 2.5rem !important;
  }
}

@media only screen and (min-width: 75.0625em) {
  .w-expandable {
    padding-bottom: 2.5rem !important;
  }
}

ul.tabbed-nav {
  margin: 0 auto;
  list-style: none;
}

ul.tabbed-nav li {
  color: #FFFFFF;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 0 0.375rem 0;
  font-family: "Merriweather", serif;
  /*&.tab-active {
            background: rgba($black,0.5);
        }*/
}

ul.tabbed-nav li a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 0.375rem 1.875rem;
  border-bottom: solid 1px #FFFFFF;
}

ul.tabbed-nav li:last-child a {
  border-right: none;
}

ul.tabbed-nav li:hover, ul.tabbed-nav li:focus, ul.tabbed-nav li:active {
  text-decoration: underline;
}

@media only screen and (min-width: 30.0625em) {
  ul.tabbed-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  ul.tabbed-nav li {
    flex-grow: 1;
    margin: 0;
  }
  ul.tabbed-nav li a {
    margin: 1.5625rem 0;
    padding: 0.375rem 1.875rem;
    border-right: solid 1px #FFFFFF;
    border-bottom: none;
  }
  ul.tabbed-nav li:last-child a {
    border-right: none;
  }
}

@media only screen and (min-width: 48.0625em) {
  ul.tabbed-nav {
    max-width: 50rem;
  }
}

label, p.likelabel {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
}

label.small-label, p.likelabel.small-label {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

label.inline-label, p.likelabel.inline-label {
  margin-top: 0;
  margin-bottom: 1rem;
  clear: both;
  overflow: hidden;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
input[type="file"],
select {
  height: 2.8125rem;
  font-size: 1rem;
  width: 100%;
}

input[type="text"].short,
input[type="password"].short,
input[type="date"].short,
input[type="datetime"].short,
input[type="datetime-local"].short,
input[type="month"].short,
input[type="week"].short,
input[type="email"].short,
input[type="number"].short,
input[type="search"].short,
input[type="tel"].short,
input[type="time"].short,
input[type="url"].short,
input[type="color"].short,
input[type="file"].short,
select.short {
  max-width: 18.75rem;
}

label input[type="text"], label
input[type="password"], label
input[type="date"], label
input[type="datetime"], label
input[type="datetime-local"], label
input[type="month"], label
input[type="week"], label
input[type="email"], label
input[type="number"], label
input[type="search"], label
input[type="tel"], label
input[type="time"], label
input[type="url"], label
input[type="color"], label
input[type="file"], label
select {
  margin-top: 0.5rem;
}

input[type="checkbox"],
input[type="radio"],
textarea {
  font-size: 1rem;
}

label input[type="checkbox"], label
input[type="radio"], label
textarea {
  margin-top: 0.5rem;
}

textarea {
  width: 100%;
}

label textarea {
  margin-top: 0.5rem;
}

input[type="checkbox"],
input[type="radio"] {
  margin-bottom: 0;
}

input[type="submit"] {
  width: 100%;
}

.button.inline-submit, input.inline-submit[type="submit"] {
  margin-top: 2.1875rem;
  height: 3.125rem;
  line-height: 3.125rem;
  padding-top: 0;
  font-size: 0.875rem;
  padding-bottom: 0;
}

form.form-application {
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
  padding: 1.25rem 2.5rem;
}

form.form-application hr {
  margin: 1.25rem;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  z-index: 1;
  position: relative;
}

form.form-application hr.clear {
  margin-top: 1.25rem;
}

.form-note {
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  background: #f0f1f0;
  margin-bottom: 0.5rem;
  display: block;
}

.field-description {
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  background: #f0f1f0;
  margin: 0.5rem 0 1rem;
  display: block;
}

.form-totalizer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

.form-totalizer .ft_container {
  font-family: "Merriweather", serif;
  font-size: 1.1875rem;
  letter-spacing: 0.05rem;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizelegibility;
  width: 100%;
  font-weight: 700;
  background: #fff;
  text-align: center;
  padding: 1.25rem;
  margin: 0;
}

#card-number, #expiration-date, #cvv {
  position: relative;
}

#card-number,
#expiration-date,
#cvv {
  height: 3.125rem;
  border: solid 1px #cccccc;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  margin: 0px 0px 1rem;
  padding: 0 0.5rem;
  width: 100%;
  transition: border-color 0.15s linear 0s, background 0.15s linear 0s;
}

#card-number iframe,
#expiration-date iframe,
#cvv iframe {
  max-height: 3.125rem;
  line-height: 3.125rem;
}

#card-number.braintree-hosted-fields-focused,
#expiration-date.braintree-hosted-fields-focused,
#cvv.braintree-hosted-fields-focused {
  border-color: #999;
}

#card-number.braintree-hosted-fields-invalid,
#expiration-date.braintree-hosted-fields-invalid,
#cvv.braintree-hosted-fields-invalid {
  border-color: #f04124;
}

#card-number.braintree-hosted-fields-valid,
#expiration-date.braintree-hosted-fields-valid,
#cvv.braintree-hosted-fields-valid {
  border-color: #43AC6A;
}

#card-number:after {
  content: '';
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  right: 0.5rem;
  top: 0;
  background-size: cover;
}

#card-number.visa:after {
  background-image: url("/images/visa.png");
}

#card-number.master-card:after {
  background-image: url("/images/mastercard.png");
}

#card-number.discover:after {
  background-image: url("/images/discover_network.png");
}

#card-number.jcb:after {
  background-image: url("/images/jbc.png");
}

#card-number.american-express:after {
  background-image: url("/images/american_express.png");
}

#card-number.diners-club:after {
  background-image: url("/images/diners_club_int.png");
}

#card-number.maestro:after {
  background-image: url("/images/maestro.png");
}

#card-number.unionpay:after {
  background-image: url("/images/union_pay.png");
}

.ccard-icons {
  overflow: hidden;
  margin-bottom: 1rem;
}

.ccard-icons p {
  float: left;
  margin-right: 1rem;
}

.ccard-icons .icons {
  float: left;
}

.ccard-icons img {
  max-width: 2rem;
}

.section .ccard-icons p {
  margin-bottom: 0;
}

@media only screen and (min-width: 48.0625em) {
  .ccard-icons {
    overflow: hidden;
    float: right;
    margin-bottom: 0;
  }
}

.widget-text form#mc-embedded-subscribe-form {
  margin: 0 auto 2rem;
  max-width: 37.5rem;
}

.widget-text form#mc-embedded-subscribe-form input[type="submit"] {
  margin-top: 0 !important;
  width: 100%;
}

.widget-text form#mc-embedded-subscribe-form #success_message {
  text-align: left;
}

.dc-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.4375rem 1rem 0.5rem;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 1rem;
  margin-top: -1px;
  background: #666666;
  color: #FFF;
}

.dc-message.error {
  color: #FFFFFF;
  background-color: #f04124;
}

.dc-message.success {
  color: #FFFFFF;
  background-color: #43AC6A;
}

/*
$alert-color: #f04124;
$success-color: #43AC6A;
$warning-color: #f08a24;
$info-color: #a0d3e8;

*/
[data-abide] .error small.error {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #f04124;
  background: transparent;
  font-style: normal;
  font-size: 0.75rem;
  padding-right: 0;
}

[data-abide] .error label, [data-abide] .error label.error {
  color: #485156;
}

[data-abide] .error input[type="text"],
[data-abide] .error input[type="password"],
[data-abide] .error input[type="date"],
[data-abide] .error input[type="datetime"],
[data-abide] .error input[type="datetime-local"],
[data-abide] .error input[type="month"],
[data-abide] .error input[type="week"],
[data-abide] .error input[type="email"],
[data-abide] .error input[type="number"],
[data-abide] .error input[type="search"],
[data-abide] .error input[type="tel"],
[data-abide] .error input[type="time"],
[data-abide] .error input[type="url"],
[data-abide] .error input[type="color"],
[data-abide] .error input[type="file"],
[data-abide] .error select,
[data-abide] .error textarea {
  border-color: #f04124;
}

@media only screen and (min-width: 30.0625em) {
  [data-abide] .error small.error {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 30.0625em) {
  form.form-application {
    padding: 1.875rem;
  }
  form.form-application hr {
    margin: 0.9375rem 0 1.875rem;
  }
  input[type="submit"] {
    width: auto;
  }
}

@media only screen and (min-width: 48.0625em) {
  label, p.likelabel {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  label.small-label, p.likelabel.small-label {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  input[type="color"],
  input[type="file"],
  select {
    font-size: 1.125rem;
    height: 3.125rem;
  }
  label input[type="text"], label
  input[type="password"], label
  input[type="date"], label
  input[type="datetime"], label
  input[type="datetime-local"], label
  input[type="month"], label
  input[type="week"], label
  input[type="email"], label
  input[type="number"], label
  input[type="search"], label
  input[type="tel"], label
  input[type="time"], label
  input[type="url"], label
  input[type="color"], label
  input[type="file"], label
  select {
    margin-top: 0.5rem;
  }
  textarea {
    font-size: 1.125rem;
  }
  label textarea {
    margin-top: 0.5rem;
  }
  input[type="checkbox"],
  input[type="radio"] {
    font-size: 1.125rem;
  }
  input[type="checkbox"] label.inline-label,
  input[type="radio"] label.inline-label {
    margin-bottom: 0.5rem;
  }
  form.form-application {
    padding: 2.5rem;
  }
  form.form-application hr {
    margin: 1.25rem 0;
  }
  form.form-application .row {
    z-index: 20;
  }
  .form-note {
    float: right;
    margin-bottom: 0.25rem;
    max-width: 60%;
  }
}

@media only screen and (min-width: 64.063em) {
  form.form-application {
    padding: 3.75rem;
  }
  form.form-application hr {
    margin: 1.875rem 0;
  }
  form.form-application .row {
    z-index: 20;
  }
  form.form-application .form-totalizer {
    z-index: 2;
  }
  .form-note {
    margin-right: -50%;
    max-width: inherit;
  }
  .form-totalizer {
    position: absolute;
    top: 3.75rem;
    left: 50%;
    bottom: auto;
    width: 62.5rem;
    transform: translateX(-50%);
    z-index: 2;
  }
  .form-totalizer .ft_container {
    width: 33.3%;
    margin-left: 66.6667%;
    text-align: left;
    background: transparent;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
  }
  .payment-block {
    height: 360px;
  }
  #stickyBase {
    height: 520px;
    margin-top: -520px;
  }
}

@media only screen and (min-width: 75.0625em) {
  .form-totalizer {
    width: 72.25rem;
    padding-right: 0;
  }
  .form-totalizer .ft_container {
    padding: 0 2.5rem 0 0;
    text-align: right;
    background: #FFFFFF;
    font-size: 1.5rem;
    padding-right: 3.75rem;
  }
}

form.wpcf7-form {
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 0;
}

form.wpcf7-form br {
  display: none;
}

form.wpcf7-form p {
  margin-bottom: 0;
}

form.wpcf7-form .button, form.wpcf7-form input[type="submit"] {
  width: 100%;
  max-width: 37.5rem;
}

.signup-bar {
  width: 100%;
  padding: 1.875rem 1.25rem 1.25rem;
  display: none;
  position: relative;
}

.signup-bar h4.form-title {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #666666;
}

.signup-bar form.subscribe-form input, .signup-bar form.subscribe-form button {
  margin-top: 0;
}

.signup-bar form.subscribe-form input {
  height: 3.4375rem;
  font-size: 1rem;
  margin-bottom: 0;
}

.signup-bar form.subscribe-form button {
  display: block;
  width: 100%;
  height: 3.4375rem;
  background: #666666;
  padding: 0;
  margin-bottom: 0;
  border: none;
  cursor: pointer;
  text-align: center;
}

.signup-bar form.subscribe-form button:hover, .signup-bar form.subscribe-form button:focus {
  background: #525252;
}

.signup-bar form.subscribe-form button i {
  font-size: 1.125rem;
  color: #FFFFFF;
  margin-top: 0.25rem;
  margin-left: 0.1875rem;
}

.signup-bar form.subscribe-form button span {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.signup-bar .fa-close {
  color: #e6e6e6;
  font-size: 1.5rem;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  cursor: pointer;
}

.signup-bar .fa-close:hover, .signup-bar .fa-close:focus {
  color: #b8b8b8;
}

@media only screen and (min-width: 30.0625em) {
  .signup-bar {
    padding: 1.875rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  .signup-bar {
    padding: 0.8333333333rem 2.5rem;
  }
  .signup-bar h4.form-title {
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .signup-bar form#mc-embedded-subscribe-form input, .signup-bar form#mc-embedded-subscribe-form button {
    margin-top: 0.5rem;
  }
  .signup-bar form#mc-embedded-subscribe-form button {
    width: 50%;
  }
}

@media only screen and (min-width: 64.063em) {
  .signup-bar {
    padding: 1.25rem 2.5rem;
  }
  .signup-bar h4.form-title {
    font-size: 1.375rem;
  }
}

#map .button, #map input[type="submit"] {
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  margin-bottom: 0.9375rem;
}

#map p {
  margin-bottom: 0.625rem;
}

#map a:not(.button):not(input[type="submit"]) {
  color: #FFFFFF;
}

#map .more span {
  border-color: #FFFFFF;
}

#map .map-container {
  position: relative;
  height: 855px;
  background-image: url("/images/map.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  font-size: 16px;
}

#map .map-container .location {
  text-transform: uppercase;
  position: absolute;
  text-align: right;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-bottom: 0.0625rem solid #999999;
}

#map .map-container .location.right-border {
  border-right: 0.0625rem solid #999999;
}

#map .map-container .location.right-border.on {
  border-color: #485156;
}

#map .map-container .location.left-border {
  border-left: 0.0625rem solid #999999;
}

#map .map-container .location.left-border.on {
  border-color: #485156;
}

#map .map-container .location.left-border .indicator {
  left: -0.1875rem;
}

#map .map-container .location .indicator {
  background-color: #485156;
  width: 0.3125rem;
  height: 0.3125rem;
  position: absolute;
  right: -0.1875rem;
  top: -0.0625rem;
}

#map .map-container .location span {
  display: block;
  cursor: pointer;
}

#map .map-container .location .city-name {
  padding: 0 0.3125rem;
}

#map .map-container .location#cheshire {
  left: 42.7%;
  top: 48.5%;
}

#map .map-container .location#cheshire .city-name {
  margin-top: 12em;
}

#map .map-container .location#london {
  left: 44%;
  top: 52.5%;
}

#map .map-container .location#london .city-name {
  margin-top: 30em;
}

#map .map-container .location#los-angeles {
  left: 6.5%;
  top: 48%;
}

#map .map-container .location#los-angeles .city-name {
  margin-top: 5em;
}

#map .map-container .location#new-york {
  left: 31.2%;
  top: 45.3%;
}

#map .map-container .location#new-york .city-name {
  margin-top: 3em;
}

#map .map-container .location#atlanta {
  left: 19%;
  top: 51%;
}

#map .map-container .location#atlanta .city-name {
  margin-top: 5em;
}

#map .map-container .location#philadelphia {
  left: 19.5%;
  top: 58.5%;
}

#map .map-container .location#philadelphia .city-name {
  margin-top: 15em;
}

#map .map-container .location#amsterdam {
  top: 55.5%;
  left: 54.5%;
}

#map .map-container .location#amsterdam .city-name {
  margin-top: 22em;
}

#map .map-container .location.active {
  border-color: #485156;
  border-bottom-width: 0.125rem;
}

#map .map-container .location#new-york.active {
  border-left-color: #485156;
}

.popup-box {
  position: absolute;
  right: 1.2em;
  top: 4.5em;
  max-width: 19em;
  background-color: #000000;
  border: 0.125rem solid #FFFFFF;
  padding: 1.5625rem 1.875rem;
  color: #FFFFFF;
  text-align: center;
  visibility: hidden;
}

.popup-box h5 {
  font-weight: 300;
}

.popup-box p {
  overflow: hidden;
  word-wrap: break-word;
}

.popup-box .dotted-divider {
  color: #FFFFFF;
  padding: 0;
  line-height: 0;
}

.popup-box.show {
  visibility: visible;
}

.map-container {
  display: none;
}

.accordion-location {
  perspective: 900;
  margin: 1.25rem 0 0;
}

.accordion-location h5 {
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  margin: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -html-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion-location .accordion-content {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.625rem;
  position: relative;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  z-index: 2;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
}

.accordion-location li {
  position: relative;
  padding: 0;
  margin: 0;
  border-top: 0.0625rem solid #666666;
  overflow: hidden;
  background-color: #FFFFFF;
}

.accordion-location li:last-child {
  border-bottom: 0.0625rem solid #666666;
}

.accordion-location li h5 {
  padding: 1.25rem;
}

.accordion-location input[type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}

.accordion-location input[type=radio]:checked ~ .accordion-content {
  max-height: 50rem;
  overflow: auto;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 1.25rem;
}

@media only screen and (min-width: 48.0625em) {
  .map-container {
    display: block;
  }
}

@media only screen and (min-width: 64.063em) {
  .popup-box {
    right: 9.625em;
    top: 7.5em;
  }
}

.share {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  width: auto;
}

.share div {
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}

.share div h3 {
  margin-right: 1.25rem;
}

.share div ul {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  width: auto;
  margin: 0;
}

.share div ul li {
  display: table-cell;
  vertical-align: middle;
  min-width: 3.75rem;
}

.share div ul li a {
  display: block;
  padding: 1.25rem 1.25rem;
  color: #FFFFFF;
  font-size: 1.25rem;
}

.share div ul li.facebook {
  background-color: #3B5998;
}

.share div ul li.facebook:hover, .share div ul li.facebook:focus, .share div ul li.facebook:active {
  background: #2f477a;
}

.share div ul li.twitter {
  background-color: #54ABEE;
}

.share div ul li.twitter:hover, .share div ul li.twitter:focus, .share div ul li.twitter:active {
  background: #198ee8;
}

.share div ul li.gplus {
  background-color: #E04006;
}

.share div ul li.gplus:hover, .share div ul li.gplus:focus, .share div ul li.gplus:active {
  background: #b33305;
}

.share div ul li.linkedin {
  background-color: #0177b5;
}

.share div ul li.linkedin:hover, .share div ul li.linkedin:focus, .share div ul li.linkedin:active {
  background: #015f91;
}

.share div ul li.email {
  background-color: #999999;
}

.share div ul li.email:hover, .share div ul li.email:focus, .share div ul li.email:active {
  background: #7a7a7a;
}

.social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin: 0;
}

.social li {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 33.333%;
  margin-bottom: 1rem;
}

.social a {
  display: block;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 100%;
  background: #FFFFFF;
  text-align: center;
  margin: 0 auto;
}

.social a i {
  color: #333333;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

.social a i.fa-google-plus {
  margin-top: 0.625rem;
}

.social a:hover i, .social a:focus i, .social a:active i {
  color: #666666;
}

.social.inverted a {
  background: #333333;
}

.social.inverted a i {
  color: #FFFFFF;
}

.social.inverted a:hover, .social.inverted a:focus, .social.inverted a:active {
  background: #666666;
}

.ie9 .social ul {
  text-align: left;
}

.ie9 .social ul li {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 30.0625em) {
  .social ul {
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
  }
  .social ul li {
    width: auto;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 48.0625em) {
  .social ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .social ul li {
    padding-left: 1.25rem;
    padding-right: 0;
  }
  .social ul.left-aligned {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .social ul.left-aligned li {
    padding-right: 1.25rem;
    padding-left: 0;
  }
  .social ul.center-aligned {
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .social ul.center-aligned li {
    padding-right: 1.25rem;
    padding-left: 0;
  }
}

.post-nav {
  position: relative;
  overflow: hidden;
  padding: 0 1.25rem;
}

.post-nav .oth-posts-wrapper {
  overflow: hidden;
}

.post-nav .oth-posts-wrapper .slide-post {
  float: left;
  width: 48%;
  margin-right: 4%;
  display: none;
}

.post-nav .oth-posts-wrapper .slide-post:last-child {
  margin-right: 0;
}

.post-nav .oth-posts-wrapper .slide-post .w-content {
  overflow: hidden !important;
}

.post-nav .oth-posts-wrapper .slide-post .w-content .w-body {
  padding: 1.5625rem 0.9375rem;
}

.post-nav .oth-posts-wrapper .slide-post .w-content .w-body.right {
  float: right !important;
}

.post-nav .oth-posts-wrapper .slide-post .w-content .w-body .section-title {
  font-size: 1.375rem;
  min-height: 3.75rem;
  max-height: 3.75rem;
}

.post-nav .oth-posts-wrapper .slide-post .w-content .w-body .subtitle {
  font-size: 1rem;
}

.post-nav .oth-posts-wrapper .slide-post .w-content .w-body p {
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.post-nav .controls {
  color: #FFFFFF;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 300;
  overflow: hidden;
  padding-bottom: 1.25rem;
  cursor: pointer;
}

.post-nav .controls .ctrl-btn {
  width: 50%;
}

.post-nav .controls .ctrl-btn.prev {
  float: left;
}

.post-nav .controls .ctrl-btn.prev .fa {
  padding-right: 5px;
}

.post-nav .controls .ctrl-btn.next {
  float: right;
  text-align: right;
}

.post-nav .controls .ctrl-btn.next .fa {
  padding-left: 5px;
}

.post-nav .controls .ctrl-btn .fa {
  font-size: 1rem;
}

.post-nav .controls .ctrl-btn span {
  font-size: 0.875rem;
}

@media only screen and (min-width: 30.0625em) {
  .post-nav .oth-posts-wrapper .slide-post {
    display: block;
  }
  .post-nav .oth-posts-wrapper .slide-post .w-content .w-image {
    display: none;
  }
  .post-nav .controls .ctrl-btn .fa {
    font-size: 1.5625rem;
  }
  .post-nav .controls .ctrl-btn span {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .post-nav {
    padding: 0;
  }
  .post-nav .oth-posts-wrapper .slide-post .w-content .w-image {
    display: block;
  }
}

#site-info {
  background: #666666;
}

#site-info .auto-width.columns {
  width: 50%;
}

#site-info h4 {
  color: #FFFFFF;
  font-size: 1.0625rem;
  padding-top: 2rem;
  margin: 0 0 1.125rem 0;
  text-align: center;
}

#site-info ul {
  margin: 0;
  text-align: center;
  list-style: none;
}

#site-info ul li {
  font-size: 0.9375rem;
  margin: 0 0 0.375rem;
}

#site-info ul li a {
  color: #FFFFFF;
  text-decoration: none;
}

#site-info ul li a:hover, #site-info ul li a:focus, #site-info ul li a:active {
  text-decoration: underline;
}

.contact-box {
  background: #333333;
  padding: 0 2rem 0.625rem;
  margin-top: 2rem;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  margin-bottom: 0;
  overflow: hidden;
  text-align: center;
}

.contact-box p {
  color: #FFFFFF;
  margin-bottom: 1.375rem;
}

#site-info-support {
  background: #333333;
  overflow: hidden;
  position: relative;
  padding: 1.3125rem 0;
}

#site-info-support p {
  color: #FFFFFF;
  text-align: center;
  font-size: 0.875rem;
}

#site-info-support p span {
  display: block;
}

#site-info-support .social {
  width: 80%;
  margin: 0 auto 2rem;
}

@media only screen and (min-width: 30.0625em) {
  #site-info {
    padding-bottom: 1.875rem;
  }
  #site-info h4 {
    font-size: 1.125rem;
    padding-top: 2.75rem;
    margin: 0 0 1.125rem 0;
    text-align: left;
  }
  #site-info ul {
    text-align: left;
  }
  #site-info ul li {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .contact-box {
    margin-top: 0;
    margin-right: -0.9375rem;
    margin-left: -1.875rem;
    margin-bottom: 3.75rem;
    overflow: hidden;
    text-align: left;
  }
}

@media only screen and (min-width: 30.0625em) {
  #site-info {
    padding-bottom: 1.875rem;
  }
  #site-info h4 {
    font-size: 1.125rem;
    padding-top: 2.75rem;
    margin: 0 0 1.125rem 0;
    text-align: left;
  }
  #site-info ul {
    text-align: left;
  }
  #site-info ul li {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .contact-box {
    margin-top: 0;
    margin-right: -0.9375rem;
    margin-left: -1.875rem;
    margin-bottom: 3.75rem;
    overflow: hidden;
    text-align: left;
  }
}

@media only screen and (min-width: 48.0625em) {
  #site-info {
    padding-bottom: 0;
  }
  #site-info h4 {
    padding-top: 2.75rem;
    margin-bottom: 1.375rem;
  }
  #site-info ul li {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  #site-info-support {
    background: #333333;
  }
  #site-info-support p {
    margin: 0;
    text-align: left;
  }
  #site-info-support .social {
    width: 100%;
    float: right;
    margin-bottom: 0;
  }
  .contact-box {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 3.75rem;
  }
  .contact-box p {
    margin-bottom: 1.375rem;
  }
}

@media only screen and (min-width: 64.063em) {
  #site-info .auto-width.columns {
    width: auto;
    padding-right: 2.5rem;
  }
  #site-info-support p {
    font-size: 1rem;
    line-height: 2.625rem;
  }
  #site-info-support p span {
    display: inline;
  }
}

@media only screen and (min-width: 75.0625em) {
  #site-info .auto-width.columns {
    width: auto;
    padding-right: 3.75rem;
  }
}

.site-credit {
  margin-top: -1rem;
  margin-right: 1rem;
  float: right;
}

.site-credit-icon {
  width: 35px;
  height: 35px;
  display: block;
  text-decoration: none;
  background: transparent url("/images/hookson-icon.png") no-repeat scroll 0% 0%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.site-credit-icon:hover {
  background-position: 0 -35px;
}

@media only screen and (min-width: 48.0625em) {
  .site-credit {
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 85.375em) {
  .site-credit {
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: 2rem;
    margin-top: -17.5px;
    float: none;
  }
}

#cookie-notice {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0.625rem;
  display: none;
}

#cookienote-container {
  max-width: 61.875rem;
  overflow: hidden;
  color: #FFFFFF;
  margin: 0 auto;
  width: 90%;
  padding: 1rem 0;
  position: relative;
}

#cookienote-container p, #cookienote-container button, #cookienote-container a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0;
}

#cookienote-container p {
  color: #BEBEBE;
  margin: 0 2.8125rem 0 0;
  font-size: 0.6875rem;
  line-height: 1.4;
}

#cookienote-container a.link-more {
  font-size: 0.6875rem;
  line-height: 1.4;
  display: block;
}

#cookienote-container button {
  text-align: center;
  width: 2.75rem;
  height: 1.875rem;
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 0.6875rem;
  line-height: 1.4;
  padding: 0 0.5rem;
  color: #FFFFFF;
  background: #485156;
  border: none;
}

#cookienote-container button:hover, #cookienote-container button:focus, #cookienote-container button:active {
  background: #3a4145;
}

@media only screen and (min-width: 48.0625em) {
  #cookienote-container button {
    top: 0.75rem;
  }
}

@media only screen and (min-width: 64.063em) {
  #cookienote-container {
    height: auto;
    padding: 0;
    width: 100%;
  }
  #cookienote-container p {
    float: left;
    margin: 0;
    line-height: 2.5rem;
  }
  #cookienote-container a.link-more {
    float: left;
    line-height: 2.5rem;
  }
  #cookienote-container button {
    float: left;
    position: relative;
    top: auto;
    right: auto;
    line-height: 1.875rem;
    padding: 0 0.75rem;
    margin: 0.3125rem 1rem;
    width: auto;
    height: auto;
  }
}

.top-bar-custom {
  height: auto;
  line-height: inherit;
}

.top-bar-custom .desktop-only {
  display: none;
}

.top-bar-custom .secondary-header {
  background-color: #485156;
  padding: 1.5625rem 0.625rem;
  color: #a4acb1;
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0;
}

.top-bar-custom .secondary-header .secondary-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin: 0 auto;
  max-width: 76.875rem;
}

.top-bar-custom .secondary-header .secondary-nav a {
  color: #a4acb1;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.top-bar-custom .secondary-header .secondary-nav .left-col, .top-bar-custom .secondary-header .secondary-nav .right-col {
  padding: 0;
}

.top-bar-custom .secondary-header .secondary-nav .left-col a {
  font-size: 1.125rem;
}

.top-bar-custom .secondary-header .secondary-nav .mobile-menu-btn {
  cursor: pointer;
}

.top-bar-custom .secondary-header .secondary-nav .mobile-menu-btn span {
  font-size: 1.3125rem;
  display: block;
}

.top-bar-custom .secondary-header .secondary-nav .mobile-menu-btn.active span, .top-bar-custom .secondary-header .secondary-nav .mobile-menu-btn:focus span, .top-bar-custom .secondary-header .secondary-nav .mobile-menu-btn:hover span, .top-bar-custom .secondary-header .secondary-nav .mobile-menu-btn:active span {
  color: #f3953f;
}

.top-bar-custom .secondary-header .secondary-nav .quick-access-nav {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.top-bar-custom .secondary-header .secondary-nav .quick-access-nav li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 0 0.9375rem;
  position: relative;
}

.top-bar-custom .secondary-header .secondary-nav .quick-access-nav li.nav-divider:after {
  content: "|";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.top-bar-custom .secondary-header .secondary-nav .quick-access-nav li.desktop-only {
  display: none;
}

.top-bar-custom .secondary-header .secondary-nav .quick-access-nav .quick-search-btn {
  margin: 0;
  padding: 0;
  background: none;
  min-width: 0;
  overflow: visible;
}

.top-bar-custom .secondary-header .secondary-nav .quick-access-nav .quick-search-btn:after {
  display: none;
}

.top-bar-custom .secondary-header .secondary-nav .quick-access-nav .quick-search-btn:hover, .top-bar-custom .secondary-header .secondary-nav .quick-access-nav .quick-search-btn:active, .top-bar-custom .secondary-header .secondary-nav .quick-access-nav .quick-search-btn:focus {
  color: #f3953f;
  outline: 0;
}

.top-bar-custom .search {
  position: relative;
  min-width: 8.75rem;
  height: 1.5625rem;
  max-height: 1.5625rem;
  margin: 0;
}

.top-bar-custom .search input {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0.4375rem 23% 0.4375rem 0.4375rem;
  border: none;
  box-shadow: none;
  font-size: 0.625rem;
}

.top-bar-custom .search input::-moz-placeholder {
  color: #a4acb1;
}

.top-bar-custom .search input::-webkit-input-placeholder {
  color: #a4acb1;
}

.top-bar-custom .search input:-ms-input-placeholder {
  color: #a4acb1;
}

.top-bar-custom .search .search-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding: 0.625rem 0.9375rem;
  color: #485156;
  background-color: transparent;
  margin: 0;
  min-width: 0;
}

.top-bar-custom .search .search-btn:focus {
  outline: 0.0625rem dotted #485156;
}

.top-bar-custom .search .search-btn:after {
  display: none;
}

.top-bar-custom .mobile-search-bar {
  position: absolute;
  background-color: rgba(72, 81, 86, 0.9);
  width: 100%;
  top: 4.875rem;
  left: 0;
  padding: 0.9375rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.top-bar-custom .mobile-search-bar .search {
  max-width: 20rem;
  margin: auto;
}

.top-bar-custom .mobile-search-bar.show {
  visibility: visible;
  opacity: 1;
}

.top-bar-custom .title-area {
  text-align: center;
  margin: 0 auto;
  padding: 1.5625rem 0;
  margin-top: 4.875rem;
}

.top-bar-custom .title-area h1 {
  margin: 0;
  font-size: 2.8125rem;
  font-weight: 400;
}

.top-bar-custom .title-area h1 a svg {
  width: 100%;
  height: 100%;
  max-width: 13.125rem;
  max-height: 100%;
}

.top-bar-custom .main-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 4.875rem;
  background-color: rgba(72, 81, 86, 0.9);
  z-index: 2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
}

.top-bar-custom .main-header .main-nav li.leaf {
  font-size: 0.875rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}

.top-bar-custom .main-header .main-nav li.leaf a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  padding: 1.125rem 1.25rem;
}

.top-bar-custom .main-header .main-nav li.leaf a.active, .top-bar-custom .main-header .main-nav li.leaf a:hover, .top-bar-custom .main-header .main-nav li.leaf a:focus {
  color: #f3953f;
}

.top-bar-custom .main-header .main-nav li.leaf.has-dropdown > a {
  position: relative;
}

.top-bar-custom .main-header .main-nav li.leaf.has-dropdown > a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  right: 1.25rem;
  font-size: 1.375rem;
}

.top-bar-custom .main-header .main-nav li.leaf.has-dropdown .dropdown {
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  top: 0;
  left: 100%;
  visibility: hidden;
  padding: 0;
  background-color: rgba(72, 81, 86, 0.9);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.top-bar-custom .main-header .main-nav li.leaf.has-dropdown .dropdown.show {
  visibility: visible;
}

.top-bar-custom .main-header.show {
  opacity: 1;
  visibility: visible;
}

.top-bar-custom .main-header.move {
  left: -100%;
  overflow-x: visible;
}

html.js .top-bar-custom .search input.form-autocomplete {
  background-position: 100% center;
  background-size: 0.875rem 0.75rem;
}

@media only screen and (min-width: 30.0625em) {
  .top-bar-custom .title-area {
    padding: 1.5625rem 0;
  }
}

@media only screen and (min-width: 48.0625em) {
  .top-bar-custom .desktop-only {
    display: inline-block;
  }
  .top-bar-custom .mobile-only {
    display: none;
  }
  .top-bar-custom .secondary-header {
    padding: 1.875rem 0.625rem;
  }
  .top-bar-custom .secondary-header .secondary-nav {
    white-space: nowrap;
  }
  .top-bar-custom .secondary-header .secondary-nav .quick-access-nav {
    top: 5.8125rem;
  }
  .top-bar-custom .secondary-header .secondary-nav .quick-access-nav li.mobile-only:not(.mobile-menu-btn) {
    display: none;
  }
  .top-bar-custom .secondary-header .secondary-nav .quick-access-nav li.desktop-only {
    display: inline-block;
  }
  .top-bar-custom .main-header {
    top: 5.5rem;
  }
  .top-bar-custom .main-header.move {
    left: 0;
    overflow-x: hidden;
  }
  .top-bar-custom .main-header.move .main-nav > li.leaf {
    width: 30%;
  }
  .top-bar-custom .main-header .main-nav {
    max-width: 80.5rem;
  }
  .top-bar-custom .main-header .main-nav li.leaf.has-dropdown .dropdown {
    background-color: rgba(255, 255, 255, 0.1);
    left: auto;
    right: -100%;
    width: 70%;
    height: 100%;
  }
  .top-bar-custom .main-header .main-nav li.leaf.has-dropdown .dropdown.show {
    right: 0;
  }
  .top-bar-custom .title-area {
    margin-top: 5.5rem;
  }
  .top-bar-custom .title-area h1 a svg {
    max-width: 19.0625rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .top-bar-custom .secondary-header .secondary-nav .quick-access-nav li.mobile-only.mobile-menu-btn {
    display: none;
  }
  .top-bar-custom .secondary-header {
    padding: 0.3125rem 0.625rem;
  }
  .top-bar-custom .title-area {
    padding: 3.4375rem 0 1.25rem;
    margin-top: 2.375rem;
  }
  .top-bar-custom .secondary-header .secondary-nav .quick-access-nav.search-wrapper {
    padding-right: 0;
  }
  .top-bar-custom .main-header {
    text-align: center;
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 0;
    width: 100%;
    border-bottom: 0.0625rem solid #d1d3d4;
    background-color: #FFFFFF;
    overflow-x: visible;
  }
  .top-bar-custom .main-header .main-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin: 0 auto;
    display: table;
    width: 100%;
    text-align: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top-bar-custom .main-header .main-nav li.leaf {
    font-size: 0.875rem;
    width: auto;
  }
  .top-bar-custom .main-header .main-nav li.leaf a {
    color: #485156;
  }
  .top-bar-custom .main-header .main-nav li.leaf a.active:hover, .top-bar-custom .main-header .main-nav li.leaf a.active:focus, .top-bar-custom .main-header .main-nav li.leaf a.active:active {
    color: #f3953f;
  }
  .top-bar-custom .main-header .main-nav li.leaf.has-dropdown .dropdown {
    -webkit-transition: none;
    transition: none;
  }
  .top-bar-custom .main-header .main-nav > li.leaf {
    display: table-cell;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
  }
  .top-bar-custom .main-header .main-nav > li.leaf.mobile-only {
    display: none;
  }
  .top-bar-custom .main-header .main-nav > li.leaf a {
    padding: 0.75rem 1.375rem;
    display: block;
  }
  .top-bar-custom .main-header .main-nav > li.leaf:hover > a, .top-bar-custom .main-header .main-nav > li.leaf:focus > a, .top-bar-custom .main-header .main-nav > li.leaf.current > a {
    color: #e6e6e6;
    background-color: #485156;
  }
  .top-bar-custom .main-header .main-nav > li.leaf.has-dropdown a:after {
    display: none;
  }
  .top-bar-custom .main-header .main-nav > li.leaf.has-dropdown .dropdown {
    left: 0;
    top: 2.875rem;
    background-color: rgba(72, 81, 86, 0.9);
    width: auto;
    height: auto;
    min-width: 11.875rem;
    visibility: hidden;
    opacity: 1;
    z-index: 3;
  }
  .top-bar-custom .main-header .main-nav > li.leaf.has-dropdown .dropdown li {
    -webkit-transition: none;
    transition: none;
  }
  .top-bar-custom .main-header .main-nav > li.leaf.has-dropdown .dropdown li a {
    color: #FFFFFF;
    text-transform: none;
    white-space: nowrap;
  }
  .top-bar-custom .main-header .main-nav > li.leaf.has-dropdown .dropdown li a.active {
    color: #f3953f;
  }
  .top-bar-custom .main-header .main-nav > li.leaf.has-dropdown .dropdown li:hover a, .top-bar-custom .main-header .main-nav > li.leaf.has-dropdown .dropdown li:focus a {
    color: #f3953f;
  }
  .top-bar-custom .main-header .main-nav > li.leaf.has-dropdown .dropdown li.back {
    display: none;
    font-size: 0.875rem !important;
  }
  .top-bar-custom .main-header .main-nav > li.leaf.has-dropdown .dropdown li.back h5 {
    margin: 0;
    font-size: 0.875rem !important;
  }
  .top-bar-custom .main-header .main-nav > li.leaf.has-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
  }
  .top-bar-custom .main-header .main-nav > li.leaf.has-dropdown.current {
    position: static;
    padding-bottom: 2.8125rem;
  }
  .top-bar-custom .main-header .main-nav > li.leaf.has-dropdown.current .dropdown {
    text-align: center;
    visibility: visible;
    opacity: 1;
    background-color: #485156;
    top: auto;
    bottom: 0;
    width: 100%;
    z-index: 2;
  }
  .top-bar-custom .main-header .main-nav > li.leaf.has-dropdown.current .dropdown li {
    display: inline-block;
    vertical-align: middle;
  }
  .top-bar-custom .main-header .main-nav > li.leaf.has-dropdown.current .dropdown li a {
    text-transform: uppercase;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
  .top-bar-custom .main-header .main-nav > li.leaf.has-dropdown:last-child .dropdown {
    right: 0;
    left: auto;
  }
}

@media only screen and (max-width: 48em) {
  .top-bar-custom .secondary-header .secondary-nav .left-col {
    width: 35%;
  }
  .top-bar-custom .secondary-header .secondary-nav .right-col {
    width: 65%;
  }
  .top-bar-custom .secondary-header .secondary-nav .quick-access-nav .mobile-menu-btn {
    padding-left: 0;
    padding-right: 0;
  }
  .top-bar-custom .secondary-header .secondary-nav .quick-access-nav .search-wrapper {
    padding-left: 0.3125rem;
  }
}

.nav-heading {
  text-decoration: none;
  text-transform: uppercase;
  color: #f3953f;
}

.nav-heading .nolink {
  font-size: 0.75rem;
  display: inline-block;
}

.nav-heading:after {
  content: "|";
  color: #a4acb1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.media-youtube-video {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.media-youtube-video .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.media-youtube-video .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.media-youtube-video img,
.media-youtube-video .play-button {
  cursor: pointer;
}

.media-youtube-video img,
.media-youtube-video iframe,
.media-youtube-video .play-button,
.media-youtube-video .play-button:before {
  position: absolute;
}

.media-youtube-video .play-button,
.media-youtube-video .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.media-youtube-video iframe {
  height: 100%;
  width: 100%;
  top: 0;
}

#switch {
  position: fixed;
  top: 12.5rem;
  right: 0;
  z-index: 200;
  width: 1.25rem;
  height: 3.75rem;
}

#switch a {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.25rem;
  background: #FFFFFF;
  border: solid 1px #f0f1f0;
  text-decoration: none;
}

#switch a.active {
  color: #FFFFFF;
  background: #485156;
}

.skip, #nav-meta, .screen-reader-text, .element-invisible {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

li.divider {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.addthisevent-drop {
  display: none !important;
}

[class*="column"] + [class*="column"]:last-child {
  float: left;
}

@media only screen and (min-width: 48.0625em) {
  body#home .people .large-4:first-child {
    margin-left: 16.6667%;
  }
}

#branding {
  background-color: #FFFFFF;
  width: 100%;
  border-bottom: solid 1px #f0f1f0;
}

a {
  text-decoration: none;
  color: #f3953f;
}

a:hover, a:focus, a:active {
  color: #f07b0f;
}

hr {
  border: 0;
  color: #485156;
  background: #485156;
  height: 0.125rem;
}

hr.thick {
  border: 0;
  color: #FFFFFF;
  background: #FFFFFF;
  height: 6.25rem;
}

hr.clear {
  border: 0;
  color: #FFFFFF;
  background: #FFFFFF;
  height: 0.125rem;
}

.map {
  height: 0;
  position: relative;
  padding-bottom: 50%;
}

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

#tab_2,
#tab_3,
#tab_4 {
  display: none;
}

.tab_option1 #tab_1 {
  display: block;
}

.tab_option1 #tab_2,
.tab_option1 #tab_3,
.tab_option1 #tab_4 {
  display: none;
}

.tab_option2 #tab_2 {
  display: block;
}

.tab_option2 #tab_1,
.tab_option2 #tab_3,
.tab_option2 #tab_4 {
  display: none;
}

.tab_option3 #tab_3 {
  display: block;
}

.tab_option3 #tab_1,
.tab_option3 #tab_2,
.tab_option3 #tab_4 {
  display: none;
}

.tab_option4 #tab_4 {
  display: block;
}

.tab_option4 #tab_1,
.tab_option4 #tab_2,
.tab_option4 #tab_3 {
  display: none;
}

ul.tabbed-nav.taboptn_1 .tab1_link {
  text-decoration: underline;
}

ul.tabbed-nav.taboptn_2 .tab2_link {
  text-decoration: underline;
}

ul.tabbed-nav.taboptn_3 .tab3_link {
  text-decoration: underline;
}

ul.tabbed-nav.taboptn_4 .tab4_link {
  text-decoration: underline;
}

.button-group {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.button-group li {
  display: inline-block;
  vertical-align: middle;
}

.admin-menu .button-group {
  margin-bottom: 0.9375rem;
  border-bottom: 0.0625rem solid #e6e6e6;
}

.admin-menu .button-group .button, .admin-menu .button-group input[type="submit"] {
  margin: 0.3125rem 0.3125rem 0 0;
}

.admin-menu .button-group li {
  line-height: 1;
}

.admin-menu .button-group li:last-child .button, .admin-menu .button-group li:last-child input[type="submit"] {
  margin-right: 0;
}

body {
  letter-spacing: 0.03125rem;
}

h1 {
  font-size: 1.5625rem;
  margin-bottom: 0.7291666667rem;
}

h2 {
  font-size: 1.375rem;
  margin-bottom: 0.625rem;
}

h3 {
  font-size: 1.1875rem;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.1875rem;
  margin-bottom: 0.4583333333rem;
}

h5 {
  font-size: 1.125rem;
  margin-bottom: 0.4166666667rem;
}

.section-title-wrapper {
  display: block;
  text-align: center;
}

.section p {
  margin-bottom: 1.125rem;
  line-height: 1.8;
}

.section p.footnote {
  font-size: 0.8rem;
}

.section ul {
  margin-bottom: 2rem;
}

.section ul li {
  margin-bottom: 1rem;
}

.section ul.tabbed-nav {
  margin-bottom: 0;
}

.section ul.tabbed-nav li {
  margin-bottom: 0;
}

@media only screen and (min-width: 30.0625em) {
  h1 {
    font-size: 1.5625rem;
  }
  h2 {
    font-size: 1.375rem;
  }
  h3 {
    font-size: 1.1875rem;
  }
  h4 {
    font-size: 1.1875rem;
  }
  h5 {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  h1 {
    font-size: 2.1875rem;
  }
  h2 {
    font-size: 1.875rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.375rem;
  }
}

blockquote {
  position: relative;
  color: #485156;
  padding: 1.5rem 1rem;
  border: none;
  quotes: '\201c' '\201d';
  text-align: center;
}

blockquote p {
  color: #485156;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}

blockquote p em {
  font-style: normal;
}

blockquote::before, blockquote:after {
  font-size: 1.75rem;
  font-weight: 400;
  position: absolute;
  font-family: "Merriweather", serif;
}

blockquote::before {
  content: open-quote;
  left: 0;
  top: 0;
}

blockquote:after {
  content: close-quote;
  right: 0;
  bottom: 0;
}

ul.block-list {
  margin: 0 0 2rem 0;
  list-style: none;
}

ul.block-list ul {
  margin: 0;
  list-style: none;
}

ul.block-list ul li {
  padding: 0.875rem 2rem 0 2rem;
  background: transparent;
  border-left: solid 1px #d7dad7;
}

ul.block-list ul li.even, ul.block-list ul li:nth-child(even) {
  background: transparent;
}

ul.block-list li {
  margin: 0;
  padding: 0.875rem 1.75rem;
  font-size: 0.9375rem;
  font-family: "Merriweather", serif;
  background: #f0f1f0;
}

ul.block-list li.even, ul.block-list li:nth-child(even) {
  background: #f6f7f6;
}

ul.block-list li a {
  color: #485156;
  text-decoration: none;
}

ul.block-list li a:hover, ul.block-list li a:focus, ul.block-list li a:active {
  text-decoration: underline;
}

@media only screen and (min-width: 64.063em) {
  ul.block-list li {
    font-size: 1.125rem;
  }
}

.tb_container {
  z-index: 100;
  position: relative;
}

.row.full-width {
  max-width: 100%;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

.section.shaded {
  padding: 0 1.25rem 1.25rem;
  background: #f0f1f0;
}

.section.shaded.padded {
  padding-top: 1.25rem;
}

.section.shaded .columns {
  padding-left: 0;
  padding-right: 0;
}

.section.shaded.compress {
  padding-top: 0;
  padding-bottom: 0;
}

.section.footer-ctas {
  border-top: solid #FFFFFF 5.625rem;
}

.section.post {
  padding: 1.875rem 0;
}

.section.call-to-action {
  padding: 1.875rem;
}

.section.tabbed {
  background: #666666;
}

.section .widget-text .button, .section .widget-text input[type="submit"] {
  margin-bottom: 0;
}

.section .widget-article .button, .section .widget-article input[type="submit"] {
  margin-bottom: 0;
}

#block_1 .section.shaded {
  padding-top: 1.25rem !important;
}

@media only screen and (min-width: 30.0625em) {
  .section.shaded {
    padding: 0 1.875rem 1.875rem;
  }
  .section.shaded.padded {
    padding-top: 1.875rem;
  }
  .section.shaded.compress {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section.shaded .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  #block_1 .section.shaded {
    padding-top: 1.875rem !important;
  }
}

@media only screen and (min-width: 48.0625em) {
  .section.shaded {
    padding: 0 2.5rem 2.5rem;
  }
  .section.shaded.padded {
    padding-top: 2.5rem;
  }
  #block_1 .section.shaded {
    padding-top: 2.5rem !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .section.shaded {
    padding: 0 3.75rem 3.75rem;
  }
  .section.shaded.padded {
    padding-top: 3.75rem;
  }
  #block_1 .section.shaded {
    padding-top: 3.75rem !important;
  }
}

.article-controls .article-summary {
  display: none;
  background: #FFFFFF;
  position: relative;
}

.article-controls .article-summary img {
  position: absolute;
  top: 0;
  left: 0;
}

.article-controls .article-summary h5 {
  font-size: 1.5rem;
  padding: 1.5rem 0 0.625rem;
  margin: 0 1.5rem 1.5rem 1.5rem;
  border-bottom: solid 2px #f3953f;
  display: inline-block;
  text-align: center;
}

.article-controls .article-summary h5 a {
  color: #666666;
  text-decoration: none;
}

.article-controls .article-summary h5 a:hover, .article-controls .article-summary h5 a:focus, .article-controls .article-summary h5 a:active {
  color: #f3953f;
  border-bottom-color: #666666;
}

.article-controls .article-summary p {
  font-size: 1rem;
  margin: 0 1.5rem 1.5rem;
}

.article-controls .article-link {
  background: #FFFFFF;
  height: 6.875rem;
}

.article-controls .article-link h5 {
  font-size: 1.25rem;
  padding: 2.1875rem 1.25rem 0.625rem 0.625rem;
  margin: 0 1.5rem;
  border-bottom: solid 2px #f3953f;
  display: block;
  text-align: left;
  position: relative;
}

.article-controls .article-link h5 a {
  color: #666666;
  text-decoration: none;
}

.article-controls .article-link h5 a:hover, .article-controls .article-link h5 a:focus, .article-controls .article-link h5 a:active {
  color: #f3953f;
  border-bottom-color: #666666;
}

.article-controls .article-link h5:after {
  content: "\f054";
  font-size: 1.125rem;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
}

@media only screen and (min-width: 30.0625em) {
  .share span {
    margin-right: 0.5625rem;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .share a {
    font-size: 1.625rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  .article-controls {
    height: 13.75rem;
    margin: 0 auto;
    max-width: 58.125rem;
  }
  .article-controls .article-summary h5, .article-controls .article-link h5 {
    font-size: 1.375rem;
    text-align: left;
  }
  .article-controls .article-summary h5 span, .article-controls .article-link h5 span {
    height: 5rem;
    display: table-cell;
    vertical-align: bottom;
  }
  .article-controls .article-summary {
    height: 13.75rem;
    padding-left: 13.75rem;
    display: block;
  }
  .article-controls .article-summary img {
    width: 13.75rem;
    height: 13.75rem;
  }
  .article-controls .article-summary h5 {
    padding: 1.5rem 0 0.625rem;
    margin: 0 1.5rem 0.625rem 1.5rem;
  }
  .article-controls .article-summary p {
    font-size: 0.875rem;
    margin: 0 1.5rem 1.5rem;
  }
  .article-controls .article-link {
    background: #FFFFFF;
    height: 13.75rem;
    text-align: center;
  }
  .article-controls .article-link h5 {
    padding: 1.5rem 2.75rem 0.625rem 0.625rem;
    margin: 0 1.5rem;
  }
  .article-controls .article-link h5:after {
    font-size: 1.25rem;
    bottom: 0.875rem;
    right: 0.625rem;
  }
}

.button, input[type="submit"], button {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 0.9375rem 0.375rem 0.4375rem;
  background-color: #f3953f;
  color: #FFFFFF;
  min-width: 10.625rem;
  position: relative;
  text-align: left;
  height: auto;
  font-weight: 300;
  font-family: "proxima-nova", "Montserrat", sans-serif;
  overflow: hidden;
}

.button:after, input[type="submit"]:after, button:after {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #FFFFFF;
  padding-left: 0.625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  right: -50%;
}

.button:hover, input[type="submit"]:hover, .button:focus, input[type="submit"]:focus, .button:active, input[type="submit"]:active, button:hover, button:focus, button:active {
  background-color: #f07b0f;
}

.button:hover:after, input[type="submit"]:hover:after, .button:focus:after, input[type="submit"]:focus:after, .button:active:after, input[type="submit"]:active:after, button:hover:after, button:focus:after, button:active:after {
  right: 0.4375rem;
}

.button.secondary.active, input.secondary.active[type="submit"], .button.secondary:focus, input.secondary[type="submit"]:focus, .button.secondary:hover, input.secondary[type="submit"]:hover, .button.secondary:active, input.secondary[type="submit"]:active, button.secondary.active, button.secondary:focus, button.secondary:hover, button.secondary:active {
  background-color: #cdcdcd;
}

.button.txt-link, input.txt-link[type="submit"], button.txt-link {
  padding: 0;
  background-color: transparent;
  min-width: 0;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #485156;
  cursor: pointer;
}

.button.txt-link:after, input.txt-link[type="submit"]:after, button.txt-link:after {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #f3953f;
  padding-left: 0.625rem;
  right: 0;
  position: relative;
}

.button.txt-link:hover, input.txt-link[type="submit"]:hover, .button.txt-link:focus, input.txt-link[type="submit"]:focus, .button.txt-link:active, input.txt-link[type="submit"]:active, button.txt-link:hover, button.txt-link:focus, button.txt-link:active {
  color: #f3953f;
  border-color: #f3953f;
}

a.button-image {
  background-color: #FFFFFF;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  height: 6.875rem;
  padding-left: 6.875rem;
  margin-bottom: 1.25rem;
}

a.button-image .b-image {
  display: block;
  width: 6.875rem;
  height: 6.875rem;
  margin-right: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

a.button-image h5 {
  font-size: 1.5rem;
  padding: 0.625rem 0 0.625rem 1.5rem;
  margin: 1.5rem;
  border-bottom: solid 2px #c25911;
  display: block;
  position: relative;
}

a.button-image h5:before {
  content: "\f067";
  font-size: 1rem;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  top: 0.875rem;
  left: 0;
}

a.button-image:hover h5, a.button-image:focus h5, a.button-image:active h5 {
  color: #c25911;
  border-bottom-color: #666666;
}

label input[type="checkbox"], label input[type="radio"] {
  margin-top: 0;
}

label, .description, .form-item .description {
  font-size: 0.875rem;
}

@media only screen and (min-width: 30.0625em) {
  .button, input[type="submit"], button {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  label, .description, .form-item .description {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 64.063em) {
  a.button-image {
    height: 13.75rem;
    padding-left: 13.75rem;
  }
  a.button-image .b-image {
    display: block;
    width: 13.75rem;
    height: 13.75rem;
    margin-right: 1.875rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  a.button-image h5 {
    font-size: 2rem;
    padding: 0.625rem 1.5rem 0.625rem 2.75rem;
    margin: 4rem;
  }
  a.button-image h5:before {
    font-size: 1.5rem;
    top: 0.875rem;
    left: 1.5rem;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.form-item .description {
  margin-top: 0.625rem;
}

.widget-landscape {
  background-color: #e6e6e6;
}

.widget-landscape .w-content .w-body {
  text-align: left;
  overflow: hidden;
  padding: 2.5rem;
}

.widget-landscape .w-content .w-body.right {
  margin-left: 2.5rem;
}

.share {
  margin: 0 0 2rem 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.share li {
  display: inline-block;
  vertical-align: middle;
}

.share span {
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5625rem;
  display: block;
  text-align: left;
}

.share a {
  color: #485156;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  padding: 0.1875rem 0.625rem 0.1875rem 0;
}

.has-dropdown .back {
  background-color: #485156;
}

.has-dropdown .back h5 {
  margin: 0;
  font-size: 0.875rem;
}

font {
  color: inherit;
  font-size: inherit;
}

.wrapper {
  padding: 0.625rem 0 2.5rem;
}

.wrapper .secondary-content {
  margin-bottom: 1.875rem;
}

.wrapper .secondary-content:not(:last-child) {
  border-bottom: 0.0625rem solid #d1d3d4;
  padding-bottom: 0.9375rem;
}

.wrapper.fullwidth .row {
  max-width: none;
}

.wrapper.no-padding {
  padding: 0;
}

.wrapper p {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.wrapper p.coloured {
  color: #f3953f;
}

.wrapper p.default {
  color: #000000;
}

.wrapper.grey {
  background-color: #e6e6e6;
}

.wrapper.main:not(.no-border) > .row {
  border-bottom: 0.0625rem solid #d1d3d4;
}

.wrapper.bordered {
  border-top: 0.625rem solid #FFFFFF;
  border-bottom: 0.625rem solid #FFFFFF;
}

.wrapper .toggle-content-btn {
  display: none;
}

.wrapper .block-title {
  margin: 0;
  padding-bottom: 0.4375rem;
  margin-bottom: 1.5625rem;
  border-bottom: 0.0625rem solid #d1d3d4;
}

.no-margin {
  margin: 0;
}

.split-content {
  overflow: hidden;
}

.split-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.split-content ul li p {
  margin-bottom: 0 !important;
}

.split-content ul li a {
  font-size: 1.125rem;
}

.widget-text {
  max-width: none;
  padding: 1.875rem 0;
  margin: 0;
  text-align: center;
}

.widget-text .section-title {
  padding: 0;
  text-transform: uppercase;
  font-weight: 300;
}

.txt-link {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #485156;
  cursor: pointer;
}

.txt-link:hover, .txt-link:focus, .txt-link:active {
  color: #f3953f;
  border-color: #f3953f;
}

.txt-link:after {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #f3953f;
  padding-left: 0.625rem;
}

.backto .txt-link:after {
  display: none;
}

.cta .txt-link {
  background-color: #f3953f;
  color: #FFFFFF;
  padding: 0.375rem 0.9375rem 0.375rem 0.4375rem;
  border: 0.0625rem solid #f3953f;
  text-transform: uppercase;
  font-size: 0.8125rem;
  margin-bottom: 0.9375rem;
  overflow: hidden;
  padding-right: 1.5625rem;
  position: relative;
}

.cta .txt-link:after {
  color: #FFFFFF;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.cta .txt-link:hover, .cta .txt-link:focus, .cta .txt-link:active {
  background-color: #f07b0f;
  border-color: #f07b0f;
}

.cta .txt-link:hover:after, .cta .txt-link:focus:after, .cta .txt-link:active:after {
  right: 0.4375rem;
}

.cta .txt-link.secondary {
  background-color: transparent;
}

.cta .txt-link.secondary:after, .cta .txt-link.secondary {
  color: #f3953f;
}

.hero {
  height: 16.5625rem;
  overflow: hidden;
  width: 100%;
}

.hero.text-hero {
  border-bottom: 0.0625rem solid #d1d3d4;
  padding-bottom: 1.25rem;
}

.hero.text-hero, .hero.image-hero {
  height: auto;
  margin-bottom: 2.5rem;
}

.hero .hero-img-carousel {
  height: 100%;
}

.hero .bg-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero .bg-hero img {
  position: absolute;
  max-width: inherit;
  width: 200%;
  right: -50%;
  margin-right: 50%;
  z-index: 1;
  bottom: 0;
}

.hero .bg-hero picture {
  max-width: 100%;
  height: 100%;
}

.hero .hero-slide {
  position: relative;
  height: 100%;
}

.hero .hero-slide.slide-bg {
  background-color: #aeaeae;
}

.hero .hero-content-wrapper {
  max-width: 72.5rem;
  margin: auto;
  display: block;
  padding: 0 0.9375rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.hero .hero-content-wrapper .hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  height: 100%;
  padding: 5% 0 2.5%;
  max-width: 60%;
}

.hero .hero-content-wrapper .hero-content .main-hero-content, .hero .hero-content-wrapper .hero-content .secondary-hero-content {
  width: 100%;
  text-align: left;
}

.hero-content h1, .hero-content h3, .hero-content h3, .hero-content h4, .hero-content h5, .hero-content h6, .hero-content p {
  font-family: 'Montserrat', sans-serif;
}

.hero-content h1 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #FFFFFF;
}

.hero-content h2 {
  max-width: 80%;
  background: none;
  color: #FFFFFF;
  border: none;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 100;
}

.hero-content h4, .hero-content p {
  font-size: 0.625rem;
  line-height: 1.25rem;
  margin: 0;
  color: #FFFFFF;
}

.hero-content h4 {
  font-weight: 100;
}

.hero-content small {
  font-size: 90%;
  line-height: 1.875rem;
  color: inherit;
}

.hero-content strong {
  text-transform: uppercase;
  font-weight: 400;
}

.hero-content a, .hero-content p {
  color: #FFFFFF;
}

.breadcrumbs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin: 0 0.9375rem 0.3125rem;
  padding: 0.625rem 0 0.3125rem;
  border-bottom: 0.0625rem solid #e6e6e6;
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  font-weight: 100;
}

.breadcrumbs li:not(:last-child):after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4375rem;
}

.breadcrumbs li span, .breadcrumbs li a {
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  color: #f3953f;
}

.breadcrumbs li a {
  text-decoration: none;
}

.breadcrumbs li.current a {
  color: #485156;
}

@media only screen and (min-width: 30.0625em) {
  .hero .bg-hero picture {
    max-width: 100%;
  }
}

@media only screen and (min-width: 48.0625em) {
  .hero .bg-hero picture {
    max-width: 105%;
  }
}

@media only screen and (min-width: 64.063em) {
  .breadcrumbs {
    padding-top: 0;
  }
  .hero .bg-hero picture {
    max-width: 147%;
  }
}

.ui-accordion {
  font-family: "proxima-nova", "Montserrat", sans-serif;
  font-weight: 300;
  font-size: inherit;
}

.ui-accordion > div {
  padding: 2rem 0;
  border-bottom: 0.0625rem solid #d1d3d4;
}

.ui-accordion .ui-accordion-content {
  border: none;
  padding: 2rem 0 0;
}

.ui-accordion .ui-accordion-content.ui-widget-content {
  color: #485156;
}

.ui-accordion .ui-accordion-content span, .ui-accordion .ui-accordion-content font {
  font-family: inherit !important;
}

.ui-accordion .ui-accordion-icons {
  padding: 0;
}

.ui-accordion-header {
  cursor: pointer;
  border-radius: 0;
  background: none;
  font-weight: inherit;
}

.ui-accordion-header.ui-state-default {
  border: none;
}

.ui-accordion-header .txt-link:after {
  content: "\f107";
  font-size: 1.375rem;
}

.ui-accordion-header.ui-accordion-header-active .txt-link {
  color: #f3953f;
}

.ui-accordion-header.ui-accordion-header-active .txt-link:after {
  content: "\f106";
}

.ui-accordion-header .ui-accordion-header-icon {
  display: none;
}

.regular-input {
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0.3125rem 0.625rem;
  background-color: #FFFFFF;
  border: 0.0625rem solid #CCCCCC;
  box-shadow: none;
  margin: 0.5rem 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.regular-input:not(textarea) {
  height: 2rem !important;
}

.regular-input::-moz-placeholder {
  color: #CCCCCC;
}

.regular-input::-webkit-input-placeholder {
  color: #CCCCCC;
}

.regular-input:-ms-input-placeholder {
  color: #CCCCCC;
}

.regular-input:focus::-moz-placeholder, .regular-input:active::-moz-placeholder {
  color: transparent;
}

.regular-input:focus::-webkit-input-placeholder, .regular-input:active::-webkit-input-placeholder {
  color: transparent;
}

.regular-input:focus:-ms-input-placeholder, .regular-input:active:-ms-input-placeholder {
  color: transparent;
}

.regular-input:focus {
  -webkit-box-shadow: 0 0 0.5rem #f3953f;
  -moz-box-shadow: 0 0 0.5rem #f3953f;
  box-shadow: 0 0 0.5rem #f3953f;
  border-color: #f6b06f !important;
  outline: 0;
}

.regular-input.small {
  max-width: 9.375rem;
}

select {
  background-image: url(/images/select-dropdown.png);
  background-position-x: 99.5%;
}

select[multiple] {
  background-image: none;
}

select option, select {
  background-color: #FFFFFF;
}

.widget a {
  text-decoration: none;
}

.widget .w-header, .widget .w-body {
  text-align: left;
}

.widget .txt-link {
  display: block;
  position: relative;
  padding-right: 1.0625rem;
}

.widget .txt-link:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 1.25rem;
}

.widget .txt-link:last-child {
  margin-bottom: 0;
}

.widget .txt-link.inline {
  display: inline-block;
}

.widget h5 .txt-link {
  display: inline-block;
}

.widget .cta .txt-link:after {
  right: -50%;
}

.widget .cta .txt-link:hover:after {
  right: 0.4375rem;
}

.widget .estimate .txt-link {
  display: inline-block;
}

.widget .w-image img {
  width: auto;
}

.widget.grey {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #e6e6e6;
}

.widget .profile-details {
  margin-bottom: 0.625rem;
}

.widget-portrait .w-body {
  padding: 0.3125rem 0;
}

.widget-featured {
  min-height: 15.625rem;
  margin: 0;
  padding: 0;
}

.widget-featured .w-content {
  height: 100%;
}

.widget-featured .w-body {
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-color: rgba(114, 139, 120, 0.9);
  color: #FFFFFF;
  text-align: left;
  padding: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.widget-featured .w-body h1 a, .widget-featured .w-body h2 a, .widget-featured .w-body h3 a, .widget-featured .w-body h4 a, .widget-featured .w-body h5 a, .widget-featured .w-body h6 a {
  color: #FFFFFF;
}

.widget-featured .w-image, .widget-featured .bg-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.widget-featured .w-image img, .widget-featured .bg-hero img {
  height: 100%;
  max-width: none;
  width: auto;
}

.widget-landscape {
  padding: 0;
}

.widget-landscape > .row {
  margin: 0;
}

.widget-landscape .w-body {
  text-align: center;
}

.widget-landscape .w-body.caret:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 0;
  height: 0;
  border-left: 1.375rem solid transparent;
  border-right: 1.375rem solid transparent;
  border-bottom: 1.375rem solid transparent;
  border-top: 1.375rem solid #e6e6e6;
  bottom: -2.7rem;
}

.widget-landscape .w-image.w-video {
  height: 100%;
  padding: 0;
}

.widget-landscape .w-image.left {
  padding-right: 0;
}

.widget-landscape .w-image.right {
  padding-left: 0;
}

.widget-landscape--split .w-content {
  margin-bottom: 1.875rem;
}

.widget-landscape--split:not(:last-child) .w-content {
  padding-bottom: 1.875rem;
  border-bottom: 0.0625rem solid #d1d3d4;
}

.widget-landscape--split .columns.right, .widget-landscape--split .columns.left {
  border: 0;
}

.widget-landscape--split .w-body {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: transparent;
}

.widget-landscape--split .w-body p.estimate {
  margin-bottom: 0;
}

.widget-landscape--split .w-body h1, .widget-landscape--split .w-body h2, .widget-landscape--split .w-body h3, .widget-landscape--split .w-body h4, .widget-landscape--split .w-body h5, .widget-landscape--split .w-body h6 {
  margin-top: 0;
}

.view-specialists .widget-landscape--split, .view-specialists .widget-landscape--split > .widget-landscape--split {
  margin-bottom: 0;
}

.widget-landscape--textonly {
  margin: 0;
  margin-bottom: 1.875rem;
}

.widget-landscape--textonly:not(:last-child) {
  padding-bottom: 1.875rem;
  border-bottom: 0.0625rem solid #d1d3d4;
}

.widget-landscape--textonly .w-body {
  padding: 0;
}

.widget-landscape--textonly .w-body .txt-link {
  display: inline-block;
}

.widget-landscape--textonly .w-footer {
  padding: 0.625rem 0 0;
  text-align: left;
}

.widget-landscape--textonly .w-footer p {
  margin: 0;
  font-size: 0.75rem;
}

.widget-landscape--textonly .w-footer .lot-nav {
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.widget-landscape--textonly .w-footer .lot-nav a {
  color: #485156;
}

.widget-landscape--textonly .w-footer .lot-nav a:focus, .widget-landscape--textonly .w-footer .lot-nav a:hover {
  color: #f3953f;
}

.lot-header {
  margin-bottom: 3.125rem;
}

.lot-header .lot-selectbox .regular-input:not(.small) {
  max-width: 20.9375rem;
}

.lot-header:not(.regular) h1, .lot-header:not(.regular) h2, .lot-header:not(.regular) h3, .lot-header:not(.regular) h4, .lot-header:not(.regular) h5, .lot-header:not(.regular) h6 {
  font-weight: 100;
}

.lot-header:not(.regular) strong {
  font-weight: 400;
}

.lot-header .month-lot {
  margin-bottom: 0.3125rem;
}

.lot-header .lot-name {
  margin: 0;
  margin-bottom: 0.3125rem;
  font-weight: 400;
}

.lot-header .date-auction {
  margin-bottom: 0.3125rem;
}

.lot-header ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0.9375rem;
}

.lot-header .cta .txt-link {
  padding-right: 0.4375rem;
}

.lot-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.lot-nav li {
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
  font-size: 0.6875rem;
}

.lot-nav li a {
  text-decoration: none;
  color: #485156;
}

.lot-nav li a:hover, .lot-nav li a:focus, .lot-nav li a:active {
  color: #f3953f;
}

.lot-nav li:after {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3125rem;
  color: #f3953f;
  font-size: 120%;
}

.lot-nav li:last-child:after {
  visibility: hidden;
  padding: 0;
}

.lot-detail .details {
  margin-top: 4.375rem;
}

.lot-detail .details p {
  margin-top: 3.125rem;
  font-size: 0.9375rem;
}

.lot-detail .details p.estimate {
  margin-top: 1.5625rem;
}

.lot-detail .lot-controls {
  overflow: hidden;
  margin-bottom: 1.875rem;
  padding: 0.3125rem 0;
  border-top: 0.0625rem solid #d1d3d4;
  border-bottom: 0.0625rem solid #d1d3d4;
}

.lot-detail .lot-controls .lot-ctrl-btn {
  float: left;
  text-decoration: none;
  font-size: 0.875rem;
}

.lot-detail .lot-controls .lot-ctrl-btn.next {
  float: right;
}

.lot-detail .lot-controls .lot-ctrl-btn.next .fa {
  padding-left: 0.625rem;
}

.lot-detail .lot-controls .lot-ctrl-btn.prev .fa {
  padding-right: 0.625rem;
}

.lot-detail .lot-controls .lot-ctrl-btn .fa {
  font-size: 1.25rem;
}

.lot-detail .lot-controls .lot-ctrl-btn .fa, .lot-detail .lot-controls .lot-ctrl-btn span {
  display: inline-block;
  vertical-align: middle;
}

.lot-carousel-menu .cta {
  margin-top: 1.25rem;
  text-align: center;
}

.img-carousel-for img, .img-carousel-nav img {
  width: 100%;
}

.img-carousel-for .image-slide:focus, .img-carousel-for .image-slide, .img-carousel-nav .image-slide:focus, .img-carousel-nav .image-slide {
  outline: 0;
}

.img-carousel-for {
  margin-bottom: 1.5625rem;
  margin-top: 1.875rem;
}

.img-carousel-nav {
  padding: 0 0.9375rem;
}

.img-carousel-nav .image-slide {
  padding: 0 0.625rem;
  cursor: pointer;
}

.img-carousel-nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.3125rem;
  font-size: 2.125rem;
  z-index: 1;
  cursor: pointer;
  color: #f3953f;
}

.img-carousel-nav .slick-arrow.fa-angle-left {
  left: 0;
}

.img-carousel-nav .slick-arrow.fa-angle-right {
  right: 0;
}

.sidebar {
  margin: 1.25rem 0;
}

.sidebar .row {
  width: 100%;
}

.sidebar.grey {
  background-color: #e6e6e6;
  padding: 1.875rem 0.3125rem;
}

.sidebar.grey .row {
  margin: auto;
}

.sidebar .widget {
  margin: 0;
}

.sidebar .widget.small-12:not(:last-child) {
  margin-bottom: 1.875rem;
}

.sidebar .widget .txt-link {
  display: inline-block;
}

.sidebar .widget .view-content {
  margin-bottom: 0.625rem;
}

.sidebar ul.quick-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar ul.quick-links li:not(:first-child) {
  margin-top: 0.9375rem;
}

.sidebar .featured-tweet {
  position: relative;
}

.sidebar .featured-tweet > img {
  position: absolute;
  top: 0.3125rem;
  left: 0;
}

.sidebar .featured-tweet a {
  color: #f3953f;
}

.sidebar .featured-tweet .body-tweet {
  padding-left: 3.4375rem;
}

.sidebar .regular-input {
  margin-bottom: 0;
}

.sidebar .filter label {
  margin-bottom: 0;
}

.sidebar .filter label .small {
  display: inline-block;
}

.sidebar .filter:not(:first-child) label {
  margin-top: 1.25rem;
}

.sidebar .item-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar .item-list ul:before, .sidebar .item-list ul:after {
  content: "";
  display: table;
  clear: both;
}

.sidebar .item-list ul li {
  float: left;
  width: 50%;
  padding-right: 0.625rem;
  margin: 0;
}

.sidebar .item-list ul li.expanded {
  width: 100%;
}

.wrapper .sidebar p {
  margin: 0;
}

.sale-views.base {
  overflow: hidden;
  margin: 1.25rem 0;
}

.sale-views.base .page-controls, .sale-views.base .page-view-numbers {
  width: 80%;
}

.sale-views.base .page-controls a.next, .sale-views.base .page-controls a.prev {
  padding: 0.3125rem;
  display: inline-block;
  vertical-align: middle;
}

.sale-views.base .page-controls a.next {
  padding-right: 0;
}

.sale-views.base .page-controls a.next .fa {
  padding-left: 0.3125rem;
}

.sale-views.base .page-controls a.prev {
  padding-left: 0;
}

.sale-views.base .page-controls a.prev .fa {
  padding-right: 0.3125rem;
}

.sale-views.base .page-view-numbers, .sale-views.base .page-controls {
  margin: auto;
}

.pager {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #f3953f;
}

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

.pager li {
  float: left;
  color: #f3953f;
  padding: 0.3125rem;
}

.pager li.label {
  padding-left: 0;
  padding-right: 0.9375rem;
}

.pager li.pager-current, .pager li.current {
  font-weight: 400;
}

.pager li.arrow {
  text-transform: capitalize;
}

.pager li.arrow a {
  color: #f3953f;
}

.item-list .pager li {
  margin: 0;
}

.login-container .grey {
  background-color: #e6e6e6;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.login-container form .button, .login-container form input[type="submit"] {
  margin-bottom: 0;
}

@media only screen and (min-width: 30.0625em) {
  .pager li.arrow {
    float: right;
  }
}

form .block-opt-list span {
  font-size: 0.8125rem;
}

.split-form.row, .split-form .row {
  margin: 0;
}

.split-form .columns {
  padding: 0;
}

.split-form .columns:not(:last-child) {
  padding-right: 0.9375rem;
}

.split-form label.split {
  width: 100%;
}

.split-form label span {
  font-size: 0.875rem;
}

.split-form.bordered, .split-form .bordered {
  border: 0.0625rem solid #f3953f;
  padding: 1.4375rem;
  margin-bottom: 1.875rem;
}

.split-form textarea {
  resize: none;
}

.split-form .options label {
  display: inline-block;
  vertical-align: middle;
}

.split-form .options label span {
  font-size: 0.875rem;
}

.split-form .options label input, .split-form .options label span {
  display: inline-block;
  vertical-align: middle;
}

.split-form .options label input[type="checkbox"] {
  margin: 0.1875rem 0.5rem 0.1875rem 0;
}

.split-form .options label:not(:last-child) {
  margin-right: 0.625rem;
}

.split-form .options label .left-split-col, .split-form .options label .right-split-col {
  width: auto !important;
}

.split-form .options label .left-split-col {
  padding-left: 0.625rem;
}

.split-form .options.block-opt-list label {
  width: 100%;
}

.split-form .h-separator {
  border: 0;
  height: 0;
  back-color: transparent;
  border-bottom: 0.0625rem solid #d1d3d4;
}

form.online-pay-form .button:not(:last-child), form.online-pay-form input[type="submit"]:not(:last-child) {
  margin-right: 1.875rem;
}

.tabs .tab-title {
  width: 50%;
}

.tabs .tab-title > a {
  background-color: #f3953f;
  color: #FFFFFF;
  padding: 0.375rem 1.0625rem;
  position: relative;
}

.tabs .tab-title > a:hover, .tabs .tab-title > a:focus, .tabs .tab-title > a:active {
  color: #f3953f;
  background-color: #FFFFFF;
}

.tabs .tab-title > a:focus {
  outline: 0.0625rem dotted #f3953f;
}

.tabs .tab-title.active > a {
  color: #f3953f;
  background-color: #FFFFFF;
}

.tabs-content > .content {
  background-color: #FFFFFF;
}

.tabs-content > .content.row {
  margin: 0;
  margin-bottom: 0.625rem;
}

.tabs-content .block-opt-list {
  padding: 0 1.25rem;
}

.tabs-content > .row.flex {
  margin: 0;
}

.tabs-content .right {
  padding: 0 0.9375rem;
}

.footer {
  padding: 1.25rem 0;
}

.footer .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer a {
  text-decoration: none;
}

.footer h4 a {
  color: #666666;
}

.footer .footer-links {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0.9375rem;
}

.footer .footer-links a {
  width: 100%;
}

.footer .copyright, .footer .footer-links {
  font-size: 0.75rem;
}

.footer .copyright {
  text-align: left;
  margin-top: 0.9375rem;
}

.footer .f-right, .footer .f-left {
  text-align: center;
}

.footer .f-logo {
  margin-bottom: 0.4375rem;
  margin-top: 0.4375rem;
  line-height: 1;
}

.footer .f-logo a {
  display: inline-block;
}

.footer .f-logo a svg {
  width: 100%;
  height: 100%;
  max-width: 10.625rem;
  max-height: 2.5rem;
}

.footer .widget.widget-block {
  margin: 0;
}

.featured-block .featured-container.row .widget.widget-portrait .w-image img {
  width: 100%;
}

.featured-block .featured-container.row .w-header h4 {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}

.featured-block .featured-container.row .w-header a {
  color: #485156;
}

@media only screen and (max-width: 30em) {
  .wrapper .mobile-hidden {
    display: none;
  }
  .wrapper .mobile-hidden.show {
    display: block;
  }
  .wrapper .toggle-content-btn {
    display: inline-block;
    margin-bottom: 0.9375rem;
  }
  .wrapper .toggle-content-btn:after {
    content: "\f107";
  }
  .wrapper .toggle-content-btn .less {
    display: none;
  }
  .wrapper .toggle-content-btn.active:after {
    content: "\f106";
  }
  .wrapper .toggle-content-btn.active .less {
    display: inline-block;
  }
  .wrapper .toggle-content-btn.active .more {
    display: none;
  }
  .sidebar .quick-links h6 {
    font-size: 0.875rem;
  }
  .sidebar .quick-links p {
    font-size: 0.75rem;
  }
  .sidebar .widget-container .block-title {
    cursor: pointer;
    position: relative;
  }
  .sidebar .widget-container .block-title:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.9375rem;
  }
  .sidebar .widget-container .block-title.active:after {
    content: "\f106";
  }
  .sidebar .widget-container > .quick-links, .sidebar .widget-container > .item-list, .sidebar .widget-container > iframe {
    display: none;
  }
  .widget-landscape--textonly .w-header, .widget-landscape--textonly .w-image {
    display: none;
  }
}

@media only screen and (max-width: 48em) {
  .login-container {
    background-image: none !important;
    background-color: #e6e6e6;
  }
  .widget-landscape--split.triple-col .w-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.9375rem;
  }
  .widget-portrait.w-extended .w-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .widget-portrait.w-extended .w-image {
    width: 30%;
  }
  .widget-portrait.w-extended .w-body {
    padding-left: 1.875rem;
    width: 70%;
  }
}

@media only screen and (min-width: 30.0625em) and (max-width: 48em) {
  .widget-featured .bg-hero img {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
  }
}

@media only screen and (min-width: 30.0625em) {
  .cta .txt-link {
    font-size: 0.875rem;
  }
  .hero {
    height: 21.875rem;
  }
  .hero .hero-content-wrapper .hero-content {
    padding: 5% 0 1.5%;
  }
  .hero-content h1 {
    font-size: 1.3125rem;
    line-height: 1.625rem;
    margin-bottom: 0.9375rem;
  }
  .hero-content h2 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .hero-content h4, .hero-content p {
    font-size: 0.75rem;
    line-height: 1.5625rem;
  }
  .lot-nav li {
    font-size: 0.875rem;
  }
  .widget-portrait .w-body {
    padding: 0.3125rem 0;
  }
  .sale-views.base .page-controls, .sale-views.base .page-view-numbers {
    width: auto;
  }
  .sale-views.base .page-controls {
    text-align: right;
  }
  .sale-views.base .page-view-numbers {
    float: left;
  }
  .widget-landscape--split .w-body {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .widget-landscape--split .lot-nav {
    text-align: right;
  }
  .widget-featured {
    height: 20rem;
  }
  .tabs .tab-title {
    width: auto;
  }
  .tabs .tab-title > a:after {
    display: none;
  }
  .sale-views.base .page-controls {
    float: right;
  }
}

@media only screen and (min-width: 48.0625em) and (max-width: 64em) {
  .split-form > .row .self-aligned {
    width: 71%;
    margin-right: -0.3125rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  .wrapper p {
    font-size: 0.9375rem;
    line-height: 1.625rem;
  }
  .wrapper.desktop-min-height {
    min-height: 60%;
  }
  .widget-text {
    text-align: left;
  }
  .widget-landscape--split.triple-col .w-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .widget-landscape--split.triple-col .w-image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .widget-landscape--split.triple-col .w-links {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .widget-landscape--split.triple-col .w-body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .has-dropdown .back {
    display: none !important;
  }
  .hero-content h1 {
    font-size: 1.5rem;
    line-height: 1.4375rem;
  }
  .hero-content h2 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .hero-content h4 {
    font-size: 0.875rem;
    line-height: 1.875rem;
  }
  .lot-header p {
    font-size: 1rem;
  }
  .lot-detail .details p {
    font-size: 1.25rem;
  }
  .regular-input {
    font-size: 1rem;
  }
  .lot-carousel-menu {
    overflow: hidden;
  }
  .lot-carousel-menu .img-carousel-nav {
    width: 70%;
  }
  .lot-carousel-menu .cta {
    margin-top: 0;
    width: 30%;
    padding-left: 1.25rem;
    text-align: right;
  }
  .lot-carousel-menu .img-carousel-nav, .lot-carousel-menu .cta {
    float: left;
  }
  .widget-landscape {
    padding: 0 0.9375rem;
    background-clip: content-box;
  }
  .widget-landscape .w-body {
    text-align: left;
  }
  .widget-landscape .w-body p, .widget-landscape .w-body h1, .widget-landscape .w-body h2, .widget-landscape .w-body h3, .widget-landscape .w-body h4, .widget-landscape .w-body h5, .widget-landscape .w-body h6 {
    margin: 20% 0 0;
  }
  .widget-landscape .w-body.caret:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    width: 0;
    height: 0;
    border-left: 1.375rem solid #e6e6e6;
    border-right: 1.375rem solid transparent;
    border-bottom: 1.375rem solid transparent;
    border-top: 1.375rem solid transparent;
    right: -2.7rem;
    left: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
  }
  .widget-landscape .w-image.w-video {
    min-height: 18.75rem;
  }
  .widget-landscape--split.triple-col .large-offset-1 {
    margin-left: 5% !important;
  }
  .widget-landscape--split.triple-col .w-links {
    margin-left: 3.333%;
  }
  .widget-featured {
    height: 21.875rem;
  }
  .widget-featured .w-body {
    padding: 1.5625rem;
  }
  .sidebar {
    overflow: hidden;
  }
  .sidebar .widget {
    margin-bottom: 1.875rem;
  }
  .sidebar .widget.sale-info p {
    margin-bottom: 0.625rem;
  }
  .sidebar.extended {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .sidebar .regular-input {
    width: 100%;
  }
  .featured-block .featured-container.row {
    margin: 0 -2.1875rem;
  }
  .featured-block .featured-container.row > .columns {
    padding: 0 2.1875rem;
  }
  .footer {
    padding: 2.5rem 0 3.75rem;
  }
  .footer .f-right {
    text-align: right;
  }
  .footer .f-left {
    text-align: left;
  }
  .footer .footer-links {
    padding: 0 0 0 0.9375rem;
    text-align: left;
    border-left: 0.0625rem solid #a4acb1;
  }
  .footer .f-logo {
    margin-top: 0.3125rem;
  }
  .login-container.wrapper {
    padding: 3.75rem 0;
  }
  .login-container .grey {
    padding: 2.8125rem 1.5625rem;
  }
  .split-form label span {
    font-size: 1rem;
  }
  .split-form label.split .left-split-col {
    text-align: right;
    padding-right: 0.9375rem;
    width: 30%;
  }
  .split-form label.split .right-split-col {
    width: 70%;
    margin: 0.25rem 0;
  }
  .split-form label.split .left-split-col, .split-form label.split .right-split-col {
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.3125rem;
  }
  .split-form .keyline-col:nth-child(odd) {
    padding-right: 1.875rem;
    border-right: 0.0625rem solid #d1d3d4;
  }
  .split-form .keyline-col:nth-child(even) {
    padding-left: 1.875rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .hero {
    height: 29.6875rem;
  }
  .hero-content h1, .hero-content h2, .hero-content h3, .hero-content h4, .hero-content h5, .hero-content h6, .hero-content p {
    font-family: 'proxima-nova', 'Montserrat', sans-serif;
  }
  .hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5625rem;
  }
  .hero-content h2 {
    font-size: 1.875rem;
    line-height: 2.0625rem;
  }
  .hero-content h4 {
    font-size: 1.375rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .wrapper {
    padding: 2.5rem 0;
  }
  .wrapper.main .main.right {
    padding-left: 2.1875rem;
  }
  .wrapper.main .main.left {
    padding-right: 5rem;
  }
  body.no-sidebars .wrapper.main .main.right {
    padding-left: 0.9375rem;
  }
  body.no-sidebars .wrapper.main .main.left {
    padding-right: 0.9375rem;
  }
  .widget-text {
    padding: 0.625rem 0 2.5rem;
  }
  .breadcrumbs {
    margin-bottom: 1.5625rem;
    padding-bottom: 0.9375rem;
  }
  .sidebar {
    margin: 0;
  }
  .sidebar .row {
    width: auto;
  }
  .sidebar .widget {
    width: 100%;
    float: none;
  }
  .sidebar.extended {
    display: block;
  }
  .sidebar.extended .widget {
    width: 100% !important;
  }
  .sidebar.extended .widget.desktop-spacer {
    margin-top: 40%;
    margin-bottom: 0;
  }
  .sidebar .regular-input {
    width: 100%;
    min-width: 0;
  }
  .split-form .row.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .split-form .row.flex > .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .split-form .row.flex .self-aligned {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0;
  }
  .split-form .row.flex .self-aligned .button, .split-form .row.flex .self-aligned input[type="submit"] {
    min-width: 0;
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .widget-featured {
    padding: 0 0.9375rem;
  }
}

@media only screen and (min-width: 93.813em) {
  .hero .bg-hero img {
    width: auto;
    right: 50%;
    margin-right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

#upcoming_sales {
  overflow: auto;
  max-height: 21.875rem;
  padding: 0 0.9375rem;
}

#upcoming_sales table {
  width: 100%;
  min-width: 56.25rem;
}

@media only screen and (min-width: 48.0625em) {
  #upcoming_sales {
    max-height: none;
    overflow: inherit;
  }
}

@media only screen and (max-width: 30em) {
  #upcoming_sales table {
    font-size: 0.875rem;
  }
}

.group-link {
  display: block;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  position: absolute;
}

.group-link h3 {
  color: #FFFFFF;
}

.node-article h4 {
  font-size: 1rem;
}

.sidebar-first .form-item-search-block-form,
.sidebar-first .widget-container {
  display: block;
  overflow: hidden;
}

.sidebar-first .top-bar-custom .form-item-search-block-form {
  display: inline;
}

.sidebar-first .secondary.button.form-submit, .sidebar-first input.secondary.form-submit[type="submit"] {
  background-color: #f3953f;
  border-color: #f3953f;
  color: #FFFFFF;
  border-radius: 0 !important;
}

.page-search-lots .content-main .search-form {
  display: none;
}

.social-icons a {
  display: inline-block;
  margin-right: 0.4375rem;
}

@media only screen and (max-width: 30em) {
  #gorringes-register {
    display: none !important;
  }
  .top-bar-custom .secondary-header .secondary-nav .quick-access-nav li.login,
  .top-bar-custom .secondary-header .secondary-nav .quick-access-nav li.nav-divider {
    padding: 0 0.6875rem 0 0.5625rem;
  }
}

@media only screen and (max-width: 30em) {
  .group-link {
    position: relative;
  }
  .widget-featured .w-body {
    width: 100%;
    min-height: 16rem;
  }
}

.view-display-id-block_video .content.row {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 48rem) {
  .view-display-id-block_video .content.row {
    flex-direction: column;
  }
}
