@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.0/";
}

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

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

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

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

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

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

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

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

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

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: 15px;
}

body {
  background: #FFF;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Work Sans", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

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

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

.accordion {
  margin-bottom: 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: #a22c45;
}
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #a22c45;
  color: #FFF;
  padding: 1.0666666667rem 0.6666666667rem;
  display: block;
  font-family: "Work Sans", Helvetica, sans-serif;
  font-size: 0.9333333333rem;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #9a2a42;
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.3333333333rem 0.6666666667rem;
}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #f0f0f0;
}

.breadcrumbs {
  display: block;
  padding: 1rem 0;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
}
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 1.0666666667rem;
  line-height: 1.0666666667rem;
  text-transform: normal;
  color: #FFF;
  margin-left: 0.6666666667rem;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: none;
}
.breadcrumbs > * a {
  color: #FFF;
}
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999999;
}
.breadcrumbs > *.unavailable a {
  color: #999999;
}
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: not-allowed;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

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

button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Work Sans", Helvetica, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 6px;
  display: inline-block;
  padding-top: 0.8rem;
  padding-right: 1.6rem;
  padding-bottom: 0.8666666667rem;
  padding-left: 1.6rem;
  font-size: 0.9333333333rem;
  background-color: #0063a7;
  border-color: #004f86;
  color: #FFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #004f86;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFF;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFF;
}
button.large, .button.large {
  padding-top: 1.2rem;
  padding-right: 2.4rem;
  padding-bottom: 1.2666666667rem;
  padding-left: 2.4rem;
  font-size: 1.3333333333rem;
}
button.small, .button.small {
  padding-top: 0.5333333333rem;
  padding-right: 1.0666666667rem;
  padding-bottom: 0.6rem;
  padding-left: 1.0666666667rem;
  font-size: 0.8666666667rem;
}
button.tiny, .button.tiny {
  padding-top: 0.4rem;
  padding-right: 0.8rem;
  padding-bottom: 0.4666666667rem;
  padding-left: 0.8rem;
  font-size: 0.8666666667rem;
}
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.8rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.8rem;
}
button.radius, .button.radius {
  border-radius: 6px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #0063a7;
  border-color: #004f86;
  color: #FFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #004f86;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #0063a7;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width:48em) {
  button, .button {
    display: inline-block;
  }
}
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
.clearing-thumbs[class*=block-grid-] li, [data-clearing][class*=block-grid-] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em;
}

.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none;
}
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width:48em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
.flex-video {
  position: relative;
  padding-top: 1.6666666667rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.0666666667rem;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 56.34%;
  padding-top: 0;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5333333333rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5333333333rem;
}
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.5333333333rem;
}

/* Label Styles */
label {
  font-size: 1.1333333333rem;
  color: #000000;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1.0666666667rem 0;
  padding: 0.6rem 0;
}
label small {
  text-transform: capitalize;
  color: #262626;
}

/* We use this to get basic styling on all basic form elements */
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #555;
  display: block;
  font-size: 1rem;
  margin: 0 0 1.0666666667rem 0;
  padding: 0 0.5333333333rem;
  height: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
input[type=text].radius, input[type=password].radius, input[type=date].radius, input[type=datetime].radius, input[type=datetime-local].radius, input[type=month].radius, input[type=week].radius, input[type=email].radius, input[type=number].radius, input[type=search].radius, input[type=tel].radius, input[type=time].radius, input[type=url].radius, input[type=color].radius, textarea.radius {
  border-radius: 0;
}
input[type=text].placeholder, input[type=password].placeholder, input[type=date].placeholder, input[type=datetime].placeholder, input[type=datetime-local].placeholder, input[type=month].placeholder, input[type=week].placeholder, input[type=email].placeholder, input[type=number].placeholder, input[type=search].placeholder, input[type=tel].placeholder, input[type=time].placeholder, input[type=url].placeholder, input[type=color].placeholder, textarea.placeholder {
  color: #989898;
  font-style: normal;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #989898;
  font-style: normal;
}
input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=date]:-moz-placeholder, input[type=datetime]:-moz-placeholder, input[type=datetime-local]:-moz-placeholder, input[type=month]:-moz-placeholder, input[type=week]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=time]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=color]:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #989898;
  font-style: normal;
  opacity: 1;
  line-height: 40px;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: #989898;
  font-style: normal;
  opacity: 1;
  line-height: 40px;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #989898;
  font-style: normal;
}

input[type=submit] {
  -webkit-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%;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 0;
  background-color: #FFF;
  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: #f5f5f5;
  padding: 0.5333333333rem;
  font-size: 1rem;
  font-family: "Work Sans", Helvetica, sans-serif;
  color: #555;
  line-height: normal;
  border-radius: 0;
  height: 2.5333333333rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:hover {
  background-color: #fafafa;
  border-color: #999999;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

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

input[type=checkbox] + label,
input[type=radio] + label,
input[type=hidden] + label {
  display: inline-block;
  margin-left: 0.5333333333rem;
  margin-right: 1.0666666667rem;
  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: 0 solid #DDDDDD;
  padding: 0;
  margin: 0;
}
fieldset legend {
  font-weight: bold;
  background: transparent;
  padding: 0 0 1rem;
  margin: 0;
  margin-left: -0.2rem;
}

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

span.error, small.error {
  display: block;
  padding: 0.4rem 0.6rem 0.6rem;
  margin-top: -1px;
  margin-bottom: 1.0666666667rem;
  font-size: 0.8rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFF;
}

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

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

label.error {
  color: #f04124;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 85.6rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].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: 1rem;
    padding-right: 1rem;
    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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .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: 1rem;
    padding-right: 1rem;
    float: left;
  }
}
@media only screen and (min-width:48em) {
  .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: 1rem;
    padding-right: 1rem;
    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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .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: 1rem;
    padding-right: 1rem;
    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:64em) {
  .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: 1rem;
    padding-right: 1rem;
    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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .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: 1rem;
    padding-right: 1rem;
    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;
  }
}
.inline-list {
  margin: 0 auto 1.1333333333rem auto;
  margin-left: -1.4666666667rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.4666666667rem;
  display: block;
}
.inline-list > li > * {
  display: block;
}

/* Foundation Joyride */
.joyride-list {
  display: none;
}

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: #FFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

.joyride-content-wrapper {
  width: 100%;
  padding: 1.2rem 1.3333333333rem 1.6rem;
}
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}
.joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333;
}
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #333333;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}
.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}
.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #FFF;
}

.joyride-tip-guide p {
  margin: 0 0 1.2rem 0;
  font-size: 0.9333333333rem;
  line-height: 1.3;
}

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.1333333333rem;
  bottom: 1.0666666667rem;
}

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.5 !important;
}
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #EEEEEE !important;
}

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

.joyride-expose-wrapper {
  background-color: #FFF;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #FFF;
}

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are at least 768px; */
@media only screen and (min-width:48em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -20px;
  }
  .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -20px;
    right: auto;
  }
}
.label {
  font-weight: normal;
  font-family: "Work Sans", Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.2666666667rem 0.5333333333rem 0.2666666667rem;
  font-size: 0.7333333333rem;
  background-color: #008CBA;
  color: #FFF;
}
.label.radius {
  border-radius: 3px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #f04124;
  color: #FFF;
}
.label.warning {
  background-color: #f08a24;
  color: #FFF;
}
.label.success {
  background-color: #43AC6A;
  color: #FFF;
}
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 #FFF;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFF;
  width: 100%;
  padding: 0.6666666667rem 0.9333333333rem;
  font-size: 0.9333333333rem;
}
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.3333333333rem;
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  padding: 0.2rem;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #FFF;
  border-top: none;
  border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFF;
}
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #FFF;
  cursor: pointer;
  position: absolute;
  top: 45%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 24px;
  color: white;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: transparent;
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
}
.orbit-container .orbit-prev > span:before,
.orbit-container .orbit-next > span:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: relative;
  top: -3px;
}
.orbit-container .orbit-prev {
  left: 10px;
}
.orbit-container .orbit-prev > span:before {
  content: "\f053";
  margin-left: 5px;
}
.orbit-container .orbit-next {
  right: 10px;
}
.orbit-container .orbit-next > span:before {
  margin-left: 8px;
}
.orbit-bullets-container {
  text-align: center;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}
.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background: #CCCCCC;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #a22c45;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width:48em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 47.9375em) {
  .orbit-container {
    margin: 0.6666666667rem 0;
    overflow: visible;
  }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    top: 50%;
  }
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }
  .orbit-timer {
    display: none;
  }
  .orbit-next, .orbit-prev {
    display: none;
  }
  .orbit-bullets {
    display: none;
  }
}
ul.pagination {
  display: block;
  min-height: 2.2666666667rem;
  margin-left: -0.3333333333rem;
}
ul.pagination li {
  height: auto;
  color: #222222;
  font-size: 0.9333333333rem;
  margin-left: 0;
}
ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 0.3333333333rem 0.7333333333rem;
  color: #428bca;
  background: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #428bca;
}
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}
ul.pagination li.current a, ul.pagination li.current button {
  background: #428bca;
  color: #FFF;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #428bca;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.3333333333rem;
  padding: 1.3333333333rem;
  background: #f2f2f2;
  color: #333333;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.6666666667rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #b6edff;
  margin-bottom: 1.3333333333rem;
  padding: 1.3333333333rem;
  background: #ecfaff;
  color: #333333;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.6666666667rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a:not(.button) {
  color: #008CBA;
}
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #0078a0;
}
.panel.radius {
  border-radius: 3px;
}

.dropdown.button, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.8rem;
}
.dropdown.button::after, button.dropdown::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  top: 50%;
}
.dropdown.button::after, button.dropdown::after {
  border-width: 0.4rem;
  right: 1.5rem;
  margin-top: -0.1666666667rem;
}
.dropdown.button::after, button.dropdown::after {
  border-color: #FFF transparent transparent transparent;
}
.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.8rem;
}
.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-width: 0.4rem;
  right: 1.2rem;
  margin-top: -0.1333333333rem;
}
.dropdown.button.tiny::after, button.dropdown.tiny::after {
  border-color: #FFF transparent transparent transparent;
}
.dropdown.button.small, button.dropdown.small {
  padding-right: 3.2666666667rem;
}
.dropdown.button.small::after, button.dropdown.small::after {
  border-width: 0.4666666667rem;
  right: 1.4rem;
  margin-top: -0.1666666667rem;
}
.dropdown.button.small::after, button.dropdown.small::after {
  border-color: #FFF transparent transparent transparent;
}
.dropdown.button.large, button.dropdown.large {
  padding-right: 3.8666666667rem;
}
.dropdown.button.large::after, button.dropdown.large::after {
  border-width: 0.3333333333rem;
  right: 1.8333333333rem;
  margin-top: -0.1666666667rem;
}
.dropdown.button.large::after, button.dropdown.large::after {
  border-color: #FFF transparent transparent transparent;
}
.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

.split.button {
  position: relative;
  padding-right: 5.4rem;
}
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button span {
  width: 3.3rem;
}
.split.button span:after {
  border-top-style: solid;
  border-width: 0.4rem;
  top: 48%;
  margin-left: -0.4rem;
}
.split.button span:after {
  border-color: #FFF transparent transparent transparent;
}
.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.secondary span:after {
  border-color: #FFF transparent transparent transparent;
}
.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.tiny {
  padding-right: 4rem;
}
.split.button.tiny span {
  width: 2.4rem;
}
.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.4rem;
  top: 48%;
  margin-left: -0.4rem;
}
.split.button.small {
  padding-right: 4.6666666667rem;
}
.split.button.small span {
  width: 2.8rem;
}
.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4666666667rem;
  top: 48%;
  margin-left: -0.4rem;
}
.split.button.large {
  padding-right: 5.8666666667rem;
}
.split.button.large span {
  width: 3.6666666667rem;
}
.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3333333333rem;
  top: 48%;
  margin-left: -0.4rem;
}
.split.button.expand {
  padding-left: 2rem;
}
.split.button.secondary span:after {
  border-color: #333333 transparent transparent transparent;
}
.split.button.radius span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.split.button.no-pip span:before {
  border-style: none;
}
.split.button.no-pip span:after {
  border-style: none;
}
.split.button.no-pip span {
  padding-top: 0.9rem;
}
.split.button.no-pip.tiny span {
  padding-top: 0.8rem;
}
.split.button.no-pip.small span {
  padding-top: 0.7rem;
}
.split.button.no-pip.large span {
  padding-top: 1.0666666667rem;
}

table {
  background: transparent;
  margin-bottom: 1.3333333333rem;
  border: solid 0 #DDDDDD;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #222222;
  font-size: 1.0666666667rem;
  font-weight: bold;
}
table thead {
  background: transparent;
}
table thead tr th,
table thead tr td {
  padding: 0.5333333333rem 0.6666666667rem 0.6666666667rem;
  font-size: 1.0666666667rem;
  font-weight: 400;
  color: #222222;
}
table tfoot {
  background: transparent;
}
table tfoot tr th,
table tfoot tr td {
  padding: 0.5333333333rem 0.6666666667rem 0.6666666667rem;
  font-size: 1.0666666667rem;
  font-weight: 400;
  color: #222222;
}
table tr th,
table tr td {
  padding: 0.6rem 0.6666666667rem;
  font-size: 1.0666666667rem;
  color: #222222;
  text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: transparent;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.2rem;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}
.tabs dd > a, .tabs .tab-title > a {
  outline: none;
  display: block;
  background-color: #802034;
  color: #FFF;
  padding: 1.0666666667rem 2.1333333333rem;
  font-family: "Work Sans", Helvetica, sans-serif;
  font-size: 1.0666666667rem;
}
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: #802034;
}
.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #a22c45;
  color: #FFF;
}
.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.6rem;
  width: 100%;
}
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 1rem 1rem 0 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 1rem 1rem 0;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 1rem 1rem 0;
}

@media only screen and (min-width:48em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #003f54;
  color: #008CBA;
}
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.9333333333rem;
  line-height: 1.3;
  padding: 0.8rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFF;
  background: #333333;
}
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
  pointer-events: none;
}
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}
.tooltip.radius {
  border-radius: 3px;
}
.tooltip.round {
  border-radius: 1000px;
}
.tooltip.round > .nub {
  left: 2rem;
}
.tooltip.opened {
  color: #008CBA !important;
  border-bottom: dotted 1px #003f54 !important;
}

.tap-to-close {
  display: block;
  font-size: 0.6666666667rem;
  color: #777777;
  font-weight: normal;
}

@media only screen and (min-width:48em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
.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: 47.9375em) {
  .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:48em) and (max-width:63.9375em) {
  .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:48em) {
  .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:64em) and (max-width:75em) {
  .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:64em) {
  .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:75.063em) and (max-width:90em) {
  .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:75.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:90.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

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

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Times, serif;
  font-weight: 700;
  font-style: normal;
  color: #a22c45;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #d5647c;
  line-height: 0;
}

h1 {
  font-size: 1.7333333333rem;
}

h2 {
  font-size: 1.4666666667rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1.0666666667rem;
}

h5 {
  font-size: 1.0666666667rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.1333333333rem 0.3333333333rem 0.0666666667rem;
}

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

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

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

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

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

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

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

/* Blockquotes */
blockquote {
  margin: 0 0 1.3333333333rem;
  padding: 0.6rem 1.3333333333rem 0 1.2666666667rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8666666667rem;
  color: #cd4763;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: #cd4763;
}

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

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

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

@media only screen and (min-width:48em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
  }
  h1 {
    font-size: 2.2666666667rem;
  }
  h2 {
    font-size: 1.7333333333rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1.0666666667rem;
  }
  h6 {
    font-size: 1rem;
  }
  p, li {
    font-size: 18px;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width:48em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width:64em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width:75.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width:90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}
@font-face {
  font-family: "jenna-sue";
  src: url("../fonts/JennaSue.ttf") format("truetype");
  font-weight: 400;
}
/********************
    Helper Classes
**********************/
.clear {
  clear: both;
}

.small-row,
.row .small-row {
  max-width: 75.6rem;
}

.full-width-image {
  width: 100%;
}

.p-text,
.p-text-bold {
  font-size: 1rem;
}

.p-text-bold {
  font-weight: 700;
}

.homepage-title {
  margin-bottom: 0;
}

.page-title {
  color: #a22c45;
  margin-bottom: 1.3333333333rem;
}

.normal-text {
  font-family: "Work Sans", Helvetica, sans-serif;
}

