@charset "UTF-8";
/*!
 Theme Name: ProjectX11 Warm & Compassionate
 Author: Paul and Kristian Szabo
 Template: projectx11
 Description: ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
 */
/*!
	Theme Name: Project X v11
	Theme URI:
	Description: Project X v11
	Author: Paul Yoon, Kristian Szabo
	Version: 1.0
	Tags: Foundation5, Responsive
*/
/*
 * import slick slide CSS
 */
/*
 * import google font
 */
/* -- Shadowbox Styles -- */
#sb-container, #sb-wrapper {
  text-align: left;
}

#sb-container, #sb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

#sb-container {
  height: 100%;
  display: none;
  visibility: hidden;
  z-index: 999;
}

body > #sb-container {
  position: fixed;
}

#sb-overlay {
  height: expression(document.documentElement.clientHeight+"px");
}

#sb-container > #sb-overlay {
  height: 100%;
}

#sb-wrapper {
  position: relative;
}

#sb-wrapper img {
  border: none;
}

#sb-body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #303030;
  height: 100%;
}

#sb-body-inner {
  position: relative;
  height: 100%;
}

#sb-content.html {
  height: 100%;
  overflow: auto;
}

#sb-loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 10px;
}

#sb-body, #sb-loading {
  background-color: #060606;
}

#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sb-title-inner, #sb-info-inner {
  position: relative;
  font-family: "Lucida Grande", Tahoma, sans-serif;
  line-height: 16px;
}

#sb-title, #sb-title-inner {
  height: 26px;
}

#sb-title-inner {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}

#sb-info, #sb-info-inner {
  height: 20px;
}

#sb-info-inner {
  font-size: 12px;
  color: #fff;
}

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}

#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}

#sb-nav-close {
  background-image: url(/wp-content/plugins/admin/shadowbox/images/close.png);
  background-repeat: no-repeat;
}

#sb-nav-next {
  background-image: url(/wp-content/plugins/admin/shadowbox/images/next.png);
  background-repeat: no-repeat;
}

#sb-nav-previous {
  background-image: url(/wp-content/plugins/admin/shadowbox/images/previous.png);
  background-repeat: no-repeat;
}

#sb-nav-play {
  background-image: url(/wp-content/plugins/admin/shadowbox/images/play.png);
  background-repeat: no-repeat;
}

#sb-nav-pause {
  background-image: url(/wp-content/plugins/admin/shadowbox/images/pause.png);
  background-repeat: no-repeat;
}

#sb-counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  font-family: "Lucida Grande", Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: "flexslider-icon";
  src: url("/wp-content/plugins/admin/widgets/slider/fonts/flexslider-icon.eot");
  src: url("/wp-content/plugins/admin/widgets/slider/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("/wp-content/plugins/admin/widgets/slider/fonts/flexslider-icon.woff") format("woff"), url("/wp-content/plugins/admin/widgets/slider/fonts/flexslider-icon.ttf") format("truetype"), url("/wp-content/plugins/admin/widgets/slider/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 20px;
  background: transparent;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "";
}

.flex-direction-nav a.flex-next:before {
  content: "";
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "";
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/*@media screen and (max-width: 860px) {*/
/*.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}*/
/*.flex-direction-nav .flex-next { opacity: 1; right: 10px;}*/
/*}*/
#attorney-sidebar .px-flexslider ul li::before {
  content: "";
  margin-left: 0;
  padding-right: 0;
  display: inline-block;
}

#attorney-sidebar .px-flexslider ul li {
  margin-left: 0 !important;
}

.meet-our-attorney-a {
  padding-right: 2px;
  display: inline-block;
  width: 33.3%;
  float: left;
  height: 0;
  padding-bottom: 33.33%;
  overflow: hidden;
  margin-bottom: 2px;
  position: relative;
}

.meet-our-attorney-a span {
  width: calc(100% - 2px);
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  padding: 5px;
  opacity: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
}

.meet-our-attorney-a:hover span {
  opacity: 1;
}

.side-meet-our-attorneys div {
  padding: 0 !important;
}

.side-meet-our-attorneys .clone {
  margin-left: 1px !important;
}

#slider-widget .clone {
  margin-left: 0px !important;
}

.text-slider.widget .flexslider .slides li > p {
  margin-bottom: 0;
}

.header-img .slides > li {
  display: none;
}

.phone, .small-text a {
  display: block;
}

.video-slider .flexslider {
  margin-bottom: 0;
}
.video-slider .slides > li {
  margin-bottom: 0 !important;
}
.video-slider .slides > li p {
  display: block;
  margin: 10px 0 0 0 !important;
}
.video-slider .slides > li p strong {
  display: block;
}
.widget_px_client_review input[type=submit].client-review-text {
  background-color: transparent;
  border: none;
  color: #0c8dce;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.widget_px_client_review input[type=image].client-review-image {
  background-color: transparent;
  border: none;
  color: #0c8dce;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.widget address {
  font-style: normal;
}

.mh-review-popup {
  display: none;
}

div.ginput_container {
  padding-bottom: 0px !important;
}

.gform_fields input, .gform_fields select {
  margin-bottom: 0px !important;
}

.gform_fields textarea {
  padding: 0.5rem !important;
}