.normal-section-text h1,
.normal-section-text h2,
.normal-section-text h3,
.normal-section-text h4,
.normal-section-text .h1-bold,
.normal-section-text .h2-bold,
.normal-section-text .h3-bold {
  font-family: "Work Sans", Helvetica, sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5 .h1-bold,
.h2-bold,
.h3-bold,
.h4-bold,
.h5-bold {
  display: block;
  margin: 0.2rem 0 0.5rem;
}

.h1 {
  font: 1.7333333333rem/1.2 Georgia, Times, serif;
}

.h2 {
  font: 1.4666666667rem/1.2 Georgia, Times, serif;
}

.h3 {
  font: 1.2rem/1.2 Georgia, Times, serif;
}

.h4 {
  font: 1.0666666667rem/1.2 Georgia, Times, serif;
}

.h5 {
  font: 1.0666666667rem/1.2 Georgia, Times, serif;
}

.h1-bold {
  font: 700 1.7333333333rem/1.2 Georgia, Times, serif;
}

.h2-bold {
  font: 700 1.4666666667rem/1.2 Georgia, Times, serif;
}

.h3-bold {
  font: 700 1.2rem/1.2 Georgia, Times, serif;
}

.h4-bold {
  font: 700 1.0666666667rem/1.2 Georgia, Times, serif;
}

.h5-bold {
  font: 700 1.0666666667rem/1.2 Georgia, Times, serif;
}

.flex {
  display: flex;
  width: 100%;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.center {
  justify-content: center;
}
.flex.end {
  justify-content: flex-end;
}

.flex-video.white-border {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 4px solid #FFFFFF;
}

.block {
  display: block;
}

.overflow-h {
  overflow: hidden;
}

.no-margin {
  margin: 0;
}

.circle-image {
  border-radius: 100%;
}

.spacer {
  height: 20px;
}

.spacer-sm {
  height: 10px;
}

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

.img-with-border,
.video-with-border {
  background-color: #DEE8E8;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  line-height: 0;
  overflow: hidden;
  padding: 6px;
}
.img-with-border img,
.img-with-border iframe,
.video-with-border img,
.video-with-border iframe {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
.img-with-border.white-border,
.video-with-border.white-border {
  background-color: #FFF;
}

.btn-scroll {
  color: #555555;
}
.btn-scroll svg {
  vertical-align: middle;
}

.center-content {
  margin-left: auto;
  margin-right: auto;
}

.no-decoration-link {
  text-decoration: none;
}
.no-decoration-link:hover, .no-decoration-link:active {
  text-decoration: underline;
}

.stripe-container {
  position: relative;
}
.stripe-container .column {
  position: static;
}
.stripe-container .stripe:before {
  background-color: #0063a7;
  content: "";
  left: 0;
  right: 0;
  height: 165px;
  z-index: 2;
  position: absolute;
}

.blue-stripe-container .stripe:before {
  z-index: -1;
}
.blue-stripe-container .stripe .h2 {
  padding: 20px 15px 10px;
}

.video-with-caption .caption {
  bottom: 0;
  left: 10px;
  position: absolute;
}

.mb-0 {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 47.9375em) {
  .flex-small-only {
    display: flex;
  }
  .flex-small-only.column-reverse {
    flex-direction: column-reverse;
  }
  .row.mobile-flush-row {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
  }
  .center-content-small-only {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width:48em) {
  .h1,
  .h1-bold {
    font-size: 2.2666666667rem;
  }
  .h2,
  .h2-bold {
    font-size: 1.7333333333rem;
  }
  .h3,
  .h3-bold {
    font-size: 1.4rem;
  }
  .h4,
  .h4-bold {
    font-size: 1.2rem;
  }
  .h5,
  .h5-bold {
    font-size: 1.0666666667rem;
  }
  .flex-medium-up {
    display: flex;
    width: 100%;
  }
  .flex-medium-up .col-1-2,
  .flex-medium-up .col-m-1-2 {
    flex: 0 0 50%;
    padding: 0 15px;
  }
  .flex-medium-up.flush {
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex-medium-up.space-between {
    justify-content: space-between;
  }
  .flex-medium-up.center {
    justify-content: center;
  }
  .flex-medium-up.end {
    justify-content: flex-end;
  }
  .flex-medium-up.v-center {
    align-items: center;
  }
  .flex-medium-up.reverse {
    flex-direction: row-reverse;
  }
  .flex-medium-up.wrap {
    flex-wrap: wrap;
  }
  .rte-small-h2 h2 {
    font-size: 24px;
  }
  .blue-stripe-container .stripe:before {
    height: 120px;
  }
  .blue-stripe-container .stripe .h2 {
    min-height: 120px;
    padding: 40px 0 10px;
  }
}
@media only screen and (min-width:64em) {
  .row-narrow-large {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row-narrow-large .column,
  .row-narrow-large .columns {
    padding-left: 5px;
    padding-right: 5px;
  }
  .btn-scroll {
    font-size: 16px;
  }
  .flex-large-up {
    display: flex;
    width: 100%;
  }
  .flex-large-up.flush {
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex-large-up .col-l-1-2 {
    flex: 0 0 50%;
    padding: 0 15px;
  }
  .flex-large-up .col-l-1-3 {
    flex: 0 0 33%;
    padding: 0 15px;
  }
  .flex-large-up .col-l-1-4 {
    flex: 0 0 25%;
    padding: 0 15px;
  }
  .flex-large-up.space-between {
    justify-content: space-between;
  }
  .flex-large-up.center {
    justify-content: center;
  }
  .flex-large-up.reverse {
    flex-direction: row-reverse;
  }
  .flex-large-up.wrap {
    flex-wrap: wrap;
  }
  .blue-stripe-container .stripe:before {
    height: 100px;
  }
  .blue-stripe-container .stripe .h2 {
    min-height: 100px;
  }
}
.icon-sprite {
  background: url("../images/icon-sprite.png") no-repeat 0 0;
  display: inline-block;
}
.icon-sprite.callout-arrow {
  height: 30px;
  width: 20px;
}
.icon-sprite.close-icon {
  background-position: 0 -37px;
  height: 26px;
  width: 25px;
}
.icon-sprite.down-icon {
  background-position: 0 -73px;
  display: inline-block;
  height: 20px;
  width: 18px;
}
.icon-sprite.login-mobile-icon {
  background-position: 0 -102px;
  height: 23px;
  width: 27px;
}
.icon-sprite.login-icon {
  background-position: 0 -135px;
  height: 23px;
  width: 27px;
}

.social-sprite {
  background: url("../images/social-sprite.png") no-repeat 0 0;
  display: inline-block;
  height: 43px;
  width: 44px;
}
.social-sprite.twitter {
  background-position: -54px 0;
}
.social-sprite.linkedin {
  background-position: -108px 0;
}
.social-sprite.vimeo {
  background-position: -161px 0;
}

.community-sprite {
  background: url("../images/community-sprite.png") no-repeat 0 0;
  display: inline-block;
}
.community-sprite.tour {
  height: 40px;
  width: 40px;
}
.community-sprite.arrow {
  background-position: 0 -47px;
  height: 14px;
  width: 19px;
}
.community-sprite.cal-red {
  background-position: 0 -69px;
  height: 17px;
  width: 16px;
}
.community-sprite.cal-white {
  background-position: 0 -93px;
  height: 31px;
  width: 30px;
}
.community-sprite.floorplan {
  background-position: 0 -131px;
  height: 40px;
  width: 40px;
}
.community-sprite.info {
  background-position: 0 -177px;
  height: 29px;
  width: 28px;
}
.community-sprite.cal-grey {
  background-position: 0 -213px;
  height: 16px;
  width: 16px;
}
.community-sprite.phone-circle {
  background-position: 0 -236px;
  height: 32px;
  width: 32px;
}
.community-sprite.phone {
  background-position: 0 -275px;
  height: 16px;
  width: 16px;
}
.community-sprite.map-pin {
  background-position: 0 -298px;
  height: 16px;
  width: 16px;
}
.community-sprite.pin-white {
  background-position: 0 -321px;
  height: 31px;
  width: 21px;
}
.community-sprite.info-black {
  background-position: 0 -358px;
  height: 29px;
  width: 28px;
}
.community-sprite.video {
  background-position: 0 -389px;
  height: 29px;
  width: 28px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon-sprite {
    background-image: url("../images/icon-sprite@2x.png");
    background-size: 27px 164px;
  }
  .social-sprite {
    background-image: url("../images/social-sprite@2x.png");
    background-size: 205px 43px;
  }
  .community-sprite {
    background-image: url("../images/community-sprite@2x.png");
    background-size: 40px 420px;
  }
}
.accordion-navigation {
  border-bottom: 1px solid #FFF;
}
.accordion-navigation > a,
.accordion-navigation .accordion-opener {
  font-weight: 700;
  text-decoration: none;
}
.accordion-navigation > a em,
.accordion-navigation .accordion-opener em {
  font-weight: 400;
}
.accordion-navigation > a .fa,
.accordion-navigation .accordion-opener .fa {
  font-size: 40px;
  margin-top: -10px;
}
.accordion-navigation .fa-angle-up {
  display: none;
}
.accordion-navigation.active .fa-angle-up {
  display: inherit;
}
.accordion-navigation.active .fa-angle-down {
  display: none;
}

.accordion-content > li {
  overflow: hidden;
}
.accordion-content > li:first-child {
  border-top: 0;
}
.accordion-content > li span {
  color: #a22c45;
}
.accordion-content > li a {
  margin-right: 1rem;
  text-decoration: none;
}

.accordions .accordion-opener {
  color: #0063a7;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}
.accordions .accordion-opener .fa {
  margin-right: 10px;
}

.custom-accordion {
  margin-bottom: 20px;
}
.custom-accordion .accordion-content {
  display: none;
}

.community-listing-accordion {
  margin: 0 0 20px;
}

.community-listing-accordion .accordion-navigation .accordion-opener {
  background-color: #F5F5F5;
  color: #595959;
  font-weight: 400;
  font-size: 1rem;
}
.community-listing-accordion .accordion-navigation .accordion-opener:hover {
  background-color: #cfcfcf;
  color: #333333;
}
.community-listing-accordion .accordion-navigation.active .accordion-opener {
  background-color: #cfcfcf;
  color: #333333;
}
.community-listing-accordion .accordion-navigation .content li {
  margin-bottom: 5px;
}
.community-listing-accordion .accordion-navigation .content,
.community-listing-accordion .accordion-navigation .content.active {
  background-color: #fff;
  margin-left: 0;
}
.community-listing-accordion .accordion-navigation .content a,
.community-listing-accordion .accordion-navigation .content.active a {
  font-size: 0.8em;
  text-decoration: none;
}
.community-listing-accordion .accordion-navigation .content a:hover,
.community-listing-accordion .accordion-navigation .content.active a:hover {
  text-decoration: underline;
}

form {
  margin: 1.3333333333rem 0;
}
form .form-button {
  text-align: right;
}
form input[type=radio] {
  margin-bottom: 0.5333333333rem;
}
form select {
  height: 2.6666666667rem;
}
form .h4-bold {
  margin-bottom: 0.6666666667rem !important;
  padding-bottom: 0;
}
form legend {
  font-size: 1.1333333333rem;
  margin-bottom: 0.6666666667rem !important;
  padding-bottom: 0;
}

.form-button.text-center button {
  margin-left: auto;
  margin-right: auto;
}

form button,
a.form-button,
button.form-button,
input.form-button {
  background-color: #a22c45;
  box-shadow: inset 0 -6px 0 1px rgba(0, 0, 0, 0.08);
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.5333333333rem 2rem;
}
form button:hover, form button:focus, form button.hover, form button.focus,
a.form-button:hover,
a.form-button:focus,
a.form-button.hover,
a.form-button.focus,
button.form-button:hover,
button.form-button:focus,
button.form-button.hover,
button.form-button.focus,
input.form-button:hover,
input.form-button:focus,
input.form-button.hover,
input.form-button.focus {
  background-color: #92283e;
}

form button.alt-button,
.form-button.alt-button {
  background-color: #00849b;
}
form button.alt-button:hover, form button.alt-button:focus, form button.alt-button.hover, form button.alt-button.focus,
.form-button.alt-button:hover,
.form-button.alt-button:focus,
.form-button.alt-button.hover,
.form-button.alt-button.focus {
  background-color: #00778c;
}

input[type=checkbox] + label,
input[type=radio] + label,
input[type=hidden] + label {
  line-height: 1.3;
  margin-left: 0.1333333333rem;
  vertical-align: top;
}

.select-container {
  position: relative;
}
.select-container .fa {
  bottom: 22px;
  font-size: 1.8rem;
  position: absolute;
  pointer-events: none;
  right: 10px;
}
.select-container select {
  background-image: none;
  padding-right: 30px;
}
.select-container .formError {
  margin-top: 0 !important;
}

textarea {
  height: 115px;
}

.ask-a-question-content h3 {
  margin-bottom: 5px !important;
}

@media only screen and (max-width: 47.9375em) {
  .information-kit-accordion {
    margin-left: 0;
  }
  .information-kit-accordion li:not(.accordion-navigation) {
    background-color: #757575;
  }
  .information-kit-accordion .information-kit-accordion-title {
    padding: 1.0666666667rem 0.6666666667rem;
    font-size: 1.0666666667rem;
    font-weight: 700;
  }
  .information-kit-accordion .information-kit-submit {
    padding: 0.6666666667rem;
  }
  .information-kit-accordion .information-kit-submit button {
    font-weight: 700;
    padding: 0.6666666667rem 0;
    text-align: center;
    width: 100%;
  }
  .information-kit-accordion .accordion-navigation {
    border-top: 1px solid #222222;
  }
  .information-kit-accordion .accordion-navigation:nth-child(2) {
    border-top: 0;
  }
  .information-kit-accordion .accordion-navigation > a {
    font-weight: 700;
    text-decoration: none;
  }
  .information-kit-accordion .accordion-navigation .fa-minus-circle {
    display: none;
  }
  .information-kit-accordion .accordion-navigation.active .fa-minus-circle {
    display: inherit;
  }
  .information-kit-accordion .accordion-navigation.active .fa-plus-circle {
    display: none;
  }
}
@media only screen and (min-width:48em) {
  form button {
    display: block;
    padding: 0.8rem 0.6666666667rem;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width:64em) {
  form button {
    min-width: 250px;
    width: auto;
  }
}
.umbraco-forms-form {
  color: #FFF;
  background-color: #00849b;
  font-size: 1.2666666667rem;
  margin: 2.6666666667rem 0;
  padding: 1.6666666667rem 1.3333333333rem;
}
.umbraco-forms-form .umbraco-forms-caption, .umbraco-forms-form legend {
  color: #FFF;
  font-size: 1.2666666667rem;
}
.umbraco-forms-form .umbraco-forms-tooltip {
  font-size: 0.8rem;
}
.umbraco-forms-form h2, .umbraco-forms-form label {
  color: #FFF;
}
.umbraco-forms-form .umbraco-forms-field-wrapper {
  margin-bottom: 1rem;
}
.umbraco-forms-form .umbraco-forms-field-wrapper input,
.umbraco-forms-form .umbraco-forms-field-wrapper select,
.umbraco-forms-form .umbraco-forms-field-wrapper textarea {
  margin-bottom: 0;
}
.umbraco-forms-form .umbraco-forms-field-wrapper textarea {
  height: 7.6666666667rem;
  padding-top: 0.6666666667rem;
}
.umbraco-forms-form .umbraco-forms-field-wrapper .field-validation-error {
  display: block;
  font-size: 0.9333333333rem;
}
.umbraco-forms-form .umbraco-forms-field-wrapper .checkboxlist input,
.umbraco-forms-form .umbraco-forms-field-wrapper .checkbox-label input {
  position: relative;
  top: 1px;
}
.umbraco-forms-form .umbraco-forms-navigation button {
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 100%;
}
.umbraco-forms-form .checkbox-label {
  display: inline-block;
}

.customizable-alternate-form {
  font-family: "Gotham A", "Gotham B";
}
.customizable-alternate-form h2, .customizable-alternate-form h3, .customizable-alternate-form h4, .customizable-alternate-form button {
  font-family: "Gotham A", "Gotham B";
}
.customizable-alternate-form .umbraco-forms-form {
  background-color: #dbdbdb;
  color: #222222;
}
.customizable-alternate-form h2,
.customizable-alternate-form legend,
.customizable-alternate-form label,
.customizable-alternate-form .umbraco-forms-caption {
  color: #222222;
}
.customizable-alternate-form .umbraco-forms-navigation button {
  background: #0061ae;
}

.umbraco-forms-field.recaptcha {
  position: relative;
  z-index: 9999;
}

.custom-content-form .umbraco-forms-form {
  color: #333333;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.custom-content-form .umbraco-forms-form fieldset {
  max-width: none;
}
.custom-content-form .umbraco-forms-form .umbraco-forms-caption {
  text-align: left;
}
.custom-content-form .umbraco-forms-form .umbraco-forms-caption,
.custom-content-form .umbraco-forms-form h2,
.custom-content-form .umbraco-forms-form label,
.custom-content-form .umbraco-forms-form legend {
  color: #333333;
}
.custom-content-form .umbraco-forms-form .umbraco-forms-navigation {
  text-align: right;
}
.custom-content-form .umbraco-forms-form .umbraco-forms-navigation button {
  max-width: calc(50% - 15px);
}

@media only screen and (min-width:64em) {
  .umbraco-forms-form {
    margin: 3.3333333333rem 0;
    padding: 2.3333333333rem 1.3333333333rem;
  }
  .umbraco-forms-form fieldset {
    margin: 0 auto;
    max-width: 560px;
  }
  .umbraco-forms-form .umbraco-forms-caption {
    font-size: 1.4rem;
    text-align: center;
  }
  .umbraco-forms-form .umbraco-forms-navigation {
    text-align: center;
  }
  .umbraco-forms-form .umbraco-forms-navigation button {
    display: inline-block;
    max-width: 30.6666666667rem;
  }
  .custom-content-form .umbraco-forms-form legend {
    font-size: 1.2rem;
  }
  .custom-content-form .umbraco-forms-form fieldset,
  .custom-content-form .umbraco-forms-form .umbraco-forms-navigation {
    margin: 0;
    max-width: 83.333%;
  }
}
.umbraco-forms-acts-alt {
  background-color: transparent;
  color: #00849b;
  padding: 0;
}
.umbraco-forms-acts-alt label {
  color: #00849b;
  font-weight: 600;
  padding-left: 10px;
}
.umbraco-forms-acts-alt .field-validation-error {
  color: #a22c45;
}
.umbraco-forms-acts-alt .checkbox-label {
  color: #333333;
  font-weight: 400;
  padding-left: 0;
}
.umbraco-forms-acts-alt input,
.umbraco-forms-acts-alt textarea,
.umbraco-forms-acts-alt select {
  border-color: #333333;
  box-shadow: none;
}
.umbraco-forms-acts-alt .umbraco-forms-navigation {
  margin-left: auto;
  margin-right: auto;
  max-width: 590px;
}
.umbraco-forms-acts-alt .umbraco-forms-navigation button {
  border-radius: 5px;
  max-width: 100%;
}

@media only screen and (min-width:48em) and (max-width:75em) {
  .umbraco-forms-acts-alt .umbraco-forms-navigation .column {
    padding: 0;
  }
}
@media only screen and (min-width:48em) {
  .umbraco-forms-acts-alt,
  .umbraco-forms-acts-alt form {
    margin-top: 0;
  }
}
/***************
Header
***************/
.print-icon {
  display: none;
}

.search-opener.fa {
  font-size: 18px;
  line-height: 40px;
  margin-left: 10px;
}

.header-search {
  left: 10px;
  right: 10px;
  top: 100%;
  opacity: 0;
  position: absolute;
  z-index: -1;
  transition: opacity 0.5s ease;
}
.header-search.open {
  opacity: 1;
  z-index: 1;
}
.header-search.open input {
  margin-bottom: 0;
  width: 100%;
}
.header-search.open span {
  background-color: #e2e9ed;
  color: #9ea4a8;
  display: block;
}
.header-search input {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.header-search input.placeholder {
  color: #9a9d9d;
  font-style: normal;
}
.header-search input::-webkit-input-placeholder {
  color: #9a9d9d;
  font-style: normal;
}
.header-search input::-moz-placeholder {
  color: #9a9d9d;
  font-style: normal;
  opacity: 1;
  line-height: 40px;
}
.header-search input:-ms-input-placeholder {
  color: #9a9d9d;
  font-style: normal;
}
.header-search span {
  background-color: #e2e9ed;
  bottom: 1px;
  color: #9ea4a8;
  cursor: pointer;
  display: block;
  line-height: 39px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 1px;
  width: 40px;
  z-index: 11;
}

.menu-icon {
  text-decoration: none;
}

.more-icon .nav-line:first-child {
  margin-top: 10px;
}

.nav-line {
  background-color: #a22c45;
  display: block;
  height: 4px;
  margin-top: 3px;
  width: 20px;
}

.close-button {
  line-height: 40px;
}

.top-header,
.close-bar {
  background: #f4f4f4;
  color: #a22c45;
}
.top-header a,
.top-header a:hover,
.top-header a:active,
.close-bar a,
.close-bar a:hover,
.close-bar a:active {
  color: #a22c45;
}

.top-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1284px;
  position: relative;
  width: 100%;
}

.top-header-interior {
  display: flex;
  padding: 0 15px;
  position: relative;
  width: 100%;
}

.login-links {
  font-size: 14px;
  margin: 0;
  flex-grow: 2;
  text-align: right;
}
.login-links a {
  line-height: 40px;
  text-decoration: none;
}
.login-links li {
  display: inline-block;
}

.logo-container {
  align-self: center;
  background-color: #FFF;
  flex: 0 0 100%;
  padding: 25px 0 50px;
  overflow: hidden;
  text-align: center;
}
.logo-container .main-logo {
  max-width: 290px;
}

.main-nav-hidden .logo-container {
  padding-bottom: 0;
}

@media only screen and (max-width: 22.5em) {
  .login-links {
    font-size: 12px;
  }
}
@media only screen and (min-width:64em) {
  .more-icon .nav-line:first-child {
    margin-top: 6px;
  }
  .main-nav-hidden .top-header {
    flex-direction: row;
  }
  .main-nav-hidden .logo-container {
    padding-top: 0;
  }
  .top-header {
    background-color: transparent;
    padding-top: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .top-header-container {
    box-shadow: 0px 0px 10px rgba(34, 34, 34, 0.2);
    border-top: 6px solid #a22c45;
  }
  .top-header-interior {
    display: block;
    position: static;
  }
  .search-opener {
    float: right;
    font-size: 20px;
    margin-left: 15px;
  }
  .logo-container {
    flex: 0 0 210px;
    padding: 0 0 0 15px;
  }
  .header-search {
    left: auto;
    right: 40px;
    top: 20px;
    width: 300px;
  }
  .header-search input {
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    opacity: 1;
    padding-left: 20px;
    width: 100%;
    top: 0;
    z-index: 1;
  }
  .header-search input:-moz-placeholder { /* Firefox 18- */
    line-height: 28px;
  }
  .header-search input::-moz-placeholder { /* Firefox 19+ */
    line-height: 28px;
  }
  .header-search span {
    -moz-border-radius: 0 15px 15px 0;
    -o-border-radius: 0 15px 15px 0;
    -ms-border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    line-height: 35px;
  }
  .login-links {
    flex-grow: 0;
  }
  .login-links a {
    color: #045EB8;
  }
  .search-opener {
    margin: 0 0 0 25px;
  }
  .login-links {
    font-size: 14px;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 64.1em) {
  .print-icon {
    display: inherit;
    margin-right: 20px;
  }
}
@media only screen and (min-width:75.063em) {
  .login-links {
    font-size: 16px;
  }
}
@media only screen and (min-width:48em) and (max-width:60.5em) {
  .header-search {
    width: 250px;
  }
}
.alert-message {
  background-color: #0063a7;
  color: #FFF;
  display: none;
  padding: 1.3333333333rem 0;
}
.alert-message .largeAlertText {
  font-size: 26px;
  font-weight: 700;
}
.alert-message a {
  color: #FFF;
  text-decoration: underline !important;
}

.alert-message-interior > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width:48em) {
  .alert-message {
    padding: 2rem 0;
  }
  .alert-message p {
    font-size: 1.4rem;
  }
  .alert-message .largeAlertText {
    font-size: 30px;
  }
}
/****************
Navigation
****************/
.main-navigation {
  padding: 30px 15px;
}
.main-navigation a {
  color: #222222;
}
.main-navigation .nav-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 28px;
}
.main-navigation li {
  margin: 10px 0;
}
.main-navigation .fa-caret-down {
  color: #a22c45;
  margin-right: -8px;
  padding: 0 8px;
  transition: all 0.5s ease;
}
.main-navigation .open > .nav-item .fa-caret-down {
  transform: rotate(180deg);
}
.main-navigation ul, .main-navigation .sub-nav {
  display: none;
}
.main-navigation .sub-nav-mega-nav {
  display: block;
}
.main-navigation .state-sub-nav {
  display: block;
  margin-left: 0;
}

.more-navigation a {
  font-size: 24px;
}

.sub-nav a {
  font-size: 21px;
}

.legal-nav a,
.third-level-nav a {
  color: #045EB8;
  font-size: 18px;
}
.legal-nav a:hover,
.third-level-nav a:hover {
  color: #02386d;
}
.legal-nav .city-name,
.third-level-nav .city-name {
  font-size: 14px;
}

.more-navigation {
  margin: 0;
}
.more-navigation .more-navigation-dropdown {
  display: block;
  margin-left: 0;
}

.navigation-divider {
  margin: 20px 0;
}
.navigation-divider hr {
  border-top: 2px solid #d6dae0;
}

.navigation-container,
.navigation-container:hover,
.more-navigation > a,
.more-navigation > a:hover {
  cursor: default;
}

.main-navigation-container {
  background-color: #FFF;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0 2px 5px 1px rgba(34, 34, 34, 0.25);
}

@media only screen and (min-width:64em) {
  .main-navigation-container {
    background-color: transparent;
    box-shadow: none;
    display: block;
    margin-top: 40px;
    position: static;
  }
  .main-navigation {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
  }
  .main-navigation .more-icon {
    display: inline-block;
    vertical-align: top;
  }
  .main-navigation .more-icon.nav-line:first-child {
    margin-top: 0;
  }
  .main-navigation .nav-line {
    border-radius: 5px;
    height: 2px;
    margin-top: 2px;
    width: 15px;
  }
  .main-navigation .sub-nav,
  .main-navigation .more-navigation-dropdown {
    margin-left: 0;
    right: 0;
    min-width: 300px;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 100;
  }
  .main-navigation .sub-nav a,
  .main-navigation .more-navigation-dropdown a {
    color: #045EB8;
  }
  .main-navigation .sub-nav .active > a,
  .main-navigation .sub-nav .active > .nav-item a,
  .main-navigation .sub-nav a:hover,
  .main-navigation .more-navigation-dropdown .active > a,
  .main-navigation .more-navigation-dropdown .active > .nav-item a,
  .main-navigation .more-navigation-dropdown a:hover {
    color: #02386d;
  }
  .main-navigation .sub-nav,
  .main-navigation .more-navigation-dropdown {
    background-color: #FFF;
    box-shadow: 0 7px 8px rgba(66, 66, 66, 0.2);
  }
  .main-navigation .nav-item {
    justify-content: flex-start;
  }
  .main-navigation .nav-icon {
    flex: 0 0 20px;
  }
  .main-navigation .normal-nav-item li {
    margin: 0;
    padding: 10px 0;
  }
  .main-navigation .normal-nav-item .third-level-nav {
    background-color: #FFF;
    box-shadow: -7px 7px 8px rgba(66, 66, 66, 0.2);
    display: block;
    margin-left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 0;
    min-width: 300px;
    transition: all 0.75s ease;
    z-index: -1;
    transform: translateX(100%);
  }
  .main-navigation .normal-nav-item .third-level-nav.opened-nav {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  .main-navigation .normal-nav-item .third-level-nav li {
    position: static;
  }
  .main-navigation li {
    background-color: #FFF;
    position: relative;
  }
  .main-navigation > li {
    margin: 0 0 0 40px;
    padding-bottom: 20px;
  }
  .main-navigation > li > .nav-item a,
  .main-navigation > li > a:hover {
    border-bottom: 3px solid transparent;
  }
  .main-navigation > li.active > .nav-item a, .main-navigation > li.open > .nav-item a,
  .main-navigation > li > .nav-item a:hover,
  .main-navigation > li > a:hover {
    border-bottom-color: #045EB8;
    color: #045EB8;
  }
  .main-navigation .sub-nav-mega-nav {
    display: flex;
  }
  .main-navigation .mega-menu {
    position: static;
  }
  .main-navigation .mega-menu li {
    margin: 5px 0;
  }
  .main-navigation .mega-menu .sub-nav {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.46);
    min-width: 0;
    padding: 20px;
    left: 0;
    right: 0;
  }
  .main-navigation .mega-menu .third-level-nav {
    box-shadow: none;
    display: block;
    margin-left: 10px;
    min-width: 0;
    position: static;
  }
  .main-navigation .mega-menu .third-level-nav a {
    font-size: 16px;
  }
  .main-navigation .mega-menu .city-name {
    font-size: 13px;
  }
  .main-navigation .mega-menu .mega-menu-col {
    flex: 0 0 25%;
    padding: 0 20px;
  }
  .main-navigation .mega-menu .state-item {
    color: #a22c45;
    font: 700 18px/1 Georgia, Times, serif;
  }
  .main-navigation .mega-menu .active > .nav-item a,
  .main-navigation .mega-menu .state-item:hover {
    color: #c93857;
  }
  .main-navigation .state-sub-nav > li {
    border-bottom: 1px solid #D6DAE0;
    margin-bottom: 18px;
    padding-bottom: 8px;
  }
  .main-navigation .state-sub-nav > li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .main-navigation a {
    font-size: 16px;
  }
  .more-navigation .more-navigation-dropdown {
    display: none;
  }
}
/***************
  Main Feature
**************/
#main-feature {
  margin-bottom: 35px;
  padding-bottom: 15px;
  position: relative;
}

.homepage #main-feature {
  padding-bottom: 0;
}

.homepage-feature-outer-container {
  text-align: center;
}
.homepage-feature-outer-container .feature-title-line-1 {
  color: #222222;
  font-size: 14px;
}
.homepage-feature-outer-container .feature-title {
  font-family: Georgia, Times, serif;
}
.homepage-feature-outer-container .feature-title-line-2 {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.home-feature-hr {
  border-color: #C3C3C3;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
}

.feature-image {
  width: 100%;
}
.feature-image.homepage-feature {
  margin-bottom: 0;
}

/* 
.homepage-feature-container {
    margin-bottom: 20px;
    position: relative; 
}
.homepage-feature-outer-container {
    .mobile-feature-top {
        left: 0;
        right: 0;
        position: absolute;
        bottom: -20px;
        background: rgba(#DB3F49, 25%);
        box-shadow: inset 0px 4px 30px #FFFFFFDB, 0px 3px 6px rgba(#3e3e3e, 25%);
        //   border-radius: 8px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        padding: 10px;
   }

    .feature-title, h1 {
        color: $white;
        text-shadow: 0px 3px 6px #3E3E3E;
    }
}*/
.content-page-feature .h1 {
  color: #FFF;
  font-size: 1.2666666667rem;
  font-weight: 700;
}
.content-page-feature .feature-overlay-communities-bottom {
  bottom: 0;
}

/****************************
 Main feature callouts
******************************/
.feature-overlay-callouts {
  padding: 0 2.6rem;
}
.feature-overlay-callouts li {
  padding: 0 0 0.6666666667rem;
}
.feature-overlay-callouts .caption {
  background: #ddd;
  padding: 0.6666666667rem;
}

@media only screen and (max-width: 47.9375em) {
  .feature-image {
    margin-bottom: 20px;
  }
  .feature-image.content-page-feature-image {
    margin-bottom: 0;
  }
  .mobile-feature-top {
    padding: 0 1rem 1rem;
  }
  .mobile-feature-top .feature-title {
    font-size: 18px;
    line-height: 1.3636;
    margin: 0;
  }
  .homepage #main-feature {
    margin-bottom: 0;
  }
}
@media only screen and (min-width:48em) {
  .homepage-feature-outer-container .feature-title-line-1 {
    font-size: 20px;
  }
  .homepage-feature-outer-container .feature-title-line-2 {
    font-size: 24px;
  }
  .homepage-feature-inner-container {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 3px 10px rgba(34, 34, 34, 0.2);
    margin-top: -40px;
    padding: 20px;
    border: 2px solid #DDDDDD;
    -webkit-backdrop-filter: blur(50px) brightness(40%) opacity(87%);
    backdrop-filter: blur(50px) brightness(40%) opacity(87%);
  }
  #main-feature {
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  #main-feature.homepage-feature-outer-container {
    margin-bottom: 60px;
  }
  .content-page-feature .h1 {
    font-size: 2.2666666667rem;
  }
  .content-page-feature .feature-overlay-communities-bottom {
    bottom: 35px;
  }
  .main-logo-container {
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 5;
  }
  .mobile-feature-top {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    top: auto;
  }
  .mobile-feature-top .feature-title {
    color: #FFF;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0;
    padding: 15px 30px;
  }
  .mobile-feature-top .feature-title-line-2 {
    font-size: 42px;
  }
  .feature-overlay {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  .feature-overlay br {
    display: block;
  }
  .feature-overlay-callouts {
    padding: 0 2.6rem;
  }
  .feature-overlay-callouts li {
    padding: 0 1.25rem 2.5rem;
  }
  .feature-overlay-callouts .caption {
    background: transparent;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 63.9375em) {
  #main-feature.no-image {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #main-feature.no-image .title-row {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width:64em) {
  .homepage-feature-outer-container .feature-title {
    margin-bottom: 0;
  }
  .homepage-feature-outer-container .buttons-container {
    align-self: flex-end;
    width: auto;
  }
  .homepage-feature-inner-container {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width:64em) and (max-width:75em) {
  .explore-communities select, .explore-communities .button {
    width: 280px !important;
  }
  .explore-communities .explore-communities-buttons .button {
    padding: 0 10px !important;
  }
  .explore-communities select {
    font-size: 14px !important;
    padding: 5px 15px 5px 10px !important;
  }
}
@media only screen and (min-width:75.063em) {
  .homepage-feature-outer-container .feature-title-line-1 {
    font-size: 24px;
  }
  .homepage-feature-outer-container .feature-title-line-2 {
    font-size: 31px;
  }
  .homepage-feature-inner-container {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width:90.063em) {
  .homepage-feature-inner-container {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.homepage .button {
  border: 1px solid #015690;
}

.explore-communities {
  font-weight: 500;
  margin-bottom: 3rem;
  padding-bottom: 1.3333333333rem;
  padding-top: 1.3333333333rem;
  text-align: center;
}
.explore-communities .state-label {
  display: block;
  margin-bottom: 0.6666666667rem;
}
.explore-communities .state-select-container {
  display: inline-block;
  text-align: left;
}
.explore-communities .state-select-container option {
  text-align: left;
}
.explore-communities select,
.explore-communities .button {
  width: 310px;
}
.explore-communities .explore-communities-buttons .button {
  /*     background-color: $white;
  border:2px solid #d6d6d6;
  color:$blue;
  font-weight: 500;
  margin-bottom: 12px;
  padding:rem-calc(8 20);*/
}

.state-select-container .fa {
  bottom: 24px;
  font-size: 20px;
  color: #FFF;
  z-index: 5;
}
.state-select-container select {
  margin-bottom: 15px;
  padding: 10px 40px 10px 24px;
}

.row .inline-block-column {
  display: inline-block;
  float: none !important;
  vertical-align: bottom;
}

.community-spotlight .stripe:before {
  z-index: -1;
}

.homepage-virtual-tour {
  margin-bottom: 1.6666666667rem;
  text-align: center;
}
.homepage-virtual-tour img {
  width: 100%;
}
.homepage-virtual-tour .button {
  border: 2px solid #d6d6d6;
  font-weight: 500;
  padding: 0.6666666667rem 1rem;
  position: relative;
  top: -35px;
}

.video-row {
  margin-top: 1rem;
}

.overlay-navigation {
  color: #FFF;
  margin: 0 0 35px !important;
}
.overlay-navigation li {
  margin-bottom: 0.6666666667rem;
}
.overlay-navigation .overlay-callout {
  color: #FFF;
  display: block;
  font-size: 1.2666666667rem;
  font-weight: 500;
  line-height: 20px;
  padding: 0.6666666667rem 1rem;
  text-decoration: none;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.overlay-navigation .overlay-icon-container {
  float: left;
  margin-right: 1rem;
  overflow: hidden;
}
.overlay-navigation .overlay-icon {
  background: url("../images/image-nav-mobile.png");
  display: inline-block;
  height: 19px;
  width: 19px;
}
.overlay-navigation .yourself-overlay {
  background-color: rgba(223, 202, 34, 0.8);
}
.overlay-navigation .yourself-overlay:active, .overlay-navigation .yourself-overlay:focus, .overlay-navigation .yourself-overlay:hover {
  background-color: #dfca22;
}
.overlay-navigation .yourself-overlay .overlay-icon {
  background-position: 0 -64px;
  margin-left: 2px;
}
.overlay-navigation .family-overlay {
  background-color: rgba(99, 94, 157, 0.8);
}
.overlay-navigation .family-overlay:active, .overlay-navigation .family-overlay:focus, .overlay-navigation .family-overlay:hover {
  background-color: #635e9d;
}
.overlay-navigation .family-overlay .overlay-icon {
  background-position: 0 -20px;
  margin-top: 2px;
  margin-left: 1px;
}
.overlay-navigation .client-overlay {
  background-color: rgba(162, 44, 69, 0.8);
}
.overlay-navigation .client-overlay:active, .overlay-navigation .client-overlay:focus, .overlay-navigation .client-overlay:hover {
  background-color: #a22c45;
}
.overlay-navigation .client-overlay .overlay-icon {
  background-position: 0 0;
  margin-top: 2px;
}
.overlay-navigation .general-overlay {
  background-color: rgba(119, 189, 68, 0.8);
}
.overlay-navigation .general-overlay:active, .overlay-navigation .general-overlay:focus, .overlay-navigation .general-overlay:hover {
  background-color: #77bd44;
}
.overlay-navigation .general-overlay .overlay-icon {
  background-position: 0 -40px;
}

.home-card {
  border: 2px solid #D7D7D7;
  border-radius: 6px;
  padding: 30px 18px;
}
.home-card.home-card-sm {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #C3C3C3;
  padding: 15px;
}

.spotlight {
  text-decoration: none;
}
.spotlight h3 {
  font-weight: 400;
}
.spotlight .image {
  flex: 0 0 130px;
  padding-right: 15px;
}
.spotlight .link {
  font-size: 14px;
}

a.spotlight:hover, a.spotlight:active {
  opacity: 0.7;
}
a.spotlight .eyebrow {
  color: #222;
}
a.spotlight h3 {
  margin-bottom: 5px;
}

.hs-disclaimer {
  padding: 0 10px;
}

.home-care-section-interior {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #DEDEDE;
  padding: 45px 25px;
}

.hc-items .hc-item:first-child {
  padding-top: 0;
}

.hc-item {
  border-bottom: 1px solid #D5D5D5;
  padding: 25px 0 18px;
}
.hc-item .icon {
  flex: 0 0 63px;
  padding-right: 15px;
}
.hc-item .button {
  margin-left: 63px;
}
.hc-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.home-carousel img {
  width: 100%;
}
.home-carousel .carousel-item {
  margin: 20px 0;
}

.expert-advice-row {
  padding-bottom: 80px;
}

.expert-advice-buttons {
  margin-top: 30px;
}
.expert-advice-buttons a {
  align-items: center;
  margin-bottom: 20px;
}

.home-care-section,
.home-campuses {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.home-campuses {
  padding: 75px 0 50px;
}
.home-campuses .buttons-container {
  margin-top: 20px;
  width: 310px;
}
.home-campuses .button {
  width: 100%;
}

.community-spotlight {
  padding-bottom: 40px;
}
.community-spotlight .glide .image-container {
  border-radius: 15px;
  overflow: hidden;
}
.community-spotlight .glide img {
  width: 100%;
}
.community-spotlight .glide__arrow {
  box-shadow: none;
  border: 0;
  text-shadow: none;
  padding: 0;
}
.community-spotlight .glide__arrow--left {
  left: 10px;
}
.community-spotlight .glide__arrow--left svg {
  transform: rotate(-180deg);
}
.community-spotlight .glide__arrow--right {
  right: 10px;
}
.community-spotlight .no-decoration-link {
  color: #0063A7;
  font-weight: 600;
}

.hs-benifits li {
  margin-bottom: 20px;
}

.home-news-section {
  padding: 50px 0;
}
.home-news-section img {
  width: 100%;
}

.home-news-item {
  margin-bottom: 50px;
}
.home-news-item .post-title {
  padding: 15px 0 0 15px;
}

.home-post-image {
  flex: 0 0 35%;
}

.home-news-featured-item {
  margin-bottom: 35px;
}
.home-news-featured-item a {
  text-decoration: none;
}
.home-news-featured-item .post-title {
  color: #3e3e3e;
  padding: 5px 10px 0;
}
.home-news-featured-item:hover, .home-news-featured-item:active {
  opacity: 0.75;
}

.home-gallery-section {
  background: transparent radial-gradient(closest-side at 50% 59%, #73AEDD 0%, #0063A7 100%) 0% 0% no-repeat padding-box;
  padding: 45px 0;
}
.home-gallery-section .stripe:before {
  background-color: rgba(248, 248, 248, 0.91);
  height: 140px;
}
.home-gallery-section h2 {
  margin-bottom: 30px;
  min-height: 140px;
  padding: 50px 0 0;
  position: relative;
  z-index: 3;
}
.home-gallery-section .line-1 {
  font-size: 31px;
}
.home-gallery-section .line-2 {
  font-size: 21px;
}

.home-bottom-section {
  padding-bottom: 50px;
  padding-top: 75px;
}
.home-bottom-section .image-column {
  margin-bottom: 50px;
}
.home-bottom-section .image-column img {
  border-radius: 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .overlay-navigation .overlay-icon {
    background-image: url("../images/image-nav-mobile@2x.png");
    background-size: 19px 82px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .homepage .logo-container {
    padding-bottom: 20px;
  }
  .home-campuses .h1-bold {
    font-size: 21px;
    padding: 0 20px;
  }
  .homepage-image-list {
    text-align: center;
  }
  .homepage-image-list .image {
    display: inline-block;
  }
  .homepage-image-list .image img {
    width: auto;
  }
}
@media only screen and (min-width:48em) {
  .explore-communities {
    margin-bottom: 0;
  }
  .explore-communities .state-label {
    line-height: 1;
    margin: 20px 0 10px;
    color: #FFF;
    font-weight: 600;
    text-shadow: 0px 3px 6px #3E3E3E;
  }
  .explore-communities .select-container {
    vertical-align: middle;
  }
  .explore-communities .select-container .fa {
    bottom: 16px;
  }
  .explore-communities select {
    height: 49px;
    margin-bottom: 0;
  }
  .explore-communities .explore-communities-buttons .button {
    height: 49px;
    line-height: 49px;
    margin: 0 0 0 15px;
    padding: 0 15px;
  }
  .home-benefits-intro {
    margin-bottom: 30px;
  }
  .home-carousel {
    margin-bottom: 30px;
  }
  .expert-advice-intro-content {
    padding-top: 100px;
  }
  .hc-item {
    align-items: center;
  }
  .hc-item .content {
    align-items: center;
    flex-grow: 2;
  }
  .hc-item .content p {
    font-size: 20px;
    margin-bottom: 0;
  }
  .hc-item .icon {
    flex: 0 0 100px;
    padding-right: 30px;
  }
  .hc-item .link {
    flex: 0 0 280px;
    padding-left: 30px;
  }
  .hc-item .button {
    margin-left: 0;
    width: 100%;
  }
  .hs-disclaimer p, .hs-disclaimer li {
    font-size: 14px;
  }
  .navigation-column {
    padding-right: 2rem !important;
  }
  .homepage-intro-content {
    margin-bottom: 80px;
  }
  .homepage-intro-content .video-column {
    margin-top: 80px;
    flex: 0 0 50%;
    padding-left: 20px;
  }
  .homepage-intro-content .rte-content {
    flex: 0 0 50%;
  }
  .homepage-intro-content .spotlight {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-campuses .buttons-container {
    margin-top: 50px;
    width: auto;
  }
  .home-campuses .buttons-container .fa {
    bottom: 30px;
  }
  .home-campuses .button {
    height: 52px;
    line-height: 52px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .home-campuses .explore-communities-buttons {
    margin-left: 20px;
  }
  .virtual-tour-content-row {
    margin-bottom: 0 !important;
    max-width: 1000px;
    position: relative;
    text-align: center;
    top: 50px;
  }
  .overlay-navigation {
    margin-bottom: 0 !important;
  }
  .overlay-navigation li {
    margin-bottom: 0.7333333333rem;
  }
  .overlay-navigation li:last-child {
    margin-bottom: 0;
  }
  .video-row {
    margin-bottom: -1.3333333333rem !important;
  }
  .homepage-virtual-tour {
    margin-bottom: -1.3333333333rem;
  }
  .virtual-tour-content-row {
    margin-top: 0;
  }
  .community-spotlight {
    padding-bottom: 20px;
  }
  .community-spotlight .glide-container {
    margin-top: -50px;
  }
  .community-spotlight .glide-container,
  .community-spotlight .content {
    align-self: flex-start;
    flex: 0 0 50%;
    width: 50%;
  }
  .community-spotlight .content {
    padding-left: 20px;
  }
  .home-news-section {
    padding: 120px 0 90px;
  }
  .home-news-item {
    margin-bottom: 25px;
  }
  .home-post-image {
    flex: 0 0 35%;
  }
  .home-news-featured-item {
    position: relative;
  }
  .home-news-featured-item img {
    line-height: 0;
  }
  .home-news-featured-item .post-title {
    background: rgba(248, 248, 248, 0.85);
    font-size: 21px;
    line-height: 1.2;
    padding: 15px 20px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width:48em) and (max-width:60.5em) {
  .homepage .img-with-border {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 60.5em) {
  .explore-communities .state-label {
    font-size: 19px;
  }
  .explore-communities .explore-communities-buttons .button {
    padding: 0 20px;
  }
  .overlay-navigation li {
    margin-bottom: 0.4rem;
  }
  .overlay-navigation .caption {
    margin-top: 1rem;
  }
  .overlay-navigation .overlay-callout {
    font-size: 1.7333333333rem;
    line-height: 1;
    padding: 0.4rem 0.6666666667rem 0.4rem 2.3333333333rem;
  }
  .overlay-navigation .overlay-icon-container {
    margin-right: 1rem;
    height: 52px;
    width: 53px;
  }
  .overlay-navigation .overlay-icon {
    background: url("../images/image-nav-new.png");
    display: inline-block;
    height: 52px;
    width: 53px;
  }
  .overlay-navigation .yourself-overlay .overlay-icon {
    background-position: 0 -5px;
    margin-left: 7px;
    height: 52px;
    width: 39px;
  }
  .overlay-navigation .family-overlay .overlay-icon {
    background-position: 0 -77px;
    height: 43px;
    width: 49px;
    margin-top: 4px;
    margin-left: 2px;
  }
  .overlay-navigation .client-overlay .overlay-icon {
    background-position: 0 -138px;
    height: 41px;
    width: 53px;
    margin-top: 5px;
  }
  .overlay-navigation .general-overlay .overlay-icon {
    background-position: 0 -191px;
    height: 48px;
    width: 48px;
    margin-left: 2px;
    margin-top: 2px;
  }
  .inline-block-column h3 {
    font-size: 1.2666666667rem;
  }
  .homepage-virtual-tour .button {
    font-size: 1.6rem;
    top: -110px;
  }
  .home-care-section {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 60.5em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 60.5em) and (min-device-pixel-ratio: 2) {
  .overlay-navigation .overlay-icon {
    background-image: url("../images/image-nav-new@2x.png");
    background-size: 55px 245px;
  }
}
@media only screen and (min-width:64em) {
  .homepage-main-content .button {
    font-size: 18px;
  }
  .explore-communities .state-label {
    margin-right: 45px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .explore-communities select {
    font-size: 15px;
    padding: 5px 25px 5px 15px;
  }
  .homepage-intro-content .video-column {
    flex: 0 0 53.5%;
    padding-left: 30px;
  }
  .homepage-intro-content .rte-content {
    flex: 0 0 46.5%;
  }
  .homepage-intro-content .rte-content > p,
  .homepage-intro-content .rte-content > ul {
    padding-right: 35px;
  }
  .home-card.home-card-sm.spotlight {
    padding-right: 50px;
  }
  a.spotlight h3 {
    font-size: 24px;
  }
  .expert-advice-buttons a {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 500px;
  }
  .homepage-image-list .image {
    width: 320px;
    position: relative;
    z-index: 3;
  }
  .homepage-image-list .image img {
    width: 100%;
  }
  .homepage-image-list .image:first-child {
    margin-left: -10px;
  }
  .homepage-image-list .image:nth-child(2) {
    margin-left: 200px;
    border-radius: 100%;
    margin-top: -90px;
    width: 300px;
    z-index: 2;
  }
  .homepage-image-list .image:nth-child(2) img {
    border-radius: 50%;
    width: 300px;
  }
  .homepage-image-list .image:nth-child(3) {
    margin-left: 10px;
    margin-top: -50px;
    z-index: 1;
  }
  .homepage-image-list.reverse .image {
    float: right;
    clear: both;
  }
  .homepage-image-list.reverse .image:first-child {
    margin-left: 0;
    margin-right: -10px;
  }
  .homepage-image-list.reverse .image:nth-child(2) {
    margin-left: 0;
    margin-right: 200px;
  }
  .homepage-image-list.reverse .image:nth-child(3) {
    margin-left: 0;
    margin-right: 10px;
  }
  .expert-advice-row {
    margin-top: -50px;
    padding-top: 70px;
  }
  .expert-advice-row .homepage-image-list {
    margin-top: -90px;
  }
  .home-care-section.standard-section {
    padding: 100px 0 80px;
  }
  .hc-item p {
    font-size: 24px;
  }
  .hc-item .link {
    flex: 0 0 410px;
    padding-left: 100px;
  }
  .navigation-column {
    padding-right: 3rem !important;
  }
  .overlay-navigation li {
    margin-bottom: 1.2666666667rem;
  }
  .overlay-navigation .caption {
    margin-top: 1.2rem;
  }
  .overlay-navigation .overlay-callout {
    font-size: 1.8666666667rem;
    padding: 0.6666666667rem 0.6666666667rem 0.6666666667rem 2.3333333333rem;
  }
  .overlay-navigation .overlay-icon-container {
    margin-right: 1.6666666667rem;
  }
  .inline-block-column h3 {
    font-size: 1.4rem;
  }
  .virtual-tour-content-row {
    top: 75px;
    z-index: 5;
  }
  .homepage-virtual-tour {
    clear: both;
    position: relative;
    top: -75px;
  }
  .homepage-virtual-tour .button {
    top: -130px;
  }
  .community-spotlight .glide-container {
    flex: 0 0 55%;
    width: 55%;
  }
  .community-spotlight .content {
    flex: 0 0 45%;
    padding-left: 30px;
    width: 45%;
  }
  .community-spotlight .glide__arrow svg {
    width: 40px;
    height: 43px;
  }
  .home-gallery-section h2 {
    margin-bottom: 40px;
    padding-top: 25px;
  }
  .home-gallery-section .line-1 {
    font-size: 46px;
  }
  .home-gallery-section .line-2 {
    font-size: 24px;
  }
  .home-bottom-section .image-column img {
    width: 100%;
  }
}
@media only screen and (min-width:75.063em) {
  .homepage-image-list .image:first-child {
    margin-left: -30px;
  }
  .homepage-image-list .image:nth-child(2) {
    margin-left: 250px;
  }
  .homepage-image-list .image:nth-child(3) {
    margin-left: 30px;
  }
  .homepage-image-list.reverse .image:first-child {
    margin-right: -30px;
  }
  .homepage-image-list.reverse .image:nth-child(2) {
    margin-right: 250px;
  }
  .homepage-image-list.reverse .image:nth-child(3) {
    margin-right: 30px;
  }
}
.all-communities-page p, .all-communities-page ul, .all-communities-page li {
  font-size: 1.0666666667rem;
}
.all-communities-page #main-feature {
  padding-bottom: 0;
}
.all-communities-page .title-row {
  background-color: #a22c45;
  padding: 1rem 0;
}
.all-communities-page .title-row h1 {
  color: #FFF;
  font-size: 1.2666666667rem;
  margin: 0;
}
.all-communities-page .opening-content {
  float: none;
  display: inline-block;
}
.all-communities-page .opening-content p, .all-communities-page .opening-content ul, .all-communities-page .opening-content li,
.all-communities-page .main-content p,
.all-communities-page .main-content ul,
.all-communities-page .main-content li {
  font-size: 1.2666666667rem;
}
.all-communities-page .jump-button {
  margin-bottom: 1.3333333333rem;
  padding: 0.6666666667rem 2.1333333333rem;
}
.all-communities-page .video-column {
  margin: 2.6666666667rem 0;
}
.all-communities-page #pre-footer {
  margin-top: 0;
}
.all-communities-page #regions_div {
  width: 100%;
}
.all-communities-page #map_al g g g g path:nth-child(1),
.all-communities-page #map_de path:nth-child(2),
.all-communities-page #map_fl path:nth-child(138),
.all-communities-page #map_ga path:nth-child(22),
.all-communities-page #map_md path:nth-child(8),
.all-communities-page #map_nj path:nth-child(15),
.all-communities-page #map_nj path:nth-child(16),
.all-communities-page #map_nj path:nth-child(17),
.all-communities-page #map_nj path:nth-child(18),
.all-communities-page #map_nj path:nth-child(19),
.all-communities-page #map_nj path:nth-child(20),
.all-communities-page #map_nj path:nth-child(21),
.all-communities-page #map_nj path:nth-child(22),
.all-communities-page #map_nj path:nth-child(23),
.all-communities-page #map_nj path:nth-child(24),
.all-communities-page #map_nj path:nth-child(25),
.all-communities-page #map_nj path:nth-child(26),
.all-communities-page #map_nj path:nth-child(27),
.all-communities-page #map_nj path:nth-child(28),
.all-communities-page #map_nj path:nth-child(29),
.all-communities-page #map_nc path:nth-child(4),
.all-communities-page #map_nc path:nth-child(5),
.all-communities-page #map_nc path:nth-child(6),
.all-communities-page #map_nc g g g g path:nth-child(1),
.all-communities-page #map_pa path:nth-child(34),
.all-communities-page #map_sc path:nth-child(14) {
  stroke: rgb(0, 89, 150);
  stroke-width: 1;
  fill: #0063a7;
}
.all-communities-page .map > div {
  border: solid 1px #e4e4e4;
  margin-bottom: 1rem;
}
.all-communities-page path {
  stroke: #ccc;
}

.all-communities-footnote {
  background-color: #F9F9F9;
  padding-bottom: 0.6666666667rem;
}
.all-communities-footnote p, .all-communities-footnote li {
  font-size: 0.9333333333rem !important;
}

.all-communities-list {
  background-color: #F9F9F9;
  padding: 2.3333333333rem 0;
}
.all-communities-list .state-communities {
  background-color: #FFF;
  border: 1px solid #d2d2d2;
  margin-bottom: 2rem;
  overflow: hidden;
  padding: 1.6666666667rem 0.6666666667rem;
}
.all-communities-list .state-communities h3 {
  font-family: "Work Sans", Helvetica, sans-serif;
  font-size: 1.1333333333rem;
  text-align: center;
}
.all-communities-list .communities-list {
  margin-bottom: 0;
  margin-left: 2rem;
}
.all-communities-list .communities-list li {
  color: #a22c45;
  margin-bottom: 0.3333333333rem;
}
.all-communities-list .communities-list li span {
  color: #222222;
}

.all-communities-list-title {
  background-color: #a22c45;
  padding: 1rem 0;
}
.all-communities-list-title h3 {
  color: #FFF;
  margin: 0;
}

.states-list {
  margin: 1.6666666667rem 0 2.6666666667rem 2rem;
}
.states-list li {
  margin-bottom: 0.6666666667rem;
}

@media only screen and (min-width:48em) {
  .all-communities-page p, .all-communities-page ul, .all-communities-page li {
    font-size: 1.2rem;
  }
  .all-communities-page .opening-content {
    margin-bottom: 5.3333333333rem;
    padding-bottom: 1.3333333333rem;
    position: relative;
  }
  .all-communities-page .opening-content p {
    line-height: 1.7;
  }
  .all-communities-page .opening-content:after {
    background-color: #c4d5d8;
    bottom: 0;
    content: "";
    height: 1px;
    left: 20%;
    right: 20%;
    position: absolute;
  }
  .all-communities-page .map-container {
    padding-bottom: 3.3333333333rem;
    position: relative;
  }
  .all-communities-page .map-container .map-overlay {
    background-color: rgba(255, 255, 255, 0.62);
    left: 0;
    display: flex;
    padding: 0.6666666667rem;
    position: absolute;
    top: 15%;
    z-index: 10;
  }
  .all-communities-page .map-container .overlay-logo {
    margin: 0.3333333333rem 0 0.6666666667rem;
  }
  .all-communities-page .map-container .divider {
    background-color: #c4d5d8;
    margin: 0 0.6666666667rem 0 0.3333333333rem;
    width: 1px;
  }
  .all-communities-page .map-container .rte-content {
    margin: 0.6666666667rem 0;
  }
  .all-communities-page .map-container .rte-content > ul:last-child, .all-communities-page .map-container .rte-content p:last-child {
    margin-bottom: 0;
  }
  .all-communities-page .map-container .rte-content > ul:last-child > li:last-child {
    margin-bottom: 0;
  }
  .all-communities-page .map-container .rte-content ul {
    list-style: none;
    margin-left: 0;
  }
  .all-communities-page .map-container .rte-content li {
    margin-bottom: 1rem;
  }
  .all-communities-page .map-container .rte-content li:before {
    color: #cb2c30;
    content: "\f004";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 0.6666666667rem;
  }
  .all-communities-page .main-content h3 {
    margin-bottom: 0.3333333333rem;
  }
  .all-communities-page .title-row h1 {
    font-size: 2.0666666667rem;
  }
  .all-communities-page .map > div {
    margin-bottom: 2.3333333333rem;
  }
  .all-communities-page .video-column {
    margin: 0;
  }
  .all-communities-list-title {
    padding: 1.6666666667rem 0;
  }
  .all-communities-list-title h3 {
    font-size: 2.0666666667rem;
  }
  .all-communities-title {
    font-size: 2.0666666667rem;
    margin-top: 8rem;
  }
  .all-communities-list {
    padding-top: 5.3333333333rem;
  }
  .all-communities-list .state-communities-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .all-communities-list .state-communities {
    margin-bottom: 4rem;
    padding: 1.6666666667rem 1.3333333333rem;
    width: 46.5%;
  }
  .all-communities-list .state-communities h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width:64em) {
  .all-communities-page .main-content .column:first-child {
    padding-right: 2.3333333333rem;
  }
  .all-communities-page .main-content .video-column {
    padding-left: 2.3333333333rem;
  }
  .all-communities-page .opening-content h3,
  .all-communities-page .main-content h3 {
    font-size: 1.6rem;
  }
  .all-communities-page .opening-content p, .all-communities-page .opening-content ul, .all-communities-page .opening-content li,
  .all-communities-page .main-content p,
  .all-communities-page .main-content ul,
  .all-communities-page .main-content li {
    font-size: 1.4rem;
  }
  .all-communities-page .map-container .map-overlay {
    padding: 2rem 2rem 2rem 5rem;
    top: 22%;
  }
  .all-communities-page .map-container .divider {
    margin: 0 2.6666666667rem 0 2rem;
  }
}
@media only screen and (min-width:75.063em) {
  .all-communities-page .map-container .map-overlay {
    padding: 2.6666666667rem 2.6666666667rem 2.6666666667rem 8rem;
  }
}
.community-micro-site {
  font-family: "Work Sans", Helvetica, sans-serif;
  font-size: 15px;
}
.community-micro-site h2, .community-micro-site h3 {
  line-height: 1.333;
}
.community-micro-site h3, .community-micro-site h4 {
  font-family: "Work Sans", Helvetica, sans-serif;
}
.community-micro-site .normal-text,
.community-micro-site .button {
  font-family: "Work Sans", Helvetica, sans-serif;
}
.community-micro-site button,
.community-micro-site .button {
  border-radius: 6px;
}
.community-micro-site hr {
  border-color: #222222;
}
.community-micro-site form button,
.community-micro-site a.form-button,
.community-micro-site button.form-button,
.community-micro-site input.form-button,
.community-micro-site .button,
.community-micro-site button,
.community-micro-site p,
.community-micro-site li,
.community-micro-site label,
.community-micro-site select {
  font-family: "Work Sans", Helvetica, sans-serif;
  box-shadow: none;
  font-size: 15px;
  font-weight: 400;
}
.community-micro-site .rte-content h3 {
  color: #222222;
  margin: 2rem 0 0.3333333333rem;
}
.community-micro-site .rte-content a {
  color: #00849b;
}
.community-micro-site .rte-content .button {
  border-radius: 5px;
  color: #FFF;
}
.community-micro-site a.rte-button,
.community-micro-site a.rte-button-red,
.community-micro-site a > .rte-button,
.community-micro-site a > .rte-button-red {
  border-radius: 5px;
}

.feature-overlay-communities-top {
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 6;
}

.feature-overlay-communities-bottom {
  background-color: rgba(0, 0, 0, 0.65);
  color: #FFF;
  left: 0;
  right: 0;
  bottom: 10px;
  padding: 0.6666666667rem 0.6666666667rem 0.3333333333rem;
  position: absolute;
}
.feature-overlay-communities-bottom h1 {
  color: #FFF;
}
.feature-overlay-communities-bottom .h2 {
  color: #FFF;
  font-family: "Work Sans", Helvetica, sans-serif;
}

.reservation-exist #main-feature {
  padding-bottom: 0;
}
.reservation-exist .feature-image {
  margin-bottom: 0;
}

@media only screen and (min-width:48em) {
  .feature-overlay-communities-bottom {
    bottom: 35px;
    left: 15px;
    padding: 15px 20px;
    right: auto;
  }
  .feature-overlay-communities-bottom .community-contact-info {
    font-size: 1.0666666667rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .feature-overlay-communities-bottom h1 {
    font-size: 1.2666666667rem;
  }
  .feature-overlay-communities-bottom .h2 {
    font-size: 0.8666666667rem;
  }
  .community-feature .main-logo-container {
    position: absolute;
    bottom: 100%;
    margin-bottom: 6px;
  }
  .community-feature .main-logo-container img {
    display: block;
    margin: 0 auto;
  }
  .community-contact-info a {
    margin: 0;
  }
}
.advantages-top-callouts {
  padding-bottom: 30px;
}

.flex-image-with-text {
  align-items: center;
  margin: 30px 0;
}
.flex-image-with-text .icon-container {
  flex: 0 0 110px;
  padding-right: 20px;
}
.flex-image-with-text .rte-content > :last-child {
  margin-bottom: 0;
}

.flex-image-with-text-title {
  flex-wrap: wrap;
  margin: 20px 0;
}
.flex-image-with-text-title .icon-container {
  flex: 0 0 110px;
  padding-right: 20px;
}
.flex-image-with-text-title .rte-content {
  flex: 0 0 100%;
  margin-top: 20px;
}
.flex-image-with-text-title.rte-content h3 {
  align-self: center;
  flex: 0 0 calc(100% - 110px);
  margin: 0 !important;
}

.advantages-two-col-list.has-banner {
  margin-bottom: 70px;
  padding-bottom: 0;
}
.advantages-two-col-list .community-banner a {
  text-decoration: none;
}
.advantages-two-col-list .community-banner a:active, .advantages-two-col-list .community-banner a:hover {
  text-decoration: underline;
}
.advantages-two-col-list .community-banner-wide h3 {
  font-weight: 400;
}

.community-amenities {
  padding-bottom: 2.6666666667rem;
}

.amenity-tabs {
  border-bottom: 1px solid #222222;
}
.amenity-tabs a {
  text-decoration: none;
}

.amenity-tab {
  margin-top: 0.3333333333rem;
}

.amenity-mobile-opener .fa {
  font-size: 0.9333333333rem;
}

.amenities-title {
  margin: 2rem 0;
}

.amenity-tabs-content .amenity-options li {
  font-weight: 700;
}

.amenity-images {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.3333333333rem;
}
.amenity-images li {
  border: 1px solid #FFF;
  flex: 0 0 33.33333%;
}
.amenity-images li:nth-child(n+7) {
  display: none;
}

.amenity-options {
  list-style: none;
  margin-left: 0.6666666667rem;
}
.amenity-options li {
  margin-bottom: 0.3333333333rem;
  position: relative;
  padding-left: 1rem;
}
.amenity-options li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #a22c45;
  border-radius: 50%;
}

.community-amenities .community-form-container {
  margin-top: 50px;
}
.community-amenities .amenity-tabs-content {
  padding: 0;
}

.amenities-bottom-content a {
  white-space: nowrap;
}

.advantages-divider {
  border-color: #222222;
  margin-bottom: 50px;
}

@media only screen and (max-width: 47.9375em) {
  .amenity-tabs {
    padding-bottom: 0.6666666667rem;
    position: relative;
  }
  .amenity-tabs ul {
    background-color: #FFF;
    border-bottom: 1px solid #222222;
    padding-bottom: 10px;
    left: 0;
    right: 0;
    display: none;
    position: absolute;
    text-align: center;
  }
  .amenity-tabs ul.open {
    display: block;
  }
}
@media only screen and (min-width:48em) {
  .flex-image-with-text-title {
    display: block;
    width: 33.3333%;
  }
  .flex-image-with-text-title .icon-container {
    margin-bottom: 25px;
    padding-right: 0;
  }
  .amenity-tabs ul {
    align-self: flex-start;
    display: flex;
    justify-content: flex-start;
  }
  .amenity-tabs a {
    border-bottom: 3px solid transparent;
    color: #222222;
    display: block;
    margin-bottom: -1px;
    outline: none;
    padding: 0.6666666667rem 1.6666666667rem;
  }
  .amenity-tabs a:hover {
    color: #00849b;
  }
  .amenity-tabs .active a {
    border-bottom-color: #00849b;
    color: #00849b;
    font-weight: 700;
  }
  .amenity-tabs-content {
    margin-bottom: 3.3333333333rem;
    padding: 0 0.6666666667rem;
  }
  .advantages-two-col-list .community-banner-wide h3 {
    line-height: 1.4;
  }
  .advantages-bottom-content .image-col {
    margin-top: 50px;
  }
}
@media only screen and (min-width:64em) {
  .advantages-two-col-list h2 {
    padding-right: 30px;
  }
  .community-amenities .community-form-container {
    margin-top: 4.3333333333rem;
  }
  .community-amenities .amenity-tabs-content {
    padding: 1.3333333333rem 1.6666666667rem;
  }
  .amenity-tabs-content .content {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .amenity-tabs-content .content.active {
    display: flex;
  }
  .amenity-images {
    flex: 0 0 53%;
  }
  .amenity-images li:nth-child(n+7) {
    display: block;
  }
  .amenity-tab a {
    font-size: 1.2rem;
  }
  .amenity-options {
    flex-grow: 2;
    margin-left: 2rem;
  }
}
@media only screen and (min-width:75.063em) {
  .amenity-tabs-content {
    padding: 1.3333333333rem 2.6666666667rem;
  }
}
.virtual-tours-accordion .column {
  padding: 0 2px;
}
.virtual-tours-accordion .content {
  padding: 10px 15px !important;
}

.community-floor-plan-opening-row + .community-banner-row {
  margin-bottom: 50px;
}

.tour-name-list {
  margin-left: 0 !important;
}
.tour-name-list li {
  margin-bottom: 0.6666666667rem;
}
.tour-name-list a {
  text-decoration: none;
}
.tour-name-list span {
  color: #a22c45;
  font-size: 1.4rem;
  margin: 0.1333333333rem 0.3333333333rem 0;
}

.common-areas-list {
  position: relative;
}
.common-areas-list div {
  position: relative;
  z-index: 2;
}
.common-areas-list > li {
  margin-bottom: 20px;
  text-align: center;
}
.common-areas-list a {
  text-decoration: none;
}
.common-areas-list .common-area-image {
  margin-bottom: 0.3333333333rem;
}
.common-areas-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom right, #fff 0%, #fff 50%, #efefef 50%, #efefef 100%);
}

.site-plan-section {
  background-color: #2d4047;
  color: #FFF;
  padding: 50px 0;
  position: relative;
  /*  .legend
    {
        margin-top: 8px;
        li
        {
            margin-bottom: 8px;
        }
    }
    .legend-label
    {
        line-height: 20px;
        vertical-align: top;
    }
    .legend-color
    {
        border: 1px solid $white;
        display: inline-block;
        margin-right: 2px;
        height: 20px;
        width: 20px;
    }
    */
}
.site-plan-section h2, .site-plan-section h3, .site-plan-section h4 {
  color: #FFF;
}
.site-plan-section .row {
  position: relative;
  z-index: 2;
}
.site-plan-section .site-plan-link {
  margin-top: 1.3333333333rem;
}
.site-plan-section .site-plan-link a {
  color: #FFF;
  text-decoration: none;
}
.site-plan-section .site-plan-link a:hover, .site-plan-section .site-plan-link a:active {
  text-decoration: underline;
}

.community-floor-plan-page .community-form-container {
  margin-top: 0;
}
.community-floor-plan-page .rte-grid.rte-content {
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 73.3333333333rem;
}
.community-floor-plan-page .rte-grid.rte-content h3 {
  margin: 0.6666666667rem 0 0.6666666667rem 0;
}
.community-floor-plan-page .rte-grid.rte-content .column {
  margin-bottom: 1rem;
}

.community-tab-nav.community-navigation {
  border-top: 0;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3.3333333333rem;
}
.community-tab-nav.community-navigation a {
  text-decoration: none;
}

.community-floor-plans-container {
  padding: 0 1.6666666667rem;
  position: relative;
}

.community-floor-plans ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 1px;
  padding-top: 15px;
}
.community-floor-plans .floor-plan-name {
  color: #222222;
  margin-bottom: 0;
}
.community-floor-plans .fp-slide {
  border: 1px solid #222222;
  padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.community-floor-plans .fp-slide ul {
  display: flex;
  flex-grow: 2;
}
.community-floor-plans .fp-slide li {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  justify-content: space-between;
}
.community-floor-plans .fp-flag {
  line-height: 30px;
  height: 30px;
  font: 15px "Work Sans", Helvetica, sans-serif;
  padding: 0 30px 0 10px;
  position: absolute;
  right: -1px;
  top: -15px;
}
.community-floor-plans .fp-flag-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.community-floor-plans .fp-flag-icon:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 30px solid #a22c45;
  border-left: 30px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.community-floor-plans .fp-flag-icon:before {
  font-size: 10px;
  margin-right: 5px;
  position: relative;
  z-index: 2;
}
.community-floor-plans .fp-image-container {
  margin-bottom: 0;
  padding: 2rem 2rem;
  text-align: center;
}
.community-floor-plans .fp-image-container img {
  max-height: 15.3333333333rem;
}
.community-floor-plans .fp-top {
  border-bottom: 1px solid #222222;
  padding-bottom: 0.6666666667rem;
  white-space: normal;
}
.community-floor-plans .fp-top .pipe {
  margin: 0 0.4rem;
}
.community-floor-plans .btn-container {
  display: flex;
  padding: 1.3333333333rem 0.3333333333rem 0;
  border-top: 1px solid #222222;
}
.community-floor-plans .btn-container .button {
  flex-basis: calc(50% - 18px);
  flex-grow: 2;
  max-width: calc(100% - 10px);
}
.community-floor-plans .btn-container .tour-button {
  background: #00849b;
  flex-shrink: 0;
  margin-left: 18px;
}
.community-floor-plans .glide__arrow {
  border: 0;
  box-shadow: none;
  color: #222222;
  font-size: 1.6rem;
  padding: 0;
  text-shadow: none;
}
.community-floor-plans .glide__arrow.inactive {
  opacity: 0.25;
  pointer-events: none;
}
.community-floor-plans .glide__arrow--left {
  left: -25px;
}
.community-floor-plans .glide__arrow--right {
  right: -25px;
}
.community-floor-plans .standard-modal-interior {
  border: 1px solid #222222;
  padding-top: 2rem;
  position: relative;
}
.community-floor-plans .standard-modal-interior h3 {
  color: #222222;
  margin-bottom: 0;
}
.community-floor-plans .standard-modal-interior .fp-top {
  border-bottom: 0;
}
.community-floor-plans .standard-modal-interior .image-container {
  border-bottom: 1px solid #222222;
  border-top: 1px solid #222222;
  margin-bottom: 1rem;
  padding: 1rem 0;
}
.community-floor-plans .standard-modal-interior .btn-container {
  border-top: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1rem;
}
.community-floor-plans .standard-modal-interior .button {
  flex-basis: calc(50% - 9px);
  flex-grow: 0;
  margin-bottom: 1rem;
}
.community-floor-plans .standard-modal-interior .close-standard-modal.close-standard-modal-alt {
  background-color: #a22c45;
  border: 0;
  border-radius: 3px;
  padding: 5px;
  font-size: 1.0666666667rem;
}
.community-floor-plans .glide-child-slider,
.community-floor-plans .glide-child-slider .glide__track {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.community-floor-plans .glide-child-slider .glide__arrow {
  display: none;
  font-size: 1.2666666667rem;
}
.community-floor-plans .glide-child-slider .glide__arrow--left {
  left: 0;
}
.community-floor-plans .glide-child-slider .glide__arrow--right {
  right: 0;
}
.community-floor-plans .glide-child-slider.use-child-slider .glide__arrow {
  display: block;
}
.community-floor-plans .glide-main-slider {
  left: 1.6666666667rem;
  right: 1.6666666667rem;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  width: auto;
}
.community-floor-plans .glide-main-slider.active {
  left: 0;
  right: 0;
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.community-floorplan-middle-section {
  position: relative;
}
.community-floorplan-middle-section .background-triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-right: 120px solid #efefef;
}

.community-virtual-tours {
  position: relative;
}
.community-virtual-tours img {
  border: 1px solid #222222;
}
.community-virtual-tours a {
  text-decoration: none;
}
.community-virtual-tours .image-container {
  margin-bottom: 5px;
}
.community-virtual-tours div {
  position: relative;
  z-index: 2;
}
.community-virtual-tours h3 {
  color: #222222;
}

.community-featured-amenities img {
  border: 1px solid #222222;
}
.community-featured-amenities .rte-content {
  padding: 10px 20px;
  white-space: normal;
}

.community-virtual-tours-row {
  display: flex;
}
.community-virtual-tours-row a {
  color: #00849b;
}

@media only screen and (max-width: 47.9375em) {
  #main-content .floorplan-tours-accordion > li {
    margin-bottom: 15px !important;
  }
  .floorplan-tours-accordion {
    margin: 0 0 0.6666666667rem 0;
  }
  .floorplan-tours-accordion .home-name {
    font-size: 1.2rem;
  }
  .floorplan-tours-accordion .pdf-item {
    display: inline-block;
    margin: 1rem 1rem 1rem 0;
    text-align: center;
    vertical-align: top;
  }
  .floorplan-tours-accordion .pdf-item a {
    display: block;
  }
  .floorplan-tours-accordion .pdf-item .floorplan-name {
    color: #0063a7;
    display: block;
    font-weight: 400;
    line-height: 1;
  }
  .common-areas-list > li {
    float: left;
    padding: 0 0.6666666667rem;
    width: 50%;
  }
  .common-areas-list > li:nth-child(2n-1) {
    clear: left;
    margin-left: 0;
  }
  .community-virtual-tours-row {
    clear: both;
    overflow: auto;
    white-space: nowrap;
  }
  .community-virtual-tours-row .column {
    flex-basis: 17.4666666667rem;
    flex-shrink: 0;
  }
  .community-virtual-tours-row [class*=column] + [class*=column]:last-child {
    float: left;
  }
}
@media only screen and (min-width:48em) {
  .glide-main-slider.slides-2 > .glide__arrows {
    display: none;
  }
  .community-virtual-tours-row {
    flex-wrap: wrap;
  }
  .community-virtual-tours-row .column {
    margin-left: -0.3px;
    margin-right: -0.3px;
  }
  .community-floor-plan-opening-row + .community-banner-row {
    margin-bottom: 75px;
  }
  .floorplan-list li {
    margin-left: 2%;
    width: 32%;
  }
  .floorplan-list li:nth-child(3n-2) {
    clear: left;
    margin-left: 0;
  }
  .tour-list > li {
    margin-bottom: 1.3333333333rem !important;
    margin-left: 2.5%;
    width: 48.75%;
  }
  .tour-list > li:nth-child(2n-1) {
    clear: left;
    margin-left: 0;
  }
  .tour-list .h3-bold {
    margin: 0;
  }
  .floorplan-tour-list > li {
    background-color: #f5f5f5;
    float: left;
    margin-bottom: 1rem;
  }
  .floorplan-tour-list .floorplan-tour-top {
    background-color: #a22c45;
    color: #ebebeb;
    padding: 1rem 0.6666666667rem;
    text-align: center;
  }
  .floorplan-tour-list .floorplan-tour-top h3 {
    color: #FFF;
  }
  .floorplan-body {
    padding: 1.6666666667rem 1.3333333333rem 1rem;
  }
  .floorplan-body .pdf-item {
    margin-bottom: 1rem;
  }
  .floorplan-body .pdf-item a {
    text-decoration: none;
  }
  .floorplan-body .floorplan {
    float: left;
    margin-right: 0.6666666667rem;
  }
  .floorplan-body .floorplan-name {
    display: block;
    line-height: 40px;
    overflow: hidden;
  }
  .floorplan-body .floorplan-name span {
    display: inline-block;
    line-height: 100%;
    vertical-align: middle;
  }
  .tour-body .tour-image {
    max-width: 50%;
  }
  .tour-content {
    overflow: hidden;
    padding-left: 1rem;
    padding-top: 1rem;
  }
  .common-areas-list {
    background-color: #f5f5f5;
    padding: 1.6666666667rem 0 0;
  }
  .common-areas-list > li {
    float: left;
    padding: 0 1.3333333333rem;
    width: 25%;
  }
  .common-areas-list > li:nth-child(4n-3) {
    clear: left;
  }
  .site-plan-section {
    padding: 70px 0;
    /* no more legend
      .legend
      {
          text-align: right;
          li
          {
              display: inline-block;
              margin-right: 10px;
              &:last-child
              {
                  margin-right: 0;
              }
          }
      }*/
  }
  .site-plan-section .community-full-width-feature {
    margin-left: 0;
    margin-right: 0;
  }
  .community-floor-plans .btn-container {
    padding: 1.6666666667rem 0.6666666667rem 0;
  }
  .community-floor-plans .standard-modal .standard-modal-interior {
    max-width: 33.3333333333rem;
    width: 33.3333333333rem;
  }
}
@media only screen and (min-width:64em) {
  .glide-main-slider.slides-3 > .glide__arrows {
    display: none;
  }
  .community-floor-plan-page .opening-content {
    padding-right: 4.6666666667rem;
  }
  .community-floor-plan-page .community-video {
    padding-left: 0;
  }
  .community-floorplan-middle-section .background-triangle {
    border-top-width: 250px;
    border-right-width: 280px;
  }
  .floorplan-list li {
    margin-left: 0.875%;
    width: 19.3%;
  }
  .floorplan-list li:nth-child(3n-2) {
    clear: none;
    margin-left: 0.875%;
  }
  .floorplan-list li:nth-child(5n-4) {
    clear: left;
    margin-left: 0;
  }
  .tour-list > li {
    margin-bottom: 1.6666666667rem !important;
  }
  .tour-body .tour-image {
    max-width: 60%;
  }
  .tour-content {
    overflow: hidden;
    padding-left: 2rem;
  }
  .common-areas-list > li {
    padding: 0 1.6666666667rem;
    width: 12.5%;
  }
  .common-areas-list > li:nth-child(4n-3) {
    clear: none;
  }
  .common-areas-list > li:nth-child(8n-7) {
    clear: left;
  }
  .community-floor-plans .standard-modal-interior {
    padding: 2.6666666667rem 1.3333333333rem 0.6666666667rem;
  }
  .community-floor-plans .standard-modal-interior .btn-container {
    padding: 0 2.3333333333rem;
  }
  .community-floor-plans .fp-slide {
    padding-bottom: 1.6666666667rem;
  }
  .community-floor-plans .slides-3 > .glide__arrows {
    display: none;
  }
  .community-virtual-tours-row .column {
    margin-bottom: 15px;
  }
  .community-featured-amenities {
    margin-bottom: -150px;
    position: relative;
    z-index: 100;
  }
  .community-featured-amenities .rte-content {
    padding: 10px 40px;
  }
  .community-floorplan-middle-section.community-grey-section {
    padding-bottom: 50px;
    padding-top: 180px;
  }
  .community-floorplan-middle-section .floorplan-hr {
    border-color: #222222;
    margin: 40px auto 100px;
    max-width: 800px;
  }
}
@media only screen and (min-width:75.063em) {
  .community-featured-amenities .rte-content {
    padding: 10px 70px;
  }
  .btn-container {
    padding: 0 1.3333333333rem;
  }
}
.form-alert {
  background-color: #2b3e45;
  border: 2px solid #6999aa;
  border-radius: 10px;
  box-shadow: 3px 0 7px rgba(0, 35, 50, 0.35), inset 1px 0 36px rgba(0, 54, 77, 0.39);
  display: inline-flex;
  margin-bottom: 50px;
  padding: 10px;
  text-align: left;
}
.form-alert h3, .form-alert p {
  margin: 0;
}
.form-alert .icon {
  flex: 0 0 50px;
}
.form-alert img {
  width: 50px;
}
.form-alert .form-alert-content {
  padding-left: 15px;
}

.community-form-section {
  margin-top: 1.3333333333rem;
  padding: 1.6666666667rem 0 2.6666666667rem;
}
.community-form-section .community-information-kit {
  margin-top: 0;
}
.community-form-section.pricing-forms .single-form form {
  padding-bottom: 2rem;
  padding-top: 1.0666666667rem;
}
.community-form-section.pricing-forms .single-form form .form-title {
  color: #FFF;
  padding-bottom: 0.6666666667rem;
}
.community-form-section label {
  color: #FFF;
}
.community-form-section label[for=EmailSignup] {
  margin-right: 0 !important;
}
.community-form-section legend {
  color: #013741;
  margin-bottom: 0 !important;
  margin-left: 0;
  padding: 0;
}
.community-form-section .legend-container {
  border-bottom: 1px solid #007084;
  margin: 0 -0.6666666667rem 1.1333333333rem;
  padding: 0 0.6666666667rem 0.8rem;
}
.community-form-section .personal-info legend:before {
  content: "1. ";
}
.community-form-section .communities-of-interest-fieldset legend:before {
  content: "2. ";
}
.community-form-section .select-container .fa,
.community-form-section .select-container select {
  color: #00849b;
}
.community-form-section input[type=text],
.community-form-section input[type=password],
.community-form-section input[type=date],
.community-form-section input[type=datetime],
.community-form-section input[type=datetime-local],
.community-form-section input[type=month],
.community-form-section input[type=week],
.community-form-section input[type=email],
.community-form-section input[type=number],
.community-form-section input[type=search],
.community-form-section input[type=tel],
.community-form-section input[type=time],
.community-form-section input[type=url],
.community-form-section input[type=color],
.community-form-section textarea {
  color: #00849b;
}
.community-form-section input[type=text].placeholder,
.community-form-section input[type=password].placeholder,
.community-form-section input[type=date].placeholder,
.community-form-section input[type=datetime].placeholder,
.community-form-section input[type=datetime-local].placeholder,
.community-form-section input[type=month].placeholder,
.community-form-section input[type=week].placeholder,
.community-form-section input[type=email].placeholder,
.community-form-section input[type=number].placeholder,
.community-form-section input[type=search].placeholder,
.community-form-section input[type=tel].placeholder,
.community-form-section input[type=time].placeholder,
.community-form-section input[type=url].placeholder,
.community-form-section input[type=color].placeholder,
.community-form-section textarea.placeholder {
  color: #66b5c3;
}
.community-form-section input[type=text]::-webkit-input-placeholder,
.community-form-section input[type=password]::-webkit-input-placeholder,
.community-form-section input[type=date]::-webkit-input-placeholder,
.community-form-section input[type=datetime]::-webkit-input-placeholder,
.community-form-section input[type=datetime-local]::-webkit-input-placeholder,
.community-form-section input[type=month]::-webkit-input-placeholder,
.community-form-section input[type=week]::-webkit-input-placeholder,
.community-form-section input[type=email]::-webkit-input-placeholder,
.community-form-section input[type=number]::-webkit-input-placeholder,
.community-form-section input[type=search]::-webkit-input-placeholder,
.community-form-section input[type=tel]::-webkit-input-placeholder,
.community-form-section input[type=time]::-webkit-input-placeholder,
.community-form-section input[type=url]::-webkit-input-placeholder,
.community-form-section input[type=color]::-webkit-input-placeholder,
.community-form-section textarea::-webkit-input-placeholder {
  color: #66b5c3;
}
.community-form-section input[type=text]:-moz-placeholder,
.community-form-section input[type=password]:-moz-placeholder,
.community-form-section input[type=date]:-moz-placeholder,
.community-form-section input[type=datetime]:-moz-placeholder,
.community-form-section input[type=datetime-local]:-moz-placeholder,
.community-form-section input[type=month]:-moz-placeholder,
.community-form-section input[type=week]:-moz-placeholder,
.community-form-section input[type=email]:-moz-placeholder,
.community-form-section input[type=number]:-moz-placeholder,
.community-form-section input[type=search]:-moz-placeholder,
.community-form-section input[type=tel]:-moz-placeholder,
.community-form-section input[type=time]:-moz-placeholder,
.community-form-section input[type=url]:-moz-placeholder,
.community-form-section input[type=color]:-moz-placeholder,
.community-form-section textarea:-moz-placeholder { /* Firefox 18- */
  color: #66b5c3;
}
.community-form-section input[type=text]::-moz-placeholder,
.community-form-section input[type=password]::-moz-placeholder,
.community-form-section input[type=date]::-moz-placeholder,
.community-form-section input[type=datetime]::-moz-placeholder,
.community-form-section input[type=datetime-local]::-moz-placeholder,
.community-form-section input[type=month]::-moz-placeholder,
.community-form-section input[type=week]::-moz-placeholder,
.community-form-section input[type=email]::-moz-placeholder,
.community-form-section input[type=number]::-moz-placeholder,
.community-form-section input[type=search]::-moz-placeholder,
.community-form-section input[type=tel]::-moz-placeholder,
.community-form-section input[type=time]::-moz-placeholder,
.community-form-section input[type=url]::-moz-placeholder,
.community-form-section input[type=color]::-moz-placeholder,
.community-form-section textarea::-moz-placeholder { /* Firefox 19+ */
  color: #66b5c3;
}
.community-form-section input[type=text]:-ms-input-placeholder,
.community-form-section input[type=password]:-ms-input-placeholder,
.community-form-section input[type=date]:-ms-input-placeholder,
.community-form-section input[type=datetime]:-ms-input-placeholder,
.community-form-section input[type=datetime-local]:-ms-input-placeholder,
.community-form-section input[type=month]:-ms-input-placeholder,
.community-form-section input[type=week]:-ms-input-placeholder,
.community-form-section input[type=email]:-ms-input-placeholder,
.community-form-section input[type=number]:-ms-input-placeholder,
.community-form-section input[type=search]:-ms-input-placeholder,
.community-form-section input[type=tel]:-ms-input-placeholder,
.community-form-section input[type=time]:-ms-input-placeholder,
.community-form-section input[type=url]:-ms-input-placeholder,
.community-form-section input[type=color]:-ms-input-placeholder,
.community-form-section textarea:-ms-input-placeholder {
  color: #66b5c3;
}

.community-form-intro-text h2 {
  margin: 0 0 1rem !important;
}
.community-form-intro-text .ask-a-question-title {
  border-top: 20px solid #FFF;
}

@media only screen and (min-width:48em) {
  .form-alert {
    margin-bottom: 70px;
    padding: 15px 35px 15px 15px;
  }
  .form-alert .form-alert-content {
    padding-left: 20px;
  }
  .community-form-section {
    margin: 0;
    padding: 2.6666666667rem 0 6.6666666667rem;
  }
  .community-form-section .row {
    position: relative;
  }
  .community-form-section .community-information-kit {
    margin-top: 1.3333333333rem;
  }
  .community-form-section .legend-container {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 0.3333333333rem;
  }
  .community-form-section .communities-of-interest-fieldset legend {
    padding: 0;
  }
  .community-form-section legend {
    padding: 0 0 0.6666666667rem;
  }
  .community-form-section legend:before {
    display: none;
  }
  .community-form-section .form-divider {
    padding: 0 !important;
    position: static;
  }
  .community-form-section .form-divider:before {
    background-color: #00778b;
    bottom: -50px;
    content: "";
    display: block;
    margin-left: 4.165%;
    position: absolute;
    top: 0;
    width: 6px;
  }
  .community-form-intro-text {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .community-form-intro-text h2 {
    padding: 0;
  }
  .community-form-intro-text .ask-a-question-title {
    border-top: 0;
  }
}
@media only screen and (min-width:64em) {
  .form-alert {
    min-width: 85%;
    padding: 15px;
  }
  .form-alert h3 {
    font-size: 24px;
  }
  .form-alert p {
    font-size: 18px;
  }
}
.community-overview-link {
  border-bottom: 1px solid #222222;
  margin-bottom: 2.6666666667rem;
  padding: 0.5333333333rem 0;
}

.pricing-steps h3 {
  color: #222222;
  font-size: 1.2666666667rem;
  margin-bottom: 1rem;
}
.pricing-steps h3 em {
  color: #a22c45;
}
.pricing-steps .rte-number {
  margin-top: -0.6666666667rem;
}
.pricing-steps p:after, .pricing-steps p:before {
  content: " ";
  display: table;
}
.pricing-steps p:after {
  clear: both;
}

.pricing-steps-interior {
  border-bottom: 1px solid #222222;
  border-top: 1px solid #222222;
  padding: 2rem 0.3333333333rem 1.3333333333rem;
}
.pricing-steps-interior > :last-child {
  margin-bottom: 0;
}

.pricing-video-row {
  margin-top: 50px;
}
.pricing-video-row.community-grey-section {
  padding-bottom: 155px;
}

.community-banner-row + .pricing-video-row {
  margin-top: 0;
  padding-top: 100px;
}

.pricing-video {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

.pricing-step-title {
  color: #222222;
  font-weight: 400;
  margin-bottom: 2rem;
}
.pricing-step-title strong {
  color: #00849b;
}

.community-pricing-form-row .form-alert {
  margin-bottom: 20px;
}
.community-pricing-form-row .form-alert h3 {
  color: #FFF;
}
.community-pricing-form-row .pricing-step-2-title {
  color: #222222;
}
.community-pricing-form-row .pricing-step-2-title strong {
  color: #FFF;
}
.community-pricing-form-row .community-form-container:before {
  display: none;
}

.community-pricing-form-row .community-form-container {
  margin-top: -4.6666666667rem;
}

@media only screen and (max-width: 47.9375em) {
  .pricing-steps h3 {
    padding: 0 2.8rem;
  }
}
@media only screen and (min-width:48em) {
  .community-overview-link {
    margin-bottom: 5.3333333333rem;
    padding: 0.6666666667rem 0;
  }
  .pricing-steps h3 {
    font-size: 1.4rem;
  }
  .pricing-top .pricing-top-left {
    padding-right: 2rem;
  }
  .pricing-top .pricing-steps {
    padding-left: 2rem;
    margin-top: 2.3333333333rem;
  }
  .pricing-video-row {
    margin-top: 90px;
  }
  .pricing-video-row.community-grey-section {
    padding-bottom: 275px;
  }
  .community-banner-row + .pricing-video-row {
    padding-top: 150px;
  }
  .pricing-video {
    max-width: 55rem;
    margin-left: auto;
    margin-right: auto;
  }
  .pricing-step-title {
    margin-bottom: 2rem;
  }
  .community-pricing-form-row .community-form-container {
    margin-top: -6.6666666667rem;
  }
  .community-pricing-form-row .acts-icon {
    position: absolute;
    bottom: 2.6666666667rem;
    right: 2.6666666667rem;
    width: 13.3333333333rem;
  }
}
@media only screen and (min-width:64em) {
  .pricing-steps-interior {
    padding: 2.6666666667rem 2rem 2.3333333333rem;
  }
  .pricing-top .pricing-top-left {
    padding-right: 2.3333333333rem;
  }
  .pricing-top .pricing-steps {
    padding-left: 2.3333333333rem;
  }
  .community-pricing-form-row .form-alert {
    margin-bottom: 40px;
    min-width: 0;
    padding-right: 50px;
  }
  .community-pricing-form-row .form-alert p {
    font-size: 18px;
  }
  .community-pricing-form-row .community-form-container {
    max-width: 1100px;
    padding-bottom: 2.6666666667rem;
  }
  .community-pricing-form-row .community-form-container:before {
    display: block;
  }
  .community-pricing-form-row .community-form-container .pricing-step-2-title {
    font-size: 2.0666666667rem;
  }
  .community-get-info-form .form-button-container {
    margin-top: 2rem;
  }
}
.community-news-item {
  margin-bottom: 0.3333333333rem;
}
.community-news-item .community-post-image {
  float: left;
  margin: 0 1rem 0.3333333333rem 0;
  max-width: 35%;
}
.community-news-item .h5-bold {
  font-size: 0.9333333333rem;
}

.whats-happening {
  margin-bottom: 1.6666666667rem;
}
.whats-happening img {
  width: 100%;
}
.whats-happening .whats-happening-content {
  background-color: #f2f2f2;
  padding: 1rem 0.6666666667rem 1.3333333333rem;
}
.whats-happening h3 {
  color: #000000;
}
.whats-happening .button {
  box-shadow: inset 0 -4px 0 1px rgba(0, 0, 0, 0.08);
  font-weight: 700;
}

@media only screen and (max-width: 47.9375em) {
  .event-details {
    margin: 0 -0.6666666667rem 1rem;
  }
}
@media only screen and (min-width:48em) {
  .whats-happening h3 {
    margin-bottom: 1rem !important;
  }
  .event-details {
    margin-bottom: 2.3333333333rem;
  }
}
@media only screen and (min-width:64em) {
  .whats-happening {
    background-color: #f2f2f2;
  }
  .whats-happening img {
    float: left;
    width: 61%;
  }
  .whats-happening .whats-happening-content {
    overflow: hidden;
  }
}
.schedule-tour-modal-content {
  background-color: #FFF;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 40px;
  padding: 25px 30px;
}
.schedule-tour-modal-content h2 {
  color: #00849b;
  font-family: Georgia, Times, serif;
}
.schedule-tour-modal-content p {
  -moz-hypens: none;
  -webkit-hypens: none;
  hyphens: none;
  margin-bottom: 0;
}
.schedule-tour-modal-content .red-section {
  border-radius: 5px;
  padding: 25px 31px;
}

.community-floor-plan-page .schedule-tour-modal-content {
  margin: 0 0 40px;
}

@media only screen and (max-width: 47.9375em) {
  .schedule-tour-modal-content h2 {
    font-size: 21px;
  }
  .schedule-tour-modal-content .icon-container {
    align-self: flex-end;
  }
  .schedule-tour-modal-content svg {
    margin-right: 20px;
    width: 35px;
  }
  .schedule-tour-modal-content .red-section {
    display: flex;
    margin-top: 20px;
  }
}
@media only screen and (min-width:48em) {
  .schedule-tour-modal-content {
    align-items: center;
    display: flex;
    margin-top: 100px;
    padding: 25px 30px;
  }
  .schedule-tour-modal-content h2 {
    font-size: 24px;
    margin: 0;
  }
  .schedule-tour-modal-content p {
    -moz-hypens: none;
    -webkit-hypens: none;
    hyphens: none;
    margin-bottom: 0;
  }
  .schedule-tour-modal-content .icon-container {
    align-self: flex-end;
  }
  .schedule-tour-modal-content svg {
    width: 40px;
  }
  .schedule-tour-modal-content .red-section {
    flex: 0 0 200px;
    margin-left: 30px;
    padding: 20px 15px;
    width: 200px;
  }
  .community-floor-plan-page .schedule-tour-modal-content {
    margin-bottom: 80px;
  }
}
.community-opener .community-title {
  color: #222222;
  font-size: 26px;
}
.community-opener .community-phone-number {
  color: #222222;
  text-decoration: none;
}

@media only screen and (min-width:64em) {
  .community-opener address {
    display: inline;
  }
  .community-opener .divider {
    margin: 0 0.6666666667rem;
  }
}
.community-navigation {
  border-bottom: 1px solid #303030;
  border-top: 1px solid #303030;
  margin: 1.3333333333rem 0 2rem;
  position: relative;
}
.community-navigation .acts-icon {
  line-height: 1;
  vertical-align: top;
}
.community-navigation .acts-icon img {
  display: none;
}
.community-navigation .active .acts-icon img,
.community-navigation .mobile-community-opener .acts-icon img {
  display: inline;
  vertical-align: top;
}
.community-navigation .acts-icon,
.community-navigation .acts-icon img {
  width: 1.2rem;
}
.community-navigation a {
  display: block;
  border-bottom: 2px solid transparent;
  color: #222222;
  padding: 10px 18px 10px 8px;
}
.community-navigation a.active {
  border-color: #00849b;
  color: #00849b;
  font-weight: 600;
}
.community-navigation ul {
  display: none;
}
.community-navigation ul.show {
  display: block;
}

@media only screen and (max-width: 47.9375em) {
  .community-main-navigation {
    padding: 0.6666666667rem;
  }
  .community-main-navigation a {
    border-bottom: 0;
    color: #00849b;
    padding: 5px;
  }
  .community-navigation ul {
    background: #FFF;
    border-bottom: 1px solid #303030;
    padding-bottom: 0.6666666667rem;
    position: absolute;
    text-align: center;
    top: 100%;
    z-index: 100;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width:48em) {
  .community-navigation {
    margin-bottom: 5.3333333333rem;
    padding: 0;
  }
  .community-navigation ul, .community-navigation ul.show {
    display: flex;
  }
  .community-navigation ul {
    margin-bottom: 0;
    justify-content: center;
  }
  .community-navigation li {
    margin: 0 12px;
  }
  .community-navigation .acts-icon {
    display: inline-block;
  }
  .community-navigation a:hover {
    border-color: #00849b;
    color: #00849b;
  }
}
@media only screen and (min-width:48em) and (max-width:63.9375em) {
  .community-navigation li {
    margin: 0 3px;
  }
  .community-navigation a {
    font-size: 14px;
    padding: 10px 15px 10px 5px;
  }
}
@media only screen and (min-width:75.063em) {
  .community-navigation a {
    font-size: 1.2rem;
  }
}
.community-overview .community-navigation {
  border-top: 0;
  margin-top: 0;
}
.community-overview .community-form-container {
  margin-bottom: 100px;
}

.overview-main-content-title {
  margin-bottom: 20px;
}

.community-overview-news-item {
  /*
      li
      {
          margin:0;
          &:first-child
          {
              a
              {
                  border-top: 1px solid $jet;
              }
          }
      }*/
  /*
      .news-listing-content
      {
          overflow: hidden;
          padding-top: rem-calc(5);
      }
      .date
      {
          color: $jet;
          font-size: rem-calc(12);
          font-weight: 600;
      }*/
}
.community-overview-news-item a {
  display: block;
  padding: 0.6666666667rem;
  text-decoration: none;
}
.community-overview-news-item h4 {
  color: #00849b;
  font-weight: 400;
}

/*
.video-section
{
    align-items: center;
    cursor: pointer;
    display: flex;
    height:rem-calc(215);
    position: relative;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    .overlay-content
    {
        align-self: center;
        left: rem-calc(10);
        right: rem-calc(10);
        position: absolute;
        h3
        {
            color: $white;
        }
    }
    .play-icon
    {
        background-color: rgba(43,62,69,.85);
        color:$dark-red;
        box-shadow: 0 0 10px 2px rgba(43,62,69,.85);
        border: 5px solid $dark-red;
        border-radius: 100%;
        display: inline-block;
        font-size: rem-calc(42);
        overflow: hidden;
        text-align: center;

        line-height: rem-calc(60);
        height: rem-calc(70);
        width: rem-calc(70);

        &:before
        {
            margin-left: 5px;
        }
    }
}*/
.modal-video {
  display: none;
}

.community-form-container {
  background: #00849b;
  color: #FFF;
  margin: -1.3333333333rem auto 2.6666666667rem;
  overflow: hidden;
  padding: 1.3333333333rem 1.3333333333rem 1.6666666667rem;
  position: relative;
}
.community-form-container h2 {
  color: #FFF;
  font-weight: 400;
  line-height: 1.42;
  margin-bottom: 2rem;
}
.community-form-container h2,
.community-form-container .rte-content,
.community-form-container .button-container {
  position: relative;
  z-index: 1;
}
.community-form-container:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 120px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 120px solid #2b3e45;
}
.community-form-container .hidden-form-content {
  display: none;
}

/*
.community-slider-section
{
    &.community-grey-section
    {
        border-bottom: 0;
        padding-top: rem-calc(100);
    }
}*/
.community-carousel {
  margin-left: auto;
  margin-right: auto;
  max-width: 55rem;
}

.community-slider {
  border: 1px solid #222222;
  margin-bottom: 0.6666666667rem;
  margin-right: auto;
  max-width: 55rem;
}
.community-slider.no-bullet {
  margin-left: auto;
}
.community-slider .overlay-container {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  font-size: 2rem;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
  opacity: 0;
}
.community-slider li {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.community-slider li.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.community-slider li:hover .overlay-container, .community-slider li:active .overlay-container {
  opacity: 1;
}
.community-slider .slide-caption {
  background-color: rgba(51, 51, 51, 0.65);
  color: #FFF;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  padding: 0.3333333333rem 0.3333333333rem 0.6666666667rem;
}
.community-slider .slide-caption > :last-child {
  margin-bottom: 0;
}
.community-slider a {
  display: block;
}
.community-slider img {
  width: 100%;
}

.community-carousel ul {
  margin: 0 0 0 -0.6666666667rem;
  overflow: auto;
  padding-bottom: 0;
  touch-action: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.community-carousel li {
  border: 1px solid #222222;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  margin-left: 0.6666666667rem;
  line-height: 0;
  overflow: hidden;
  transition: border 0.5s ease;
  width: 6.6666666667rem;
  vertical-align: middle;
}
.community-carousel li.active, .community-carousel li:hover {
  border-color: #00849b;
  opacity: 0.65;
}
.community-carousel li img {
  align-self: center;
}
.community-carousel .glide__arrows {
  display: none;
}

.directions-divider {
  border-color: #222222;
  margin: 0 0.6666666667rem 3.3333333333rem;
}

.directions-text {
  display: inline-block;
  margin-bottom: 0.3333333333rem;
}
.directions-text a {
  color: #222222;
  text-decoration: none;
}

.directions-section {
  font-size: 16px;
}
.directions-section hr {
  margin: 50px 0;
}
.directions-section .community-sprite {
  position: relative;
  top: 1px;
}

.directions-text .address-line-2 {
  display: block;
  padding-left: 14px;
}

.overview-care-section h2 {
  font-size: 31px;
  margin-bottom: 0;
}

.community-banner-row {
  margin-bottom: -70px;
  margin-top: 2rem;
  padding: 0 0.6666666667rem;
}

.community-banner {
  background-color: #00849b;
  border: 1px solid #222222;
  overflow: hidden;
  position: relative;
  padding: 30px 20px 30px 30px;
}
.community-banner a:not(.button) {
  color: #a22c45;
}
.community-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-right: 60px solid transparent;
  border-left: 0 solid transparent;
  border-top: 60px solid #f4f4f4;
}
.community-banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 75px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 75px solid #FFF;
}
.community-banner h3 {
  color: #FFF;
  line-height: 1.45;
  margin-bottom: 0;
}
.community-banner .community-banner-star {
  font-size: 22px;
}

.community-banner-star {
  color: #00849b;
  position: absolute;
  top: 10px;
  left: 5px;
}

.community-banner-acts-icon {
  position: absolute;
  bottom: 10px;
  right: 5px;
  z-index: 10;
}
.community-banner-acts-icon img {
  width: 30px;
}

.directions-section .fa {
  color: #00849b;
}

.community-number {
  margin: 1.3333333333rem 0;
}

.community-map {
  border: 1px solid #222222;
  margin-bottom: 80px;
}

.video-column p {
  font-size: 18px;
  font-weight: 500;
}
.video-column .video-container {
  border: 8px solid #FFF;
}
.video-column .flex-video {
  margin-bottom: 0;
}

.community-overview-banner {
  padding: 70px 30px 105px;
}
.community-overview-banner h3 {
  font-size: 24px;
}
.community-overview-banner p {
  font-size: 21px;
}
.community-overview-banner hr {
  border-color: #FFF;
  max-width: 150px;
  margin: 25px auto;
}
.community-overview-banner a {
  width: 280px;
  text-decoration: none;
}

.overview-callouts {
  background-color: #f8f8f8;
}
.overview-callouts .callout-image {
  border: 8px solid #FFF;
}
.overview-callouts .rte-content a.rte-button,
.overview-callouts .rte-content a.rte-button-red,
.overview-callouts .rte-content a > .rte-button,
.overview-callouts .rte-content a > .rte-button-red {
  display: block;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.overview-callouts .rte-content a {
  text-decoration: none;
}

.community-explore .explore-block:last-child .callout-content {
  padding-bottom: 5px;
}
.community-explore hr {
  margin-bottom: 30px;
}

.explore-block .callout-content {
  padding: 0 15px 45px;
}
.explore-block .button {
  min-width: 280px;
}

.overview-hr {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}

.benefits-section .flex-image-with-text .icon-container {
  flex: 0 0 75px;
}

.community-overview-news hr {
  margin-bottom: 40px;
}
.community-overview-news .row .row {
  margin-bottom: 40px;
}

.community-overview-news-item img {
  border: 1px solid #2b3e45;
}
.community-overview-news-item h4 {
  font-size: 14px;
  line-height: 1.5;
}

.community-overview-main ul, .community-overview-main ol {
  margin-left: 3rem;
}
.community-overview-main li {
  margin-bottom: 10px;
}
.community-overview-main hr {
  margin: 20px 0;
}
.community-overview-main hr + h3 {
  margin-top: 0 !important;
}

@media only screen and (max-width: 47.9375em) {
  .community-banner .button {
    margin-top: 20px;
  }
  .benefits-section {
    background-color: #f8f8f8;
  }
  .community-overview-banner-row {
    margin-top: -30px;
    text-align: center;
  }
  .community-overview-banner-row + .overview-callouts {
    margin-top: -30px;
  }
  .community-overview-news .row .row {
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
  }
  .community-overview-news .row .row .column {
    flex: 0 0 75%;
  }
  .video-column {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .overview-care-section {
    background-image: none !important;
  }
  .overview-care-section.community-grey-section {
    padding-bottom: 20px;
  }
  .community-overview-main {
    margin-bottom: 30px;
  }
  .overview-callouts {
    padding-bottom: 20px;
  }
  .overview-callouts .image-col {
    margin: -70px auto 20px;
  }
  .overview-callouts .image-col img {
    max-width: 300px;
  }
  .community-slider-section {
    margin-bottom: 40px;
  }
  .community-overview-callouts .accordion-opener {
    display: none;
  }
  .community-overview-callouts .flex-image-with-text.flex-reverse {
    flex-direction: row-reverse;
  }
  .community-overview-callouts .flex-image-with-text.flex-reverse .icon-container {
    padding-left: 20px;
    padding-right: 0;
  }
  .community-overview-callouts .flex-image-with-text .icon-container {
    flex: 0 0 160px;
  }
}
@media only screen and (min-width:48em) {
  /*
  .video-section
  {
      height:rem-calc(555);
  }*/
  .community-form-container {
    margin: -6rem auto 5.6666666667rem;
    max-width: 65.3333333333rem;
    padding: 2.3333333333rem 2rem 2rem;
  }
  .community-form-container h2 {
    color: #FFF;
  }
  .community-form-container .rte-content {
    max-width: 60%;
  }
  .community-form-container .button-container {
    margin-top: -10px;
  }
  .community-form-container .form-button-opener {
    min-width: 30%;
  }
  .directions-text .phone-number-2 {
    margin-left: 0.3333333333rem;
  }
  .directions-section {
    margin-bottom: 50px;
    padding-top: 125px;
  }
  .directions-section #custom-map {
    height: 450px;
  }
  .directions-label {
    display: inline !important;
    font-weight: 700;
  }
  .directions-divider {
    margin-bottom: 6.6666666667rem;
  }
  .community-carousel {
    padding: 0 3.3333333333rem;
  }
  .community-carousel ul {
    margin-left: 0;
    overflow: hidden;
  }
  .community-carousel li {
    margin-left: 0.6666666667rem;
    width: calc(20% - 10px);
  }
  .community-carousel li:first-child {
    margin-left: 0;
  }
  .community-carousel .use-glide .glide__arrows {
    display: block;
  }
  .community-carousel .use-glide .glide__arrows .glide__arrow--left {
    left: -2.3333333333rem;
  }
  .community-carousel .use-glide .glide__arrows .glide__arrow--right {
    right: -1rem;
  }
  .community-carousel .glide__arrows span {
    color: #00849b;
    cursor: pointer;
    font-size: 1.7333333333rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .explore-block {
    align-items: center;
  }
  .explore-block.flex-reverse {
    flex-direction: row-reverse;
  }
  .explore-block.flex-reverse .rte-content {
    margin-left: auto;
  }
  .explore-block .callout-image,
  .explore-block .callout-content {
    flex: 0 0 50%;
  }
  .explore-block .callout-image {
    width: 100%;
  }
  .explore-block .callout-content {
    padding: 5px 25px;
  }
  .explore-block .callout-content h3 {
    margin-top: 0 !important;
  }
  .explore-block .rte-content {
    max-width: 520px;
  }
  .explore-block .button {
    min-width: 280px;
  }
  .benefits-section {
    padding-bottom: 80px;
    padding-top: 25px;
  }
  .benefits-section .video-column {
    margin-top: -70px;
  }
}
@media only screen and (min-width:64em) {
  .overview-main-content-title {
    max-width: 665px;
  }
  .acts-differences {
    padding-top: 75px;
  }
  .community-overview-callouts {
    margin-bottom: -220px;
  }
  .community-overview-callouts .callout {
    background-color: #FFF;
  }
  .community-overview-callouts .accordion-open {
    box-shadow: 1px 5px 5px rgba(48, 48, 48, 0.25);
  }
  .community-overview-callouts .callout-content {
    padding: 10px 20px 20px;
  }
  .community-overview-callouts h3 {
    margin-bottom: 0;
  }
  .community-overview-callouts .accordion-content {
    display: none;
  }
  .community-overview-callouts .flex-image-with-text {
    display: block;
  }
  .community-overview-callouts .flex-image-with-text .icon-container {
    padding: 0;
  }
  .overview-care-section.community-grey-section {
    padding-bottom: 100px;
    padding-top: 375px;
  }
  .overview-care-section h2 {
    font-size: 48px;
  }
  .overview-care-section .column {
    clear: both;
  }
  .community-overview .community-news-title {
    margin-top: 1rem;
  }
  .community-overview .directions-section h3 {
    margin-top: 20px;
  }
  .community-overview .directions-section address {
    margin-top: 40px;
  }
  .community-overview-main {
    padding-right: 30px;
  }
  .community-opener {
    font-size: 18px;
    padding-top: 60px;
  }
  .community-opener .community-title {
    font-size: 4rem;
  }
  .community-overview-banner-row.light-blue-content {
    background: transparent;
  }
  .community-overview-banner {
    background-color: #0099d6;
    border: 8px solid #FFF;
    margin-bottom: -30px;
    position: relative;
    padding: 60px 400px 5px 45px;
    z-index: 5;
  }
  .community-overview-banner h3 {
    font-size: 31px;
    margin-bottom: 45px;
  }
  .community-overview-banner p {
    font-size: 24px !important;
  }
  .community-overview-banner .banner-image {
    bottom: -30px;
    right: 0;
    position: absolute;
    z-index: 10;
  }
  .overview-callouts .row {
    display: flex;
  }
  .overview-callouts .content-col {
    background-color: #FFF;
    display: flex;
  }
  .overview-callouts .content-col .rte-content {
    align-self: center;
    padding-left: 35px;
    padding-right: 35px;
  }
  .overview-callouts .image-col,
  .overview-callouts .content-col {
    padding-bottom: 85px;
    padding-top: 240px;
  }
  .community-explore.standard-section {
    padding-bottom: 0;
    padding-top: 80px;
  }
  .community-explore h2 {
    font-size: 36px;
  }
  .explore-block .callout-content {
    padding: 5px 45px;
  }
  .benefits-section-column p {
    font-size: 24px;
  }
  .community-banner-row {
    margin-bottom: -60px;
    margin-top: 70px;
    padding: 0;
  }
  .community-banner-wide {
    align-items: center;
    display: flex;
    height: 154px;
    padding: 0 460px 0 70px;
  }
  .community-banner-wide:after {
    border-left-width: 29.3333333333rem;
    border-bottom-width: 29.3333333333rem;
  }
  .community-banner-wide h3 {
    margin-bottom: 0;
  }
  .community-banner-wide .button {
    margin-left: 1rem;
  }
  .community-banner-wide .community-banner-acts-icon {
    bottom: 0;
    right: 0;
    top: 0;
    width: 29.3333333333rem;
  }
  .community-banner-wide .community-banner-acts-icon img {
    width: 35.3333333333rem;
    position: absolute;
    top: -7.0666666667rem;
    left: 0.6666666667rem;
    max-width: none;
  }
  .community-news-title {
    font-size: 28px;
  }
  .community-overview-news-item a {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }
  /*
  .community-banner-row + .community-slider-section
  {
      margin-top: 0;
      padding-top: rem-calc(150);
  }
  .community-slider-section
  {
      margin-top: rem-calc(80);
      &.community-grey-section
      {
          padding-bottom: rem-calc(100);
      }

  }*/
  .community-slider .overlay-container {
    font-size: 3.3333333333rem;
  }
  .community-slider li:hover .slide-caption {
    opacity: 1;
  }
  .community-slider .slide-caption {
    opacity: 0;
    padding: 1rem 1rem 0.6666666667rem;
    transition: opacity 0.5s ease;
  }
  .community-number {
    display: inline-block;
  }
  .community-form-container h2 {
    font-size: 2.2666666667rem;
    margin-bottom: 3rem;
    max-width: 75%;
  }
  .community-form-container:before {
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 450px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 450px solid #2b3e45;
  }
  .overview-hr {
    margin-bottom: 40px;
  }
  /*.community-overview-news {

          .news-listing-content
          {
              padding-top: rem-calc(20);
          }
  }*/
}
@media only screen and (min-width:75.063em) {
  .community-banner-wide h3 {
    font-size: 25px;
    line-height: 1.85;
  }
  .overview-callouts .row {
    padding-right: 50px;
  }
  .explore-block.flex-reverse .callout-image {
    margin-top: -30px;
  }
  .explore-block .callout-content {
    padding: 35px 45px;
  }
}
.community-resource-map.community-grey-section {
  padding-bottom: 8.6666666667rem;
}
.community-resource-map iframe {
  width: 100%;
}

.community-resources-image {
  margin-bottom: 2rem;
  margin-top: -6rem;
}

@media only screen and (min-width:48em) {
  .community-resources-image {
    margin-bottom: 3rem;
  }
  .community-resource-map.community-grey-section {
    padding-bottom: 12rem;
  }
  .additional-resources-column {
    padding-left: 2rem;
    padding-top: 0.3333333333rem;
  }
  .additional-resources-column ul {
    margin-left: 2rem;
  }
}
@media only screen and (min-width:64em) {
  .community-resources .opening-content {
    padding-right: 4rem;
  }
  .additional-resources-column {
    padding-left: 3.6666666667rem;
  }
}
.community-fly-over {
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  will-change: transform;
}
.community-fly-over.transition {
  transform: translateX(0);
}
.community-fly-over h3 {
  color: #FFF;
}

.community-modal.standard-modal {
  background-color: transparent;
}
.community-modal.standard-modal .standard-modal-interior {
  max-height: calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.community-modal .standard-modal-interior {
  border: 1px solid #222222;
  position: relative;
}
.community-modal .standard-modal-interior:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-right: 70px solid transparent;
  border-left: 0 solid transparent;
  border-top: 70px solid #FFF;
}

.community-form-modal .standard-modal-interior {
  box-shadow: 0 0 18px 15px rgba(0, 0, 0, 0.4);
}
.community-form-modal h2, .community-form-modal h3 {
  font-family: "Work Sans", Helvetica, sans-serif;
}
.community-form-modal .umbraco-forms-form {
  margin: 0;
  padding: 0;
}
.community-form-modal .aqua-section {
  padding: 30px 50px;
}
.community-form-modal .rte-content,
.community-form-modal .form-alert {
  margin: 0 auto;
  max-width: 538px;
}
.community-form-modal .form-alert-content {
  padding-left: 10px;
}
.community-form-modal .form-alert {
  margin-bottom: 30px;
}
.community-form-modal input,
.community-form-modal textarea,
.community-form-modal select {
  border-color: #000000;
}
.community-form-modal p, .community-form-modal label {
  color: #000000;
}
.community-form-modal .form-alert p {
  color: #FFF;
}
.community-form-modal .umbraco-forms-navigation button {
  max-width: 100%;
}
.community-form-modal .checkbox-label {
  font-weight: 600;
}
.community-form-modal .checkbox.text-right {
  text-align: left !important;
}

.community-modal-icon {
  position: absolute;
  top: 0.6666666667rem;
  left: 0.6666666667rem;
  width: 1.6666666667rem;
}

.fly-over-text {
  bottom: 0.6666666667rem;
  left: 0.6666666667rem;
  right: 0.6666666667rem;
  padding: 15px 0 0;
  position: absolute;
}

.fly-over-text-interior {
  background-color: rgba(0, 0, 0, 0.52);
  -ms-box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.52);
  box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.52);
  display: inline-block;
  padding: 0 15px 15px;
  overflow: hidden;
}
.fly-over-text-interior .button.button-main {
  background-color: rgba(162, 44, 69, 0.85);
  border: 1px solid #742031;
}

@media only screen and (min-width:48em) {
  .fly-over-text {
    padding: 15px 25px 25px;
  }
  .fly-over-text-interior {
    padding: 1px 40px;
  }
  .fly-over-text-interior h3 {
    margin-bottom: 18px;
  }
  .community-micro-site .community-form-modal p {
    font-size: 13px;
  }
  .community-form-modal .standard-modal-interior {
    box-shadow: 0 0 36px 30px rgba(0, 0, 0, 0.4);
  }
  .community-form-modal .aqua-section {
    padding: 50px 120px 30px;
  }
  .community-form-modal .form-alert {
    min-width: 500px;
  }
  .community-form-modal .form-alert h3 {
    font-size: 18px;
  }
  .community-form-modal .form-alert p {
    font-size: 15px;
  }
}
.community-health-page .community-chart-section {
  padding: 130px 0 40px;
}

.health-services-list-title {
  padding: 0 5px 0 10px;
}
.health-services-list-title span {
  color: #2b3e45;
  font-weight: 500;
}
.health-services-list-title img {
  align-self: flex-start;
  margin: -5px 10px 0 0;
  width: 50px;
}

.expert-box h2, .expert-box h3 {
  font-weight: 400;
}
.expert-box .phone-number a {
  color: #FFF;
  font-size: 28px;
  text-decoration: none;
}
.expert-box .phone-number a:hover, .expert-box .phone-number a:active {
  text-decoration: underline;
}
.expert-box .phone-number strong {
  font-weight: 600;
}

.community-service-chart {
  margin-top: 20px;
}

.community-chart-item {
  background-color: #FFF;
  margin-bottom: 4px;
  padding: 30px 20px 30px 15px; /*
.checkbox-details
{
    color:#00773f;
    padding-left: 20px;
}*/
}
.community-chart-item .icon {
  font-size: 20px;
}

.community-chart-bottom {
  padding: 20px 20px 0;
}

.community-chart-button a {
  display: block;
}

.health-services-bottom {
  padding-bottom: 50px;
  padding-top: 50px;
}

@media only screen and (max-width: 47.9375em) {
  .community-chart-section h2 {
    font-size: 18px;
  }
  .community-chart-item .icon {
    display: block;
    text-align: center;
  }
}
.community-banner.expert-box:after {
  border-bottom-color: #f4f4f4;
}

@media only screen and (min-width:48em) {
  .health-services-list-title {
    font-size: 31px;
  }
}
@media only screen and (min-width:64em) {
  .community-health-page .image-col {
    margin-top: 90px;
  }
  .flex-image-with-text {
    max-width: 460px;
  }
}
@media only screen and (min-width:75.063em) {
  .health-services-list-title {
    padding: 0 60px;
  }
  .health-services-list-title img {
    width: 85px;
  }
  .community-chart-item {
    padding: 25px 60px 30px;
  }
  .community-chart-bottom {
    align-items: flex-end;
    display: flex;
    padding: 40px 80px;
  }
  .community-chart-bottom .rte-content {
    padding-right: 20px;
  }
  .community-chart-bottom .rte-content > :last-child {
    margin-bottom: 0;
  }
  .community-chart-bottom .button {
    white-space: nowrap;
  }
  .community-health-page .image-col {
    margin-top: 90px;
  }
  .community-banner.expert-box {
    margin-top: 40px;
    padding: 60px 45px;
  }
  .community-banner.expert-box h2, .community-banner.expert-box h3 {
    font-size: 34px;
  }
}
.community-news-video li {
  display: flex;
  margin-bottom: 0.8rem;
}
.community-news-video .image-container {
  flex: 0 0 160px;
  padding-right: 0.6666666667rem;
}
.community-news-video a {
  text-decoration: none;
}
.community-news-video a:hover {
  text-decoration: underline;
}
.community-news-video .news-listing-content {
  padding-top: 0.6666666667rem;
}
.community-news-video p {
  margin-bottom: 0;
}

.community-news-page .news-videos {
  display: none;
  margin-bottom: 2.6666666667rem;
}
.community-news-page .news-videos.active {
  display: block;
}

.community-news-video-title {
  color: #222222;
  margin: 0.6666666667rem 0 1.6666666667rem;
}

@media only screen and (min-width:48em) and (max-width:63.9375em) {
  .community-news-video li:nth-child(2n-1) {
    clear: left;
  }
}
@media only screen and (min-width:48em) {
  .community-news-video li {
    display: block;
    margin-bottom: 3.6666666667rem;
  }
  .community-news-video li:last-child {
    float: left !important;
  }
  .community-news-video .image-container {
    padding-right: 0;
  }
  .community-news-video .news-listing-content {
    padding: 0.6666666667rem 0.3333333333rem 0;
  }
  .community-news-video-title {
    margin-bottom: 2.6666666667rem;
  }
}
@media only screen and (min-width:64em) {
  .community-news-video li:nth-child(4n-3) {
    clear: left;
  }
}
.community-news-video-post h1 {
  margin: 20px 0 0;
}
.community-news-video-post .community-news-post-details {
  padding: 20px 0 50px;
}

@media only screen and (min-width:48em) {
  .community-news-video-post h1 {
    font-size: 28px;
  }
  .community-news-video-post .community-news-post-details {
    padding: 20px 0 75px;
  }
}
.community-row {
  margin-bottom: 2.6666666667rem;
}

.community-grey-section {
  background-color: #f8f8f8;
  border-bottom: 1px solid #222222;
  border-top: 1px solid #222222;
  padding: 3.3333333333rem 0;
}
.community-grey-section.no-border {
  border: 0;
}

.community-full-width-feature {
  background: #FFF;
  border: 1px solid #222222;
  margin: 20px -5px 0;
  padding: 5px;
  position: relative;
}
.community-full-width-feature img {
  line-height: 0;
  margin-bottom: 0;
  width: 100%;
}

.reservation-exist .community-breadcrumbs {
  margin-top: 0.3333333333rem;
}

.community-reservation-row {
  color: #FFF;
  display: block;
  margin: 0 !important;
}
.community-reservation-row:active, .community-reservation-row:hover {
  color: #FFF;
}
.community-reservation-row:active span, .community-reservation-row:hover span {
  text-decoration: underline;
}

.community-news-side-bar {
  background-color: #f2f2f2;
  padding-top: 1rem;
}
.community-news-side-bar .news-feed {
  background-color: #f2f2f2;
  margin-left: 0;
}

.news-feed.community-news-feed-list {
  background-color: #f2f2f2;
  margin-left: 0;
  padding: 0.6666666667rem 0;
}
.news-feed.community-news-feed-list li {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.news-feed.community-news-feed-list h4 {
  margin: 0.3333333333rem 0 0;
}
.news-feed.community-news-feed-list a {
  background-color: transparent;
  padding: 0.3333333333rem 0.6666666667rem;
}
.news-feed.community-news-feed-list img {
  float: left;
  margin-right: 0.8rem;
  width: 50%;
}

.carf-callout {
  margin: 0.6666666667rem;
  text-align: center;
}

.community-contact-divider {
  margin: 0 0.3333333333rem;
}

.community-contact-info {
  font-size: 0.8666666667rem;
  margin: 0.3333333333rem 0 0;
}
.community-contact-info a {
  color: #FFF;
  text-decoration: none;
}

.community-breadcrumbs {
  display: inline-block;
}
.community-breadcrumbs a {
  text-decoration: none;
}

.community-get-info-form {
  color: #222222;
}
.community-get-info-form h3 {
  font-size: 19px;
}
.community-get-info-form label {
  position: relative;
}
.community-get-info-form input[type=radio] {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.community-get-info-form .error-message {
  color: #FFF;
}
.community-get-info-form .form-type-checkbox {
  pointer-events: none;
}
.community-get-info-form .form-type-checkboxes .free-kit-title {
  font-size: 1.2rem;
  margin: 1.3333333333rem 0 0.6666666667rem;
}
.community-get-info-form .form-type-checkboxes label {
  display: inline-block;
}
.community-get-info-form .free-kit-title,
.community-get-info-form label {
  font-weight: 700;
}
.community-get-info-form input[type=text],
.community-get-info-form select {
  background-color: #f8f8f8;
  border-color: #222222;
  margin-bottom: 25px;
}
.community-get-info-form input[type=text]::placeholder,
.community-get-info-form select::placeholder {
  color: #222222;
}
.community-get-info-form .select-container .fa {
  color: #222222;
}
.community-get-info-form .radio-label-delivery {
  margin-left: 0.5333333333rem;
}
.community-get-info-form .button-next-step-text {
  display: none;
}
.community-get-info-form.show-mail-form .button-complete-text {
  display: none;
}
.community-get-info-form.show-mail-form .button-next-step-text {
  display: block;
}
.community-get-info-form.form-step-2 .button-complete-text,
.community-get-info-form.form-step-2 .pricing-mail-only-field {
  display: block;
}
.community-get-info-form.form-step-2 .button-next-step-text,
.community-get-info-form.form-step-2 .pricing-shared-field {
  display: none;
}
.community-get-info-form .form-button-container {
  margin-top: 1.6666666667rem;
}
.community-get-info-form .form-button-container button {
  width: 100%;
}
.community-get-info-form .pricing-mail-only-field {
  display: none;
}
.community-get-info-form .formError {
  position: absolute;
  top: 100%;
  left: 0;
}
.community-get-info-form .hidden-checkbox {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.community-get-info-form .hidden-checkbox + .checker,
.community-get-info-form .hidden-checkbox + input + .checker {
  background-color: #FFF;
  border: 1px solid #222222;
  display: inline-block;
  height: 14px;
  width: 14px;
  text-align: center;
  vertical-align: middle;
}
.community-get-info-form .hidden-checkbox + .checker .fa,
.community-get-info-form .hidden-checkbox + input + .checker .fa {
  font-size: 12px;
  line-height: 12px;
  opacity: 0;
  vertical-align: top;
}
.community-get-info-form .hidden-checkbox:checked + .checker .fa, .community-get-info-form .hidden-checkbox:checked + input + .checker .fa {
  opacity: 1;
}
.community-get-info-form .opt-in-label {
  font-size: 14px;
}

.community-pricing-form-row .pricing-shared-field h3 {
  color: #222222;
}

.community-form-container.with-image h2 {
  margin-bottom: 1rem;
}

.community-info-kit h2 {
  color: #222222;
  font-size: 28px;
}
.community-info-kit .info-kit-image {
  margin-bottom: 30px;
  width: 100%;
}

@-moz-document url-prefix() {
  .lazy-image:-moz-loading {
    visibility: hidden;
  }
}
@media only screen and (max-width: 47.9375em) {
  .community-breadcrumbs {
    margin-bottom: 1rem;
    margin-top: -0.6666666667rem;
    padding-top: 0;
  }
  .community-breadcrumbs li:first-child:before {
    display: none;
  }
  .community-breadcrumbs li:before {
    color: #0063a7;
    content: "|";
    margin-right: 0.6666666667rem !important;
  }
  .community-breadcrumbs a.button {
    background-color: transparent;
    color: #0063a7;
    padding: 0;
    font-size: 0.8666666667rem;
    text-decoration: underline;
  }
}
@media only screen and (min-width:48em) {
  .community-micro-site {
    font-size: 16px;
  }
  .community-micro-site form button,
  .community-micro-site a.form-button,
  .community-micro-site button.form-button,
  .community-micro-site input.form-button,
  .community-micro-site .button,
  .community-micro-site button,
  .community-micro-site p,
  .community-micro-site li,
  .community-micro-site label,
  .community-micro-site select {
    font-size: 16px;
  }
  .community-micro-site p > span {
    font-size: inherit;
  }
  .community-micro-site p > span.slightly-larger-text {
    font-size: 1.125em;
  }
  .community-micro-site p > span.very-large-text {
    font-size: 36px;
  }
  .community-micro-site p > span.large-text {
    font-size: 21px;
  }
  .community-micro-site .micro-site-large {
    font-size: 18px;
  }
  .community-micro-site .micro-site-large p,
  .community-micro-site .micro-site-large li {
    font-size: 18px;
  }
  .community-row {
    margin-bottom: 80px;
  }
  .community-grey-section {
    padding: 80px 0;
  }
  .community-video {
    padding-top: 5rem;
  }
  .community-video strong {
    display: block;
    padding: 0 0.6666666667rem 0.3333333333rem;
  }
  .community-news-side-bar {
    background-color: transparent;
    padding-top: 0;
  }
  .community-contact-divider {
    margin: 0 0.6666666667rem;
  }
  .community-page .row {
    padding: 0 1.3333333333rem;
  }
  .community-contact-divider {
    margin: 0 0.3333333333rem;
  }
  .community-contact-info {
    padding-left: 0;
  }
  .community-get-info-form {
    margin: 0;
  }
  .community-get-info-form .form-button-container {
    margin-top: 1rem;
  }
  .community-get-info-form .form-type-checkboxes .free-kit-title {
    margin: 0;
  }
}
@media only screen and (min-width:64em) {
  .community-info-kit {
    padding-bottom: 60px;
    padding-top: 80px;
    position: relative;
  }
  .community-info-kit .background-image {
    background-color: #2d4047;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
  }
  .community-info-kit h2, .community-info-kit h3, .community-info-kit p, .community-info-kit label, .community-info-kit fieldset {
    color: #FFF;
  }
  .community-info-kit h2 {
    font-size: 36px;
  }
  .community-info-kit .checker {
    color: #222222;
  }
  .community-micro-site .rte-content h3 {
    margin-top: 3.3333333333rem;
  }
  .community-micro-site .opening-content h2 {
    font-size: 2.0666666667rem;
  }
  .community-full-width-feature {
    margin: 1.3333333333rem -1.3333333333rem 0;
    padding: 1.3333333333rem;
    position: relative;
  }
  .community-video-feature {
    height: 400px;
  }
  .community-video-feature video {
    position: absolute;
    text-align: center;
    object-fit: cover;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: 360px;
    width: calc(100% - 40px);
  }
  .community-video-feature {
    height: 400px;
  }
  .community-video-feature video {
    position: absolute;
    text-align: center;
    object-fit: cover;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: 360px;
    width: calc(100% - 40px);
  }
  .community-form-container.with-image {
    background-color: transparent;
    background-image: linear-gradient(140deg, #00849b 0%, #00849b 55%, transparent 55%, transparent 100%);
  }
  .community-form-container.with-image.form-open {
    background-image: linear-gradient(140deg, #00849b 0%, #00849b 62.5%, transparent 62.5%, transparent 100%);
  }
  .community-form-container.with-image:before {
    display: none;
  }
  .community-form-container.with-image .rte-content {
    max-width: 50%;
  }
  .community-form-container.with-image h2 {
    margin-bottom: 1.6666666667rem;
  }
  .community-form-container.with-image .background-image {
    left: 0;
    background-position: bottom right;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .community-form-container.with-image .form-button-opener {
    margin-top: 1rem;
  }
}
.community-filter-page .top-header-container {
  box-shadow: none;
}

.community-filter-list {
  flex-wrap: wrap;
}

.community-filter-item {
  margin-bottom: 45px;
}
.community-filter-item h3 {
  font-size: 18px;
  margin: 0 0 5px;
}
.community-filter-item .filter-icons {
  margin-bottom: 5px;
  text-align: right;
}
.community-filter-item .filter-icons img {
  margin-bottom: 5px;
  margin-left: 2px;
  width: 40px;
}
.community-filter-item .community-filter-image {
  margin-bottom: 5px;
  width: 100%;
}
.community-filter-item address {
  font-size: 12px;
  margin-bottom: 25px;
}
.community-filter-item .button-container {
  justify-content: space-between;
}
.community-filter-item .button-container a {
  flex: 0 0 calc(50% - 5px);
  padding-left: 10px;
  padding-right: 10px;
}

.community-filters {
  margin: 0;
}
.community-filters p {
  margin-bottom: 40px;
}
.community-filters .accordion-opener {
  align-items: center;
  cursor: pointer;
  font-size: 21px;
  justify-content: space-between;
  margin-top: 10px;
}
.community-filters .checkbox {
  margin-bottom: 10px;
}
.community-filters .checkbox img {
  width: 25px;
}
.community-filters .checkbox input:checked {
  position: relative;
}
.community-filters .checkbox input:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a22c45;
}
.community-filters .accordion-content {
  margin: 10px 0 20px;
}
.community-filters button {
  margin-top: 10px;
  min-width: 0;
  width: 100%;
}

.community-filter-main-content > :last-child {
  margin-bottom: 0;
}

.community-filters-container {
  margin-bottom: 25px;
  position: relative;
}

.community-filter-toggle {
  text-decoration: none;
}

.community-filter-opener span {
  margin-left: 10px;
  vertical-align: top;
}

.community-filter-title {
  border-bottom: 1px solid #222222;
  margin-bottom: 30px;
  padding-bottom: 5px;
  text-align: center;
}

.community-filter-list-column {
  padding-top: 40px;
}

@media only screen and (max-width: 47.9375em) {
  .community-filter-list-column {
    background-color: #F8F8F8;
    border-top: 2px solid #a22c45;
  }
  .community-filters {
    background-color: #FFF;
    box-shadow: 0 -2px 3px 0px rgba(34, 34, 34, 0.2), 0 2px 3px 0px rgba(34, 34, 34, 0.7);
    display: none;
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    padding: 20px 20px 50px;
    z-index: 10;
  }
  .community-filters.open {
    display: block;
  }
  .community-filters button {
    margin-top: 20px;
  }
}
@media only screen and (min-width:48em) {
  .community-filters-column {
    background-color: #FFF;
    position: relative;
  }
  .community-filters-column:after {
    background-color: #FFF;
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    top: 100%;
    margin-top: -2px;
    height: 20000px;
  }
  .community-filters {
    padding-top: 70px;
  }
  .community-filter-list-column {
    padding-top: 80px;
  }
  .community-filter-title {
    margin-bottom: 35px;
    padding-bottom: 10px;
    text-align: left;
  }
  .community-filter-title {
    margin-left: 20px;
  }
  .community-filter-list {
    padding-left: 20px;
  }
  .community-filter-section {
    background-color: #F8F8F8;
    border-top: 2px solid #a22c45;
    overflow: hidden;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width:64em) {
  .community-filter-main-content {
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
  }
  .community-filter-title,
  .community-filter-rte {
    margin-left: 34px;
    margin-right: 14px;
  }
  .community-filter-item {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    margin-bottom: 50px;
    padding: 0 14px;
  }
  .community-filter-item .rte-content {
    flex-grow: 2;
  }
  .community-filters button {
    max-width: 255px;
  }
}
@media only screen and (min-width:75.063em) {
  .community-filter-title,
  .community-filter-rte {
    margin-left: 32px;
    margin-right: 0;
  }
  .community-filter-list {
    width: calc(100% + 12px);
  }
  .community-filters-container {
    padding: 0 10px;
  }
  .community-filter-item {
    flex: 0 0 33.33333%;
    padding: 0 12px;
  }
  .community-filter-item .button-container a {
    font-size: 13px;
  }
  .community-filter-item .filter-icons img {
    margin-left: 1px;
    width: 38px;
  }
}
@media only screen and (min-width: 1240px) {
  .community-filter-title,
  .community-filter-rte {
    margin-left: 36px;
    margin-right: 16px;
  }
  .community-filter-list {
    width: calc(100% + 16px);
  }
  .community-filter-item {
    padding: 0 16px;
  }
  .community-filter-item .rte-content {
    flex-grow: 2;
  }
}
#custom-map {
  height: 200px;
}
#custom-map img {
  max-width: none;
}

.state-communities-row {
  margin-top: 1rem;
  margin-bottom: 1.6666666667rem;
}
.state-communities-row iframe {
  margin-bottom: 1rem;
  width: 100%;
}

.state-page-title {
  background-color: #a22c45;
  margin-bottom: 1.3333333333rem;
  padding: 0.6666666667rem 0;
  text-align: center;
}
.state-page-title h1 {
  color: #FFF;
  font-size: 1.2666666667rem;
  margin: 0;
  padding: 0 1rem;
}

.state-subtitle {
  margin-bottom: 1.3333333333rem !important;
}

.states-top-content {
  margin-bottom: 2rem;
}
.states-top-content .column {
  float: none;
  margin: 0 auto;
}
.states-top-content hr {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.cities {
  margin-top: 1.3333333333rem !important;
}
.cities .link-column {
  padding-right: 0 !important;
}
.cities .link-column a, .cities .link-column span {
  display: block;
}
.cities .link-column .button {
  padding-bottom: 0.3333333333rem;
  padding-top: 0.3333333333rem;
}
.cities .link-column img {
  margin-bottom: 1px;
  width: 100%;
}
.cities li {
  margin-bottom: 1.3333333333rem;
}
.cities .city-content h3 {
  margin-bottom: 0.3333333333rem;
}
.cities .city-content h3 a {
  color: #a22c45;
  text-decoration: none;
}
.cities .city-content address {
  font-size: 1.0666666667rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cities .city-content p {
  font-size: 1.0666666667rem;
}

.state-map-section {
  background-color: #f5f5f5;
  margin: 30px 0;
  padding: 35px 0 10px;
}

.state-bc {
  background-color: #00849b;
  padding: 50px 0;
}

.state-bc-i,
.state-bc-il {
  background-color: #FFF;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
}
.state-bc-i h3,
.state-bc-il h3 {
  margin-bottom: 25px;
}

.state-bc-i {
  padding: 20px;
}

.state-bc-il {
  padding: 30px 14px;
}
.state-bc-il li {
  margin-bottom: 15px;
}

.bottom-image-list {
  list-style: none !important;
}
.bottom-image-list > li {
  margin: 30px 0 50px;
}
.bottom-image-list .image-container {
  margin-bottom: 10px;
}
.bottom-image-list .image-container img {
  border: 1px solid #005766;
}
.bottom-image-list .rte-content a {
  color: inherit;
}

.retire-row .flex-video {
  margin-top: -10px;
}

.retire-hr {
  margin: 30px 0 50px;
}
.retire-hr + h2 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 47.9375em) {
  .states-top-content hr {
    display: none;
  }
  .bottom-image-list > li {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
@media only screen and (min-width:48em) and (max-width:63.9375em) {
  .bottom-image-list > li:nth-child(2n-1) {
    clear: left;
  }
}
@media only screen and (max-width: 63.9375em) {
  .state-bc .flex {
    display: block;
  }
  .state-bc-i {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width:48em) {
  .state-bc-i,
  .state-bc-il {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .state-bc-i {
    padding: 30px 50px 30px 30px;
  }
  .state-bc-i .image-container {
    float: left;
    margin-left: -30px;
    max-width: 50%;
    padding-right: 40px;
  }
  .state-bc-i .rte-content {
    overflow: hidden;
  }
  .cities {
    margin-top: 2.3333333333rem;
  }
  .cities > li {
    float: left !important;
  }
  .cities > li:nth-child(2n-1) {
    clear: left;
  }
  #custom-map {
    height: 550px;
  }
  .state-page-title {
    margin-bottom: 2rem;
  }
  .state-page-title h1 {
    font-size: 2.0666666667rem;
    padding: 0;
  }
  .states-top-content p, .states-top-content ul, .states-top-content ol {
    font-size: 1.4rem;
  }
  .states-top-content hr {
    margin-top: 2.3333333333rem;
  }
  .state-bc {
    padding: 75px 0;
  }
  .state-map-section {
    margin-bottom: 3.3333333333rem;
    padding: 3.3333333333rem 0 1.3333333333rem;
  }
  .state-map-section .points-of-interest {
    float: none;
    margin: 0 auto 45px;
  }
  .state-communities-row .rte-content {
    margin-top: 1.3333333333rem;
  }
}
@media only screen and (min-width:64em) {
  .bottom-image-list {
    margin: 0 -2.3333333333rem !important;
  }
  .bottom-image-list > li {
    padding: 0 2.3333333333rem !important;
  }
  .state-map-section {
    margin-top: 2.6666666667rem;
  }
  .state-page-title {
    margin-bottom: 2.3333333333rem;
  }
  .cities .city-content address,
  .cities .city-content p {
    font-size: 1.2rem;
  }
}
.book-listings {
  clear: both;
  margin: 0;
  overflow: hidden;
}
.book-listings .book-image img {
  width: 125px;
}
.book-listings .book-content {
  overflow: hidden;
  padding-left: 0.6666666667rem;
}
.book-listings .book-title {
  color: #a22c45;
  margin: 0 !important;
}
.book-listings .book-pages {
  color: #a0a0a0;
  display: block;
  font-size: 1rem;
}
.book-listings .book-description {
  font-size: 1.1333333333rem;
  margin: 0.6666666667rem 0 0.3333333333rem 0;
}
.book-listings li {
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.book-listings li:after {
  background-color: #f0f0f0;
  bottom: -2px;
  content: "";
  height: 4px;
  left: 10px;
  position: absolute;
  right: 10px;
}
.book-listings .mobile-book-top {
  margin-bottom: 0.3333333333rem;
}
.book-listings .mobile-button {
  padding-top: 1rem;
}
.book-listings .button {
  display: block;
  font-weight: 700;
  margin-top: 0.3333333333rem;
  padding: 0.8rem 0.5333333333rem;
  text-align: center;
}

@media only screen and (min-width:48em) {
  .book-listings li {
    margin-bottom: 1.6666666667rem;
  }
  .book-listings li:nth-of-type(2n-1) {
    clear: left;
  }
}
.faq-table-of-contents {
  padding-left: 1.3333333333rem;
}

.faq-list-item {
  margin-bottom: 1rem;
}

.faq-list-item span,
.faq-back-to-top {
  color: #0063a7;
  cursor: pointer;
  text-decoration: underline;
}
.faq-list-item span:hover, .faq-list-item span:active,
.faq-back-to-top:hover,
.faq-back-to-top:active {
  text-decoration: none;
}

.faq-back-to-top .fa {
  margin-right: 0.6666666667rem;
}

.faq-item {
  margin-top: 1.3333333333rem;
  border-top: 1px dashed #000;
  padding-top: 1.3333333333rem;
}

.faq-question {
  display: block;
  font-weight: 700;
  font-size: 1.0666666667rem;
  margin-bottom: 0.6666666667rem;
}

@media only screen and (min-width:48em) {
  .faq-question {
    font-size: 1.2rem;
  }
}
.landing-page .main-logo-container {
  max-width: none;
  margin: 10px 0;
  position: static;
}
.landing-page label {
  font-size: 0.9333333333rem;
}

.event-landing-contact {
  margin-top: 0.6666666667rem;
}
.event-landing-contact > div {
  display: inline-block;
}
.event-landing-contact .event-landing-icon {
  display: inline-block;
  padding: 0.1333333333rem 0.6666666667rem 0 0;
  vertical-align: top;
}
.event-landing-contact .event-landing-icon .fa {
  color: #FDB515;
  font-size: 1.6rem;
  padding-bottom: 3px;
}
.event-landing-contact .event-landing-contact-info {
  display: inline-block;
}
.event-landing-contact .event-landing-contact-info span {
  display: block;
}
.event-landing-contact .event-landing-contact-title {
  font-weight: 700;
  line-height: 1;
}

.event-landing-hr {
  margin-top: 0.3333333333rem;
}

.event-landing-contact-bar {
  background-color: #666;
  color: #FFF;
  margin-bottom: 1.6666666667rem;
  padding: 1rem 0;
}
.event-landing-contact-bar h1 {
  color: #FFF;
}

.feature-image-container {
  background-repeat: repeat;
  background-position: 0 0;
}

.rsvp-button button {
  background-color: #f27022;
  display: block;
  padding: 0.6666666667rem 0;
  text-align: center;
  width: 100%;
}

#footer.event-landing-footer {
  background-color: #ccc;
}

.event-landing-row .umbraco-forms-form {
  margin-top: 20px;
}
.event-landing-row .umbraco-forms-form fieldset {
  max-width: 100%;
}
.event-landing-row .umbraco-forms-form label,
.event-landing-row .umbraco-forms-form legend {
  color: #000000;
}
.event-landing-row .umbraco-forms-form label {
  padding-left: 0;
  font-weight: 400;
}
.event-landing-row .umbraco-forms-form legend {
  font-family: Georgia, Times, serif;
  font-size: 16px;
  margin-left: 0;
}
.event-landing-row .umbraco-forms-form input[type=text],
.event-landing-row .umbraco-forms-form select,
.event-landing-row .umbraco-forms-form textarea {
  border-color: #f5f5f5;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.event-landing-row .umbraco-forms-form textarea {
  height: auto;
}

@media only screen and (max-width: 47.9375em) {
  .feature-image-landing {
    margin-bottom: 0;
  }
  .event-landing-contact > div {
    display: block;
    float: none;
    margin-top: 0.6666666667rem;
  }
  .event-landing-row > div:first-child:not(.event-landing-title) {
    margin-bottom: 1.6666666667rem;
  }
}
@media only screen and (min-width:48em) {
  .event-landing-contact > div {
    display: inline-block;
    margin-right: 2rem;
  }
  .event-landing-contact > div.event-landing-address {
    margin-right: 0;
  }
  .event-landing-row {
    padding: 0 0.6666666667rem !important;
  }
  /*
  #RSVP-form
  {
      &.alt-layout-form
      {
          .form-right
          {
              float: right;
          }
      }
      .form-full-width
      {
          clear:both;
          textarea
          {
              width: 96.307692%;
          }
      }
      .form-left-top
      {
          padding-right: rem-calc(10);
      }
      .form-left
      {
          float: left;
          padding-right: rem-calc(10);
          width:48%;
      }
      .form-right
      {
          float: left;
          padding-left: rem-calc(10);
          width:52%;
          input[type="text"],
          select
          {
              width:92.30769230769231%;
          }
          input[type="checkbox"]
          {
              vertical-align: top;
              + label
              {
                  line-height: 1;
                  font-size: rem-calc(11);
                  margin-top: 2px;
                  margin-right: 0;
              }
          }
          .rsvp-button
          {
              margin: rem-calc(0 10 0 0);
              button
              {
                  padding: rem-calc(5 0);
              }
          }
      }
  }*/
  .landing-eho-logo {
    margin-top: 26px;
  }
}
.lifestyle-top-content h1 {
  margin-bottom: 0;
}

.jumpbar-item-container {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.14);
  background-color: #FFF;
  border: 1px solid #c3c3c3;
  color: #00849b;
  height: 40px;
  line-height: 40px;
  margin: 1.3333333333rem auto;
  padding-left: 20px;
  position: relative;
  width: 300px;
}
.jumpbar-item-container .jumpbar-arrow-icon {
  bottom: 6px;
}
.jumpbar-item-container ul {
  background-color: #FFF;
  border: 1px solid #c3c3c3;
  border-bottom: 0;
  border-top: 0;
  display: none;
  left: -1px;
  position: absolute;
  right: -1px;
  z-index: 10;
}
.jumpbar-item-container ul a {
  border-bottom: 1px solid #c3c3c3;
  color: #00849b;
  display: block;
  line-height: 40px;
  padding-left: 20px;
  text-decoration: none;
}
.jumpbar-item-container ul .fa {
  display: none;
  position: static;
}
.jumpbar-item-container.open ul {
  display: block;
}

.lifestyle-blocks .overlay-section {
  position: relative;
}
.lifestyle-blocks .overlay-section img {
  width: 100%;
}
.lifestyle-blocks .overlay-content {
  padding: 1.3333333333rem 0.6666666667rem;
}
.lifestyle-blocks .alt-overlay .overlay-content {
  background-color: #a22c45;
}
.lifestyle-blocks .alt-overlay .overlay-content * {
  color: #FFF !important;
}
.lifestyle-blocks .overlay-callouts .row > div:nth-child(3) {
  clear: left;
}
.lifestyle-blocks .overlay-callouts .callout .callout-content {
  background-color: rgba(255, 255, 255, 0.85);
  margin-top: -50px;
  padding: 0.6666666667rem 0.6666666667rem 1rem;
  position: relative;
}

@media only screen and (min-width:64em) {
  .jumpbar-container {
    background-color: #F6F6F6;
    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
  }
  .jumpbar-container a {
    color: #0063a7;
  }
  .jumpbar-container .jumpbar-item-container {
    box-shadow: none;
    background-color: transparent;
    border: 0;
    display: block;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding-left: 0;
    width: 100%;
  }
  .jumpbar-container .jumpbar-item-container > span {
    display: none;
  }
  .jumpbar-item-container ul {
    background-color: transparent;
    border: 0;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: static;
  }
  .jumpbar-item-container ul a {
    border: 0;
    display: inline-block;
    line-height: 60px;
    padding-left: 0;
  }
  .jumpbar-item-container ul a .fa {
    color: #555555;
    display: inline-block;
    font-size: 1.3333333333rem;
    margin-right: 0.3333333333rem;
  }
  .jumpbar-item-container li {
    display: inline-block;
    vertical-align: middle;
  }
  .lifestyle-blocks .overlay-section {
    border-bottom: 1px solid #FFF;
    overflow: hidden;
  }
  .lifestyle-blocks .overlay-row {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .lifestyle-blocks .overlay-row:before {
    background-color: rgba(255, 255, 255, 0.65);
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    width: 10000px;
  }
  .lifestyle-blocks .overlay-right .overlay-row:before {
    left: 100%;
    right: auto;
  }
  .lifestyle-blocks .alt-overlay .overlay-row:before {
    background-color: rgba(162, 44, 69, 0.65);
  }
  .lifestyle-blocks .overlay-content {
    background-color: rgba(255, 255, 255, 0.65);
    padding: 0.6666666667rem 0.6666666667rem 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60%;
  }
  .lifestyle-blocks .overlay-right .overlay-content {
    left: auto;
    right: 0;
  }
  .lifestyle-blocks .alt-overlay .overlay-content {
    background-color: rgba(162, 44, 69, 0.65);
  }
  .lifestyle-blocks .overlay-callout-container {
    left: 0;
    right: 0;
    position: absolute;
    top: 5px;
  }
  .lifestyle-blocks .overlay-callout-container .overlay-content {
    margin-bottom: 0.6666666667rem;
    padding: 0.6666666667rem 0.6666666667rem 0;
    position: static;
    text-align: center;
    width: 100%;
  }
  .lifestyle-blocks .overlay-callout-container .overlay-content .row {
    max-width: 50rem;
  }
  .lifestyle-blocks .overlay-callouts .row > div:nth-child(3) {
    clear: none;
  }
  .lifestyle-blocks .overlay-callouts .callout {
    padding: 0 0.6666666667rem;
  }
  .lifestyle-blocks .overlay-callouts .callout .callout-content {
    margin-top: -75px;
  }
  .lifestyle-blocks .overlay-callouts .callout .callout-content h4 {
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 0.3333333333rem;
  }
  .lifestyle-blocks .overlay-callouts .callout .callout-content p, .lifestyle-blocks .overlay-callouts .callout .callout-content ul, .lifestyle-blocks .overlay-callouts .callout .callout-content ol {
    font-size: 1rem;
  }
}
@media only screen and (min-width:75.063em) {
  .lifestyle-blocks .overlay-content {
    padding: 2.3333333333rem 2rem 0 0.6666666667rem;
    width: 48%;
  }
  .lifestyle-blocks .overlay-right .overlay-content {
    padding: 2.3333333333rem 0.6666666667rem 0 2rem;
  }
  .lifestyle-blocks .overlay-callout-container {
    top: 30px;
  }
  .lifestyle-blocks .overlay-callout-container .overlay-content {
    margin-bottom: 2rem;
    padding: 0.6666666667rem 0.6666666667rem 0;
  }
  .lifestyle-blocks .overlay-callouts .callout {
    padding: 0 1.2rem;
  }
  .lifestyle-blocks .overlay-callouts .callout .callout-content {
    margin-top: -50px;
  }
  .lifestyle-blocks .overlay-callouts .callout .callout-content p, .lifestyle-blocks .overlay-callouts .callout .callout-content ul, .lifestyle-blocks .overlay-callouts .callout .callout-content ol {
    font-size: 1.0666666667rem;
  }
}
@media only screen and (min-width:90.063em) {
  .lifestyle-blocks .overlay-content {
    padding: 3.6666666667rem 2rem 0 0.6666666667rem;
    width: 45%;
  }
  .lifestyle-blocks .overlay-right .overlay-content {
    padding: 3.6666666667rem 0.6666666667rem 0 2rem;
  }
  .lifestyle-blocks .overlay-callout-container {
    top: 55px;
  }
  .lifestyle-blocks .overlay-callout-container .overlay-content {
    margin-bottom: 3.3333333333rem;
  }
  .lifestyle-blocks .overlay-callouts .callout {
    padding: 0 1.3333333333rem;
  }
  .lifestyle-blocks .overlay-callouts .callout .callout-content p, .lifestyle-blocks .overlay-callouts .callout .callout-content ul, .lifestyle-blocks .overlay-callouts .callout .callout-content ol {
    font-size: 1.2rem;
  }
}
.spirit-blocks {
  margin-top: 2rem;
}
.spirit-blocks img {
  width: 100%;
}
.spirit-blocks .spirit-content {
  padding: 1.3333333333rem 0.6666666667rem;
}

.spirit-bottom {
  background-position: 50% 50%;
  background-size: cover;
  border-top: 0.4666666667rem solid #ebebeb;
  padding: 5rem 0 3.3333333333rem;
}
.spirit-bottom .spirit-bottom-content {
  background-color: rgba(235, 235, 235, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  padding: 2rem 1rem;
}
.spirit-bottom .spirit-bottom-content.rte-content h3, .spirit-bottom .spirit-bottom-content.rte-content h2 {
  border-bottom: 1px solid dimgrey;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.spirit-bottom .spirit-bottom-content ul {
  list-style: none;
}
.spirit-bottom .spirit-bottom-content ul li {
  margin-bottom: 2rem;
  position: relative;
  padding-left: 2rem;
}
.spirit-bottom .spirit-bottom-content ul li:before {
  content: url("../images/dove.svg");
  left: -10px;
  position: absolute;
  top: 5px;
  width: 2rem;
}
.spirit-bottom .spirit-bottom-content + .spirit-bottom-form {
  margin-top: 1.3333333333rem;
}
.spirit-bottom .spirit-bottom-form h2 {
  margin-bottom: 1.3333333333rem;
}
.spirit-bottom .spirit-bottom-form .form-container {
  margin: 0 auto;
  max-width: 25.3333333333rem;
}
.spirit-bottom .spirit-bottom-form .umbraco-forms-form {
  margin: 0;
  padding-top: 1.3333333333rem;
}
.spirit-bottom .spirit-bottom-form .umbraco-forms-form form {
  margin: 0;
}
.spirit-bottom .spirit-bottom-form .umbraco-forms-form h4 {
  font-size: 1.1333333333rem;
  margin-top: 0;
}
.spirit-bottom .spirit-bottom-form .umbraco-forms-form button {
  padding-bottom: 10px;
}

@media only screen and (min-width:48em) {
  .spirit-bottom {
    padding: 10rem 0 5.3333333333rem;
  }
  .spirit-bottom .spirit-bottom-content {
    max-width: 51.3333333333rem;
    padding: 3.6666666667rem;
  }
  .spirit-bottom .spirit-bottom-content > :last-child {
    margin-bottom: 0;
  }
  .spirit-bottom .spirit-bottom-content p, .spirit-bottom .spirit-bottom-content li {
    font-size: 1.4rem;
    line-height: 1.25;
  }
  .spirit-bottom .spirit-bottom-content .rte-button {
    font-size: 1.2rem;
  }
  .spirit-bottom .spirit-bottom-content.rte-content h3, .spirit-bottom .spirit-bottom-content.rte-content h2 {
    margin-bottom: 3rem;
    padding-bottom: 1.3333333333rem;
  }
  .spirit-bottom .spirit-bottom-content ul li {
    margin-bottom: 3.6666666667rem;
    padding-left: 6rem;
  }
  .spirit-bottom .spirit-bottom-content ul li:before {
    left: 0;
    width: 4rem;
  }
  .spirit-bottom .spirit-bottom-form {
    padding: 2rem 1.6666666667rem;
  }
  .spirit-bottom .spirit-bottom-form img {
    width: 100%;
  }
  .spirit-bottom .spirit-bottom-form h2 {
    font-size: 1.3333333333rem;
    text-align: center;
  }
  .spirit-bottom .spirit-bottom-form .umbraco-forms-form {
    padding-bottom: 1.6666666667rem;
    padding-top: 1rem;
  }
}
@media only screen and (min-width:64em) {
  .spirit-blocks .spirit-block {
    align-items: center;
    display: flex;
  }
  .spirit-blocks .spirit-block:nth-child(2n-1) {
    flex-direction: row-reverse;
  }
  .spirit-blocks .spirit-block:nth-child(2n-1) .spirit-content-interior {
    float: right;
  }
  .spirit-blocks .spirit-content {
    padding: 1rem 1.6666666667rem;
    width: 40%;
  }
  .spirit-blocks .spirit-content p, .spirit-blocks .spirit-content li {
    font-size: 1.1333333333rem;
  }
  .spirit-blocks .spirit-content-interior {
    max-width: 42.8rem;
  }
  .spirit-blocks .spirit-content-interior h2 {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .spirit-blocks .spirit-content-interior > :last-child {
    margin-bottom: 0;
  }
  .spirit-blocks .spirit-block-image {
    width: 60%;
  }
  .spirit-bottom .spirit-bottom-content + .spirit-bottom-form {
    margin-top: 0;
  }
  .spirit-bottom .spirit-bottom-form {
    max-width: 32.3333333333rem;
  }
  .spirit-bottom .spirit-bottom-form h2 {
    font-size: 1.6rem;
  }
  .spirit-bottom .bottom-two-col {
    display: flex;
    justify-content: space-between;
  }
  .spirit-bottom .bottom-two-col .spirit-bottom-content {
    max-width: 36.6666666667rem;
    padding: 2rem 1.6666666667rem;
  }
  .spirit-bottom .bottom-two-col .spirit-bottom-form {
    max-width: 27.3333333333rem;
  }
}
@media only screen and (min-width:75.063em) {
  .spirit-blocks .spirit-content {
    font-size: 1.2666666667rem;
    padding: 1rem 2rem;
    width: 45%;
  }
  .spirit-blocks .spirit-content p, .spirit-blocks .spirit-content li {
    font-size: 1.2666666667rem;
  }
  .spirit-blocks .spirit-content-interior h2 {
    font-size: 1.7333333333rem;
  }
  .spirit-blocks .spirit-block-image {
    width: 55%;
  }
  .spirit-bottom .bottom-two-col {
    padding: 0;
  }
  .spirit-bottom .bottom-two-col .spirit-bottom-content.rte-content {
    max-width: 50.6666666667rem;
    padding: 3rem;
  }
  .spirit-bottom .bottom-two-col .spirit-bottom-form {
    max-width: 32.3333333333rem;
  }
}
.slightly-larger-text {
  font-size: 1.125em;
}

.very-large-text {
  font-size: 36px;
}

.large-text {
  font-size: 21px;
}

.lower-rte-content :last-child {
  margin-bottom: 0;
}

.red-text {
  color: #a22c45 !important;
}

.black-text,
.black-text a {
  color: #000000 !important;
}

.white-text,
.white-text a {
  color: #FFF !important;
}

.aqua-text,
.aqua-text a {
  color: #00849b !important;
}

.blue-text,
.blue-text a {
  color: #0063a7 !important;
}

.small-text {
  font-size: 0.875em !important;
}

.strong-text, .strong-text > p, div.strong-text > p {
  font-weight: bold;
}

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

sup, sub {
  font-size: 0.75em;
}

.flipbook-rte iframe {
  max-width: 100%;
}

.primary-color-1,
.primary-color-1 a {
  color: #9B2743 !important;
}

.primary-color-2,
.primary-color-2 a {
  color: #005EB8 !important;
}

.secondary-color-1,
.secondary-color-1 a {
  color: #CB2C30 !important;
}

.secondary-color-2,
.secondary-color-2 a {
  color: #00859B !important;
}

.secondary-color-3,
.secondary-color-3 a {
  color: #DC6B2F !important;
}

.secondary-color-4,
.secondary-color-4 a {
  color: #A9C47F !important;
}

.secondary-color-5,
.secondary-color-5 a {
  color: #582C83 !important;
}

.secondary-color-6,
.secondary-color-6 a {
  color: #44693D !important;
}

.secondary-color-7,
.secondary-color-7 a {
  color: #009CDE !important;
}

.georgia-font,
.georgia-font a {
  font-family: Georgia, Times, serif !important;
}

.brandon-grotesque-font,
.brandon-grotesque-font a {
  font-family: "Work Sans", Helvetica, sans-serif !important;
}

.work-sans-font,
.work-sans-font a {
  font-family: "Work Sans", Helvetica, sans-serif !important;
}

.gotham-book-font,
.gotham-book-font a {
  font-family: "Gotham A", "Gotham B" !important;
  font-weight: 400;
}

strong > .gotham-book-font,
strong > .gotham-book-font a,
.gotham-book-font strong,
.gotham-book-font strong a,
strong.gotham-book-font,
strong.gotham-book-font a {
  font-weight: 700;
}

.jenna-sue-font,
.jenna-sue-font a {
  font-family: "jenna-sue", cursive !important;
}

.semi-bold-font {
  font-weight: 500 !important;
}

.rte-number {
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #00849b;
  color: #FFF;
  float: left;
  font-size: 2.5333333333rem;
  font-weight: 700;
  height: 4rem;
  line-height: 4rem;
  margin: 0 1.3333333333rem 0.6666666667rem 0;
  text-align: center;
  width: 4rem;
}

.rte-content table {
  border-collapse: collapse;
  width: 100%;
}
.rte-content table .h3-bold {
  margin: 0;
}
.rte-content .rte-button a,
.rte-content a > .rte-button,
.rte-content .rte-button-red a,
.rte-content a > .rte-button-red {
  -moz-box-shadow: inset 0 -6px 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 -6px 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 -6px 0 1px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  background-color: #0063a7;
  color: #FFF;
  display: inline-block;
  line-height: normal;
  margin: 0 0 0;
  padding: 0.6666666667rem 1.3333333333rem 0.7333333333rem;
  position: relative;
  text-decoration: none;
  transition: background-color 300ms ease-out;
}
.rte-content .rte-button a:hover, .rte-content .rte-button a:focus,
.rte-content a > .rte-button:hover,
.rte-content a > .rte-button:focus,
.rte-content .rte-button-red a:hover,
.rte-content .rte-button-red a:focus,
.rte-content a > .rte-button-red:hover,
.rte-content a > .rte-button-red:focus {
  background-color: #004f86;
}
.rte-content .rte-button.red a,
.rte-content a > .rte-button.red,
.rte-content .rte-button-red a,
.rte-content a > .rte-button-red {
  background-color: #a22c45;
}
.rte-content .rte-button.red a:hover, .rte-content .rte-button.red a:focus,
.rte-content a > .rte-button.red:hover,
.rte-content a > .rte-button.red:focus,
.rte-content .rte-button-red a:hover,
.rte-content .rte-button-red a:focus,
.rte-content a > .rte-button-red:hover,
.rte-content a > .rte-button-red:focus {
  background-color: #822337;
}

.rte-content .image-left {
  float: left;
  margin: 0 0.6666666667rem 0.3333333333rem 0;
  max-width: 50%;
}
.rte-content .image-right {
  float: right;
  margin: 0 0 0.3333333333rem 0.6666666667rem;
  max-width: 50%;
}

.rte-content .image-with-caption {
  display: inline-block;
  margin-bottom: 1rem;
  position: relative;
}
.rte-content .image-with-caption .image-with-caption-caption {
  line-height: 1.23;
  padding: 0.6666666667rem;
}
.rte-content .image-row {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.rte-content .image-row > span,
.rte-content .image-row > img {
  align-self: center;
  margin: 20px 0;
  padding: 0 10px;
}

.rte-embed-code iframe {
  max-width: 100%;
}

@media only screen and (min-width:48em) {
  .rte-content .h3,
  .rte-content h3,
  .rte-content .h3-bold,
  .rte-content h4,
  .rte-content .h4-bold,
  .rte-content .h4 {
    margin-bottom: 1.6666666667rem;
  }
  .rte-content .image-left {
    float: left;
    margin: 0 1rem 0.3333333333rem 0;
    max-width: 100%;
  }
  .rte-content .image-right {
    float: right;
    margin: 0 0 0.3333333333rem 1rem;
    max-width: 100%;
  }
  .rte-content .image-row {
    flex-direction: row;
  }
  .rte-large {
    font-size: 1.2666666667rem;
  }
  .rte-large p, .rte-large ul, .rte-large ol {
    font-size: 1.2666666667rem;
  }
  .rte-content .image-with-caption .image-with-caption-caption {
    background-color: rgba(51, 51, 51, 0.65);
    bottom: 0;
    color: #FFF;
    line-height: 1.46666;
    padding: 0.6666666667rem 1rem;
    left: 0;
    right: 0;
    position: absolute;
  }
  .very-large-text {
    font-size: 54px;
  }
  .large-text {
    font-size: 34px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .rte-content .image-with-caption {
    display: block;
    text-align: center;
  }
}
.form-modal-open,
.standard-modal-open {
  -webkit-overflow-scrolling: auto;
  position: fixed;
  overflow: hidden;
  height: 100vh;
  width: 100%;
}

.standard-modal-open {
  position: static;
}

.umbraco-form-modal,
.standard-modal {
  align-items: center;
  background-color: rgba(0, 132, 155, 0.85);
  bottom: 0;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 99999;
}
.umbraco-form-modal .umbraco-form-modal-interior,
.umbraco-form-modal .standard-modal-interior,
.standard-modal .umbraco-form-modal-interior,
.standard-modal .standard-modal-interior {
  background-color: #FFF;
  margin: 0 auto;
  max-height: 90%;
  max-width: 90%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.umbraco-form-modal .loading-container,
.standard-modal .loading-container {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.umbraco-form-modal .loading-container svg,
.standard-modal .loading-container svg {
  margin: 0 auto;
}
.umbraco-form-modal .loading-container svg path,
.umbraco-form-modal .loading-container svg rect,
.standard-modal .loading-container svg path,
.standard-modal .loading-container svg rect {
  fill: #a22c45;
}
.umbraco-form-modal .row,
.standard-modal .row {
  max-width: 100%;
}
.umbraco-form-modal .error-content,
.standard-modal .error-content {
  display: none;
}
.umbraco-form-modal .error-content .button,
.standard-modal .error-content .button {
  background-color: #a22c45;
  font-weight: 700;
  padding: 0.6666666667rem 2.6666666667rem;
}
.umbraco-form-modal .close-standard-modal,
.standard-modal .close-standard-modal {
  color: #FFF;
  cursor: pointer;
  position: absolute;
  right: 0.6666666667rem;
  top: 0.6666666667rem;
  text-decoration: none;
  font-size: 4rem;
  line-height: 0.5;
}
.umbraco-form-modal .close-standard-modal .fa-stack,
.standard-modal .close-standard-modal .fa-stack {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.umbraco-form-modal .close-standard-modal .fa-stack-2x,
.standard-modal .close-standard-modal .fa-stack-2x {
  font-size: 1.5rem;
}
.umbraco-form-modal .close-standard-modal .fa-close,
.standard-modal .close-standard-modal .fa-close {
  font-size: 1rem;
}
.umbraco-form-modal .close-standard-modal.close-standard-modal-alt, .umbraco-form-modal .close-standard-modal.close-standard-modal-alt-red,
.standard-modal .close-standard-modal.close-standard-modal-alt,
.standard-modal .close-standard-modal.close-standard-modal-alt-red {
  background-color: #00849b;
  border-left: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  padding: 3px;
}
.umbraco-form-modal .close-standard-modal.close-standard-modal-alt-red,
.standard-modal .close-standard-modal.close-standard-modal-alt-red {
  background-color: #a22c45;
}

.umbraco-form-modal .umbraco-forms-form {
  background-color: transparent;
  color: #222222;
  margin: 0;
  padding: 0;
}
.umbraco-form-modal .umbraco-forms-form label {
  color: #222222;
}
.umbraco-form-modal .umbraco-forms-form .umbraco-forms-caption {
  color: #a22c45;
}
.umbraco-form-modal .umbraco-forms-form fieldset {
  max-width: 100%;
}
.umbraco-form-modal .column:first-child,
.umbraco-form-modal .columns:first-child {
  padding-left: 0;
}
.umbraco-form-modal .column:last-child,
.umbraco-form-modal .columns:last-child {
  padding-right: 0;
}

.standard-modal {
  display: none;
}
.standard-modal.open {
  display: flex;
}
.standard-modal .flex-video {
  margin-bottom: 0;
  max-width: 100%;
  width: 80rem;
}

.umbraco-form-modal-interior,
.standard-modal-interior {
  padding: 0.6666666667rem 1.3333333333rem;
}

.standard-modal-interior {
  padding: 0.6666666667rem;
}

@media only screen and (min-width:48em) {
  .umbraco-form-modal .umbraco-form-modal-interior {
    max-width: 45.3333333333rem;
  }
}
@media only screen and (min-width:64em) {
  .standard-modal .standard-modal-interior {
    max-width: 85.3333333333rem;
  }
}
.videos-list {
  list-style: none;
}
.videos-list li {
  margin-bottom: 0.6666666667rem;
}
.videos-list .video-container {
  color: #222222;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.videos-list .video-image {
  line-height: 0;
}
.videos-list .video-overlay {
  padding: 0.6666666667rem;
}
.videos-list .video-overlay .video-overlay-title {
  display: block;
  font-weight: 700;
}
.videos-list .video-overlay p {
  margin-bottom: 0;
}

@media only screen and (max-width: 47.9375em) {
  .videos-list li:last-child {
    margin-bottom: 2rem;
  }
  .video-image {
    float: left;
    width: 43.333333%;
  }
  .video-container {
    background-color: #AAAAAA;
  }
  .video-overlay {
    overflow: hidden;
  }
  .video-overlay p {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width:48em) {
  .videos-list li {
    margin-bottom: 2rem;
  }
  .videos-list .video-container {
    position: relative;
  }
  .videos-list .video-container img {
    width: 100%;
  }
  .videos-list .video-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .videos-list .video-overlay p {
    font-size: 0.8666666667rem;
  }
}
.article-listing {
  margin-bottom: 0.6666666667rem;
}
.article-listing .article-listing-image {
  float: left;
  margin-right: 1rem;
  display: block;
  line-height: 0;
}
.article-listing .article-listing-content {
  overflow: hidden;
}
.article-listing .article-listing-title {
  margin-bottom: 1.3333333333rem;
}
.article-listing .article-listing-title a {
  color: #222222;
  text-decoration: none;
}
.article-listing .post-date {
  display: block;
  font-style: italic;
  font-size: 0.8666666667rem;
  margin-top: 0.5333333333rem;
}
.article-listing p {
  font-size: 1rem;
  margin-bottom: 0;
}

ul.articles-pagination {
  margin-top: 2rem;
  text-align: center;
}
ul.articles-pagination li {
  float: none;
  display: inline-block;
  margin-left: -4px;
}
ul.articles-pagination li a {
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #aaa;
  border-left: 0;
  display: block;
  text-decoration: none;
}
ul.articles-pagination li a:hover {
  color: #FFF;
}
ul.articles-pagination li:first-child a {
  border-left: 1px solid #aaa;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
ul.articles-pagination li:last-child a {
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

@media only screen and (max-width: 47.9375em) {
  .article-listing-image {
    max-width: 30%;
  }
}
@media only screen and (min-width:48em) {
  .article-listings {
    margin-top: 2rem;
  }
  .article-listing-image {
    max-width: 50%;
  }
}
.article-title {
  margin-bottom: 0.6666666667rem !important;
}

.post-details {
  margin-top: 0.6666666667rem;
}

@media only screen and (max-width: 47.9375em) {
  .post-image {
    margin-bottom: 0.6666666667rem;
    text-align: center;
  }
}
@media only screen and (min-width:48em) {
  .post-image {
    float: left;
    margin: 0 1rem 0.3333333333rem 0;
    max-width: 50%;
  }
}
.landing-post-accordion {
  margin-bottom: 1.6666666667rem;
}
.landing-post-accordion .accordion-navigation > a {
  background-color: #ededed !important;
  color: #000000;
  font: 700 1.2222222222rem Georgia, Times, serif;
  margin-bottom: 0;
}
.landing-post-accordion .accordion-navigation .content {
  background-color: transparent !important;
  padding-top: 0.6666666667rem !important;
  padding-left: 0 !important;
}

.landing-post-title {
  color: #000000;
  font-size: 1.3333333333rem;
  margin-bottom: 0.6666666667rem !important;
}

.featured-post-image {
  margin-top: 0.6666666667rem;
  width: 100%;
}

.mobile-landing-post-divider {
  background-color: #f0f0f0;
  height: 0.2666666667rem;
  margin: 0 0.3333333333rem 0.2666666667rem;
}

.view-more-column {
  float: none;
}

.view-more-link-container {
  margin-top: 2rem;
}
.view-more-link-container a {
  color: #a22c45;
  font-family: "Work Sans", Helvetica, sans-serif;
  margin-bottom: 1rem;
  text-decoration: none;
}

.landing-post-blog .landing-post-image {
  float: left;
  max-width: 50%;
  padding: 0 10px 5px 0;
}

.landing-post-container {
  margin-bottom: 1.6666666667rem;
}
.landing-post-container p {
  font-size: 1.2rem;
}

.videos-header .view-more,
.landing-post-container .view-more {
  color: #a22c45;
  font-size: 1.1333333333rem;
  margin-right: 0.6666666667rem;
  margin-top: 0.3333333333rem;
  text-decoration: none;
}

.landing-post-title {
  margin-top: 0;
}
.landing-post-title + .callout-divider {
  background-color: #dcdcdc;
}

.landing-post-content {
  overflow: hidden;
  padding: 1rem 0.3333333333rem 1.3333333333rem;
}
.landing-post-content .landing-post-image img {
  width: 100%;
}
.landing-post-content p {
  margin-bottom: 0.6666666667rem;
}
.landing-post-content .landing-post-date {
  color: #b7b7b7;
  display: block;
  margin-bottom: -0.3333333333rem;
}
.landing-post-content .landing-post-date span {
  vertical-align: top;
}
.landing-post-content .landing-post-date-text {
  font-size: 1rem;
  margin-left: 0.3333333333rem;
}
.landing-post-content .news-post-title {
  margin-bottom: 0.6666666667rem;
}
.landing-post-content .news-post-title a {
  color: #a22c45;
  text-decoration: none;
}
.landing-post-content .landing-post-authors a {
  padding-left: 4px;
  margin-left: 6px;
  position: relative;
}
.landing-post-content .landing-post-authors a:before {
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #222222;
  display: block;
  content: "";
  height: 4px;
  width: 4px;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -2px;
}

.landing-post-videos {
  margin-bottom: 4rem !important;
  margin-left: 0 !important;
}
.landing-post-videos .flex-video {
  margin-bottom: 0.3333333333rem;
}
.landing-post-videos img {
  width: 100%;
}
.landing-post-videos li {
  margin-top: 1.6666666667rem;
}
.landing-post-videos li.first-video {
  background-color: #959fa6;
  color: #FFF;
  margin-top: 1rem;
}
.landing-post-videos a {
  color: #222222;
  font-size: 1.0666666667rem;
  text-decoration: none;
}
.landing-post-videos .video-caption {
  display: block;
  font-size: 1.3333333333rem;
  padding: 0 0.3333333333rem 0.3333333333rem;
}

.landing-post-community .landing-post-image {
  margin-bottom: 0.6666666667rem;
}

.article-sidebar {
  padding: 1rem;
}
.article-sidebar section {
  margin-bottom: 3.3333333333rem;
}
.article-sidebar .media-contacts {
  margin-bottom: 0;
}

.fact-sheets-dropdown {
  background-color: #FFF;
  margin-left: 0.6666666667rem;
  position: relative;
  width: 60%;
  z-index: 10;
}
.fact-sheets-dropdown span {
  cursor: pointer;
}
.fact-sheets-dropdown .fact-sheets-opener {
  border: 1px solid #c3c3c3;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.14);
  display: block;
  padding: 0.3333333333rem 1rem;
}
.fact-sheets-dropdown .fa {
  margin-top: -0.5em;
  position: absolute;
  right: 10px;
  top: 50%;
}
.fact-sheets-dropdown .fact-sheet-items {
  background-color: #FFF;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.14);
  border: 1px solid #c3c3c3;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.fact-sheets-dropdown .fact-sheet-items a {
  color: #222222;
  display: block;
  padding: 0.3333333333rem 1rem;
  text-decoration: none;
  transition: background-color 0.5s ease;
}
.fact-sheets-dropdown .fact-sheet-items a:active, .fact-sheets-dropdown .fact-sheet-items a:hover {
  background-color: #F9F9F9;
}

.media-contacts {
  margin-bottom: 0;
}
.media-contacts .media-contact {
  font-size: 1.0666666667rem;
  margin-bottom: 2rem;
  padding: 0 0.6666666667rem;
}
.media-contacts .media-contact.last {
  margin-bottom: 0;
}
.media-contacts .media-contact span {
  display: block;
}
.media-contacts .media-contact .media-contact-name {
  font-size: 1.1333333333rem;
  font-weight: 700;
  line-height: 1;
}
.media-contacts .media-contact .media-contact-position {
  font-style: italic;
}
.media-contacts .media-contact .media-contact-number {
  color: #222222;
}
.media-contacts .media-contact a {
  text-decoration: none;
}
.media-contacts .media-contact .media-contact-social a {
  margin-right: 0.6666666667rem;
}

@media only screen and (max-width: 47.9375em) {
  .landing-post-blog {
    border-bottom: 4px solid #f0f0f0;
    padding-bottom: 0.3333333333rem;
  }
  .landing-post-community .landing-post-content {
    border-bottom: 4px solid #f0f0f0;
  }
  .landing-post-community .landing-post-image {
    margin-top: 0.6666666667rem;
  }
  .landing-post-community .landing-post-image img {
    width: 100%;
  }
  .landing-post-title {
    padding-left: 0.6666666667rem;
  }
}
@media only screen and (min-width:48em) {
  .landing-post-container {
    margin-bottom: 3.3333333333rem !important;
  }
  .landing-post-container.feature-residents {
    margin-bottom: 1.6666666667rem !important;
  }
  .landing-post-container .callout-divider {
    margin-bottom: 1.3333333333rem;
  }
  .landing-post-container .callout-divider:before {
    right: auto;
    width: 8.3333333333rem;
  }
  .landing-post-content .news-post-title a {
    font-size: 1.1333333333rem;
  }
  .landing-post-videos {
    overflow: hidden;
  }
  .landing-post-videos li {
    margin: 0 0 0.3333333333rem;
    overflow: hidden;
  }
  .landing-post-videos li.first-video {
    float: left;
    margin: 0 0.6666666667rem 0 0;
    position: relative;
    overflow: visible;
    width: 70%;
  }
  .landing-post-videos li.first-video:after {
    background-color: #959fa6;
    content: "";
    display: block;
    left: 0;
    margin-top: -1px;
    right: 0;
    position: absolute;
    top: 100%;
    height: 1000px;
  }
  .landing-post-videos li:last-child {
    margin-bottom: 0;
  }
  .news-landing-left {
    padding-right: 4.3333333333rem;
    width: 50%;
  }
  .news-landing-right {
    width: 50%;
  }
  .landing-post-community {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 0;
    padding-bottom: 1.3333333333rem;
  }
  .landing-post-community .callout-divider:before {
    right: 90%;
  }
  .feature-post .landing-post-content {
    padding-top: 0.3333333333rem;
  }
  .article-sidebar {
    background-color: #fbfbfb;
    padding: 1.3333333333rem 0.6666666667rem;
  }
  .article-sidebar .article-social-icons {
    line-height: 1;
  }
  .article-sidebar .article-social-icons a {
    margin-right: 5px;
  }
  .article-sidebar .landing-post-title {
    font-size: 1.2rem;
  }
  .article-sidebar .callout-divider:before {
    right: 50%;
  }
  .article-sidebar section {
    margin-bottom: 3.6666666667rem;
  }
  .article-sidebar .media-contacts {
    margin-bottom: 0;
  }
  .article-sidebar .media-contact {
    margin-bottom: 2rem;
  }
  .article-sidebar .fact-sheets-dropdown {
    margin-right: 0.6666666667rem;
    width: auto;
  }
  .feature-residents .landing-post-content {
    padding: 0;
  }
  .feature-residents h3 {
    padding: 0.6666666667rem 0.3333333333rem;
  }
}
@media only screen and (min-width:48em) and (max-width:63.9375em) {
  .landing-post-content {
    padding: 1rem 0 1.3333333333rem;
  }
  .landing-post-content .news-post-title {
    line-height: 1;
  }
  .landing-post-content .news-post-title a {
    font-size: 0.9333333333rem;
  }
  .landing-post-container p {
    font-size: 0.9333333333rem;
  }
  .landing-post-videos .video-caption {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width:64em) {
  .landing-news-column {
    padding-right: 1.6666666667rem;
  }
  .landing-post-videos {
    padding: 1.3333333333rem 1.3333333333rem 0;
  }
  .landing-post-videos li.first-video {
    width: 73%;
  }
}
@media only screen and (min-width:75.063em) {
  .landing-post-videos li.first-video {
    width: 74%;
  }
}
.media-member-section {
  background-color: #fbfbfb;
  border-bottom: 0;
  border-top-color: #dcdcdc;
  margin-top: 2.6666666667rem;
  position: relative;
}
.media-member-section:before {
  content: "";
  background: #a22c45;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  right: 50%;
}
.media-member-section h2, .media-member-section h3 {
  margin-bottom: 5px;
}
.media-member-section .landing-post-title {
  color: #a22c45;
}
.media-member-section .media-contact {
  float: left;
  width: 50%;
}
.media-member-section .media-contact:nth-child(2n-1) {
  clear: left;
}
.media-member-section .fact-sheets {
  margin-top: 2rem;
}
.media-member-section .fact-sheets-dropdown {
  display: inline-block;
  text-align: left;
}
.media-member-section .callout-divider:before {
  right: 50%;
}

.community-article-listings-page {
  padding-top: 20px;
}
.community-article-listings-page .article-social-icons {
  display: inline-block;
  vertical-align: middle;
}
.community-article-listings-page + #pre-footer {
  margin-top: 0;
}

@media only screen and (min-width:48em) {
  .community-article-listings-page .article-social-icons {
    margin-right: 0.6666666667rem;
  }
  .community-article-listings-page .community-social-column {
    margin-top: 0.8rem;
  }
}
@media only screen and (min-width:64em) {
  .media-member-section {
    margin-top: 4rem;
  }
  .media-member-section .callout-divider {
    width: 90%;
  }
  .media-member-section .fact-sheets {
    background: #f3f3f3;
    padding: 3rem 0 2.3333333333rem;
  }
}
.search-results {
  padding-left: 1rem;
}
.search-results h3 {
  margin-bottom: 0.6666666667rem !important;
}

.pagination-items {
  margin: 2.3333333333rem 0.6666666667rem 1.3333333333rem;
}
.pagination-items a {
  background-color: #0063a7;
  color: #FFF;
  display: inline-block;
  margin-left: 0.2666666667rem;
  padding: 0.3333333333rem 0.6666666667rem;
  text-decoration: none;
}
.pagination-items span {
  display: inline-block;
}
.pagination-items .current-page {
  display: inline-block;
  margin-left: 0.2666666667rem;
  padding: 0.3333333333rem 0.5333333333rem;
}
.pagination-items .current-page:first-child {
  padding-left: 0;
}

.bottom-callout {
  margin-bottom: 2rem;
}
.bottom-callout a {
  color: #000000;
  text-decoration: none;
}
.bottom-callout .rte-content {
  background-color: #FFF;
  font-size: 1.1333333333rem;
  padding: 1rem 0.6666666667rem;
}
.bottom-callout .rte-content h3 {
  color: #a22c45;
  margin-bottom: 0.6666666667rem;
}
.bottom-callout .rte-content > :last-child {
  margin-bottom: 0;
}
.bottom-callout .callout-image {
  width: 100%;
}

.callout-divider {
  background-color: #FFF;
  height: 1px;
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
}
.callout-divider:before {
  background-color: #a22c45;
  content: "";
  left: 0;
  height: 1px;
  position: absolute;
  right: 72.4%;
}

.visit-us-callout {
  background: #a22c45;
  color: #FFF;
  margin-bottom: 0.6666666667rem;
  position: relative;
}
.visit-us-callout.text-overlay img {
  float: none;
  width: 100%;
}
.visit-us-callout.text-overlay .visit-us-content {
  background-color: rgba(162, 44, 69, 0.85);
  bottom: 0;
  left: 37%;
  right: 0;
  top: 0;
  position: absolute;
}
.visit-us-callout.text-overlay .rte-content,
.visit-us-callout.text-overlay .rte-content p,
.visit-us-callout.text-overlay .btn {
  font-size: 0.9333333333rem;
}
.visit-us-callout .rte-content > :last-child {
  margin-bottom: 0;
}
.visit-us-callout a {
  color: #FFF;
  text-decoration: none;
}
.visit-us-callout h3 {
  color: #FFF;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 900;
}
.visit-us-callout .btn {
  border: 1px solid #FFF;
  color: #FFF;
  display: block;
  line-height: 1;
  margin-top: 0.3333333333rem;
  padding: 0.5333333333rem 0.2666666667rem;
  text-align: center;
  text-decoration: none;
}
.visit-us-callout img {
  float: left;
  width: 40%;
}
.visit-us-callout .visit-us-content {
  font-size: 1rem;
  overflow: hidden;
  padding: 0.6666666667rem 0.5333333333rem;
}

@media only screen and (max-width: 22.5em) {
  .visit-us-callout.text-overlay .visit-us-content {
    left: 25%;
  }
  .visit-us-callout h3 {
    font-size: 1rem;
  }
  .visit-us-callout .rte-content,
  .visit-us-callout .rte-content p,
  .visit-us-callout .btn {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width:48em) {
  .visit-us-callout.text-overlay .visit-us-content {
    left: 39%;
  }
  .visit-us-callout.text-overlay .visit-us-content h3 {
    margin-bottom: 5px;
  }
  .visit-us-callout.text-overlay .rte-content,
  .visit-us-callout.text-overlay .rte-content p,
  .visit-us-callout.text-overlay .btn {
    font-size: 0.8rem;
  }
  .visit-us-callout h3 {
    font-size: 1rem;
    margin-top: 0;
  }
  .visit-us-callout img {
    width: 50%;
  }
  .visit-us-callout .rte-content,
  .visit-us-callout .rte-content p,
  .visit-us-callout .btn {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (min-width:64em) {
  .visit-us-callout.text-overlay .visit-us-content {
    left: 47.5%;
  }
  .visit-us-callout h3 {
    font-size: 1.2rem;
  }
  .visit-us-callout .rte-content,
  .visit-us-callout .rte-content p,
  .visit-us-callout .btn {
    font-size: 0.9333333333rem;
  }
  .visit-us-callout img {
    width: 46%;
  }
  .visit-us-callout .visit-us-content {
    padding: 0.6666666667rem;
  }
}
@media only screen and (min-width:75.063em) {
  .visit-us-callout.text-overlay .visit-us-content {
    left: 47%;
  }
  .visit-us-callout.text-overlay .rte-content,
  .visit-us-callout.text-overlay .rte-content p,
  .visit-us-callout.text-overlay .btn {
    font-size: 1rem;
  }
  .visit-us-callout .visit-us-content {
    padding: 1rem 0.6666666667rem;
  }
}
.capital-feature {
  background-color: rgba(0, 0, 0, 0.65);
  bottom: 15px;
  color: #fff;
  left: 0;
  right: 0;
  padding: 0.6666666667rem 1.3333333333rem;
  position: absolute;
}
.capital-feature h1 {
  color: #FFF;
  margin: 0;
  text-align: center;
}

.captial-feature-image-container {
  position: relative;
}

.reservation-row {
  margin-bottom: 1.3333333333rem;
  margin-top: -3.3333333333rem;
  padding: 0.6666666667rem 1.3333333333rem;
  text-align: center;
}
.reservation-row.capital-reservation-row {
  margin-top: 0 !important;
}
.reservation-row .h3-bold {
  font-family: "Work Sans", Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
}

#capital-form {
  padding: 1.6666666667rem 1.3333333333rem;
}
#capital-form h3 {
  color: #FFF;
  margin-bottom: 1rem;
  text-align: center;
}
#capital-form .checkbox-label {
  display: block;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0.6666666667rem;
}
#capital-form .checkbox-container.last {
  margin-bottom: 1.3333333333rem;
}
#capital-form label {
  color: #FFF;
}
#capital-form ::-webkit-input-placeholder {
  color: #66b5c3;
}
#capital-form ::-moz-placeholder {
  color: #66b5c3;
}
#capital-form :-ms-input-placeholder {
  color: #66b5c3;
}
#capital-form :-moz-placeholder {
  color: #66b5c3;
}
#capital-form select {
  color: #66b5c3;
}
#capital-form textarea {
  height: 105px;
}
#capital-form .capital-button button {
  width: 100%;
}
#capital-form #pricing-fields {
  display: none;
}
#capital-form .checkbox-container {
  margin-bottom: 2px;
  position: relative;
}
#capital-form .checkbox-container.hide-error .formError {
  display: none !important;
}
#capital-form .checkbox-container .formError {
  margin-left: 30px !important;
}
#capital-form .checkbox-container label {
  padding-left: 25px;
}
#capital-form .checkbox-container label:before {
  background-color: #FFF;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 0;
}
#capital-form input[type=checkbox] {
  height: 14px;
  width: 14px;
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 1px;
}
#capital-form input[type=checkbox]:checked + label:before,
#capital-form input[type=checkbox]:checked + input + label:before {
  color: #000000;
  content: "✓";
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.capital-page .capital-form-container {
  margin: 1.3333333333rem 0;
  width: 100%;
}
.capital-page .capital-form-container form {
  margin: 0 !important;
}
.capital-page .capital-umbraco-forms-container {
  width: 100%;
}
.capital-page .capital-umbraco-forms-container .aqua-section {
  padding-top: 30px;
}
.capital-page .capital-umbraco-forms-container .aqua-section h3, .capital-page .capital-umbraco-forms-container .aqua-section p {
  margin-bottom: 0;
}
.capital-page .capital-umbraco-forms-container .aqua-section h3 + p {
  margin-top: 10px;
}
.capital-page .capital-umbraco-forms-container .aqua-section + .umbraco-forms-form {
  padding-top: 10px;
}
.capital-page .capital-umbraco-forms-container .umbraco-forms-submitmessage {
  background-color: #00849b;
  padding: 20px;
  text-align: center;
}
.capital-page .capital-umbraco-forms-container .umbraco-forms-form {
  margin-top: -1px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.capital-page .capital-umbraco-forms-container .multiplechoice > label {
  font-style: italic;
  font-weight: 700;
}
.capital-page .capital-umbraco-forms-container .checkbox {
  text-align: left !important;
}
.capital-page .main-content-row {
  padding-bottom: 35px;
}
.capital-page .flex-video {
  margin-bottom: 0.3333333333rem;
}
.capital-page .slider-title {
  margin-top: 0.6666666667rem;
}
.capital-page .orbit-next,
.capital-page .orbit-prev {
  display: block;
}
.capital-page .modern-luxuries {
  background-color: #f5f5f5;
  border-bottom: 9px solid #dcdcdc;
  margin-top: 2.6666666667rem;
  padding-bottom: 1.3333333333rem;
  padding-top: 1.3333333333rem;
}
.capital-page .modern-luxuries ul ul {
  list-style: disc;
}
.capital-page .floorplan-row {
  background-color: #a22c45;
  padding: 2.6666666667rem 0.6666666667rem 2rem;
}
.capital-page .floorplan-row .rte-content {
  color: #FFF;
}
.capital-page .floorplan-row .rte-content h2, .capital-page .floorplan-row .rte-content h3, .capital-page .floorplan-row .rte-content h4 {
  color: #FFF;
}
.capital-page .floorplan-row .plan-list-container {
  background-color: #f5f5f5;
  color: #a22c45;
  position: relative;
}
.capital-page .floorplan-row .plan-list-container .mobile-plan-item {
  padding: 1rem 1.3333333333rem 0.6666666667rem;
}
.capital-page .floorplan-row .plan-list-container .mobile-plan-item .fa-chevron-up {
  display: none;
}
.capital-page .floorplan-row .plan-list-container .mobile-plan-item.open .fa-chevron-up {
  display: block;
}
.capital-page .floorplan-row .plan-list-container .mobile-plan-item.open .fa-chevron-down {
  display: none;
}
.capital-page .floorplan-row .plan-list-container h4 {
  font-size: 1rem;
  margin: 0;
}
.capital-page .floorplan-row .plan-list-container em {
  display: block;
}
.capital-page .floorplan-row .plan-list-container .fa {
  font-size: 1.3333333333rem;
}
.capital-page .floorplan-row .plan-list-container ul {
  background-color: #f5f5f5;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
}
.capital-page .floorplan-row .plan-list-container ul li {
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
  padding: 0.6666666667rem 1.3333333333rem;
  width: 100%;
}
.capital-page .floorplan-row .plan-list-container ul li.active {
  background-color: #dcdcdc;
}
.capital-page .floorplan-row .plan-image {
  border: 2px solid #f0f0f0;
}
.capital-page .floorplan-row .plan-image img {
  width: 100%;
}
.capital-page .building-row {
  border-bottom: 3px solid #dcdcdc;
  padding: 2.6666666667rem 0.6666666667rem 2.3333333333rem;
}
.capital-page .building-row .tabs-content {
  background-color: transparent;
  border: 2px solid #f0f0f0;
  clear: both;
}
.capital-page .building-row .tabs .tab-title.active > a {
  background-color: #f5f5f5;
  color: #a22c45;
  font-weight: 700;
}
.capital-page .building-row .tabs .tab-title > a {
  background-color: #f8f8f8;
  color: #000000;
  text-decoration: none;
}
.capital-page .legend h3 {
  margin-top: 0;
  padding: 1rem 0.6666666667rem;
}
.capital-page .legend-image-container {
  text-align: center;
}
.capital-page .directions-section {
  padding-top: 2.6666666667rem;
}

.capital-recent-updates {
  background-color: #f5f5f5;
  margin-bottom: 2.6666666667rem;
  padding: 3rem 0;
}
.capital-recent-updates .capital-blog-row {
  max-width: 80rem;
}
.capital-recent-updates .capital-blog-item {
  margin-bottom: 2.3333333333rem;
  text-align: center;
}
.capital-recent-updates .capital-blog-item:nth-child(2n-1) {
  clear: left;
}
.capital-recent-updates .capital-blog-item a {
  color: #FFF;
  display: inline-block;
  position: relative;
}
.capital-recent-updates .capital-blog-item .overlay-content {
  background-color: rgba(34, 34, 34, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  padding: 0.6666666667rem;
}
.capital-recent-updates .capital-blog-item h3 {
  color: #FFF;
  font-family: "Work Sans", Helvetica, sans-serif;
  font-size: 1.2666666667rem;
  margin: 0;
  text-align: center;
}
.capital-recent-updates .capital-blog-item p {
  display: none;
  font-size: 1rem;
  margin: 0;
  text-align: left;
}
.capital-recent-updates .capital-blog-item:hover .overlay-content, .capital-recent-updates .capital-blog-item:active .overlay-content {
  min-height: 0;
}
.capital-recent-updates .capital-blog-item:hover h3, .capital-recent-updates .capital-blog-item:active h3 {
  text-align: left;
}
.capital-recent-updates .capital-blog-item:hover p, .capital-recent-updates .capital-blog-item:active p {
  display: block;
}
.capital-recent-updates .intro-column {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}
.capital-recent-updates .button-container {
  margin-top: 1.3333333333rem;
}

.capital-form-hidden .capital-sidebar-column {
  margin-top: 1.3333333333rem;
}
.capital-form-hidden #custom-map {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 47.9375em) {
  .tabs-content {
    padding: 0 1.3333333333rem;
  }
}
@media only screen and (max-width: 40em) {
  .capital-recent-updates .capital-blog-item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .capital-page .capital-tours-title {
    margin-top: 1.3333333333rem;
  }
  .carf-callout-container {
    margin-bottom: 1rem;
    overflow: hidden;
  }
  .carf-callout-container > div {
    float: left;
  }
}
@media only screen and (min-width:48em) {
  .capital-feature {
    bottom: 0;
  }
  .capital-feature h1 {
    font-size: 2rem;
  }
  .reservation-row {
    margin-bottom: 5.3333333333rem;
    margin-top: -2.6666666667rem;
    padding: 0.6666666667rem 0;
  }
  .reservation-row .h3-bold {
    font-size: 1.7333333333rem;
  }
  .capital-page .main-content-row {
    padding-bottom: 60px;
  }
  .capital-page .modern-luxuries {
    border-bottom: 0;
    background-color: transparent;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .capital-page .modern-luxuries .modern-luxuries-interior {
    background-color: #f5f5f5;
    border-bottom: 9px solid #dcdcdc;
    padding: 1.6666666667rem 0.6666666667rem;
  }
  .capital-page .floorplan-row {
    padding: 3.3333333333rem 0.6666666667rem 4rem;
  }
  .capital-page .floorplan-row .row .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .capital-page .floorplan-row .floorplan-items .plan-column {
    padding-left: 0 !important;
  }
  .capital-page .floorplan-row .floorplan-items .plan-image-column {
    padding-right: 0 !important;
  }
  .capital-page .floorplan-row .floorplan-items .plan-image {
    border: 10px solid #f5f5f5;
  }
  .capital-page .floorplan-row .floorplan-items .plan-image img {
    border-bottom: 2px solid #f0f0f0;
  }
  .capital-page .floorplan-row .plan-list-container {
    background-color: transparent;
    position: relative;
  }
  .capital-page .floorplan-row .plan-list-container:before {
    background-color: #f5f5f5;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 1px;
  }
  .capital-page .floorplan-row .plan-list-container .mobile-plan-item {
    display: none;
  }
  .capital-page .floorplan-row .plan-list-container ul {
    background-color: transparent;
    display: block !important;
    position: static;
  }
  .capital-page .floorplan-row .plan-list-container ul li {
    background-color: #a22c45;
    border-bottom: 1px solid #f5f5f5;
    color: #FFF;
    cursor: pointer;
    padding: 0.6666666667rem 1.3333333333rem;
    transition: all 0.5s ease;
    width: 100%;
  }
  .capital-page .floorplan-row .plan-list-container ul li h4 {
    color: #FFF;
  }
  .capital-page .floorplan-row .plan-list-container ul li.active, .capital-page .floorplan-row .plan-list-container ul li:hover {
    background-color: #f5f5f5;
    color: #a22c45;
  }
  .capital-page .floorplan-row .plan-list-container ul li.active h4, .capital-page .floorplan-row .plan-list-container ul li:hover h4 {
    color: #a22c45;
  }
  .capital-page .building-row {
    border-bottom: 3px solid #dcdcdc;
    padding: 4.3333333333rem 0.6666666667rem 4.3333333333rem;
  }
  .capital-page .legend h3 {
    padding: 1rem 1.3333333333rem;
  }
  .capital-page .legend-image-container {
    padding: 2.6666666667rem 1.3333333333rem 1.3333333333rem;
    text-align: left;
  }
  .capital-page .directions-section {
    padding-bottom: 5.3333333333rem;
    padding-top: 5.3333333333rem;
  }
  .capital-page .capital-sidebar-column {
    padding-left: 2rem !important;
  }
  .capital-page .capital-tours-content {
    margin-bottom: 2rem;
  }
  .capital-recent-updates {
    padding: 4.3333333333rem 0;
  }
  .capital-form-hidden .capital-sidebar-column {
    margin-top: 0;
  }
  .capital-form-hidden #custom-map {
    margin-bottom: 0;
  }
}
@media only screen and (min-width:64em) {
  .capital-page .capital-sidebar-column {
    padding-left: 3rem !important;
  }
  .capital-page .capital-blog-item:nth-child(2n-1) {
    clear: none;
  }
}
.landing-header {
  padding: 1rem 0;
}

.landing-alt {
  background-color: #f0f0f0;
  padding: 3.3333333333rem 0 2.3333333333rem;
}

.landing-page .landing-form-container {
  background-color: #00849b;
  border-bottom: 8px solid #00778b;
  color: #FFF;
  padding: 1.3333333333rem 1rem;
}
.landing-page .landing-form-container h3 {
  color: #FFF;
}
.landing-page .landing-form-container .expand-button {
  background-color: #a22c45;
  -moz-box-shadow: inset 0 -6px 0 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 -6px 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 -6px 0 1px rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.6666666667rem 1.3333333333rem;
}
.landing-page .landing-form-container label {
  color: #FFF;
}
.landing-page .landing-form-container label[for=EmailSignup] {
  margin-top: 4px;
}
.landing-page .landing-form-container .select-container .fa {
  color: #000;
}
.landing-page .landing-form-container button {
  font-size: 18px;
  min-width: 0;
  width: 100%;
}
.landing-page .landing-form-container .visit-us-landing-form .form-button,
.landing-page .landing-form-container .general-download-form .form-button {
  margin-top: 20px;
}
.landing-page .landing-form-container #EmailSignup {
  position: absolute;
  left: -99999em;
  opacity: 0;
}
.landing-page .landing-form-container #EmailSignup:checked + input + label:before {
  color: #00849b;
}
.landing-page .landing-form-container label[for=EmailSignup] {
  font-size: 16px;
  position: relative;
  padding-left: 1.6666666667rem;
}
.landing-page .landing-form-container label[for=EmailSignup]:before {
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal normal normal 14px/18px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  background-color: #FFF;
  color: #FFF;
  content: "\f00c";
  display: block;
  left: 0;
  position: absolute;
  height: 1.2rem;
  text-align: center;
  width: 1.2rem;
}
.landing-page .form-intro-text {
  margin-bottom: 25px;
}
.landing-page .form-button button {
  text-transform: capitalize;
}
.landing-page .general-inquiries .form-button,
.landing-page .community-information-kit .form-button {
  clear: both;
  padding: 1rem 0.6666666667rem 0;
}

.umbraco-forms-landing-form .umbraco-forms-form {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.umbraco-forms-landing-form fieldset {
  margin: 0;
}

.landing-option-3 h1,
.landing-option-4 h1 {
  font-size: 24px;
  margin-bottom: 15px;
}
.landing-option-3 .feature-image-container .feature-text-container,
.landing-option-4 .feature-image-container .feature-text-container {
  padding: 0 10px;
}
.landing-option-3 .feature-image-container .feature-text-container h1, .landing-option-3 .feature-image-container .feature-text-container h2, .landing-option-3 .feature-image-container .feature-text-container h3, .landing-option-3 .feature-image-container .feature-text-container h4,
.landing-option-4 .feature-image-container .feature-text-container h1,
.landing-option-4 .feature-image-container .feature-text-container h2,
.landing-option-4 .feature-image-container .feature-text-container h3,
.landing-option-4 .feature-image-container .feature-text-container h4 {
  color: #FFF;
}
.landing-option-3 .feature-image-container .feature-text-container h1, .landing-option-3 .feature-image-container .feature-text-container h2,
.landing-option-4 .feature-image-container .feature-text-container h1,
.landing-option-4 .feature-image-container .feature-text-container h2 {
  font-size: 28px;
}
.landing-option-3 .feature-image-container .feature-text-container .feature-text > :last-child,
.landing-option-4 .feature-image-container .feature-text-container .feature-text > :last-child {
  margin-bottom: 0;
}
.landing-option-3 .landing-form-container,
.landing-option-4 .landing-form-container {
  background-color: #FFF;
  border: 1px solid #005766;
  color: #222222;
  padding: 2rem 1rem;
  position: relative;
  z-index: 3;
}
.landing-option-3 .landing-form-container form,
.landing-option-4 .landing-form-container form {
  margin-bottom: 0;
}
.landing-option-3 .landing-form-container input,
.landing-option-3 .landing-form-container textarea,
.landing-option-3 .landing-form-container select,
.landing-option-3 .landing-form-container label[for=EmailSignup]:before,
.landing-option-4 .landing-form-container input,
.landing-option-4 .landing-form-container textarea,
.landing-option-4 .landing-form-container select,
.landing-option-4 .landing-form-container label[for=EmailSignup]:before {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.14);
}
.landing-option-3 .landing-form-container label[for=EmailSignup]:before,
.landing-option-4 .landing-form-container label[for=EmailSignup]:before {
  font-size: 10px;
}
.landing-option-3 .landing-form-container label,
.landing-option-4 .landing-form-container label {
  color: #333333;
}

@media only screen and (min-width:48em) {
  .landing-page .back-to-top-row {
    padding: 6rem 0 5rem;
  }
  .landing-page .back-to-top-row h3 {
    margin-bottom: 2rem;
  }
  .landing-page .landing-form-container {
    padding: 1.3333333333rem 1rem 0.3333333333rem;
  }
  .landing-page .landing-form-container .expand-button {
    display: none;
  }
  .landing-page .landing-form-container .form-button button {
    padding: 0.4rem 0.6666666667rem;
    font-size: 24px;
  }
  .landing-page .landing-form-container textarea {
    height: 115px;
  }
  .landing-page .form-intro-text {
    margin-bottom: 0;
  }
  .landing-page .form-intro-text > :last-child {
    margin-bottom: 0;
  }
  .landing-page .back-to-top-row .button {
    font-size: 24px;
  }
  .landing-page .landing-column-center {
    float: none;
    margin: 0 auto;
  }
  .landing-option-3 .feature-image-container .feature-text-container,
  .landing-option-4 .feature-image-container .feature-text-container {
    display: block;
    top: auto;
    bottom: 13.3333333333rem;
    max-width: 50rem;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
  }
  .landing-option-3 .feature-image-container .feature-text-container h1, .landing-option-3 .feature-image-container .feature-text-container h2,
  .landing-option-4 .feature-image-container .feature-text-container h1,
  .landing-option-4 .feature-image-container .feature-text-container h2 {
    font-size: 28px;
  }
  .landing-option-3 .landing-form-container,
  .landing-option-4 .landing-form-container {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    border: 0;
  }
  .landing-option-3 .landing-form-container .form-intro-text,
  .landing-option-3 .landing-form-container form,
  .landing-option-4 .landing-form-container .form-intro-text,
  .landing-option-4 .landing-form-container form {
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width:64em) {
  .landing-page .amenity-image-container h3 {
    font-size: 1.6rem;
  }
  .landing-page .landing-column-padding-right {
    padding-right: 2.3333333333rem;
  }
  .landing-page .back-to-top-row .button {
    min-width: 45%;
    padding: 1rem 2.6666666667rem;
  }
  .landing-page .general-inquiries .form-button,
  .landing-page .community-information-kit .form-button {
    padding: 1.6666666667rem 1rem 0;
  }
  .landing-option-3 .landing-form-container form button,
  .landing-option-4 .landing-form-container form button {
    margin-left: auto;
    margin-right: auto;
    max-width: 475px;
  }
  .landing-option-3 .feature-image-container .feature-text-container h1, .landing-option-3 .feature-image-container .feature-text-container h2,
  .landing-option-4 .feature-image-container .feature-text-container h1,
  .landing-option-4 .feature-image-container .feature-text-container h2 {
    font-size: 38px;
  }
  .landing-option-3 .feature-image-container .feature-text-container p, .landing-option-3 .feature-image-container .feature-text-container ul, .landing-option-3 .feature-image-container .feature-text-container ol,
  .landing-option-4 .feature-image-container .feature-text-container p,
  .landing-option-4 .feature-image-container .feature-text-container ul,
  .landing-option-4 .feature-image-container .feature-text-container ol {
    font-size: 22px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .landing-page .back-to-top-row {
    padding: 3.3333333333rem 0;
  }
  .landing-page .back-to-top-row h3 {
    margin-bottom: 3rem;
  }
  .landing-page .back-to-top-row .button {
    padding: 1rem;
    width: 100%;
  }
}
.landing-option-1 .landing-bottom-content {
  padding-top: 3.3333333333rem;
}
.landing-option-1 .flex-video {
  margin-bottom: 2.3333333333rem;
}
.landing-option-1 .amenity-image-container {
  margin-bottom: 30px;
  position: relative;
}
.landing-option-1 .amenity-image-container img {
  width: 100%;
}
.landing-option-1 .amenity-image-container h3 {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  color: #FFF;
  left: 0;
  margin: 0;
  padding: 0.6666666667rem;
  position: absolute;
  right: 0;
}
.landing-option-1 .amenities-list li {
  margin-bottom: 15px;
}

@media only screen and (min-width:48em) {
  .landing-option-1 .amenities-list {
    padding-left: 2rem;
  }
  .landing-option-1 .amenities-list li {
    margin-bottom: 5px;
  }
  .landing-option-1 .flex-video {
    margin-bottom: 1.6666666667rem;
  }
  .landing-option-1 .video-caption {
    padding: 0 1.3333333333rem;
  }
  .landing-option-1 .landing-form-container .visit-us-landing-form fieldset .column:first-child,
  .landing-option-1 .landing-form-container .general-inquiries fieldset .column:first-child {
    padding-right: 0.3333333333rem;
  }
  .landing-option-1 .landing-form-container .visit-us-landing-form fieldset .column:nth-child(2),
  .landing-option-1 .landing-form-container .general-inquiries fieldset .column:nth-child(2) {
    padding-left: 0.3333333333rem;
  }
}
@media only screen and (min-width:64em) {
  .landing-option-1 .landing-top-content-rte p, .landing-option-1 .landing-top-content-rte ul, .landing-option-1 .landing-top-content-rte ol {
    font-size: 1.4rem;
  }
  .landing-option-1 h1 {
    font-size: 2.5333333333rem;
  }
  .landing-option-1 .landing-bottom-content {
    padding-top: 6rem;
  }
  .landing-option-1 .landing-bottom-content > .column:first-child {
    padding-right: 2.3333333333rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .landing-option-1 .landing-form-container {
    margin-top: 1.3333333333rem;
  }
  .landing-option-1 .landing-form-container form {
    margin-bottom: 0;
  }
  .landing-option-1 .landing-bottom-content > .column:first-child {
    margin-bottom: 2rem;
  }
}
.landing-option-2 .landing-header {
  background-color: transparent;
  padding: 0;
}
.landing-option-2 .landing-header .landing-logo {
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  display: block;
  left: 50%;
  margin-left: -101px;
  padding: 1rem 1.6666666667rem;
  position: absolute;
  z-index: 2;
}
.landing-option-2 .feature-image-container img {
  margin-bottom: 2rem;
  width: 100%;
}
.landing-option-2 .landing-form-container {
  margin-bottom: 2.6666666667rem;
}

@media only screen and (min-width:48em) {
  .landing-option-2 .landing-header .landing-logo {
    left: 0;
    margin-left: 1rem;
  }
  .landing-option-2 .flex-video {
    margin-bottom: 2rem;
  }
  .landing-option-2 .feature-image-container {
    position: relative;
  }
  .landing-option-2 .feature-image-container img {
    margin-bottom: 0;
  }
  .landing-option-2 .feature-image-container .feature-text {
    background-color: rgba(0, 0, 0, 0.55);
    bottom: 0;
    color: #FFF;
    left: 0;
    right: 0;
    padding: 0.6666666667rem 0 1rem;
    position: absolute;
  }
  .landing-option-2 .feature-image-container .feature-text h1, .landing-option-2 .feature-image-container .feature-text h2, .landing-option-2 .feature-image-container .feature-text h3 {
    color: #FFF;
  }
  .landing-option-2 .feature-image-container .feature-text h1, .landing-option-2 .feature-image-container .feature-text h2 {
    font-size: 1.4666666667rem;
    margin-top: 0;
  }
  .landing-option-2 .feature-image-container .feature-text .column > :last-child {
    margin-bottom: 0;
  }
  .landing-option-2 .form-column {
    float: right;
    position: relative;
    z-index: 2;
    top: -3.3333333333rem;
  }
  .landing-option-2 .form-column + .column {
    margin-top: 50px;
  }
}
@media only screen and (min-width:64em) {
  .landing-option-2 .feature-image-container .feature-text h1, .landing-option-2 .feature-image-container .feature-text h2 {
    font-size: 2.5333333333rem;
  }
}
.landing-option-3 .feature-image-container {
  position: relative;
}
.landing-option-3 .feature-image-container:before {
  background-color: rgba(0, 132, 155, 0.85);
  content: "";
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.landing-option-3 .feature-image-container img {
  width: 100%;
}
.landing-option-3 .feature-image-container .feature-text-container {
  align-items: center;
  color: #FFF;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.landing-option-3 .amenities-section {
  background-color: #a22c45;
  color: #FFF;
  margin: 55px 0;
  padding: 40px 0;
}
.landing-option-3 .amenities-section h1, .landing-option-3 .amenities-section h2, .landing-option-3 .amenities-section h3, .landing-option-3 .amenities-section h4 {
  color: #FFF;
}
.landing-option-3 .amenities-section ul {
  margin-bottom: 0;
  margin-top: 2rem;
}
.landing-option-3 .amenities-section li {
  margin-bottom: 0.6666666667rem;
}
.landing-option-3 iframe {
  max-width: 100%;
}
.landing-option-3 .landing-form-container {
  margin-bottom: 4rem;
  margin-top: -2rem;
  padding: 1.57895rem 0.78947rem;
}
.landing-option-3 .umbraco-forms-form {
  color: #333333;
}

@media only screen and (max-width: 47.9375em) {
  .landing-option-3 .landing-header {
    text-align: center;
  }
}
@media only screen and (min-width:48em) {
  .landing-option-3 .feature-image-container .feature-text-container {
    display: block;
    top: auto;
    bottom: 200px;
    z-index: 2;
  }
  .landing-option-3 .landing-form-container {
    background-color: #e7f2f4;
    margin-bottom: 80px;
    margin-top: -150px;
  }
  .landing-option-3 .landing-form-container:before {
    background-color: #FFF;
    content: "";
    position: absolute;
    bottom: 0;
    top: 150px;
    left: 0;
    right: 0;
  }
  .landing-option-3.community-request-info .feature-image-container .feature-text-container {
    bottom: 220px;
  }
  .landing-option-3.community-request-info .landing-form-container {
    margin-top: -185px;
  }
  .landing-option-3.community-request-info .landing-form-container:before {
    top: 185px;
  }
  .landing-option-3 .center-column {
    float: none;
    margin: 0 auto;
  }
  .landing-option-3 .amenities-section h2, .landing-option-3 .amenities-section h3 {
    padding: 0 1rem;
  }
  .landing-option-3 .amenities-list {
    padding-left: 1rem;
  }
  .landing-option-3 .amenities-list li {
    float: left;
    padding-right: 1rem;
    width: 50%;
  }
  .landing-option-3 .landing-form-container .visit-us-landing-form fieldset .column:first-child,
  .landing-option-3 .landing-form-container .general-inquiries fieldset .column:first-child {
    padding-right: 0.3333333333rem;
  }
  .landing-option-3 .landing-form-container .visit-us-landing-form fieldset .column:nth-child(2),
  .landing-option-3 .landing-form-container .general-inquiries fieldset .column:nth-child(2) {
    padding-left: 0.3333333333rem;
  }
  .landing-option-3 .landing-form-container .visit-us-landing-form textarea,
  .landing-option-3 .landing-form-container .general-inquiries textarea {
    height: 115px;
  }
}
@media only screen and (min-width:64em) {
  .landing-option-3 .feature-image-container .feature-text-container {
    display: block;
    top: auto;
    bottom: 14.6666666667rem;
  }
  .landing-option-3 .landing-form-container {
    margin-bottom: 110px;
    margin-top: -200px;
  }
  .landing-option-3 .landing-form-container:before {
    top: 200px;
  }
  .landing-option-3.community-request-info .feature-image-container .feature-text-container {
    bottom: 340px;
  }
  .landing-option-3.community-request-info .landing-form-container {
    margin-top: -20rem;
  }
  .landing-option-3.community-request-info .landing-form-container:before {
    top: 20rem;
  }
}
@media only screen and (min-width: 70em) {
  .landing-option-3 .feature-image-container .feature-text-container {
    bottom: 16rem;
  }
  .landing-option-3 .feature-image-container .feature-text-container h1, .landing-option-3 .feature-image-container .feature-text-container h2 {
    font-size: 40px;
  }
  .landing-option-3 .feature-image-container .feature-text-container p, .landing-option-3 .feature-image-container .feature-text-container ul, .landing-option-3 .feature-image-container .feature-text-container ol {
    font-size: 1.4666666667rem;
  }
}
@media only screen and (min-width:75.063em) {
  .landing-option-3 .feature-image-container .feature-text-container {
    bottom: 27.3333333333rem;
  }
  .landing-option-3 .landing-form-container {
    margin-top: -23.6666666667rem;
  }
  .landing-option-3 .landing-form-container:before {
    top: 23.6666666667rem;
  }
  .landing-option-3.general-inquiries .landing-form-container {
    margin-top: -23rem;
  }
  .landing-option-3.general-inquiries .landing-form-container:before {
    top: 23rem;
  }
  .landing-option-3.community-request-info .feature-image-container .feature-text-container {
    bottom: 26.6666666667rem;
  }
  .landing-option-3.community-request-info .landing-form-container {
    margin-top: -25.3333333333rem;
  }
  .landing-option-3.community-request-info .landing-form-container:before {
    top: 25.3333333333rem;
  }
}
@media only screen and (min-width: 80em) {
  .landing-option-3 .feature-image-container .feature-text-container h1, .landing-option-3 .feature-image-container .feature-text-container h2 {
    font-size: 48px;
  }
  .landing-option-3 .feature-image-container .feature-text-container p, .landing-option-3 .feature-image-container .feature-text-container ul, .landing-option-3 .feature-image-container .feature-text-container ol {
    font-size: 24px;
  }
}
@media only screen and (min-width: 87.5em) {
  .landing-option-3.community-request-info .feature-image-container .feature-text-container {
    bottom: 30rem;
  }
}
.landing-option-4 .landing-form-container {
  background-color: #FFF;
  margin-top: 40px;
}
.landing-option-4 .landing-body {
  padding: 40px 0 50px;
}
.landing-option-4 .umbraco-forms-form {
  background-color: transparent;
  color: #333333;
  margin: 0;
  padding: 0 0 15px;
}
.landing-option-4 .umbraco-forms-form h4 {
  color: #333333;
}
.landing-option-4 .umbraco-forms-form .field-validation-error {
  color: #ff0000;
}
.landing-option-4 .umbraco-forms-form fieldset {
  max-width: 100%;
}

.premium-landing h1 {
  margin-bottom: 20px;
}
.premium-landing strong {
  font-weight: 600;
}
.premium-landing form button {
  font-weight: 400;
}
.premium-landing .top-header-container {
  box-shadow: none;
  padding: 30px 0 45px;
}
.premium-landing .slider-col {
  margin: 10px 0 40px;
}
.premium-landing .disclaimer-text {
  font-size: 14px;
  margin-bottom: 40px;
}
.premium-landing .orbit-container .orbit-slides-container {
  overflow: hidden;
}
.premium-landing .orbit-container .orbit-slides-container:after {
  display: none;
}
.premium-landing .orbit-container .orbit-slides-container li {
  opacity: 1;
}
.premium-landing .orbit-container .orbit-prev,
.premium-landing .orbit-container .orbit-next {
  top: 50%;
  font-size: 14px;
}
.premium-landing .orbit-container .orbit-prev > span,
.premium-landing .orbit-container .orbit-next > span {
  display: none;
}
.premium-landing .orbit-container .orbit-prev:before {
  margin-left: -2px;
}
.premium-landing .orbit-container .orbit-next:before {
  margin-right: -2px;
}
.premium-landing .orbit-bullets-container,
.premium-landing .orbit-slide-number {
  display: none !important;
}

.premium-top-rte,
.premium-middle-rte {
  /*    strong
      {
          font-size: 18px;
      }*/
}
.premium-top-rte p,
.premium-middle-rte p {
  font-size: 15px;
}

.premium-community-box {
  border-radius: 5px;
  border: 4px solid #a22c45;
  box-shadow: 0 0 3px rgba(48, 48, 48, 0.64);
  margin: 20px 0;
}

.premium-community-box-bottom {
  margin-bottom: 20px;
}
.premium-community-box-bottom h2, .premium-community-box-bottom h3 {
  margin-bottom: 20px;
  text-align: center;
}

.premium-community-box-interior {
  font-size: 15px;
  padding: 20px 10px;
}
.premium-community-box-interior p, .premium-community-box-interior .label-text {
  font-size: 15px;
}

.premium-scroll {
  color: #007e57;
  font-weight: 600;
}

.premium-community-checklist label {
  display: flex;
  margin-bottom: 20px;
}
.premium-community-checklist input {
  display: none;
}
.premium-community-checklist input:checked + .custom-checkbox {
  background-color: #007e57;
}
.premium-community-checklist .custom-checkbox {
  background-color: #FFF;
  border: 2px solid #007e57;
  border-radius: 3px;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 20px;
  margin-top: 5px;
  line-height: 20px;
  height: 22px;
  width: 22px;
}
.premium-community-checklist .label-text {
  padding-right: 20px;
}
.premium-community-checklist .check {
  color: #FFF;
}

@media only screen and (min-width:48em) {
  .premium-community-box-interior {
    padding: 20px 30px;
  }
  .premium-community-box {
    border-width: 10px;
    margin-top: 60px;
  }
  .premium-middle-rte {
    margin-top: 50px;
  }
  .premium-community-box-bottom {
    text-align: center;
  }
  .premium-community-box-bottom p {
    font-size: 14px;
  }
  .premium-community-checklist {
    margin: 40px auto;
    max-width: 655px;
  }
  .premium-community-checklist .custom-checkbox {
    border-width: 4px;
    margin-right: 40px;
    line-height: 34px;
    height: 38px;
    text-align: center;
    width: 38px;
  }
  .premium-community-checklist .check {
    font-size: 24px;
  }
  .premium-community-checklist .label-text {
    font-size: 21px;
    line-height: 1.1;
    padding-right: 0;
  }
}
@media only screen and (min-width:64em) {
  .premium-community-box-interior {
    padding: 20px 40px;
  }
  .premium-top-rte {
    padding-right: 30px;
  }
  .premium-top-rte h1 {
    font-size: 42px;
  }
  .premium-top-rte p,
  .premium-middle-rte p {
    font-size: 18px;
  }
  .premium-middle-rte .column {
    padding: 0;
  }
  .premium-community-box-interior {
    font-size: 18px;
  }
  .premium-community-box-interior p {
    font-size: 18px;
  }
  .premium-community-box-bottom {
    /*  strong
      {
          font-size: 18px;
      }*/
  }
  .premium-community-box-bottom p {
    font-size: 15px;
  }
}
.t-for-1-page {
  overflow: hidden;
}
.t-for-1-page .opening-content {
  padding-top: 2.6666666667rem;
  text-align: center;
}
.t-for-1-page .community-card-row {
  margin-bottom: -4rem;
}
.t-for-1-page .community-card {
  background-color: #FFF;
  border-radius: 0 0 0.6666666667rem 0.6666666667rem;
  box-shadow: 0 3px 8px 0 rgba(50, 50, 50, 0.3);
  margin-bottom: 1.3333333333rem;
  text-align: left;
}
.t-for-1-page .community-card .image-container {
  position: relative;
}
.t-for-1-page .community-card .image-container img {
  width: 100%;
}
.t-for-1-page .community-card figcaption {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 10%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 10%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 10%, rgba(0, 0, 0, 0.75) 100%);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.6666666667rem 1rem;
  position: absolute;
}
.t-for-1-page .community-card h3 {
  color: #FFF;
  font-size: 1.2rem;
  margin-bottom: 0.3333333333rem;
}
.t-for-1-page .community-card address {
  color: #00849b;
  font-size: 0.8666666667rem;
}
.t-for-1-page .community-card .community-description {
  font-size: 0.9333333333rem;
  font-style: italic;
  padding: 1.3333333333rem 1rem;
}
.t-for-1-page .map {
  line-height: 0;
  max-width: 100%;
  width: 100%;
}
.t-for-1-page .map img {
  margin-top: -60px;
  width: 100%;
}
.t-for-1-page .flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.t-for-1-page .capital-feature {
  background-color: #a22c45;
  position: static;
}
.t-for-1-page .capital-feature h1 {
  font-size: 1.0666666667rem;
  text-transform: none;
}
.t-for-1-page .feature-background-image {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 30rem;
}

.t-for-1-header {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.t-for-1-header .landing-logo {
  position: relative;
  z-index: 10;
}
.t-for-1-header .landing-logo img {
  max-width: 13.3333333333rem;
}

.t-for-1-tagline {
  color: #0063a7;
  display: inline-block;
  font-size: 2.4rem;
  font-style: italic;
  margin-bottom: 2.6666666667rem;
  text-align: left;
}
.t-for-1-tagline .bottom-tagline {
  color: #a22c45;
  padding-left: 4.6666666667rem;
}

.t-for-1-amenities {
  background: url("../images/textured-blue-bg.png") no-repeat 0 0;
  background-size: cover;
  clear: both;
  padding: 4rem 0 3rem;
}
.t-for-1-amenities .amenity-card {
  background-color: #FFF;
  font-size: 0.8rem;
  margin-bottom: 0.6666666667rem;
  padding: 0.6666666667rem 0.6666666667rem 0.3333333333rem;
  width: 49%;
}
.t-for-1-amenities .amenity-card figcaption {
  padding: 0.1333333333rem 0.1333333333rem 0;
}

.t-for-1-amenities-opening-content {
  color: #FFF;
}
.t-for-1-amenities-opening-content h2, .t-for-1-amenities-opening-content h3, .t-for-1-amenities-opening-content h4 {
  color: #FFF;
}

.t-for-1-amenities-bottom-content .h3-bold {
  color: #FFF;
  margin-bottom: 1.3333333333rem;
}

.transportation-card {
  background-color: #FFF;
  border: 3px solid #e6e6e6;
  border-radius: 3px 3px 10px 10px;
  margin: 4rem 1.3333333333rem 2.3333333333rem;
  position: relative;
}
.transportation-card p, .transportation-card li {
  font-size: 1.2rem;
  line-height: 1.3;
}
.transportation-card .plus-button-container {
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  top: -1.3333333333rem;
}
.transportation-card .plus-button {
  background-color: #a22c45;
  border-radius: 10px;
  box-shadow: 0 0 6px 3px rgba(34, 34, 34, 0.4);
  font-family: Georgia, "Times New Romain", serif;
  font-style: italic;
  font-weight: 700;
  height: 2.6666666667rem;
  line-height: 2.6666666667rem;
  padding: 0 1rem;
}

.transportation-card-interior {
  padding: 2.6666666667rem 1.3333333333rem 1.3333333333rem;
}

.t-for-1-slider {
  background-color: #e2e2e2;
  padding: 3.3333333333rem 0 2.6666666667rem;
}
.t-for-1-slider .orbit-container .slide-caption {
  padding-top: 0.3333333333rem;
}
.t-for-1-slider .orbit-container .orbit-slide-number {
  top: 2px;
  left: 2px;
}
.t-for-1-slider .orbit-container .orbit-slides-container:before {
  border: 2px solid #FFF;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.t-for-1-slider .orbit-container .orbit-slides-container:after {
  border-color: #e2e2e2;
}

.t-for-1-video {
  background: url("../images/textured-bg-new.png") no-repeat 0 0;
  background-size: cover;
  padding: 4rem 0 3rem;
}
.t-for-1-video .image-with-caption {
  margin-bottom: 1rem;
}
.t-for-1-video .image-with-caption figcaption {
  font-size: 0.85em;
}
.t-for-1-video .t-for-1-video-row {
  margin-bottom: 1.3333333333rem;
}
.t-for-1-video .video-title {
  padding-left: 5px;
}

.t-for-1-bottom-video-content > div:first-child {
  margin-bottom: 1.6666666667rem;
}

.t-for-1-form .bottom-image {
  margin-bottom: 1.6666666667rem;
  position: relative;
}
.t-for-1-form .bottom-image:after {
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2rem;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(0, 132, 155, 0) 0%, #00849b 100%);
  background: -webkit-linear-gradient(top, rgba(0, 132, 155, 0) 0%, #00849b 100%);
  background: linear-gradient(to bottom, rgba(0, 132, 155, 0) 0%, #00849b 100%);
}
.t-for-1-form .form-text-column a[href^="tel:"] {
  color: #FFF;
  font-family: Georgia, "Times New Romain", serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
}
.t-for-1-form .umbraco-forms-form {
  margin-top: 1.3333333333rem;
  padding: 0;
}

@media only screen and (min-width:48em) {
  .t-for-1-header {
    text-align: left;
  }
  .opening-content .opening-content {
    padding-top: 4rem;
  }
  .opening-content .rte-content {
    margin-bottom: 3rem;
  }
  .center-column {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .t-for-1-tagline-container li, .t-for-1-tagline-container p,
  .t-for-1-slider-content li,
  .t-for-1-slider-content p,
  .t-for-1-amenities-opening-content li,
  .t-for-1-amenities-opening-content p {
    font-size: 21px;
  }
  .t-for-1-page .feature-background-image {
    display: none;
  }
  .t-for-1-page .community-card {
    margin-bottom: 0;
  }
  .t-for-1-page .form-button {
    font-size: 1.7333333333rem;
    padding: 0.8rem 1.3333333333rem;
  }
  .t-for-1-page .capital-feature h1 {
    font-size: 1.6rem;
  }
  .transportation-card {
    margin-top: 0;
  }
  .t-for-1-bottom-video-content > div:first-child {
    margin-bottom: 0;
  }
  .t-for-1-form .bottom-image {
    margin-bottom: -0.6666666667rem;
  }
  .t-for-1-form .bottom-image img {
    width: 100%;
  }
  .t-for-1-form .bottom-image:after {
    height: 3.3333333333rem;
  }
  .t-for-1-form .umbraco-forms-form {
    margin-top: 0;
  }
  .t-for-1-form .form-text-column {
    margin-right: 2%;
    max-width: 21.3333333333rem;
  }
  .t-for-1-form .form-text-column a[href^="tel:"] {
    font-size: 2.0666666667rem;
  }
  .t-for-1-form .form-column {
    max-width: 21.3333333333rem;
  }
  .t-for-1-form .form-column .umbraco-forms-caption,
  .t-for-1-form .form-column form {
    margin-top: 0;
  }
  .t-for-1-form .form-column,
  .t-for-1-form .form-text-column {
    display: inline-block;
    float: none;
    margin-top: 2.3333333333rem;
    text-align: left;
    vertical-align: top;
  }
}
@media only screen and (min-width:64em) {
  .t-for-1-page .opening-content {
    padding-top: 4rem;
  }
  .t-for-1-page .center-column {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .t-for-1-page .community-card-row {
    margin-bottom: -6.6666666667rem;
  }
  .t-for-1-page .community-card h3 {
    font-size: 1.5333333333rem;
  }
  .t-for-1-page .community-card address {
    font-size: 0.8666666667rem;
  }
  .t-for-1-page .community-card .community-description {
    font-size: 1rem;
  }
  .t-for-1-page .map img {
    margin-top: -106px;
  }
  .t-for-1-tagline {
    line-height: 0.6;
    font-size: 4.8rem;
  }
  .t-for-1-tagline .number {
    font-size: 8rem;
  }
  .t-for-1-tagline .bottom-tagline {
    font-size: 4rem;
    padding-left: 20.3333333333rem;
  }
  .t-for-1-tagline .bottom-tagline .number {
    font-size: 6rem;
  }
  .t-for-1-amenities {
    padding: 4.6666666667rem 0 4.6666666667rem;
  }
  .t-for-1-amenities .amenity-card {
    font-size: 1rem;
    margin: 1.3333333333rem 0 0;
  }
  .t-for-1-amenities .amenity-card:first-child, .t-for-1-amenities .amenity-card:nth-child(2) {
    margin-top: 0;
  }
  .t-for-1-amenities .amenities-flex-row {
    align-items: flex-end;
    display: flex;
  }
  .t-for-1-amenities-opening-content {
    margin-bottom: 3.3333333333rem;
  }
  .transportation-card {
    margin: 0 0 0 5.3333333333rem;
  }
  .transportation-card h2, .transportation-card h3 {
    font-size: 2.4rem;
  }
  .transportation-card p, .transportation-card li {
    font-size: 1.2666666667rem;
  }
  .transportation-card .plus-button-container {
    left: -2rem;
    right: auto;
    top: -1.6666666667rem;
  }
  .transportation-card .plus-button {
    font-size: 1.6666666667rem;
    height: 3.3333333333rem;
    line-height: 3.3333333333rem;
  }
  .transportation-card .transportation-image {
    position: relative;
  }
  .transportation-card .transportation-image:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 4rem;
    position: absolute;
    background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .transportation-card-interior {
    padding: 3.6666666667rem 2rem 1.3333333333rem;
  }
  .t-for-1-amenities-bottom-content {
    margin-top: 2.6666666667rem;
  }
  .t-for-1-amenities-bottom-content .h3-bold {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .t-for-1-slider {
    padding: 4rem 0 5.3333333333rem;
  }
  .t-for-1-slider .orbit-container {
    margin: 1.3333333333rem 0 4rem;
  }
  .t-for-1-slider .orbit-container .orbit-slides-container:before {
    border-width: 6px;
  }
  .t-for-1-video {
    padding: 4.6666666667rem 0 4.6666666667rem;
  }
  .t-for-1-video .t-for-1-video-row {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .t-for-1-video .t-for-1-bottom-video-content {
    text-align: center;
  }
  .t-for-1-video .t-for-1-bottom-video-content .column {
    display: inline-block;
    float: none;
    text-align: left;
    vertical-align: top;
  }
  .t-for-1-video .t-for-1-bottom-video-content .column:first-child {
    margin-right: 6.5%;
  }
  .t-for-1-header .landing-logo img {
    max-width: 100%;
  }
  .t-for-1-bottom-video-content > div:first-child {
    margin-bottom: 0;
  }
  .t-for-1-form .form-text-column {
    margin-right: 5%;
    max-width: 26.6666666667rem;
  }
  .t-for-1-form .form-text-column a[href^="tel:"] {
    font-size: 2.0666666667rem;
  }
  .t-for-1-form .form-column {
    max-width: 23.3333333333rem;
  }
}
.fancybox-container .orbit-bullets {
  bottom: 10px;
  left: 0;
  right: 0;
  top: auto;
  position: absolute;
  z-index: 99999;
}
.fancybox-container .caption {
  background-color: rgba(51, 51, 51, 0.65);
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 0.6666666667rem 1.3333333333rem;
  position: absolute;
  top: auto;
}
.fancybox-container .caption.hidden {
  display: none;
}
.fancybox-container .fancybox-infobar {
  color: #fff;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width:48em) {
  .fancybox-container .fancybox-infobar {
    display: none;
  }
}
.orbit-container .orbit-slides-container:after {
  border: 6px solid #ebebeb;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.orbit-container li {
  position: relative;
}
.orbit-container .slide-caption {
  left: 0;
  padding: 1.3333333333rem 0.6666666667rem 0.6666666667rem;
  position: absolute;
  right: 0;
  top: 100%;
}
.orbit-container .slide-caption p {
  font-size: 1.2666666667rem;
  line-height: 1.23;
  margin-bottom: 0;
}

.standard-slider .lazy-image:not([src]) {
  visibility: hidden;
}

.standard-slider-image img {
  width: 100%;
}

@media only screen and (max-width: 47.9375em) {
  .standard-slider-image {
    margin-bottom: 1rem;
  }
  .orbit-container .orbit-slides-container:after {
    border-width: 10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    top: -10px;
  }
}
@media only screen and (min-width:48em) {
  .standard-slider-container {
    padding-bottom: 0 !important;
  }
  .orbit-slides-container .slide-caption {
    background-color: rgba(51, 51, 51, 0.65);
    bottom: 5px;
    opacity: 0;
    padding: 0.6666666667rem 1.3333333333rem;
    position: absolute;
    top: auto;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .orbit-slides-container .slide-caption p {
    color: #FFF;
    line-height: 1.46666;
  }
  .orbit-slides-container:hover .active .slide-caption, .orbit-slides-container.hover .active .slide-caption {
    opacity: 1;
  }
}
.leadership-category {
  margin-bottom: 20px;
}
.leadership-category h2 {
  text-align: center;
}
.leadership-category a {
  color: #333333;
  text-decoration: none;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}
.leadership-category .profile-list-item {
  margin-bottom: 30px;
}
.leadership-category h3 {
  font-size: 16px;
}
.leadership-category h4 {
  font-size: 14px;
  font-weight: 400;
}
.leadership-category .profile-caption {
  margin-top: 10px;
}

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

@media only screen and (min-width:48em) and (max-width:63.9375em) {
  .leadership-category {
    width: 552px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width:48em) {
  .leadership-category h2 {
    text-align: left;
  }
  .bio-feature .headlines {
    padding-left: 30px;
  }
}
@media only screen and (min-width:64em) {
  .leadership-category a {
    margin-left: 0;
    margin-right: 0;
  }
}
.knowledge-base-category .accordion-opener {
  cursor: pointer;
  margin-bottom: 10px;
}
.knowledge-base-category ul {
  margin-bottom: 5px;
  padding-left: 10px;
}
.knowledge-base-category .custom-accordion {
  margin-left: 5px;
  margin-top: 10px;
}
.knowledge-base-category .show-more-btn {
  background-color: transparent;
  color: #0063a7;
  display: inline-block;
  margin-top: 15px;
  padding: 0;
}
.knowledge-base-category .show-more-btn:hover {
  color: #002741;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: white;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: -2rem;
  left: 0;
  right: 0;
  display: inline-flex;
  list-style: none;
  max-width: 100%;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.glide__bullet {
  background-color: #FFF;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 50%;
  border: 3px solid #222222;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.5rem 0.75rem;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover, .glide__bullet:focus, .glide__bullet--active {
  border-color: #FFF;
  background-color: #222222;
}

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

@media only screen and (min-width:64em) {
  .large-gap,
  .row .large-gap {
    margin-right: -35px;
    margin-left: -35px;
  }
  .large-gap .column,
  .row .large-gap .column {
    padding: 0 35px;
  }
}
.interactive-iframe-modal .fancybox-content {
  max-height: 95%;
  max-width: 95%;
}

.interactive-iframe-modal .fancybox-slide {
  padding: 0;
}

.interactive-iframe-modal .fancybox-infobar {
  display: none;
}

.capital-microsite-feature {
  overflow: hidden;
  position: relative;
}

.capital-projects-minisite button,
.capital-projects-minisite .button {
  border-radius: 6px;
  box-shadow: none;
  font-weight: 400;
}
.capital-projects-minisite hr {
  border-color: #707070;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.capital-projects-minisite .logo-container {
  padding-bottom: 25px;
}
.capital-projects-minisite .community-navigation {
  border-top: 0;
  margin-top: 10px;
}
.capital-projects-minisite .community-navigation a.active {
  font-weight: 400;
}
.capital-projects-minisite .form-row .form-content {
  padding: 25px 20px 0;
}
.capital-projects-minisite .umbraco-forms-form {
  margin-top: 0;
  padding-top: 0;
}
.capital-projects-minisite .microsite-row {
  margin-bottom: 50px;
}
.capital-projects-minisite .microsite-row-md {
  margin-bottom: 40px;
}
.capital-projects-minisite .top-image-container img {
  border-radius: 12px;
}
.capital-projects-minisite .fp-slide {
  border-radius: 8px;
  padding: 5px;
}
.capital-projects-minisite .fp-slide .button {
  margin: 0 10px 10px;
}
.capital-projects-minisite .fp-slide li {
  padding-right: 5px;
}
.capital-projects-minisite .fp-info {
  font-size: 10px;
  padding-top: 10px;
  white-space: normal;
}
.capital-projects-minisite .fp-info h3 {
  flex: 0 0 42%;
  padding: 0 5px;
}
.capital-projects-minisite .fp-stat {
  padding: 0 7.5px;
}
.capital-projects-minisite .fp-stats {
  flex-grow: 2;
}
.capital-projects-minisite .floor-plan-nav {
  margin-top: 0;
}
.capital-projects-minisite .floor-plan-nav a {
  padding-top: 0;
}
.capital-projects-minisite .floor-plan-nav a.active {
  font-weight: 600;
}
.capital-projects-minisite figcaption {
  padding: 0 10px;
}
.capital-projects-minisite .umbraco-forms-acts-alt {
  padding-left: 20px;
  padding-right: 20px;
}
.capital-projects-minisite .umbraco-forms-acts-alt input {
  border-radius: 6px;
}
.capital-projects-minisite .umbraco-forms-acts-alt label {
  color: #FFF;
  font-weight: 400;
  padding-left: 0;
}
.capital-projects-minisite .umbraco-forms-acts-alt .field-validation-error {
  color: #FFF;
}
.capital-projects-minisite .umbraco-forms-acts-alt .checkbox-label {
  font-size: 12px;
}
.capital-projects-minisite .umbraco-forms-acts-alt button {
  font-size: 16px;
}

.benefits-logo-container img {
  width: 150px;
}

.capital-feature-flag {
  font-size: 12px;
  padding: 5px;
  position: absolute;
}
.capital-feature-flag.diagonal-blue-flag {
  box-shadow: 0 1px 10px rgba(255, 255, 255, 0.8);
  padding-left: 20px;
  right: -20px;
  transform: matrix(0.87, 0.5, -0.5, 0.87, 0, 0);
  top: 30px;
  text-align: center;
  width: 220px;
}
.capital-feature-flag.diagonal-blue-flag:before, .capital-feature-flag.diagonal-blue-flag:after {
  background-color: inherit;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
}
.capital-feature-flag.diagonal-blue-flag:before {
  right: calc(100% - 1px);
}
.capital-feature-flag.diagonal-blue-flag:after {
  left: calc(100% - 1px);
}
.capital-feature-flag.horizontal-orange-flag {
  background-color: #D68C00;
  font-weight: 600;
  padding: 5px 10px 5px 20px;
  right: -1px;
  top: 16px;
  max-width: 75%;
}
.capital-feature-flag.horizontal-orange-flag:before {
  background-size: cover;
  background-image: url("/images/orange-ribbon-cropped.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% - 1px);
  width: 12px;
}

.capital-top-callouts .img-with-border {
  padding: 3px;
}
.capital-top-callouts .column {
  margin-bottom: 20px;
}
.capital-top-callouts .column:last-child {
  margin-bottom: 0;
}
.capital-top-callouts .callout-content {
  padding: 20px;
}

.microsite-form-callout .callout-section {
  padding-bottom: 1px;
}

.capital-testimonials .circle-image {
  border-bottom: 4px solid #0099d6;
  border-right: 4px solid #0099d6;
}
.capital-testimonials li:nth-child(2n) {
  border-color: #00849b;
}

.features-and-amenities-stripe-container {
  margin-bottom: 50px;
}
.features-and-amenities-stripe-container .stripe .h2 {
  font-weight: 600;
  margin-bottom: 0;
  min-height: 0;
}
.features-and-amenities-stripe-container .stripe:before {
  height: auto;
  top: 0;
  bottom: 0;
}
.features-and-amenities-stripe-container .stripe:after {
  content: "";
  background-color: #505050;
  height: 1px;
  left: 0;
  right: 0;
  position: absolute;
  margin-top: 2px;
}

.features-and-amenities .virtual-tour {
  text-decoration: none;
}
.features-and-amenities .virtual-tour .image-container {
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.features-and-amenities .virtual-tour .caption {
  margin-bottom: 0;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.6039215686);
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.benefits-middle-content .stripe:before {
  height: 100px;
}
.benefits-middle-content .stripe h2 {
  height: 100px;
  margin-bottom: 20px;
}

.benefits-bottom-content {
  padding: 20px 0;
}

.campus-features-btn {
  margin-top: 25px;
}

.microsite-news h2 {
  margin-bottom: 20px;
}
.microsite-news .news-item {
  border-top: 1px solid #00849b;
  padding: 20px 0;
}
.microsite-news .news-item:first-child {
  border-top: 0;
}
.microsite-news .post-date {
  flex: 0 0 120px;
  font-size: 12px;
  margin-top: 5px;
  padding-left: 20px;
}

@media only screen and (max-width: 47.9375em) {
  .features-and-amenities ul {
    padding-left: 10px;
  }
  .features-and-amenities li {
    margin-bottom: 15px;
  }
  .features-and-amenities .virtual-tour {
    display: block;
    margin: 0 25px;
  }
  .benefits-logo-container {
    margin: -55px 0 20px;
    text-align: center;
  }
  .microsite-sitemap {
    padding: 0 20px;
  }
  .microsite-news ul {
    margin-bottom: 0;
  }
  .microsite-news li:last-child {
    padding-bottom: 0;
  }
  .capital-top-callouts .column:last-child .callout-content {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 63.9375em) {
  .microsite-form-callout.light-blue-content,
  .microsite-callout.light-blue-content {
    background: transparent;
  }
  .microsite-form-callout .img-with-border,
  .microsite-callout .img-with-border {
    margin: 0 20px -165px;
    position: relative;
    z-index: 1;
  }
  .microsite-form-callout .callout-section,
  .microsite-callout .callout-section {
    border-radius: 12px;
    padding-top: 170px;
  }
  .microsite-form-callout .content,
  .microsite-callout .content {
    background: #0099d6;
    padding: 200px 20px 25px;
  }
}
@media only screen and (min-width:48em) and (max-width:63.9375em) {
  .capital-projects-minisite-navigation ul {
    display: none;
  }
  .capital-projects-minisite-navigation ul.show {
    display: block;
  }
  .capital-projects-minisite-navigation li {
    text-align: center;
  }
  .capital-top-callouts .column {
    margin: 0 auto 40px;
    float: none !important;
  }
}
@media only screen and (min-width:48em) {
  .capital-microsite-feature .row {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
  }
  .capital-microsite-feature h1, .capital-microsite-feature h2 {
    color: #FFF;
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.462745098);
  }
  .capital-projects-minisite .microsite-row {
    margin-bottom: 75px;
  }
  .capital-projects-minisite .microsite-row-md {
    margin-bottom: 50px;
  }
  .capital-projects-minisite .umbraco-forms-acts-alt .umbraco-forms-navigation .column {
    padding-left: 0;
    padding-right: 0;
  }
  .campus-features {
    padding-bottom: 0.5rem;
  }
  .campus-features li {
    flex: 0 0 50%;
    margin-bottom: 10px;
    padding-right: 2rem;
  }
  .features-and-amenities li {
    flex: 0 0 50%;
    margin-bottom: 15px;
    padding-right: 20px;
  }
  .benefits-middle-content {
    margin-top: 50px;
  }
  .benefits-middle-content .video-container {
    margin-top: -50px;
  }
  .benefits-middle-content .stripe:before {
    height: 140px;
  }
  .benefits-middle-content .stripe h2 {
    height: 140px;
  }
  .benefits-logo-container {
    flex: 0 0 290px;
    padding-right: 40px;
  }
  .benefits-logo-container img {
    margin-top: -35px;
    position: absolute;
    width: 250px;
  }
  .microsite-news .news-item {
    padding: 30px 0;
  }
}
@media only screen and (min-width:64em) {
  .capital-feature-flag {
    font-size: 18px;
    padding: 10px;
  }
  .capital-feature-flag.diagonal-blue-flag {
    padding-left: 30px;
    padding-right: 30px;
    right: -30px;
    top: 60px;
    width: 375px;
  }
  .capital-feature-flag.horizontal-orange-flag {
    padding: 10px 30px 10px 20px;
    top: 40px;
    max-width: 50%;
  }
  .capital-feature-flag.horizontal-orange-flag:before {
    width: 20px;
  }
  .capital-projects-minisite .feature-headers h1 {
    font-size: 42px;
  }
  .capital-projects-minisite .microsite-row {
    margin-bottom: 100px;
  }
  .capital-projects-minisite .microsite-row-md {
    margin-bottom: 75px;
  }
  .capital-projects-minisite .form-row .form-content {
    padding-top: 50px;
  }
  .capital-projects-minisite .fp-info {
    font-size: 12px;
  }
  .capital-projects-minisite-navigation ul {
    justify-content: flex-start;
  }
  .capital-projects-minisite-navigation ul li:first-child {
    margin-left: 0;
  }
  .capital-projects-minisite-navigation .contact-links {
    display: block !important;
    flex-grow: 2;
    text-align: right;
  }
  .capital-projects-minisite-navigation .contact-links a {
    display: inline-block;
  }
  .capital-projects-minisite-navigation .contact-links .phone {
    font-size: 14px;
  }
  .capital-projects-minisite-navigation .contact-links .button {
    color: #FFF;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .capital-projects-minisite-navigation a {
    font-size: 14px;
    padding: 10px 8px;
  }
  .campus-features {
    margin: 0 25px;
  }
  .capital-top-callouts .column {
    margin-bottom: 0;
  }
  .capital-top-callouts .callout-content {
    padding-bottom: 0;
  }
  .capital-testimonials .flex-image-with-text {
    max-width: 100%;
  }
  .microsite-form-callout {
    margin-top: 50px;
  }
  .microsite-form-callout .img {
    align-self: flex-start;
    flex: 0 0 50%;
    margin-top: -50px;
    margin-right: -30px;
    position: relative;
    z-index: 1;
  }
  .microsite-form-callout .callout-section {
    border-radius: 12px;
    padding: 0 30px 50px 50px;
  }
  .microsite-form-callout .umbraco-forms-form {
    margin-bottom: 0;
  }
  .microsite-callout {
    border-radius: 12px;
    padding: 0 20px;
  }
  .microsite-callout .content {
    padding: 20px 20px 20px 0;
  }
  .microsite-callout .img {
    flex: 0 0 50%;
    margin: -20px 0;
  }
  .microsite-news .video-col {
    padding-right: 30px;
  }
  .microsite-news .video-col + .column {
    padding-left: 30px;
  }
  .microsite-news .post-date {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media only screen and (min-width:64em) and (max-width:75em) {
  .capital-projects-minisite-navigation li {
    margin: 0 8px;
  }
}
@media only screen and (min-width:75.063em) {
  .capital-top-callouts .column {
    padding: 0 30px;
  }
  .microsite-callout .content {
    padding: 40px 20px 20px 20px;
  }
  .microsite-form-callout .img {
    margin-right: -75px;
  }
  .microsite-form-callout .callout-section {
    padding: 0 80px 50px 100px;
  }
  .campus-features-btn,
  .campus-features {
    margin-left: 25px;
    max-width: 580px;
  }
  .campus-features-btn {
    margin-top: 35px;
  }
  .campus-features {
    margin-top: 40px;
    padding: 20px 25px;
  }
  .benefits-middle-content {
    margin-top: 100px;
  }
  .benefits-middle-content .video-container {
    margin-top: -100px;
  }
  .benefits-middle-content .stripe:before {
    height: 120px;
  }
  .benefits-middle-content .stripe h2 {
    height: 120px;
  }
  .benefits-logo-container {
    flex: 0 0 330px;
    padding-left: 40px;
  }
  .microsite-form-callout .umbraco-forms-form {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/**************
Alternate buttons
***************/
.button.button-main {
  background: #a22c45;
}
.button.button-main:hover, .button.button-main:active {
  background: #7a2134;
}

.button.button-main-2 {
  background: #00849b;
}
.button.button-main-2:hover, .button.button-main-2:active {
  background: #005968;
}

/**************
Reset
***************/
figure {
  margin: 0;
}

nav a,
aside a {
  text-decoration: none;
}

address {
  font-style: normal;
}

video {
  max-width: 100%;
}

.work-sans {
  font-family: "Work Sans", Helvetica, sans-serif;
}
.work-sans p,
.work-sans li,
.work-sans button {
  font-family: "Work Sans", Helvetica, sans-serif;
}

.video-list-row {
  list-style: none;
}
.video-list-row li:last-child {
  float: left !important;
}
.video-list-row li a {
  display: block;
}
.video-list-row li img {
  display: block;
}
.video-list-row li .post-date {
  font-size: 1rem;
  font-style: italic;
}

.browserupgrade {
  background-color: #ff0000;
  color: #fff;
  font-size: 30px;
  padding: 40px 30px;
  text-align: center;
}

.standard-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

/***************
Contact Callout
***************/
.row.row-center > .columns,
.row.row-center > .column {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.contact-callout {
  margin-bottom: 2rem;
}

.twitter-feed {
  background-color: #eee;
  height: 420px;
  line-height: 420px;
  margin: 1rem 0;
  text-align: center;
}

/***************
News Feed
***************/
.news-feed-callout .callout-divider,
.community-news-feed .callout-divider {
  background-color: #dcdcdc;
}

.news-feed-title {
  margin: 0.3333333333rem 0 0.8rem;
}
.news-feed-title.community-news-feed-title {
  color: #000000;
}

.news-feed {
  font-size: 0.8666666667rem;
}
.news-feed li {
  float: none !important;
  margin-bottom: 1rem;
}
.news-feed li:last-child {
  margin-bottom: 0;
}
.news-feed .arrow {
  vertical-align: middle;
}
.news-feed a {
  background-color: #F6F6F6;
  color: #000000;
  display: block;
  padding: 0.6666666667rem;
  text-decoration: none;
}
.news-feed p {
  font-size: 1.0666666667rem;
  margin-bottom: 0;
}
.news-feed .news-feed-top {
  border-bottom: 1px solid #eee;
  color: #a22c45;
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 0.3333333333rem;
  padding-bottom: 0.3333333333rem;
}
.news-feed .news-feed-top span {
  vertical-align: middle;
}

.news-feed-category {
  font-weight: 700;
  font-style: italic;
  margin-right: 0.6666666667rem;
}

.red-section,
.red-content,
.aqua-section,
.light-blue-content {
  background-color: #a22c45;
  color: #FFF;
}
.red-section h1, .red-section h2, .red-section .h2, .red-section .h2-bold, .red-section h3, .red-section .h3, .red-section .h3-bold, .red-section h4, .red-section a, .red-section li,
.red-content h1,
.red-content h2,
.red-content .h2,
.red-content .h2-bold,
.red-content h3,
.red-content .h3,
.red-content .h3-bold,
.red-content h4,
.red-content a,
.red-content li,
.aqua-section h1,
.aqua-section h2,
.aqua-section .h2,
.aqua-section .h2-bold,
.aqua-section h3,
.aqua-section .h3,
.aqua-section .h3-bold,
.aqua-section h4,
.aqua-section a,
.aqua-section li,
.light-blue-content h1,
.light-blue-content h2,
.light-blue-content .h2,
.light-blue-content .h2-bold,
.light-blue-content h3,
.light-blue-content .h3,
.light-blue-content .h3-bold,
.light-blue-content h4,
.light-blue-content a,
.light-blue-content li {
  color: #FFF;
}
.red-section a:active, .red-section a:hover, .red-section a:focus,
.red-content a:active,
.red-content a:hover,
.red-content a:focus,
.aqua-section a:active,
.aqua-section a:hover,
.aqua-section a:focus,
.light-blue-content a:active,
.light-blue-content a:hover,
.light-blue-content a:focus {
  color: #FFF;
}
.red-section .select-container span,
.red-content .select-container span,
.aqua-section .select-container span,
.light-blue-content .select-container span {
  color: #000000;
}

.white-content {
  color: #FFF;
}
.white-content h1, .white-content h2, .white-content .h2, .white-content .h2-bold, .white-content h3, .white-content .h3, .white-content .h3-bold, .white-content h4, .white-content a, .white-content li {
  color: #FFF;
}
.white-content a:active, .white-content a:hover, .white-content a:focus {
  color: #FFF;
}

.aqua-section {
  background-color: #00849b;
}

.blue-section {
  background-color: #0063a7;
}

.light-blue-content {
  background-color: #0099d6;
}

.light-grey-content {
  background-color: #F8F8F8;
}

.newsletter-signup {
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  padding: 25px 15px;
  margin-top: 15px;
}
.newsletter-signup .h4-bold {
  color: #FFF;
  margin: 0 0 5px;
}
.newsletter-signup form {
  margin: 0;
  position: relative;
  padding-right: 110px;
}
.newsletter-signup .umbraco-forms-form {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.newsletter-signup .signup-text {
  display: block;
  margin-bottom: 0.65rem;
}
.newsletter-signup input {
  height: 35px;
  margin-bottom: 0;
  padding: 0 0.57143rem;
  width: 100%;
}
.newsletter-signup input:-moz-placeholder { /* Firefox 18- */
  line-height: 35px;
}
.newsletter-signup input::-moz-placeholder { /* Firefox 19+ */
  line-height: 35px;
}
.newsletter-signup .umbraco-forms-field-wrapper {
  margin-bottom: 0;
}
.newsletter-signup .umbraco-forms-navigation .column {
  position: static;
}
.newsletter-signup .umbraco-forms-navigation button {
  bottom: 0;
  height: 35px;
  min-width: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
}

.callout-blog-post-image-container {
  float: left;
  max-width: 45%;
  padding-right: 10px;
}

.callout-blog-post {
  overflow: hidden;
  padding-right: 10px;
}

/*******************
 Overlay Callouts
****************/
.overlay-callout {
  position: relative;
}
.overlay-callout .icon-container {
  background-color: #0063a7;
  height: 45px;
  line-height: 65px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 45px;
}
.overlay-callout .icon-container span {
  background: url("../images/icon-sprite.png") no-repeat 0 0;
  display: inline-block;
  height: 30px;
  width: 20px;
}
.overlay-callout .callout-image {
  width: 100%;
}
.overlay-callout .overlay-caption {
  background-color: rgba(51, 51, 51, 0.65);
  bottom: 0;
  color: #FFF;
  padding: 15px 12px;
  position: absolute;
  width: 100%;
}
.overlay-callout .overlay-caption strong {
  display: block;
  margin-bottom: 0.3333333333rem;
}
.overlay-callout .overlay-caption :last-child {
  margin-bottom: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 1024px) {
  .overlay-callout .icon-container span {
    background-image: url("../images/icon-sprite@2x.png");
    background-size: 27px 164px;
  }
}
.bottom-overlay-callout {
  margin-bottom: 1rem;
}

.placeholder-callout {
  margin-bottom: 0.6666666667rem;
}
.placeholder-callout img {
  width: 100%;
}

.communities-callout {
  margin-bottom: 1rem;
}
.communities-callout > img {
  width: 100%;
}

/****************
Footer
******************/
#pre-footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 2.6666666667rem;
  padding: 3rem 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #pre-footer {
    backround-size: 1400px 753px;
  }
}
.instagram-social-icon,
.x-social-icon {
  background-color: #0063a7;
  border-radius: 100%;
  color: #ebebeb;
  height: 43px;
  line-height: 43px !important;
  text-align: center;
  width: 44px;
  vertical-align: top;
}
.instagram-social-icon:hover,
.x-social-icon:hover {
  color: #ebebeb;
}

.x-social-icon {
  display: inline-flex;
  justify-content: center;
}
.x-social-icon svg {
  align-self: center;
  height: 21px;
  width: 20px;
}

.event-landing-footer .instagram-social-icon {
  color: #ccc;
}

#footer {
  background-color: #ebebeb;
  padding: 3.3333333333rem 0;
}
#footer .social {
  margin-bottom: 1.6666666667rem;
}
#footer .social a {
  margin-left: 10px;
  text-decoration: none;
}
#footer .social a:first-child {
  margin-left: 0;
}
#footer .copyright {
  font-size: 1.1333333333rem;
}
#footer .copyright span {
  margin: 0 0.6666666667rem;
}
#footer .copyright a {
  text-decoration: none;
}

.footer-navigation {
  margin-bottom: 20px;
}
.footer-navigation a {
  margin: 0 15px;
  text-decoration: none;
  white-space: nowrap;
}
.footer-navigation a:hover {
  text-decoration: underline;
}

.content-small {
  font-size: 11px;
}
.content-small p, .content-small ul, .content-small ol, .content-small li {
  font-size: 11px;
}

@media only screen and (min-width:48em) and (max-width:63.9375em) {
  .newsletter-signup .input-container {
    padding-right: 0;
  }
  .newsletter-signup button {
    padding: 5px 15px;
    position: static;
    width: auto;
  }
  .video-list-row li:nth-child(2n-1) {
    clear: left;
  }
}
@media only screen and (max-width: 63.9375em) {
  .wide-spacer {
    display: none;
  }
}
@media only screen and (min-width:48em) {
  .breadcrumbs {
    float: right;
  }
  .news-feed li:last-child {
    margin-bottom: 1rem;
  }
  .video-row {
    margin-bottom: 2.6666666667rem;
  }
  .bottom-overlay-callout {
    margin-bottom: 2.6666666667rem;
  }
  #pre-footer {
    margin-top: 2.3333333333rem;
    background-position: 0 0;
    min-height: 700px;
    padding: 3.6666666667rem 0;
  }
  .content-small-medium-up,
  .content-small {
    font-size: 15px;
  }
  .content-small-medium-up p, .content-small-medium-up ul, .content-small-medium-up ol, .content-small-medium-up li,
  .content-small p,
  .content-small ul,
  .content-small ol,
  .content-small li {
    font-size: 15px;
  }
}
@media only screen and (min-width:64em) {
  #pre-footer {
    min-height: 850px;
    padding: 3.6666666667rem 0;
  }
  .newsletter-signup {
    padding: 0.8rem 1rem;
  }
  .newsletter-signup .signup-text {
    margin-bottom: 0.5rem;
  }
  .video-list-row li:nth-child(3n-2) {
    clear: left;
  }
  .standard-section-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width:75.063em) {
  .row.wide-col-large {
    max-width: 1354px;
  }
  .row.wide-col-large .column {
    padding-left: 50px;
    padding-right: 50px;
  }
  .newsletter-signup {
    padding: 1.6666666667rem 1rem;
  }
  .newsletter-signup .signup-text {
    margin-bottom: 0.65rem;
  }
  .visit-us .visit-us-text {
    left: 45%;
    padding: 20px 8px 0 20px;
  }
  .visit-us .h3-bold {
    font-size: 1.6rem;
  }
  .visit-us p {
    font-size: 1.1333333333rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .column {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
  }
  .row .row {
    margin-left: -0.6666666667rem;
    margin-right: -0.6666666667rem;
  }
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

/*# sourceMappingURL=app.css.map */