.social-linkedin-16 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-16x16/linkedin_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-facebook-16 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-16x16/facebook_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-google-plus-16 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-16x16/googleplus_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-twitter-16 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-16x16/twitter_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-youtube-16 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-16x16/youtube_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-instagram-16 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-16x16/instagram_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-avvo-16 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-16x16/instagram_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-linkedin-24 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/linkedin_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-facebook-24 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/facebook_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-google-plus-24 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/googleplus_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-twitter-24 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/twitter_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-youtube-24 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/youtube_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-martindale-24 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/martindale_24x24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-lawyers-24 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/lawyers_24x24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-nolo-24 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/nolo_24x24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-instagram-24 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/instagram_24x24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-avvo-24 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/instagram_24x24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-linkedin-32 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/linkedin_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-facebook-32 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/facebook_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-google-plus-32 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/googleplus_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-twitter-32 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/twitter_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-youtube-32 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/youtube_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-martindale-32 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/martindale_32x32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-lawyers-32 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/lawyers_32x32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-nolo-32 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/nolo_32x32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-instagram-32 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/instagram_32x32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-avvo-32 a {
  background: url("/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/instagram_32x32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

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

a:hover {
  cursor: pointer;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

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

.invisible {
  visibility: hidden;
}

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

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

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

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.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: 0.9375rem;
  padding-right: 0.9375rem;
  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: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.3333333333%;
  }

  .small-2 {
    width: 16.6666666667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.3333333333%;
  }

  .small-5 {
    width: 41.6666666667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.3333333333%;
  }

  .small-8 {
    width: 66.6666666667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.3333333333%;
  }

  .small-11 {
    width: 91.6666666667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .small-reset-order {
    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: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .medium-reset-order {
    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: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.3333333333%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  .large-reset-order {
    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: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

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

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem;
}
@media only screen and (max-width: 40em) {
  .reveal-modal, dialog {
    min-height: 100vh;
  }
}
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0;
}
.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:40.063em) {
  .reveal-modal, dialog {
    width: 80%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal, dialog {
    top: 6.25rem;
  }
}
.reveal-modal.radius, dialog.radius {
  border-radius: 3px;
}
.reveal-modal.round, dialog.round {
  border-radius: 1000px;
}
.reveal-modal.collapse, dialog.collapse {
  padding: 0;
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.tiny, dialog.tiny {
    width: 30%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none !important;
  margin-left: 0 !important;
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
  color: #AAAAAA;
  font-weight: bold;
  cursor: pointer;
}

dialog {
  display: none;
}
dialog::backdrop, dialog + .backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: auto;
  display: none;
  left: 0;
}
dialog[open] {
  display: block;
}

@media print {
  dialog, .reveal-modal {
    display: none;
    background: #FFFFFF !important;
  }
}
.text-left {
  text-align: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

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

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

small {
  font-size: 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.125rem 0.3125rem 0.0625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.3125rem;
  }

  h3 {
    font-size: 1.6875rem;
  }

  h4 {
    font-size: 1.4375rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }
}
/*
 * 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;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

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

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

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width:40.063em) {
  .tab-bar-section.left {
    text-align: left;
  }
  .tab-bar-section.right {
    text-align: right;
  }
}
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

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

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

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
ul.off-canvas-list li a {
  display: block;
  padding: 0.6666666667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: #242424;
}

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

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

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}
.left-submenu .back > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}
.right-submenu .back > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

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

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

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: " ";
  display: table;
}
[class*=block-grid-]:after {
  clear: both;
}
[class*=block-grid-] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #007095;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
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: #FFFFFF;
}
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: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
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: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
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: #FFFFFF;
}
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: #FFFFFF;
}
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 3px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #007095;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #008CBA;
}
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: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #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: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #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: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #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: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #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: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width:40.063em) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type=submit] {
  -webkit-appearance: none;
  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;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

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

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

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

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

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

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

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

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

label.error {
  color: #f04124;
}

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

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 2.8125rem;
}

.top-bar {
  overflow: hidden;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
.top-bar input {
  height: 1.75rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  font-size: 0.75rem;
}
.top-bar .button, .top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 40em) {
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
.top-bar .title-area {
  position: relative;
  margin: 0;
}
.top-bar .name {
  height: 2.8125rem;
  margin: 0;
  font-size: 16px;
}
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  line-height: 2.8125rem;
  font-size: 1.0625rem;
  margin: 0;
}
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  font-weight: normal;
  color: #FFFFFF;
  width: 75%;
  display: block;
  padding: 0 0.9375rem;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 0.9375rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
}
.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  color: #FFFFFF;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 0.9375rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
  height: auto;
  background: transparent;
}
.top-bar.expanded .title-area {
  background: #333333;
}
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}
.top-bar-section .divider,
.top-bar-section [role=separator] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li {
  background: #333333;
}
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #FFFFFF;
  padding: 12px 0 12px 0;
  padding-left: 0.9375rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
}
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #007095;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #007095;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: #333333;
  color: #FFFFFF;
}
.top-bar-section ul li.active > a {
  background: #008CBA;
  color: #FFFFFF;
}
.top-bar-section ul li.active > a:hover {
  background: #0078a0;
  color: #FFFFFF;
}
.top-bar-section .has-form {
  padding: 0.9375rem;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #FFFFFF;
  display: block;
}
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  padding: 8px 0.9375rem 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

.js-generated {
  display: block;
}

@media only screen and (min-width:40.063em) {
  .top-bar {
    background: #333333;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a {
    width: auto;
  }
  .top-bar input,
.top-bar .button,
.top-bar button {
    font-size: 0.875rem;
    position: relative;
    height: 1.75rem;
    top: 0.53125rem;
  }
  .top-bar.expanded {
    background: #333333;
  }

  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    background: #333333;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #333333;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    color: #FFFFFF;
    background: #008CBA;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0078a0;
    color: #FFFFFF;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "»";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a {
    color: #FFFFFF;
    line-height: 2.8125rem;
    white-space: nowrap;
    padding: 12px 0.9375rem;
    background: #333333;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #FFFFFF;
    background: #333333;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #FFFFFF;
    background-color: #555555;
    background: #333333;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role=separator] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #333333;
    padding: 0 0.9375rem;
    height: 2.8125rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  th.show-for-print {
    display: table-cell !important;
  }
}
/* ----- START Global CSS ----- */
html {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  html {
    font-size: 0.875rem;
  }
}

body {
  background: #fff;
  height: 100%;
  width: 100%;
}

/*
 * Project Base Font Size
 */
body, p, ul, ol, ul li, ol li, h1, h2, h3, h4, h5 {
  font-size: 0.8125rem;
  /* 13px */
  font-family: "Open Sans", sans-serif;
  line-height: 1.0625rem;
  color: #2a3247;
}

h1 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

h2 {
  font-size: 1.0625rem;
  line-height: 1.3125rem;
}

h3 {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

h4 {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
}

h5 {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
}

h6 {
  font-size: 0.75rem;
  line-height: 1rem;
}

/*
 * Modifed Foundation CSS
 */
table {
  margin-bottom: 0;
  background: none;
  border: none;
}
table#wp-calendar {
  width: 100%;
}

/*
 * Modifed Flexslider CSS
 */
.flexslider {
  border: none;
  box-shadow: none;
  background: none;
}
.flexslider ul.slides li img {
  margin: 0 auto;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.px-flexslider .slides img {
  display: block;
  margin: 0 auto;
}

/* ----- START Containers ----- */
#px-ticker {
  background: #cdcdcd;
  margin-top: 2px;
  padding: 15px 0;
}
#px-ticker #px-ticker-static {
  border-right: 1px solid #000;
}
#px-ticker #px-ticker-static p {
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
}
#px-ticker .flexslider {
  margin-bottom: 0;
}
#px-ticker .flexslider ul.slides li {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: normal;
}
#px-ticker .flexslider .flex-control-nav {
  display: none;
}

.container-header-top {
  width: 100%;
  background: #fff;
}

.container-header-mid {
  width: 100%;
  background: #fff;
}

.container-header-nav {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 5;
  padding-top: 12px;
}

.container-header-marketing {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 0;
  background: #fff;
}

.container-header-bucket {
  width: 100%;
  position: relative;
  z-index: 2;
  background: none;
}
.container-header-bucket .header-bucket {
  padding-top: 0.3125rem;
}

.aop-over-6-buckets {
  background: #b8cd04;
}

.container-header-title {
  width: 100%;
  background: #686868;
}

.container-mid {
  width: 100%;
}
.container-mid > section {
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 40em) {
  .container-mid > section {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

footer {
  background: #fff;
}
footer .footer-disclaimer a {
  font-weight: bold;
}

.container-footer-top {
  width: 100%;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background: #686868;
}
@media only screen and (max-width: 40em) {
  .container-footer-top {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.container-footer-bottom {
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
  background: #fff;
}
@media only screen and (max-width: 40em) {
  .container-footer-bottom {
    padding-top: 0;
  }
}

/* ----- END Containers ----- */
/* ----- START Header Top ----- */
/*
 * Top Navigation
 */
.header-top-nav {
  padding-top: 1.25rem;
  text-align: center;
}
.header-top-nav nav.top ul {
  margin: 0;
  padding: 0;
}
.header-top-nav nav.top ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top-nav nav.top ul li a {
  margin: 0;
  padding: 0 0 0 0.625rem;
  font-size: 0.6875rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #686868;
}
.header-top-nav nav.top ul li a:hover {
  color: #000;
}
@media only screen and (max-width: 40em) {
  .header-top-nav {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

/* ----- START Header Mid ----- */
/*
 * Top Logo
 */
.header-logo {
  padding-bottom: 0.625rem;
  text-align: center;
}

/*
 * Top Contact Info Phone
 */
.contact-info-phone {
  padding-top: 0.9375rem;
  text-align: center;
}
.contact-info-phone b {
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.625rem;
  color: #b8cd04;
}
.contact-info-phone b span.custom-text {
  padding-right: 0.3125rem;
  font-size: 0.545em;
  font-weight: normal;
  line-height: normal;
  color: #000;
}
@media only screen and (max-width: 40em) {
  .contact-info-phone {
    padding-top: 0;
    padding-bottom: 0.625rem;
  }
}

/*
 * START Search Form
 */
.search-box {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  z-index: 10;
  top: -0.4375rem;
  right: 0.9375rem;
}
@media only screen and (max-width: 40em) {
  .search-box {
    top: 0.375rem;
    right: 0.375rem;
  }
}
.search-box a.btn-search {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  background: #b8cd04 url("/wp-content/themes/projectx11/images/btn-search.png") center top no-repeat;
  float: right;
  height: 2rem;
  width: 2rem;
  -o-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}
.search-box a.btn-search:hover {
  background: #b8cd04 url("/wp-content/themes/projectx11/images/btn-search.png") center top no-repeat;
}
.search-box a.search-close {
  background: #b8cd04 url("/wp-content/themes/projectx11/images/btn-search.png") center top no-repeat;
  display: none;
}
.search-box a.search-close:hover {
  background: #b8cd04 url("/wp-content/themes/projectx11/images/btn-search.png") center top no-repeat;
  display: none;
}
.search-box .searchform {
  display: none;
  padding-right: 1.25rem;
  margin-right: -0.9375rem;
  float: right;
  width: 10.625rem;
  height: 2rem;
  position: relative;
  z-index: 0;
  background: #b8cd04;
  -o-border-radius: 1rem 0 0 1rem;
  -webkit-border-radius: 1rem 0 0 1rem;
  -moz-border-radius: 1rem 0 0 1rem;
  border-radius: 1rem 0 0 1rem;
}
.search-box form {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.search-box ol {
  margin: 0;
  padding: 0;
}
.search-box ol li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-box label {
  display: none;
}
.search-box input {
  margin: 0.375rem 0 0 0;
  padding: 0.125rem 0.3125rem;
  font-size: 0.6875rem;
  /* 11px */
  text-align: left;
  color: #686868;
  width: 80%;
  height: 1.25rem;
  border: none;
  background: #fff;
  float: right;
}
.search-box input[type=text]:focus {
  color: #000;
  background: #fff;
}
.search-box input.submit {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0.6875rem;
  text-align: center;
  color: #5e6902;
  width: 20%;
  height: 2rem;
  border: none;
  overflow: hidden;
  float: left;
  background: none;
}
.search-box input.submit:hover {
  color: #000;
}

/*
 * START Main Nav
 */
.container-header-nav .row {
  position: relative;
}

nav.top-bar {
  text-align: right;
  height: auto;
  background: none;
}
nav.top-bar .top-bar-section {
  line-height: 0.5rem !important;
}
nav.top-bar .title-area {
  display: none;
}
@media only screen and (max-width: 40em) {
  nav.top-bar {
    padding-left: 0;
    padding-right: 0;
  }
}

nav.top-bar .top-bar-section ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  background: none;
}
nav.top-bar .top-bar-section ul li {
  display: inline;
  margin: 0;
  padding: 0 1rem 0.625rem;
  background: none;
}
nav.top-bar .top-bar-section ul li:last-child {
  padding-right: 3.5rem;
}
nav.top-bar .top-bar-section ul li:not(.has-form) a:not(.button) {
  display: block;
  margin: 0;
  padding: 0 0 0.5rem 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
  line-height: 1.0625rem;
  background: none;
}
nav.top-bar .top-bar-section ul li:not(.has-form) a:not(.button):hover {
  padding-bottom: 0.3125rem;
  border-bottom: 0.1875rem solid #b8cd04;
}
nav.top-bar .top-bar-section ul li ul {
  display: none;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  background: rgba(0, 0, 0, 0.9);
  top: 100%;
}
nav.top-bar .top-bar-section ul li li {
  padding-bottom: 0;
}
nav.top-bar .top-bar-section ul li.has-dropdown:hover li a,
nav.top-bar .top-bar-section ul li.mega-menu:hover li a {
  background: none !important;
}
nav.top-bar .top-bar-section ul li ul.dropdown li:not(.has-form) a:not(.button),
nav.top-bar .top-bar-section ul li.mega-menu li:not(.has-form) a:not(.button) {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
  text-align: left;
  color: #fff;
  border: none;
  background: none !important;
}
nav.top-bar .top-bar-section ul li ul.dropdown li:not(.has-form) a:not(.button):hover,
nav.top-bar .top-bar-section ul li.mega-menu li:not(.has-form) a:not(.button):hover {
  color: #b8cd04;
  border: none;
}
nav.top-bar .top-bar-section ul ul ul {
  margin-top: -0.3125rem;
}
nav.top-bar .top-bar-section ul .has-dropdown > a:after {
  position: absolute;
  right: -0.9375rem;
  top: 0.5rem;
  border-color: #b8cd03 transparent transparent;
}
nav.top-bar .top-bar-section ul .has-dropdown > a {
  padding-right: 1.25rem !important;
  position: relative;
}
nav.top-bar .top-bar-section ul .has-dropdown .dropdown li.has-dropdown > a:after {
  display: block;
  top: 0.4375rem !important;
  right: -0.9375rem;
}
nav.top-bar .top-bar-section ul .has-dropdown .dropdown .title {
  display: none;
}

/* normal mobile main nav */
.top-bar.expanded {
  /*	padding-left: 0;
   padding-right: 0;
   background: $mainContentBgColor;
   ul.title-area {
    background: darken($darkenPrimaryColor04, 30%);
    a {
     color: $whiteColor;
    }
   }
   .top-bar-section {
    ul, ul ul {
     margin: 0;
     padding: 0;
    }
    ul li {
     margin: 0;
     padding: 0;
    }
    ul li a {
     margin: 0 !important;
     padding: rem-calc(5) rem-calc(20) !important;
     font-weight: normal;
     border-bottom: 1px solid darken($darkenPrimaryColor04, 30%);
     &:hover {
      color: $primaryColor02 !important;
      border-bottom: 1px solid darken($darkenPrimaryColor04, 30%);
     }
    }
   }

   .has-dropdown .dropdown .title {
    display: block !important;
   }
   .top-bar-section .has-dropdown > a {
    color: lighten($mainNavLinkColor, 30%) !important;
    &:after {
     display: none !important;
    }
   }*/
}

/*
 * Mega Menu
 */
.mega-menu-stage {
  display: none;
}

nav.top-bar .mega-menu:hover .mega-menu-clone {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
}
nav.top-bar .mega-menu:hover .mega-menu-clone ul {
  display: block !important;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
nav.top-bar .mega-menu:hover .mega-menu-clone ul li:not(.has-form) a:not(.button) {
  margin-bottom: 0.625rem;
  font-size: 0.875rem !important;
  text-transform: uppercase;
  color: #b8cd04;
}
nav.top-bar .mega-menu:hover .mega-menu-clone ul li:not(.has-form) a:not(.button):hover {
  color: #e7fb3c;
}
nav.top-bar .mega-menu:hover .mega-menu-clone ul ul {
  padding: 0 0 0 0.625rem;
  background: none !important;
}
nav.top-bar .mega-menu:hover .mega-menu-clone ul ul li {
  display: block;
  padding: 0;
  width: 100%;
}
nav.top-bar .mega-menu:hover .mega-menu-clone ul ul li:not(.has-form) a:not(.button) {
  display: block;
  margin: 0;
  font-size: 0.8125rem !important;
  text-transform: none;
  color: #fff;
}
nav.top-bar .mega-menu:hover .mega-menu-clone ul ul li:not(.has-form) a:not(.button):hover {
  color: #b8cd04;
}

/*
 * START Stick Main Nav (ONLY Small width)
 */
.off-canvas-wrap .show-for-small-only {
  padding: 5px;
}
.off-canvas-wrap .show-for-small-only .tab-bar {
  background: #000;
}
.off-canvas-wrap .show-for-small-only .tab-bar .left-small {
  border-color: #000;
}
.off-canvas-wrap .show-for-small-only .tab-bar .left-small a.menu-icon:hover span:after {
  box-shadow: 0 0 0 1px #b8cd04, 0 7px 0 1px #b8cd04, 0 14px 0 1px #b8cd04;
}

.left-off-canvas-menu {
  margin: 0;
  padding: 0;
  background: #000;
}
.left-off-canvas-menu ul li label {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  color: #fff;
  background: #000;
}
.left-off-canvas-menu ul {
  margin: 0;
  padding: 0;
}
.left-off-canvas-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left-off-canvas-menu ul li a {
  display: block;
  margin: 0;
  padding: 0.375rem 0 0.375rem 0.9375rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.left-off-canvas-menu ul li a:hover {
  color: #b8cd04;
  background: rgba(255, 255, 255, 0.1);
}
.left-off-canvas-menu ul ul {
  padding-top: 0;
  background: #000;
}
.left-off-canvas-menu ul ul a {
  padding-left: 1.875rem;
}
.left-off-canvas-menu ul ul ul li {
  position: relative;
}
.left-off-canvas-menu ul ul ul a {
  padding-left: 2.8125rem;
}
.left-off-canvas-menu ul ul ul a:before {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0.3125rem;
  left: 1.875rem;
  content: "»";
}

/*
 * START Marketing Area
 */
.marketing-area {
  padding-left: 0;
  padding-right: 0;
}

ul.header-img {
  margin: 0;
  padding: 0;
  position: relative;
}
ul.header-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  /* full width image */
}
ul.header-img li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 40em) {
  ul.header-img li img {
    min-width: 100%;
    height: auto;
    float: right;
  }
}

.banners {
  margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
  .banners {
    overflow: hidden;
  }
}
.banners .tagline {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 30%;
  height: 100%;
}
@media only screen and (max-width: 40em) {
  .banners .tagline {
    height: 120%;
    top: -20px;
  }
}
.banners .tagline span {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: rgba(184, 205, 3, 0.6);
  content: "";
  -o-border-radius: 0 48% 48% 0;
  -webkit-border-radius: 0 48% 48% 0;
  -moz-border-radius: 0 48% 48% 0;
  border-radius: 0 48% 48% 0;
}
.banners .tagline h4 {
  margin: 20% auto 10%;
  padding: 0;
  font-size: 2.25rem;
  line-height: 2.375rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .banners .tagline h4 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 40em) {
  .banners .tagline h4 {
    margin-top: 30%;
    margin-bottom: 20%;
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding-left: 10px;
    text-align: left;
    font-weight: bold;
  }
}
.banners .tagline p {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.25rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .banners .tagline p {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media only screen and (max-width: 40em) {
  .banners .tagline p {
    font-size: 0.75rem;
    line-height: 0.875rem;
    padding-left: 10px;
    text-align: left;
  }
}
@media only screen and (max-width: 40em) {
  .banners .tagline {
    width: 50%;
  }
  .banners .tagline:after {
    -o-border-radius: 0 3.75rem 3.75rem 0;
    -webkit-border-radius: 0 3.75rem 3.75rem 0;
    -moz-border-radius: 0 3.75rem 3.75rem 0;
    border-radius: 0 3.75rem 3.75rem 0;
  }
}
.banners .flex-control-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: 11;
  width: 30%;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .banners .flex-control-nav {
    bottom: 5%;
  }
}
@media only screen and (max-width: 40em) {
  .banners .flex-control-nav {
    display: none;
  }
}
.banners .flex-control-paging a {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: none;
}
.banners .flex-control-paging a.flex-active {
  background-color: rgba(255, 255, 255, 0.9);
}

/*
 * START Bucket Zone
 */
/* start AOP Over 6 Buckets */
.aop-over-6-buckets .header-bucket .bucket-title {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.aop-over-6-buckets .header-bucket .bucket-title {
  display: none;
}
@media only screen and (max-width: 40em) {
  .aop-over-6-buckets .header-bucket .bucket-title {
    display: block;
  }
}
.aop-over-6-buckets .header-bucket .bucket-aops {
  position: relative;
}
.aop-over-6-buckets .header-bucket h4 {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  color: #b8cd04;
  background: #fff;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 9.375rem;
  height: 9.375rem;
}
.aop-over-6-buckets .header-bucket h4 span {
  display: block;
  padding: 45% 0 0 0;
}
@media only screen and (max-width: 40em) {
  .aop-over-6-buckets .header-bucket h4 {
    margin: 0;
    color: #fff;
    width: 100%;
    height: auto;
    background: #b8cd04;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .aop-over-6-buckets .header-bucket h4 span {
    display: inline-block;
    padding: 0 0 0 1.25rem;
    position: relative;
  }
  .aop-over-6-buckets .header-bucket h4 span:before {
    display: block;
    margin: 0;
    padding: 0;
    content: "»";
    font-size: 1.25rem;
    line-height: 0.875rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.aop-over-6-buckets .header-bucket ul {
  display: block;
  margin: 0;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}
@media only screen and (max-width: 40em) {
  .aop-over-6-buckets .header-bucket ul {
    display: none;
    padding-top: 0;
    padding-bottom: 1.25rem;
  }
}
.aop-over-6-buckets .header-bucket ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 40em) {
  .aop-over-6-buckets .header-bucket ul li a {
    border-bottom: 0.0625rem solid #fff;
  }
  .aop-over-6-buckets .header-bucket ul li:first-child a {
    border-top: 0.0625rem solid #fff;
  }
}
.aop-over-6-buckets .header-bucket ul li a {
  display: block;
  margin: 0;
  padding: 0.1875rem 0;
  font-size: 0.875rem;
  color: #fff;
}
.aop-over-6-buckets .header-bucket ul li a:hover {
  color: #000;
}
@media only screen and (max-width: 40em) {
  .aop-over-6-buckets .header-bucket ul li a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.aop-over-6-buckets .header-bucket ul ul {
  margin: 0;
  padding: 0;
  -webkit-column-count: auto;
  /* Chrome, Safari, Opera */
  -moz-column-count: auto;
  /* Firefox */
  column-count: auto;
}
.aop-over-6-buckets .header-bucket ul ul li:first-child a {
  border-top: none;
}

/* end AOP Over 6 Buckets */
.header-bucket {
  /* start AOP 2-5 Buckets */
  /* end AOP 3-5 Buckets */
  /* AOP 5 Bucket */
  /* AOP 4 Bucket */
  /* AOP 3 Bucket */
  /* start AOP 2 Buckets */
  /* end AOP 2 Buckets */
}
.header-bucket .large-block-grid-5,
.header-bucket .medium-block-grid-5,
.header-bucket .large-block-grid-4,
.header-bucket .medium-block-grid-4,
.header-bucket .large-block-grid-3,
.header-bucket .medium-block-grid-3,
.header-bucket .large-block-grid-2,
.header-bucket .medium-block-grid-2 {
  margin: 0;
  padding: 1.5625rem 0 0 0;
}
@media only screen and (max-width: 40em) {
  .header-bucket .large-block-grid-5,
.header-bucket .medium-block-grid-5,
.header-bucket .large-block-grid-4,
.header-bucket .medium-block-grid-4,
.header-bucket .large-block-grid-3,
.header-bucket .medium-block-grid-3,
.header-bucket .large-block-grid-2,
.header-bucket .medium-block-grid-2 {
    padding-top: 0;
  }
}
.header-bucket .large-block-grid-5 li,
.header-bucket .medium-block-grid-5 li,
.header-bucket .large-block-grid-4 li,
.header-bucket .medium-block-grid-4 li,
.header-bucket .large-block-grid-3 li,
.header-bucket .medium-block-grid-3 li,
.header-bucket .large-block-grid-2 li,
.header-bucket .medium-block-grid-2 li {
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;
  position: relative;
}
.header-bucket .large-block-grid-5 li:hover a,
.header-bucket .medium-block-grid-5 li:hover a,
.header-bucket .large-block-grid-4 li:hover a,
.header-bucket .medium-block-grid-4 li:hover a,
.header-bucket .large-block-grid-3 li:hover a,
.header-bucket .medium-block-grid-3 li:hover a,
.header-bucket .large-block-grid-2 li:hover a,
.header-bucket .medium-block-grid-2 li:hover a {
  background: #8b9b03;
}
@media only screen and (max-width: 40em) {
  .header-bucket .large-block-grid-5 li,
.header-bucket .medium-block-grid-5 li,
.header-bucket .large-block-grid-4 li,
.header-bucket .medium-block-grid-4 li,
.header-bucket .large-block-grid-3 li,
.header-bucket .medium-block-grid-3 li,
.header-bucket .large-block-grid-2 li,
.header-bucket .medium-block-grid-2 li {
    padding: 0.0625rem 0 0 0 !important;
  }
}
.header-bucket .large-block-grid-5 a,
.header-bucket .medium-block-grid-5 a,
.header-bucket .large-block-grid-4 a,
.header-bucket .medium-block-grid-4 a,
.header-bucket .large-block-grid-3 a,
.header-bucket .medium-block-grid-3 a,
.header-bucket .large-block-grid-2 a,
.header-bucket .medium-block-grid-2 a {
  display: block;
  margin: 0;
  padding: 0.9375rem;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
  color: #fff;
  background: #b8cd04;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.header-bucket .large-block-grid-5 a img,
.header-bucket .medium-block-grid-5 a img,
.header-bucket .large-block-grid-4 a img,
.header-bucket .medium-block-grid-4 a img,
.header-bucket .large-block-grid-3 a img,
.header-bucket .medium-block-grid-3 a img,
.header-bucket .large-block-grid-2 a img,
.header-bucket .medium-block-grid-2 a img {
  display: block;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 3.125rem;
  width: 100%;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .header-bucket .large-block-grid-5 a,
.header-bucket .medium-block-grid-5 a,
.header-bucket .large-block-grid-4 a,
.header-bucket .medium-block-grid-4 a,
.header-bucket .large-block-grid-3 a,
.header-bucket .medium-block-grid-3 a,
.header-bucket .large-block-grid-2 a,
.header-bucket .medium-block-grid-2 a {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
@media only screen and (max-width: 40em) {
  .header-bucket .large-block-grid-5 a,
.header-bucket .medium-block-grid-5 a,
.header-bucket .large-block-grid-4 a,
.header-bucket .medium-block-grid-4 a,
.header-bucket .large-block-grid-3 a,
.header-bucket .medium-block-grid-3 a,
.header-bucket .large-block-grid-2 a,
.header-bucket .medium-block-grid-2 a {
    font-size: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.header-bucket .large-block-grid-5 li,
.header-bucket .medium-block-grid-5 li {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
.header-bucket .large-block-grid-4 li,
.header-bucket .medium-block-grid-4 li {
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}
.header-bucket .large-block-grid-3 li,
.header-bucket .medium-block-grid-3 li {
  padding-left: 5.3125rem;
  padding-right: 5.3125rem;
}
.header-bucket .large-block-grid-2 li,
.header-bucket .medium-block-grid-2 li {
  padding-left: 0;
  padding-right: 0;
  border: 1.5625rem solid transparent;
}
.header-bucket .large-block-grid-2 li:first-child,
.header-bucket .medium-block-grid-2 li:first-child {
  border-width: 0 1.5625rem 0 0;
}
.header-bucket .large-block-grid-2 li:last-child,
.header-bucket .medium-block-grid-2 li:last-child {
  border-width: 0 0 0 1.5625rem;
}
@media only screen and (max-width: 40em) {
  .header-bucket .large-block-grid-2 li,
.header-bucket .medium-block-grid-2 li {
    border-width: 0 !important;
  }
}
.header-bucket .large-block-grid-2 a,
.header-bucket .medium-block-grid-2 a {
  -o-border-radius: 3.75rem;
  -webkit-border-radius: 3.75rem;
  -moz-border-radius: 3.75rem;
  border-radius: 3.75rem;
}
.header-bucket .large-block-grid-2 ul,
.header-bucket .medium-block-grid-2 ul {
  -o-border-radius: 3.75rem 3.75rem 0 0;
  -webkit-border-radius: 3.75rem 3.75rem 0 0;
  -moz-border-radius: 3.75rem 3.75rem 0 0;
  border-radius: 3.75rem 3.75rem 0 0;
}
.header-bucket .large-block-grid-2 ul li,
.header-bucket .medium-block-grid-2 ul li {
  border: none;
}
@media only screen and (max-width: 40em) {
  .header-bucket .large-block-grid-2 a,
.header-bucket .medium-block-grid-2 a {
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .header-bucket .large-block-grid-2 ul,
.header-bucket .medium-block-grid-2 ul {
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.header-bucket ul ul {
  display: none;
}
@media only screen and (max-width: 40em) {
  .header-bucket .columns {
    padding-left: 0;
    padding-right: 0;
  }
}

/*
 * Flyout Menu
 */
.flyout-menu .large-block-grid-5 ul,
.flyout-menu .medium-block-grid-5 ul,
.flyout-menu .large-block-grid-4 ul,
.flyout-menu .medium-block-grid-4 ul,
.flyout-menu .large-block-grid-3 ul,
.flyout-menu .medium-block-grid-3 ul,
.flyout-menu .large-block-grid-2 ul,
.flyout-menu .medium-block-grid-2 ul {
  display: none;
  margin: 0;
  padding: 1.875rem 0 5.625rem;
  width: 100%;
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: -1;
  background: #8b9b03;
  -o-border-radius: 4.375rem 4.375rem 0 0;
  -webkit-border-radius: 4.375rem 4.375rem 0 0;
  -moz-border-radius: 4.375rem 4.375rem 0 0;
  border-radius: 4.375rem 4.375rem 0 0;
}
@media only screen and (max-width: 40em) {
  .flyout-menu .large-block-grid-5 ul,
.flyout-menu .medium-block-grid-5 ul,
.flyout-menu .large-block-grid-4 ul,
.flyout-menu .medium-block-grid-4 ul,
.flyout-menu .large-block-grid-3 ul,
.flyout-menu .medium-block-grid-3 ul,
.flyout-menu .large-block-grid-2 ul,
.flyout-menu .medium-block-grid-2 ul {
    padding: 1.25rem;
    position: relative;
    left: 0;
    z-index: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.flyout-menu .large-block-grid-5 ul li,
.flyout-menu .medium-block-grid-5 ul li,
.flyout-menu .large-block-grid-4 ul li,
.flyout-menu .medium-block-grid-4 ul li,
.flyout-menu .large-block-grid-3 ul li,
.flyout-menu .medium-block-grid-3 ul li,
.flyout-menu .large-block-grid-2 ul li,
.flyout-menu .medium-block-grid-2 ul li {
  display: block;
  margin: 0;
  padding: 0 !important;
  list-style: none;
  width: 100%;
  border: none !important;
}
.flyout-menu .large-block-grid-5 li:hover ul li:hover a,
.flyout-menu .large-block-grid-5 li ul li a,
.flyout-menu .medium-block-grid-5 li:hover ul li:hover a,
.flyout-menu .medium-block-grid-5 li ul li a,
.flyout-menu .large-block-grid-4 li:hover ul li:hover a,
.flyout-menu .large-block-grid-4 li ul li a,
.flyout-menu .medium-block-grid-4 li:hover ul li:hover a,
.flyout-menu .medium-block-grid-4 li ul li a,
.flyout-menu .large-block-grid-3 li:hover ul li:hover a,
.flyout-menu .large-block-grid-3 li ul li a,
.flyout-menu .medium-block-grid-3 li:hover ul li:hover a,
.flyout-menu .medium-block-grid-3 li ul li a,
.flyout-menu .large-block-grid-2 li:hover ul li:hover a,
.flyout-menu .large-block-grid-2 li ul li a,
.flyout-menu .medium-block-grid-2 li:hover ul li:hover a,
.flyout-menu .medium-block-grid-2 li ul li a {
  display: block;
  margin: 0;
  padding: 0.25rem 0.9375rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
  line-height: 0.9375rem;
  color: #fff !important;
  height: auto;
  width: auto;
  background: none !important;
}
.flyout-menu .large-block-grid-5 li:hover ul li:hover a,
.flyout-menu .medium-block-grid-5 li:hover ul li:hover a,
.flyout-menu .large-block-grid-4 li:hover ul li:hover a,
.flyout-menu .medium-block-grid-4 li:hover ul li:hover a,
.flyout-menu .large-block-grid-3 li:hover ul li:hover a,
.flyout-menu .medium-block-grid-3 li:hover ul li:hover a,
.flyout-menu .large-block-grid-2 li:hover ul li:hover a,
.flyout-menu .medium-block-grid-2 li:hover ul li:hover a {
  color: #000 !important;
}
.flyout-menu .large-block-grid-5 ul.open, .flyout-menu .large-block-grid-5 a.open,
.flyout-menu .medium-block-grid-5 ul.open,
.flyout-menu .medium-block-grid-5 a.open,
.flyout-menu .large-block-grid-4 ul.open,
.flyout-menu .large-block-grid-4 a.open,
.flyout-menu .medium-block-grid-4 ul.open,
.flyout-menu .medium-block-grid-4 a.open,
.flyout-menu .large-block-grid-3 ul.open,
.flyout-menu .large-block-grid-3 a.open,
.flyout-menu .medium-block-grid-3 ul.open,
.flyout-menu .medium-block-grid-3 a.open,
.flyout-menu .large-block-grid-2 ul.open,
.flyout-menu .large-block-grid-2 a.open,
.flyout-menu .medium-block-grid-2 ul.open,
.flyout-menu .medium-block-grid-2 a.open {
  background: #8b9b03;
}
.flyout-menu .large-block-grid-5 ul.close, .flyout-menu .large-block-grid-5 a.close,
.flyout-menu .medium-block-grid-5 ul.close,
.flyout-menu .medium-block-grid-5 a.close,
.flyout-menu .large-block-grid-4 ul.close,
.flyout-menu .large-block-grid-4 a.close,
.flyout-menu .medium-block-grid-4 ul.close,
.flyout-menu .medium-block-grid-4 a.close,
.flyout-menu .large-block-grid-3 ul.close,
.flyout-menu .large-block-grid-3 a.close,
.flyout-menu .medium-block-grid-3 ul.close,
.flyout-menu .medium-block-grid-3 a.close,
.flyout-menu .large-block-grid-2 ul.close,
.flyout-menu .large-block-grid-2 a.close,
.flyout-menu .medium-block-grid-2 ul.close,
.flyout-menu .medium-block-grid-2 a.close {
  background: #b8cd04;
}

/*
 * Sub Title
 */
.sub-title h4 {
  margin: 0;
  padding: 0.9375rem 0 0 0;
  font-size: 1.75rem !important;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}
@media only screen and (max-width: 40em) {
  .sub-title h4 {
    font-size: 1.25rem !important;
  }
}

/*
 * Top Breadcrumbs
 */
#crumbs {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  line-height: 1rem;
  color: #fff;
}
#crumbs a {
  font-size: 0.75rem;
  text-decoration: none !important;
  color: #fff;
}
#crumbs a:hover {
  color: #e7fb3c;
}
#crumbs .current {
  color: #b3b3b3;
}

/* ----- END Header ----- */
/* ----- START Sidebar ----- */
@media only screen and (max-width: 40em) {
  .sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}

.side-box, .widget {
  color: #686868;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin-bottom: 1.875rem;
  padding: 0 1.25rem;
  background: none;
}
.side-box h4, .side-box h3, .side-box h2, .widget h4, .widget h3, .widget h2 {
  margin: 0 -1.25rem 0.9375rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  line-height: 1rem;
  color: #fff;
  background: #b8cd04;
  -o-border-radius: 1.25rem 0 0 1.25rem;
  -webkit-border-radius: 1.25rem 0 0 1.25rem;
  -moz-border-radius: 1.25rem 0 0 1.25rem;
  border-radius: 1.25rem 0 0 1.25rem;
}
.side-box h5, .widget h5 {
  margin: 0.625rem 0 0 0;
  padding: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #505f87;
}
.side-box p, .side-box .locations-widget-location, .widget p, .widget .locations-widget-location {
  color: #686868;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin: 0.9375rem 0;
  padding: 0;
  font-style: normal;
}
.side-box address, .widget address {
  font-style: normal;
  margin-bottom: 0.9375rem;
}
.side-box ul li, .side-box ol li, .widget ul li, .widget ol li {
  color: #686868;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}
.side-box a, .widget a {
  color: #8b9b03;
}
.side-box a:hover, .widget a:hover {
  color: #b8cd04;
}
.side-box .wp-calendar, .widget .wp-calendar {
  width: 100%;
}
.side-box .more a, .widget .more a {
  font-size: 0.6875rem;
  font-weight: 600;
}
@media only screen and (max-width: 40em) {
  .side-box, .widget {
    margin-bottom: 0;
  }
}
.side-box#slider-widget, .widget#slider-widget {
  margin-bottom: 50px;
}
.side-box.widget_px_video, .widget.widget_px_video {
  display: inline-block;
  width: 100%;
}

.side-blog-archives ul,
.side-blog-categories ul {
  margin: 0;
  padding: 0;
}
.side-blog-archives li,
.side-blog-categories li {
  margin: 0;
  padding: 0.125rem 0 !important;
  list-style: none;
  border: none !important;
  color: #686868 !important;
}
.side-blog-archives a,
.side-blog-categories a {
  color: #686868;
}

/*
 * side fiexslider
 */
.sidebar-container {
  list-style: none;
  margin: 0;
}
.sidebar-container ul {
  list-style: none;
  margin: 0;
}
.sidebar-container .flexslider .slides img {
  width: auto;
  max-width: 100%;
}

/*
 * sidebar attorney page
 */
.sidebar-atty .side-box {
  margin-bottom: 0.0625rem;
  padding-bottom: 0;
  background: none;
}
.sidebar-atty .side-box ul li {
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
  line-height: 1.0625rem;
}
.sidebar-atty .side-box ul ul {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

/*
 * sidebar accordion
 */
.side-accordion h4 {
  /*background-image: url(/wp-content/themes/projectx11/images/accordion-open-icon.png);*/
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.side-accordion h4:hover {
  background-color: #505f87;
}
.side-accordion h4.active {
  /*background-image: url(/wp-content/themes/projectx11/images/accordion-close-icon.png);*/
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-color: #505f87;
}
.side-accordion ul {
  display: none;
}
.side-accordion ul ul {
  display: block !important;
}

/* ----- END Sidebar ----- */
/* ----- START Main Content ----- */
.content {
  line-height: 1.25rem;
}
.content .banner-sub-img {
  margin: 0;
  padding: 0;
  line-height: 1%;
  height: 1%;
}
.content .banner-sub-img img {
  margin-bottom: 1.875rem;
}
.content p {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.content ul, .content ol {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  margin-left: 2.1875rem;
}
.content table ul, .content table ol {
  margin-top: 0;
  margin-bottom: 0;
}
.content table ul ul, .content table ul ol, .content table ol ul, .content table ol ol {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.content ul ul {
  margin-bottom: 0 !important;
  margin-left: 1.5625rem;
}
.content p, .content ul li, .content ol li, .content ul li {
  line-height: 1.25rem;
  color: #686868;
}
.content a {
  color: #8b9b03;
}
.content a:hover {
  color: #b8cd04;
}
.content h1 {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  margin-top: 0;
}
.content h2 {
  font-weight: 600;
  color: #b8cd04;
  text-transform: none;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.content h3 {
  font-weight: bold;
  color: #2a3247;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.content h4 {
  font-weight: bold;
  color: #465477;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.content h5 {
  font-weight: normal;
  color: #8693b7;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.content .atty-table {
  margin-bottom: 1.875rem;
}
.content .atty-table .atty-table-right {
  padding-left: 1.25rem;
}
.content .atty-table h1 {
  margin: 0;
  padding-bottom: 0.4375rem;
  padding-left: 0.625rem;
  text-transform: none;
  font-size: 1.125rem;
  font-weight: 700;
  color: #b8cd04;
  border-bottom: 1px solid #b5b4b2;
}
.content .atty-table h1 span {
  display: block;
  color: #9b9b9b;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
}
.content .atty-table p {
  display: block;
  margin: 0;
  padding: 0.4375rem 0 0.4375rem 0.625rem;
  font-size: 0.9375rem;
  border-bottom: 1px solid #b5b4b2;
}
.content .atty-table td {
  vertical-align: top;
}
.content .atty-img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 5px solid #cecdcc;
}
@media only screen and (max-width: 40em) {
  .content .atty-img {
    border: 3px solid #cecdcc;
  }
}

/* ----- END Main Content ----- */
/* ----- START Footer ----- */
footer a {
  color: #686868;
}
footer a:hover {
  color: #b8cd04;
}
footer p {
  margin: 0.9375rem 0;
  padding: 0;
}
footer p, footer address, footer ul li {
  line-height: 0.8125rem;
  color: #686868;
}
footer .footer-logo {
  text-align: center;
}
footer .footer-logo img {
  margin: 0 0 1.25rem 0;
}
footer .footer-logo address {
  display: block;
  margin: 0 0 1.25rem 0;
  padding: 0 0 0 4.0625rem;
  font-style: normal;
  line-height: 1.1875rem;
}
footer .footer-logo address strong {
  color: #686868;
}
@media only screen and (max-width: 40em) {
  footer .footer-logo address {
    padding-top: 0.9375rem;
    padding-left: 0;
  }
}
@media only screen and (max-width: 40em) {
  footer .footer-logo {
    padding-top: 0.9375rem;
    padding-bottom: 1.25rem;
  }
}
footer .footer-logo p {
  margin-bottom: 0;
  padding: 0 0 0 4.0625rem;
}
@media only screen and (max-width: 40em) {
  footer .footer-logo p {
    padding-left: 0;
  }
}

.content .atty-table p.attorney-social-icon {
  padding-top: 0.75rem;
}

.attorney-social-icon span {
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
}

.social-linkedin-16 a {
  background: url("../../plugins/admin/master-assets/social-icons/sm-16x16/linkedin_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-facebook-16 a {
  background: url("../../plugins/admin/master-assets/social-icons/sm-16x16/facebook_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-google-plus-16 a {
  background: url("../../plugins/admin/master-assets/social-icons/sm-16x16/googleplus_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-twitter-16 a {
  background: url("../../plugins/admin/master-assets/social-icons/sm-16x16/twitter_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-youtube-16 a {
  background: url("../../plugins/admin/master-assets/social-icons/sm-16x16/youtube_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-avvo-16 a {
  background: url("../../plugins/admin/master-assets/social-icons/sm-16x16/avvo-16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block;
}

.social-linkedin-24 a {
  background: url("../../plugins/admin/master-assets/social-icons/sm-24x24/linkedin_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-facebook-24 a {
  background: url("../../plugins/admin/master-assets/social-icons/sm-24x24/facebook_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-google-plus-24 a {
  background: url("../../plugins/admin/master-assets/social-icons/sm-24x24/googleplus_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-twitter-24 a {
  background: url("../../plugins/admin/master-assets/social-icons/sm-24x24/twitter_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-youtube-24 a {
  background: url("../../plugins/admin/master-assets/social-icons/sm-24x24/youtube_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-avvo-24 a {
  background: url("../../plugins/admin/master-assets/social-icons/sm-24x24/avvo-24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block;
}

.social-linkedin-32 a {
  background: url("../../plugins/admin/master-assets/social-icons/sm-32x32/linkedin_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-facebook-32 a {
  background: url("../../plugins/admin/master-assets/social-icons/sm-32x32/facebook_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-google-plus-32 a {
  background: url("../../plugins/admin/master-assets/social-icons/sm-32x32/googleplus_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-twitter-32 a {
  background: url("../../plugins/admin/master-assets/social-icons/sm-32x32/twitter_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-youtube-32 a {
  background: url("../../plugins/admin/master-assets/social-icons/sm-32x32/youtube_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.social-avvo-32 a {
  background: url("../../plugins/admin/master-assets/social-icons/sm-32x32/avvo-32x32.png");
  height: 32px;
  width: 32px;
  display: inline-block;
}

.footer-social-media {
  margin: 0 0 10px 0;
  display: block;
  padding: 0 0 0 4.0625rem;
  list-style: none;
}
@media only screen and (max-width: 40em) {
  .footer-social-media {
    padding: 0;
  }
}

.footer-social-media li {
  display: inline-block;
  padding-left: 5px;
}

.footer-social-media li:first-child {
  padding-left: 0;
}

nav.footer-nav ul {
  margin: 0;
  padding: 0;
}
nav.footer-nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.footer-nav ul li a {
  display: block;
  margin: 0;
  padding: 0.25rem 0;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.8125rem;
  color: #686868;
}
nav.footer-nav ul li a:hover {
  color: #b8cd04;
}

.footer-disclaimer p {
  font-size: 0.6875rem !important;
  line-height: 0.9375rem;
  color: #686868;
}
.footer-disclaimer p:first-child {
  margin-top: 0;
}
.footer-disclaimer p img {
  float: right;
}
@media only screen and (max-width: 40em) {
  .footer-disclaimer p img {
    display: block;
    float: none;
    margin: 1.25rem auto 0;
  }
}

/* ----- END Footer ----- */
/* ----- START Quick Contact Form ----- */
/*
 * Quick Contact Form
 */
.top-qc {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 9%;
  right: 0;
  z-index: 101;
}
.top-qc img {
  float: right;
  margin-bottom: 20px;
}
@media only screen and (max-width: 40em) {
  .top-qc {
    top: 70%;
    bottom: 0;
  }
  .top-qc img {
    width: 70%;
    float: right;
  }
}

.quick-contact-box {
  margin: 0 auto;
  padding: 0;
  width: 60%;
  background: none;
  border: none;
}
.quick-contact-box h4 {
  margin: 0 auto 1.5625rem;
  padding: 0 1.25rem 1.5625rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  width: 35%;
  border-bottom: 0.3125rem solid #b8cd04;
}
@media only screen and (max-width: 40em) {
  .quick-contact-box h4 {
    width: 50%;
  }
}
.quick-contact-box p {
  margin: 0 0 0.625rem 0;
  padding: 0 1.25rem;
  color: #fff;
}
@media only screen and (max-width: 40em) {
  .quick-contact-box {
    width: 100%;
  }
}

.gform_wrapper .top_label .gfield_error {
  width: 100% !important;
}

.quick-contact-box form label {
  display: none !important;
}
.quick-contact-box form input[type=text], .quick-contact-box form select, .quick-contact-box form textarea {
  width: 100% !important;
}

.gform_wrapper > form {
  margin: 0;
  padding: 0 1.25rem;
}
.gform_wrapper > form ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.gform_wrapper > form ul li {
  clear: both;
  margin: 0;
  padding: 0;
  text-align: left;
}
.gform_wrapper > form .gform_footer {
  padding: 0 !important;
}
.gform_wrapper > form .gfield_radio label, .gform_wrapper > form .gfield_checkbox label {
  display: inline-block;
}
.gform_wrapper > form input[type=text], .gform_wrapper > form select, .gform_wrapper > form textarea {
  margin: 0 0 0.4375rem 0;
  padding: 0.3125rem 0.625rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #000;
  border: none;
  background: #b5b4b2;
  border: none;
  /* ----- Rounded Corners - CSS3 ----- */
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gform_wrapper > form textarea {
  height: 6.25rem;
  overflow: auto;
}
.gform_wrapper > form input:focus, .gform_wrapper > form select:focus, .gform_wrapper > form textarea:focus {
  background: #fff;
}
.gform_wrapper > form input.button {
  display: block;
  margin: 0.9375rem auto 0;
  padding: 0;
  width: 25%;
  height: 2.1875rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  background: #b8cd04;
  border: none;
  /* ----- Rounded Corners - CSS3 ----- */
  -o-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
}
.gform_wrapper > form input.button:hover {
  color: #fff;
  background: #ff7f00;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ----- END Quick Contact Form ----- */
/*----- START Detect Mobile & Tablet Devices ----- */
.is-mobile, .is-tablet {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  height: -1%;
  line-height: 1%;
}

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

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .is-tablet {
    display: none;
  }
}

/*----- END Detect Mobile & Tablet Devices ----- */
ul.page-numbers {
  list-style: none;
  margin: 0;
}

.page-numbers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

ul.page-numbers li {
  display: block;
  float: left;
  margin: 0 4px 4px 0;
  text-align: center;
}

.page-numbers a,
.page-numbers span {
  line-height: 1.6em;
  display: block;
  padding: 0 6px;
  line-height: 18px;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #ddd;
  color: #888;
}

.page-numbers a span {
  padding: 0;
}

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
  color: #000;
  background: #f7f7f7;
  text-decoration: none;
}

.page-numbers:hover {
  text-decoration: none;
}

.aop-list {
  margin-left: 0.9375rem;
}

.widget .flex-control-nav {
  bottom: auto !important;
}

.gform_wrapper h3.gform_title {
  color: #ffffff !important;
}

phone {
  display: block;
}

@media print {
  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: none !important;
  }

  abbr[title]:after {
    content: none;
  }

  aside.sidebar,
div.quick-contact-box,
div.banners ul.header-img li img,
nav.tab-bar, .container-header-top,
.show-for-small-only.header-tel,
nav.top-bar .top-bar-section,
.container-header-bucket,
.container-header-nav,
.banners, .top-qc,
.container-footer-top,
.footer-nav,
.footer-logo a,
.container-header-title,
.gform_wrapper {
    display: none;
  }

  .banners .tagline {
    width: 100%;
    top: -5cm;
    float: none;
  }

  .container-mid > section,
.container-footer-bottom {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  footer .footer-logo address {
    margin: 0 !important;
    padding: 0 !important;
  }

  .content .atty-table {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
