/*
*  _mixins
*  Author: P11 Interactive Team
*  -------------------------------------------------------------------------------------------
*  Notes: Define patterns of property value pairs, which can then be reused in other rule sets
*/
/*@include mq-md {
   width: 100%;
 }*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VARIABLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* type grey */
/* green */
/* brick */
/* lighter grey */
/* lightest grey */
/* suspicous grey */
/* green */
/* fug that's a lotta colors */
/* fug that's a lotta colors. You're not kiddin'. */
/* these 3 are subdued colors like greys or beiges */
/* main dominant color from logo */
/* compliments main color */
/* unique color, most likely from logo */
/* for warnings, required fields, usually red */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MIXINS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
| Extra small mobile
*/
/*
| Mobile
*/
/*
| Tablet
*/
/*
| Middle Sized Devices
*/
/*
| Small Laptop
*/
/*
| Large Laptop / Desktop
*/
/*
| Large Desktop
*/
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

Site design by p11|creative
Visit us @ p11.com

/* JARED GRID + MEYER RESET */
@import url("../fonts/p11caslon/p11caslon.css");
@import url("../fonts/p11neutratext/p11neutratext.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: #000;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

*, *:before, *:after {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  /*line-height:normal;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 400 normal 16px/16px Arial, Helvetica, sans-serif;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

section {
  position: relative;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input, textarea {
  font: inherit;
}

input[type=submit] {
  box-shadow: none;
}

textarea {
  resize: vertical;
  font-family: inherit;
  font-size: inherit;
}

a, .trans {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

.third {
  width: 33.33%;
}

.twothird {
  width: 66.66%;
}

.fourth {
  width: 25%;
}

.threefourth {
  width: 75%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.fullbg {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fixed {
  background-attachment: fixed;
}

/**** TEXT ALIGN ******/
.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.tcenter {
  text-align: center;
}

/**** PADDING ******/
.nopad {
  padding: 0 !important;
}

.pad-half {
  padding: 0.5em;
}

.pad0-1 {
  padding: 0 1em;
}

.pad0-2 {
  padding: 0 2em;
}

.pad1 {
  padding: 1em;
}

.pad1-0 {
  padding: 1em 0;
}

.pad2 {
  padding: 2em;
}

.pad2-0 {
  padding: 2em 0;
}

.pad3 {
  padding: 3em;
}

.pad3-0 {
  padding: 3em 0;
}

/**** PADDING TOP ******/
.padt1 {
  padding-top: 1em !important;
}

.padt2 {
  padding-top: 2em !important;
}

.padt3 {
  padding-top: 3em !important;
}

.mart1 {
  margin-top: 1em !important;
}

.mart2 {
  margin-top: 2em !important;
}

.mart3 {
  margin-top: 3em !important;
}

/**** PADDING BOTTOM ******/
.padb1 {
  padding-bottom: 1em !important;
}

.padb2 {
  padding-bottom: 2em !important;
}

.padb3 {
  padding-bottom: 2em !important;
}

.marb1 {
  margin-bottom: 1em !important;
}

.marb2 {
  margin-bottom: 2em !important;
}

.marb3 {
  margin-bottom: 2em !important;
}

/**** MARGIN ******/
.nomarg {
  margin: 0 !important;
}

.mar0-1 {
  margin: 0 1em;
}

.mar0-2 {
  margin: 0 2em;
}

.mar1 {
  margin: 1;
}

.mar1-0 {
  margin: 1em 0;
}

.mar2 {
  margin: 2em;
}

.mar2-0 {
  margin: 2em 0;
}

/**** GLOBAL ******/
sup {
  vertical-align: super;
  font-size: 50%;
}

.center {
  margin: 0 auto;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.hidden {
  display: none;
}

.noscroll {
  height: 100%;
  overflow: hidden;
}

.figure {
  overflow: hidden;
  position: relative;
}

.figure img, .stretch {
  width: 100%;
  height: auto;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 25px 20px;
  font-size: 1.5em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
  text-align: center;
  width: 100%;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.5em;
  height: 0.125em;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
  display: block;
  width: 100%;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

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

.slicknav_menu:after {
  clear: both;
}

/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
}

/*
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  margin: 0 0 1em;
  background: #daab28;
  width: 100%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.25);
}
@media (max-width: 480px) {
  .slicknav_menu {
    background-color: #145091;
  }
}

/* Button */
.slicknav_btn {
  margin: 0;
  text-decoration: none;
  text-shadow: 0 1px 1px rgb(255, 255, 255);
}

/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #daab28;
  font-weight: bold;
  text-shadow: 0 1px 3px #daab28;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #020202;
}

.slicknav_menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 65px;
  z-index: 1000;
}

.slicknav_nav {
  color: #fff;
  font-size: 1em;
  margin: 0;
  padding: 2em 0;
  position: absolute;
  top: 65px;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  background: #daab28;
  width: 100%;
}

.slicknav_nav ul {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav a:link, .slicknav_nav a:visited {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  font-family: "p11neutratext-book", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}
.slicknav_nav a:link:hover, .slicknav_nav a:visited:hover {
  color: #daab28;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

/*.slicknav_nav .slicknav_row:hover {
    border-radius: 6px;
    background:#fff;
    color: $color1;
}*/
.slicknav_nav li.current-menu-item a:visited, .slicknav_nav li.current-menu-item a:visited {
  color: #daab28;
}

/*.slicknav_nav li.current-menu-item a:hover {
    color: $color2;
}

.slicknav_nav a:hover{
    color: $color2;
}*/
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .community-icon-link {
  display: none !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
  overflow: hidden;
  position: fixed;
  background: #636466;
  opacity: 0.7;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1201;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1202;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #777777;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1203;
}

.mfp-preloader a {
  color: #777777;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1204;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #777777;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #636466;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #777777;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #fff;
}

.mfp-figure small {
  color: #777777;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  word-wrap: break-word;
  padding-right: 0;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mfp-open .mfp-figure {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0s;
  -moz-animation-duration: 0s;
  -ms-animation-duration: 0s;
  -o-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.mfp-figure {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mfp-counter {
  display: none;
}

#dividend-pop {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

#dividend-pop .popup-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  padding-top: 34px;
}

#dividend-pop .custom-banner-close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  background-color: #daab28;
  color: #fff;
  padding: 8px;
  text-align: right;
  text-transform: uppercase;
}

#dividend-pop .custom-banner-close:hover {
  color: #145091;
}

#dividend-pop h2 {
  color: #daab28;
  margin: 0 0 10px 0;
  padding: 50px 20px 0 20px;
  font-size: 2em;
  line-height: 1.25em;
}

#dividend-pop p {
  color: #636466;
  margin: 0 0 10px 0;
  padding: 0 20px 0 20px;
  font-size: 1.4em;
  line-height: 1.25em;
}

#dividend-pop a.button {
  width: 200px;
  display: inline-block;
  background-color: #145091;
  color: #020202;
  font-size: 1em;
  text-align: center;
  padding: 0.75em 0 0.75em 0;
  margin-bottom: 30px;
}

#dividend-pop a.button:hover {
  background-color: #020202;
  color: #fff;
}

.mfp-with-zoom .mfp-iframe-holder .mfp-content {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  max-height: 720px;
}
@media screen and (max-width: 1200px) {
  .mfp-with-zoom .mfp-iframe-holder .mfp-content {
    width: 100%;
    height: auto;
  }
}

/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

Site design by p11|creative
Visit us @ p11.cominsons

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    GLOBAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p11caslon,
.p11calson {
  font-family: "p11caslon", Georgia, Times, Times New Roman, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p11neutrademi {
  font-family: "p11neutratext-demi", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.p11montserrat {
  font-family: "p11neutratext-book", Helvetica, Arial, sans-serif;
}

.nomarg {
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  font: 400 normal 16px/16px "p11neutratext-book", Helvetica, Arial, sans-serif;
  color: #636466;
  background-color: #020202;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h2 {
  font-size: 2em;
  margin: 0 0 1.5em 0;
  line-height: 2em;
  font-family: "p11neutratext-book", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 640px) {
  h2 {
    line-height: 1.5em;
    font-size: 1.5em;
  }
}

h3 {
  font-size: 1.35em;
  margin: 0 0 1.5em 0;
  line-height: 2em;
  font-family: "p11neutratext-book", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 640px) {
  h3 {
    line-height: 1.5em;
    font-size: 1.25em;
  }
}

h4 {
  font-size: 1.35em;
  margin: 0 0 1.5em 0;
  line-height: 2em;
  font-family: "p11neutratext-book", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 640px) {
  h4 {
    line-height: 1.5em;
    font-size: 1.25em;
  }
}

p {
  font-size: 1.25em;
  line-height: 2em;
  margin: 0 0 1.5em 0;
  padding: 0;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  p {
    line-height: 1.5em;
    font-size: 1.1em;
  }
}

p.mellow {
  margin-bottom: 1em;
}

p.builder {
  color: #daab28;
  font-style: italic;
  padding-left: 2em;
}
@media screen and (max-width: 600px) {
  p.builder {
    padding-left: 1em;
  }
}

p.small {
  font-size: 0.75em;
}

a:link,
a:visited {
  text-decoration: none;
  color: #daab28;
}

a:hover,
a:active {
  color: #daab28;
}

::selection {
  background: #daab28;
  color: #fff;
}

::-moz-selection {
  background: #daab28;
  color: #fff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    COLOR
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bgblack {
  background-color: #000;
}

.bgwhite {
  background-color: #fff;
}

.bgcolor1 {
  background-color: #636466;
} /* type grey */
.bgcolor2 {
  background-color: #145091;
} /* blue */
.bgcolor3 {
  background-color: #daab28;
} /* yellow */
.bgcolor4 {
  background-color: #daab28;
} /* lighter grey */
.bgcolor5 {
  background-color: #777777;
} /* lightest grey */
.bgcolor5alt {
  background-color: #e8e8e8;
}

.bgcolor6 {
  background-color: #020202;
} /* suspicous grey!!! */
.bgcolor7 {
  background-color: #145091;
} /* green */
.bgcolor8 {
  background-color: #daab28;
}

.bgcolor9 {
  background-color: #777777;
}

.bgblack-trans {
  background-color: #000;
}

.bgwhite-trans {
  background-color: #fff;
}

.bgcolor1-trans {
  background-color: rgba(99, 100, 102, 0.85);
} /* type grey */
.bgcolor2-trans {
  background-color: rgba(2, 118, 186, 0.85);
} /* blue */
.bgcolor3-trans {
  background-color: rgba(137, 36, 52, 0.85);
} /* yellow */
.bgcolor4-trans {
  background-color: rgba(163, 217, 207, 0.85);
} /* lighter grey */
.bgcolor5-trans {
  background-color: rgba(2, 118, 186, 0.85);
} /* lightest grey */
.bgcolor6-trans {
  background-color: rgba(2, 2, 2, 0.85);
} /* suspicous grey!!! */
.bgcolor7-trans {
  background-color: rgba(0, 149, 117, 0.85);
} /* new green */
.bgcolor8-trans {
  background-color: rgba(229, 115, 37, 0.85);
}

.bgcolor9-trans {
  background-color: rgba(2, 118, 186, 0.85);
}

.tblack {
  color: #000;
}

.twhite {
  color: #fff;
}

.tcolor1 {
  color: #636466;
} /* type grey */
.tcolor2 {
  color: #145091;
} /* yellow */
.tcolor3 {
  color: #daab28;
} /* green */
.tcolor4 {
  color: #daab28;
} /* lighter grey */
.tcolor5 {
  color: #777777;
} /* lightest grey */
.tcolor6 {
  color: #020202;
} /* suspicous grey!!! */
.tcolor7 {
  color: #145091;
} /* suspicous grey!!! */
.tcolor8 {
  color: #daab28;
}

.tcolor9 {
  color: #777777;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    STRUCTURE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.browsehappy {
  margin: 0.2em 0;
  background: #777777;
  color: #000;
  padding: 0.2em 0;
}

header,
footer,
section {
  clear: both;
  width: 100%;
  position: relative;
}

.wrapper,
.wrapper-full,
.wrapper-wide,
.wrapper-small {
  max-width: 1024px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.wrapper-full {
  width: 100%;
}

.wrapper-small {
  max-width: 910px;
}

.wrapper-wide {
  max-width: 1600px;
}

.topper p,
.topper-rev p {
  margin: 0;
  padding: 0 3em 0 3em;
}

.topper-rev p {
  margin-bottom: 2em;
}

.topper p a,
.topper-rev p a,
p.bold-links a {
  color: #636466 !important;
  font-weight: 700;
  font-family: "p11neutratext-demi", Helvetica, Arial, sans-serif;
}

.topper p a:hover,
.topper-rev p a:hover,
p.bold-links a:hover {
  color: #daab28 !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    TOPPER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social li {
  margin: 2px;
  padding: 0;
  list-style: none;
  display: inline;
}

.social li a:link,
.social li a:visited {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 1.15em;
  line-height: 1.15em;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 0.28em 0 0;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  vertical-align: center;
}

.social li a:hover,
.social li a:active {
  color: #145091;
}

#dividend-topper {
  padding: 0.5em;
}

#dividend-topper .social li.dividend-link a {
  width: auto;
  height: auto;
  margin: 0 0 0 20px;
  padding: 0 35px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent url("../../images/global/dividend-arrows.png") no-repeat right center;
}

#dividend-topper .social li.dividend-link a img {
  width: 67px;
  height: auto;
}

#dividend-topper .header-phone {
  width: 420px;
  float: left;
  font-family: "p11neutratext-light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.375em;
  padding-top: 0.5em;
  color: #fff;
}

#dividend-topper .header-phone a {
  color: #fff;
}

#dividend-topper .header-phone a:first-child {
  text-decoration: underline;
}

#dividend-topper .header-phone a:hover {
  color: #145091;
}

#dividend-topper .header-launch {
  width: auto;
  margin-left: 250px;
  text-align: right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    NAVIGATION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
nav {
  background: #daab28;
  width: 100%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.25);
}

nav.landing {
  background: #145091;
}

#dividend-navigation.landing .wrapper {
  position: relative;
}

#dividend-navigation-container {
  width: 100%;
  height: 80px;
}
@media (max-width: 800px) {
  #dividend-navigation-container {
    display: none;
  }
}

#dividend-navigation {
  /*position: absolute;
  left: 0px;
  top: 0px;*/
  z-index: 600;
  height: 80px;
}
#dividend-navigation .community-number {
  /*width: calc((100% / 5) - 10px);*/
  width: calc(25% - 10px);
  position: absolute;
  right: 10px;
  top: 40px;
  text-align: center;
  padding: 0.5em 0 0.5em 0;
  font-family: "p11neutratext-book", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  pointer-events: none;
}
#dividend-navigation .community-line {
  width: 1px;
  height: 46px;
  background-color: #020202;
  position: absolute;
  top: 17px;
  right: calc(25% + 10px);
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

#dividend-navigation.stick {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 600;
}

#dividend-navigation.stick .wrapper ul {
  padding-left: 190px;
}

#dividend-navigation.stick .community-number {
  width: calc((100% - 190px) / 4 - 10px);
}
#dividend-navigation.stick .community-line {
  right: calc((100% - 190px) / 4);
}

#dividend-navigation.landing.stick .wrapper ul {
  padding-left: 190px;
}

.community-logo.stick {
  opacity: 0;
}

#dividend-navigation .community-icon {
  width: 100%;
  height: auto;
  max-width: 150px;
  float: left;
  display: none;
  position: absolute;
  left: 0px;
  top: 21px;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  /*border: solid 1px $color-white;*/
}

#dividend-navigation.stick .community-icon {
  display: block;
}

#dividend-navigation .wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0.5em 0 0.5em 0;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

#dividend-navigation.landing .wrapper ul {
  padding-left: 300px;
}

#dividend-navigation .wrapper ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: calc(25% - 5px);
}

#dividend-navigation.landing .wrapper ul li {
  width: auto;
  padding: 1em 1em 1em 1em;
}

#dividend-navigation .wrapper ul li a {
  display: block;
  color: #020202;
  text-align: center;
  padding: 0.5em 0 0.5em 0;
  font-family: "p11neutratext-book", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  text-transform: uppercase;
}

#dividend-navigation .wrapper ul li a {
  padding: 0.5em 0 0.5em 0;
}

#dividend-navigation .wrapper ul li.interest-list.current-menu-item a {
  color: #fff;
}

#dividend-navigation .wrapper ul li a:hover,
#dividend-navigation .wrapper ul li.current-menu-item a,
#dividend-navigation.landing .wrapper ul li.current-menu-item a:hover {
  color: #fff;
}

#dividend-navigation.landing .wrapper ul li.current-menu-item a {
  color: #fff;
}

.community-logo {
  width: 100%;
  max-width: 1024px;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 503;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
@media (max-width: 1100px) {
  .community-logo {
    width: 76%;
    left: 12%;
    bottom: 0px;
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    max-width: none;
  }
}

#dividend-carousel-block.landing .community-logo {
  width: 100%;
  max-width: 1024px;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 503;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
@media (max-width: 1100px) {
  #dividend-carousel-block.landing .community-logo {
    width: 95%;
    left: 2.5%;
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*.community-logo.landing {
   width: 100%;
   height: auto;
   max-width: 260px;
   padding: 0;
   margin: 0;
   -webkit-box-shadow: $drop-shadow;
   -moz-box-shadow: $drop-shadow;
   box-shadow: $drop-shadow;
   z-index: 600;
   bottom: 0px;
   left: 0px;
   -webkit-transform: none;
   -moz-transform: none;
   -o-transform: none;
   transform: none;
}

.community-logo.landing img {
   width: 100%;
   height: auto;
}*/
.community-logo.stick {
  opacity: 0;
}

/*.community-logo.landing.stick.stickfix {
   display: none;
}*/
.community-logo .wrapper {
  width: 100%;
  height: auto;
  max-width: 260px;
  padding: 1.5em 1em;
  margin: 0;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.25);
  float: left;
}

.community-logo .wrapper img {
  width: 100%;
  height: auto;
}

.slicknav_menu {
  display: none;
}

#phonetel {
  color: #fff !important;
  display: none;
  font-size: 1.75em;
  position: fixed;
  right: 80px;
  top: 56px;
  z-index: 1200;
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
  -o-transition: all 0ms;
  transition: all 0ms;
}

#mobile-logo {
  display: none;
  position: fixed;
  left: 20px;
  top: 48px;
  z-index: 1200;
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
  -o-transition: all 0ms;
  transition: all 0ms;
}

#mobile-logo.landing {
  position: absolute;
  left: 20px;
  top: 39px;
  z-index: 999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#mobile-logo img {
  width: 100%;
  height: auto;
  max-width: 140px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    VIDEO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#video {
  position: relative;
  padding-bottom: 54%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

#video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home-video-btn {
  display: block;
  padding-top: 1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    CAROUSEL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#dividend-carousel-block {
  width: 100%;
  /*height: auto;*/
  position: relative;
  overflow: hidden;
}
#dividend-carousel-block.landing {
  margin-top: 0 !important;
}
@media screen and (max-width: 480px) {
  #dividend-carousel-block .sectitle-inner {
    display: none;
  }
}

.home #dividend-carousel-block {
  /*overflow: hidden;*/
  height: calc(100% - 175px);
}
@media (max-width: 1000px) {
  .home #dividend-carousel-block {
    height: calc(100% - 75px);
  }
}
@media screen and (max-width: 480px) {
  .home #dividend-carousel-block {
    margin-top: 90px;
  }
}
.home #dividend-carousel-block.landing {
  height: calc(100% - 175px);
}
@media (max-width: 1000px) {
  .home #dividend-carousel-block.landing {
    height: calc(100% - 75px);
  }
}
@media (max-width: 800px) {
  .home #dividend-carousel-block.landing {
    height: auto;
  }
}

.carousel-boot {
  width: 100%;
  height: 20px;
  background: #145091 url("../../images/global/line-background.gif") no-repeat center top;
}

.home .carousel-boot {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 505;
}

#slider {
  display: relative;
  position: relative;
  width: 100%;
  background-color: #000;
  height: 400px;
  overflow: hidden;
}

#slider.sidepages {
  width: 130%;
  margin-left: -15%;
}

.slider {
  overflow: hidden;
}

#slider div.slide {
  width: 100%;
  height: 400px;
  background-position: center 0;
  background-attachment: absolute;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slider div.slide img {
  display: none;
}

.home #slider {
  height: calc(100vh - 175px);
  min-height: 500px;
}
@media (max-width: 800px) {
  .home #slider {
    min-height: 0;
  }
}
@media (max-width: 1000px) {
  .home #slider {
    height: calc(100vh - 75px);
  }
}
.home #dividend-carousel-block.landing #slider {
  height: calc(100vh - 175px);
}
@media (max-width: 1000px) {
  .home #dividend-carousel-block.landing #slider {
    height: calc(100vh - 75px);
  }
}
@media (max-width: 800px) {
  .home #dividend-carousel-block.landing #slider {
    height: auto;
  }
}

.home #slider div.slide {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home #slider .sliver {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 501;
}

.home-boot {
  width: 100%;
  height: 10px;
  background: #145091 url("../../images/global/line-background.gif") no-repeat center top;
}

h1.sectitle {
  font-family: "p11neutratext-demi", Helvetica, Arial, sans-serif;
  bottom: 0px;
  display: block;
  width: 100%;
  left: 50%;
  margin: 0 0 20px 0;
  padding: 0.25em 0 0;
  position: absolute;
  text-align: center;
  font-size: 5em;
  color: #fff;
  font-weight: 100;
  z-index: 502;
  line-height: 1.25em;
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1000px) {
  h1.sectitle {
    font-size: 4.5em;
  }
}
@media (max-width: 600px) {
  h1.sectitle {
    bottom: 0.25em;
    font-size: 2.75em;
    bottom: 0px;
  }
}
h1.sectitle .sectitle-inner {
  padding-left: 260px;
}
@media (max-width: 800px) {
  h1.sectitle .sectitle-inner {
    padding-left: 0;
  }
}

.home h1.sectitle {
  bottom: calc(50% - 105px);
  padding: 0.25em 0;
  font-size: 6em;
}
.home h1.sectitle .sectitle-inner {
  padding-left: 0;
}
@media (max-width: 800px) {
  .home h1.sectitle {
    bottom: 0.25em;
    font-size: 2.75em;
    bottom: 0px;
  }
}

#down {
  background: #fff;
  bottom: 0px;
  left: 50%;
  padding: 10px 20px;
  position: absolute;
  z-index: 501;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#down:hover {
  bottom: -5px;
  background: #fff;
  cursor: pointer;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footernews {
  background: url("../../images/global/bg-footernews.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#footernews #box1,
#footernews #box2,
#footernews #box3,
#footernews #box4,
.footercycle {
  position: relative;
  height: 300px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #footernews #box1,
  #footernews #box2,
  #footernews #box3,
  #footernews #box4,
  .footercycle {
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  #footernews #box1,
  #footernews #box2,
  #footernews #box3,
  #footernews #box4,
  .footercycle {
    height: 150px;
  }
}

.footercycle .full {
  height: 300px;
}
@media screen and (max-width: 600px) {
  .footercycle .full {
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .footercycle .full {
    height: 150px;
  }
}

#footernews #box1 h2,
#footernews #box2 h2,
#footernews #box3 h2,
#footernews #box4 h2 {
  color: #fff;
  display: block;
  width: 100%;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  padding: 0.25em 10%;
  position: absolute;
  top: 50%;
  z-index: 200;
  transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: 0.5s color ease-out;
  -webkit-transition: 0.5s color ease-out;
  -moz-transition: 0.5s color ease-out;
  -ms-transition: 0.5s color ease-out;
  -o-transition: 0.5s color ease-out;
}
@media screen and (max-width: 800px) {
  #footernews #box1 h2,
  #footernews #box2 h2,
  #footernews #box3 h2,
  #footernews #box4 h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 600px) {
  #footernews #box1 h2,
  #footernews #box2 h2,
  #footernews #box3 h2,
  #footernews #box4 h2 {
    font-size: 1.5em;
  }
}

#footernews #box1,
#footernews #box4 {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

#footernews #box3 h2 {
  color: #020202;
}

#footernews #box1,
#footernews #box3 {
  background-size: cover !important;
}

#footernews #box1 #fadedback {
  background-color: rgba(63, 63, 63, 0.65);
  display: block;
  position: absolute;
  top: 2em;
  bottom: 2em;
  left: 2em;
  right: 2em;
  z-index: 100;
  transition: 0.25s top ease-out, 0.25s bottom ease-out, 0.25s left ease-out, 0.25s right ease-out;
  -webkit-transition: 0.25s top ease-out, 0.25s bottom ease-out, 0.25s left ease-out, 0.25s right ease-out;
  -moz-transition: 0.25s top ease-out, 0.25s bottom ease-out, 0.25s left ease-out, 0.25s right ease-out;
  -ms-transition: 0.25s top ease-out, 0.25s bottom ease-out, 0.25s left ease-out, 0.25s right ease-out;
  -o-transition: 0.25s top ease-out, 0.25s bottom ease-out, 0.25s left ease-out, 0.5s right ease-out;
}

#footernews #box1 a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

#footernews .smalllink {
  display: block;
  font-family: "p11neutratext-book", Helvetica, Arial, sans-serif, sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 800px) {
  #footernews .smalllink {
    display: none;
  }
}

#footernews #box1 a:hover > h2 {
  color: #fff;
}

#footernews #box1 a:hover > #fadedback {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#footernews #box2 h2 {
  color: #fff;
}

#footernews #box2 a:hover > h2 {
  color: #daab28;
}

#footernews #box3 a:hover > h2 {
  color: #145091;
}

#footernews #box4 #fadedback {
  background-color: rgba(255, 255, 255, 0.65);
  display: block;
  position: absolute;
  top: 2em;
  bottom: 2em;
  left: 2em;
  right: 2em;
  z-index: 100;
  transition: 0.25s top ease-out, 0.25s bottom ease-out, 0.25s left ease-out, 0.25s right ease-out;
  -webkit-transition: 0.25s top ease-out, 0.25s bottom ease-out, 0.25s left ease-out, 0.25s right ease-out;
  -moz-transition: 0.25s top ease-out, 0.25s bottom ease-out, 0.25s left ease-out, 0.25s right ease-out;
  -ms-transition: 0.25s top ease-out, 0.25s bottom ease-out, 0.25s left ease-out, 0.25s right ease-out;
  -o-transition: 0.25s top ease-out, 0.25s bottom ease-out, 0.25s left ease-out, 0.5s right ease-out;
}

#footernews #box4 a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

#footernews #box4 a > h2 {
  color: #636466;
}

#footernews #box4 a:hover > h2 {
  color: #636466;
}

#footernews #box4 a:hover > #fadedback {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#footer-community h2 {
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1.5em;
  /*@include mq-max (600px) {
     font-size: 1.35em;
  }*/
}

#footer-community p {
  font-size: 1.25em;
  line-height: 2em;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #footer-community p {
    line-height: 1.5em;
  }
}

#footer-community p a {
  color: #636466;
}

#footer-community p strong {
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 0.5em;
}

.broker-button-container {
  width: 100%;
  text-align: center;
}

#footer-community .broker-button {
  width: 175px;
  padding: 0.75em 0 0.75em 0;
  margin: 1em 0.5em 0 0.5em;
  clear: both;
  display: inline-block;
  background-color: #145091;
  color: #fff;
  text-align: center;
}
#footer-community .broker-button:hover {
  background-color: #daab28;
  color: #fff;
}

/*#footer-community .broker-button {
   width: 175px;
   padding: 0.75em 0 0.75em 0;
   margin: 0 auto;
   margin-top: 1em;
   clear: both;
   display: block;
   background-color: lighten( $color1, 65% );
   color: $color1;
   text-align: center;
   &:hover {
      background-color: $color3;
      color: $color-white;
   }
}*/
#footer-community p a.footer-phone {
  font-weight: 700;
  color: #636466;
  padding-left: 1em;
  pointer-events: none;
  cursor: default;
}
#footer-community p a.footer-phone:hover {
  color: #daab28;
}

.social.footersocial {
  display: block;
  margin: 0;
  padding: 0 0 2em 0;
  position: relative;
  right: auto;
  text-align: center;
  top: auto;
  width: 100%;
}

.social.footersocial li a:link,
.social.footersocial li a:visited {
  width: 45px;
  height: 45px;
  font-size: 1.5em;
  padding: 0.35em 0 0;
  margin: 0;
  border: 2px solid #145091;
  border-radius: 50%;
  color: #145091;
  vertical-align: center;
}

.social.footersocial li a:hover {
  color: #daab28;
  border: 2px solid #daab28;
}

#copyright {
  font-size: 0.85em;
  color: #fff;
  padding: 0 0 1em 0;
}
#copyright .top-line {
  display: inline;
}
@media screen and (max-width: 800px) {
  #copyright .top-line {
    display: block;
  }
}
#copyright .bottom-line {
  display: inline;
}
@media screen and (max-width: 800px) {
  #copyright .bottom-line {
    display: block;
    padding-top: 0.5em;
  }
}

#copyright img {
  vertical-align: top;
}

#copyright a {
  color: #fff;
  text-decoration: underline;
}

#copyright a:hover {
  color: #daab28;
}

#footer-dividend {
  text-align: center;
}

#footer-dividend img.dividend-logo {
  width: 100%;
  height: auto;
  max-width: 120px;
  margin-bottom: 1.5em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    FLOOR PLANS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#floorplansnav {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 700px;
}

#floorplansnav li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  text-align: center;
}

#floorplansnav li a {
  margin: 0 0.1em 0.4em 0.1em;
  font-family: "p11caslon", Georgia, Times, Times New Roman, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding: 0.75em 1em;
  background-color: #636466;
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
}

#floorplansnav li a:hover,
#floorplansnav li a.activefp {
  background-color: #daab28;
  color: #fff;
}

.plancontent h2 {
  margin-bottom: 0;
  line-height: 1em;
  position: relative;
  padding-top: 1.5rem;
}

.plancontent h2 a.button {
  width: 200px;
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  background-color: #145091;
  color: #fff;
  font-size: 1.2rem;
  line-height: 24px;
  text-align: center;
  padding: 0.75em 0 0.75em 0;
}

.plancontent h2 a.button:hover {
  background-color: #daab28;
}

.plancontent h2 a.button.virtualtour {
  top: 67px;
  background-color: #145091;
  line-height: 24px;
}
.plancontent h2 a.button.virtualtour .discl {
  font-size: 12px;
  text-align: center;
}

.plancontent h2 a.button.virtualtour:hover {
  background-color: #daab28;
}

.plancontent h2 ul {
  margin: 0;
  padding: 0.25em 0 0 0;
  text-align: left;
}

.plancontent h2 ul li {
  display: inline;
  list-style: none;
  font-size: 1.2rem;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #636466;
}
@media (max-width: 480px) {
  .plancontent h2 ul li {
    line-height: 1.4em;
  }
}

.plancontent h2 ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

ul.wide-1,
ul.wide-2,
ul.wide-3 {
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}

ul.wide-1 li img,
ul.wide-2 li img,
ul.wide-3 li img {
  width: 100%;
  height: auto;
}

ul.wide-1 li,
ul.wide-2 li,
ul.wide-3 li {
  display: inline-block;
  padding: 3em 2em 3em 2em;
  width: 100%;
  max-width: 700px;
}

ul.wide-2 li {
  padding: 3em 1em 3em 1em;
  width: calc(50% - 2em);
}

ul.wide-3 li {
  padding: 3em 1em 3em 1em;
  width: calc(33.33333% - 2em);
}

#fprendering {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#fprendering .wrapper {
  overflow: hidden;
  position: relative;
  padding: 3em 0 3em 0;
}

.plan-footprint {
  width: 100%;
  padding: 0 0 3em 0;
}
.plan-footprint img {
  width: 100%;
  height: auto;
  max-width: 750px;
  margin: 0 auto;
}

#vertline,
#horzline {
  width: 4px;
  height: 33%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 33.5%;
  z-index: 450;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#horzline {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#fprendering ul {
  margin: 0;
  padding: 0;
  display: inline;
}

#fprendering ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 50%;
  float: left;
  position: relative;
}

#fprendering ul li a {
  width: 100%;
  height: 100%;
}

#fprendering ul li a > h2 {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 5px;
  width: 100%;
  background: rgba(137, 36, 52, 0.85);
  z-index: 100;
  font-size: 1.75em;
  color: #fff;
  font-family: "p11neutratext-book", Helvetica, Arial, sans-serif, sans-serif;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#fprendering ul li:nth-child(2) a > h2,
#fprendering ul li:nth-child(3) a > h2 {
  background: rgba(0, 149, 117, 0.85);
}

#fprendering ul li a:hover > h2 {
  background: #daab28;
  padding-top: 15px;
  padding-bottom: 15px;
}

#fprendering ul li:nth-child(2) a:hover > h2,
#fprendering ul li:nth-child(3) a:hover > h2 {
  background: #145091;
}

#fprendering ul li a .enlarge-arrow {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 0.28em 0 0;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  vertical-align: center;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 101;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#fprendering ul li a:hover .enlarge-arrow {
  top: 25px;
}

#fprendering ul li a img {
  width: 100%;
  height: auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FINANCING
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media screen and (max-width: 800px) {
  .page-template-page-financing .pad0-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.financing-left,
.financing-right,
.financing-middle,
.financing-left-half,
.financing-right-half {
  padding: 1em;
  text-align: center;
  margin: 0 1em 0 1em;
  width: calc(33.333333% - 2em);
}

.financing-left-half,
.financing-right-half {
  padding: 1em;
  text-align: center;
  margin: 0 1em 0 1em;
  width: calc(50% - 2em);
}

.financing-left p,
.financing-right p,
.financing-middle p,
.financing-left-half p,
.financing-right-half p {
  margin: 0;
}

.financing-left strong,
.financing-right strong,
.financing-middle strong,
.financing-left-half strong,
.financing-right-half strong {
  font-size: 1.3em;
  font-weight: 400;
  font-family: "p11neutratext-book", Helvetica, Arial, sans-serif;
}

.financing-left a,
.financing-right a,
.financing-middle a,
.financing-left-half a,
.financing-right-half a {
  color: #636466;
}

.financing-left a:hover,
.financing-right a:hover,
.financing-middle a:hover,
.financing-left-half a:hover,
.financing-right-half a:hover {
  color: #daab28;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  NEWS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.fattitle {
  font-size: 1.75em;
  padding: 0.5em 2em;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .fattitle {
    font-size: 1.5em;
  }
}
@media (max-width: 600px) {
  .fattitle {
    font-size: 1.4em;
  }
}

.fattitle.zeroed {
  padding-top: 0;
  margin-top: 0;
}

#catsnav {
  width: 100%;
  text-align: center;
}

#catsnav li {
  width: 33%;
  display: inline-block;
}

#catsnav li a {
  color: #636466;
  display: block;
  padding: 1em 0;
  margin: 0 3%;
  border: 3px solid #145091;
  background: #fff;
  transition: background 0.5s ease 5s;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

#catsnav li a:hover {
  background: #145091;
}

#catsnav li.current-cat a {
  color: #fff;
  background-color: #daab28;
  border: 3px solid #daab28;
}

#newscontent .newspost {
  margin: 0 0 2em 0;
}

#newscontent .newspost article {
  margin: 0;
  color: #fff;
}

#newscontent .newspost article a {
  color: #fff;
  text-decoration: underline;
}

#newscontent .newspost article a.more {
  text-decoration: none;
}

#newscontent .newspost article a:hover {
  color: #145091;
}

#newscontent .newspost article .postheader {
  padding: 0 0 1em;
  margin-bottom: 1em;
}

#newscontent .newspost article .postheader a {
  text-decoration: none;
}

#newscontent .newspost article p {
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 2em;
}

#newscontent .newspost article p:last-of-type {
  margin: 0;
}

#newscontent .newspost article h2 {
  font-size: 2em;
  margin: 0;
}

#newscontent .newspost article h3 {
  font-size: 1.25em;
  margin: 0;
}

#infscr-loading {
  width: 100%;
  padding-bottom: 2em;
  text-align: center;
}

.navigation .navitem a {
  display: block;
  color: #fff;
  background-color: #020202;
  cursor: pointer;
}

.navigation .navitem a:hover {
  display: block;
  background-color: #daab28;
}

#newscontent .newspost article a.button {
  width: 250px;
  display: block;
  background-color: #daab28;
  color: #636466;
  font-size: 1em;
  text-align: center;
  margin: 0 auto;
  padding: 0.75em 0 0.75em 0;
  text-decoration: none;
}

#newscontent .newspost article a.button:hover {
  background-color: #636466;
  color: #fff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    FEATURES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.features-heading {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.25em;
  text-align: center;
  background-color: #145091;
  padding: 1em;
  margin-bottom: 1em;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 800px) {
  .features-heading {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 640px) {
  .features-heading {
    font-size: 1.1em;
  }
}

.features-heading:hover,
.features-heading.open {
  background-color: #daab28;
  cursor: pointer;
}

.features-content {
  display: none;
}

.features-content ul {
  list-style-type: disc;
  margin: 0 2em 2em 4em;
}

.features-content li {
  margin-bottom: 1em;
  line-height: 1.5em;
  font-size: 1.25em;
}
@media screen and (max-width: 640px) {
  .features-content li {
    margin-bottom: 0.5em;
    font-size: 1.1em;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    GALLERY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.page-template-page-gallery #secnav, .page-template-page-gallery-vr #secnav, .page-template-page-gallery-video #secnav {
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 820px) {
  .page-template-page-gallery #secnav, .page-template-page-gallery-vr #secnav, .page-template-page-gallery-video #secnav {
    overflow: hidden;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 460px) {
  .page-template-page-gallery #secnav, .page-template-page-gallery-vr #secnav, .page-template-page-gallery-video #secnav {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.page-template-page-gallery #secnav li, .page-template-page-gallery-vr #secnav li, .page-template-page-gallery-video #secnav li {
  display: inline-block;
  margin-bottom: 0.25em;
  transition: margin 0.75s ease-out;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media (max-width: 820px) {
  .page-template-page-gallery #secnav li, .page-template-page-gallery-vr #secnav li, .page-template-page-gallery-video #secnav li {
    display: block;
    width: calc(20% - 0.5rem);
    float: left;
  }
}
@media (max-width: 820px) {
  .page-template-page-gallery #secnav li.halfer, .page-template-page-gallery-vr #secnav li.halfer, .page-template-page-gallery-video #secnav li.halfer {
    display: block;
    width: calc(50% - 0.5rem);
    float: left;
    margin-bottom: 0.5rem;
  }
}
.page-template-page-gallery #secnav li:hover > a, .page-template-page-gallery-vr #secnav li:hover > a, .page-template-page-gallery-video #secnav li:hover > a {
  background: #daab28;
  color: #fff;
}
.page-template-page-gallery #secnav li a, .page-template-page-gallery-vr #secnav li a, .page-template-page-gallery-video #secnav li a {
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  background: #020202;
  color: #fff;
  transition: 0.2s all ease-in-out;
  display: block;
  min-width: 80px;
  font-size: 1.225em;
  font-family: "p11neutratext-book", Helvetica, Arial, sans-serif;
  line-height: 1em;
}
.page-template-page-gallery #secnav li.current-menu-item > a, .page-template-page-gallery-vr #secnav li.current-menu-item > a, .page-template-page-gallery-video #secnav li.current-menu-item > a {
  background: #daab28;
  color: #fff;
}

a.gallery-thumb {
  display: inline-block;
  padding: 18px;
  vertical-align: top;
  position: relative;
  color: #fff;
  max-width: 320px;
}
@media (max-width: 700px) {
  a.gallery-thumb {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    max-width: none;
  }
}

a.gallery-thumb img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 700px) {
  a.gallery-thumb img {
    max-width: none;
    width: 100%;
  }
}

a.gallery-thumb p {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 18px;
  right: 18px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: "p11neutratext-book", Helvetica, Arial, sans-serif;
  font-size: 1em;
}
@media (max-width: 700px) {
  a.gallery-thumb p {
    left: 10px;
    right: 10px;
  }
}

a.gallery-thumb:hover p {
  top: 18px;
  bottom: -6px;
  opacity: 1;
}

a.gallery-thumb p span {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  padding: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    FANCYBOX
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.fancybox-title-float-wrap {
  position: relative;
  margin: 0;
  background: #000;
  right: auto;
}

div.fancybox-title-float-wrap .child {
  border-radius: 0;
  font-size: 1.5em;
  font-weight: normal;
  margin-right: auto;
  padding: 5px 20px;
  text-shadow: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    HOME
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#introduction {
  z-index: 1;
  overflow: hidden;
}

#intro-left {
  width: 37%;
  background-image: url(../../images/global/caymen-filler.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 165px auto;
  overflow: hidden;
}
@media (max-width: 900px) {
  #intro-left {
    background-size: 120px auto;
  }
}
@media (max-width: 800px) {
  #intro-left {
    width: 100%;
    margin-bottom: 2em;
    background-size: 110px auto;
  }
}
@media (max-width: 400px) {
  #intro-left {
    background-size: 90px auto;
  }
}

.callout-block {
  padding: 1.5em 1em 2em 1.5em;
  color: #fff;
  overflow: hidden;
}

.callout-block .callout-container {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  /*@include mq-max (px) {
     max-width: 250px;
  } */
}

.callout-block h2 {
  font-size: 1.85em;
  font-weight: normal;
  line-height: 1.5em;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 900px) {
  .callout-block h2 {
    font-size: 1.7em;
  }
}
@media (max-width: 800px) {
  .callout-block h2 {
    font-size: 1.85em;
  }
}
@media (max-width: 400px) {
  .callout-block h2 {
    font-size: 1.7em;
  }
}

.callout-block h2 a {
  color: #fff;
  text-decoration: none;
}

.callout-block h2 a:hover {
  color: #daab28;
}

.callout-block h3 {
  font-size: 1.85em;
  font-weight: normal;
  line-height: 1.5em;
  text-align: left;
  max-width: 300px;
  margin: 0.5em 0 2em 0;
  padding: 0;
  color: #145091;
}
@media (max-width: 900px) {
  .callout-block h3 {
    font-size: 1.7em;
  }
}
@media (max-width: 800px) {
  .callout-block h3 {
    font-size: 1.85em;
  }
}
@media (max-width: 400px) {
  .callout-block h3 {
    font-size: 1.7em;
  }
}

.callout-block h3 a {
  color: #daab28;
  text-decoration: none;
}

.callout-block h3 a:hover {
  color: #fff;
}

/*.callout-block h2 a {
   color: $color-white;
   font-size: 0.6em;
   line-height: 1.6em;
}*/
.intro-right {
  width: 58%;
  float: right;
}
.intro-right h2 {
  font-size: 2rem;
  line-height: 2rem;
  margin: 0 0 1rem 0;
}
.intro-right h3 {
  color: #daab28;
  line-height: 1.5rem;
  margin: 0 0 1.5rem 0;
}
.intro-right p:last-child {
  margin-bottom: 0;
}

#homepush {
  margin-top: calc(100vh - 51px);
  height: 1px;
}

#homesnipe {
  margin: 3em 0;
}

#homebtns {
  margin-bottom: 0;
  padding: 3em 0;
}
@media (max-width: 768px) {
  #homebtns {
    display: none;
  }
}

#homebtns .wrapper {
  -webkit-box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.36);
  box-shadow: 10px 10px 13px -8px rgba(0, 0, 0, 0.36);
}

#homebtns div {
  position: relative;
}

#homebtns div h2 {
  display: block;
  width: 100%;
  padding: 0.5em;
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background: rgba(99, 100, 102, 0.85);
  position: absolute;
  bottom: 0;
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  transition: 0.5s padding ease-out, 0.5s background ease-out;
  -webkit-transition: 0.5s padding ease-out, 0.5s background ease-out;
  -moz-transition: 0.5s padding ease-out, 0.5s background ease-out;
  -ms-transition: 0.5s padding ease-out, 0.5s background ease-out;
  -o-transition: 0.5s padding ease-out, 0.5s background ease-out;
  margin-bottom: 0;
  font-family: "p11neutratext-book", Helvetica, Arial, sans-serif;
}

#homebtns div#btn2 h2 {
  background: rgba(2, 2, 2, 0.85);
}

#homebtns div#btn3 h2 {
  background: rgba(99, 100, 102, 0.85);
}

#homebtns div#btn1 a:hover h2 {
  background: #636466;
  padding: 1.25em 0.5em;
}

#homebtns div#btn2 a:hover h2 {
  background: #020202;
  padding: 1.25em 0.5em;
}

#homebtns div#btn3 a:hover h2 {
  background: #636466;
  padding: 1.25em 0.5em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    CLEAN LIST
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.cleanlist li {
  font-size: 1.063em;
  line-height: 1.125em;
  margin: 0 0 0.5em;
  padding: 0.25em 0;
}

.cleanlist li ul {
  margin: 1em 0 0 1em;
  padding: 0;
}

.cleanlist li ul li {
  font-size: 1.063em;
  line-height: 1.125em;
  margin: 0 0 0.5em;
  padding: 0.25em 0;
}

.cleanlist .menu-item-239 {
  display: none;
}

.floorplangallery {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0 !important;
}
@media (max-width: 768px) {
  .floorplangallery {
    grid-template-columns: repeat(1, auto);
  }
}
.floorplangallery .plan {
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .floorplangallery .plan {
    padding: 0;
    max-width: 100% !important;
  }
}
.floorplangallery .plan a {
  display: block;
  padding: 2rem;
}
@media (max-width: 768px) {
  .floorplangallery .plan a {
    padding: 0;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    COMMUNITY SLIDER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#neighborhood-slider {
  overflow: hidden;
}

#comm-slider {
  width: 120%;
  margin-left: -10%;
}

#comm-slider .cycle-slide {
  padding: 2em 0.25em 2em 0.25em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    CONTACT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contactintro .wrapper-small h2,
#contactintro .wrapper-small p {
  margin-bottom: 0;
}

#contactintro .wrapper-small strong {
  text-transform: uppercase;
  font-weight: 700;
}

#contactintro .wrapper-small p a {
  color: #020202;
}

#contactintro .wrapper-small p a:hover {
  color: #145091;
}

#contactintro .wrapper-small p.bolded {
  font-weight: 700;
}

#googledirections form {
  display: table;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

#googledirections h3 {
  display: table-cell;
  margin: 0;
  padding: 0 2em 0 0;
  text-align: center;
  vertical-align: middle;
  width: 25%;
  text-transform: none;
  font-size: 2em;
  line-height: 1em;
}
@media screen and (max-width: 700px) {
  #googledirections h3 {
    width: 100%;
    display: block;
    margin-bottom: 0.5em;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #googledirections h3 {
    font-size: 1.4em;
  }
}

#saddr {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
  display: table-cell;
  font-size: 1em;
  height: 2.5em;
  margin: 0;
  padding: 0 2.75em 0 0;
  text-indent: 15px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  #saddr {
    width: 100%;
    display: block;
    clear: both;
  }
}

#saddr::-webkit-input-placeholder {
  color: #fff;
}

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

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

#saddr:-ms-input-placeholder {
  color: #fff;
}

#gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
}

#gmap iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

#interest-list {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
}

#interest-list h2 {
  font-size: 2.25em;
  margin: 0 0 0.5em 0;
  padding: 0;
  text-align: center;
  color: #145091;
}
@media screen and (max-width: 640px) {
  #interest-list h2 {
    font-size: 1.6em;
  }
}

#interest-list p {
  text-align: center;
  padding: 0 1em 0 1em;
  margin: 0 0 0.5em 0;
}

#interest {
  display: table;
  width: 100%;
}

#interest div {
  padding: 0.9em;
}

#interest div#sec1,
#interest div#sec2,
#interest div#sec3 {
  padding: 0;
}

#interest div#sec2 div.left {
  clear: left;
}

#interest label {
  width: 100%;
  letter-spacing: 1px;
  font-size: 1em;
  padding: 0.5em 0;
}

#interest input {
  width: 100%;
  background: none;
  color: #fff;
  padding: 0.75em 0.5em;
  letter-spacing: 0.5px;
  font-size: 1em;
  margin-top: 0.25em;
  border: 2px solid #fff;
}

#interest input.required-highlight {
  background-color: #f4e0e0;
  color: #000;
}

#interest textarea {
  width: 100%;
  background: none;
  padding: 0.75em 0.5em;
  margin-top: 0.5em;
  letter-spacing: 0.5px;
  font-size: 1em;
  resize: none;
  height: 9em;
  overflow: auto;
  border: 2px solid #fff;
  color: #636466;
}

#interest input[type=submit] {
  border: 2px solid #145091;
  margin: 0;
  width: 220px;
  height: 44px;
  z-index: 400;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-size: 1.5em;
  padding: 0.35em;
  background-color: #145091;
  display: inline-block;
  font-family: "p11neutratext-book", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
@media screen and (max-width: 640px) {
  #interest input[type=submit] {
    font-size: 1.25em;
  }
}

#interest input[type=submit]:hover {
  background-color: #fff;
  border-color: #fff;
  color: #145091;
  cursor: pointer;
}

#interest div#process,
#interest div#success {
  padding: 12em 0;
  color: #fff;
}

#form-submit {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

#process h4,
#success h4 {
  font-size: 2.25em;
  margin: 0 0 0.75em 0;
  padding: 0;
  text-align: center;
  color: #636466;
  text-align: center;
}

#process p,
#success p {
  color: #636466;
  text-align: center;
  margin: 0;
  padding: 0;
}

#errorchecking.alert {
  background-color: #f4e0e0;
  text-align: center;
  clear: both;
  margin-bottom: 2em;
  padding: 0.5em;
  margin: 0.9em;
}

#errorchecking.alert p {
  margin: 0;
  padding: 0;
  color: #d75959;
  text-transform: uppercase;
}

.select-box {
  width: 100%;
  padding: 0.75em 0.5em !important;
  margin: 0;
  margin-top: 0.25em;
  background: none;
  border: 2px solid #fff;
  box-shadow: none;
  font-size: 1em;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden;
  background: url("../../images/contact/arrow.png") no-repeat 98% 50%;
  color: #000;
}

.select-box select {
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1em;
  color: #fff;
  font-family: "p11neutratext-book", Helvetica, Arial, sans-serif;
}

.select-box select {
  outline: none;
}

.select-box select option {
  background-color: #020202;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    RESPONSIVE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media screen and (min-width: 1600px) {
  #slider {
    height: 500px;
  }
  #slider div.slide {
    height: 500px;
  }
} /* END 1200 PX */
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  #slider {
    height: 450px;
  }
  #slider div.slide {
    height: 450px;
  }
} /* END 1200 PX */
@media screen and (max-width: 1000px) {
  #dividend-navigation .wrapper ul li a {
    font-size: 0.9em;
    padding: 0.55em 0 0.55em 0;
  }
}
@media screen and (max-width: 900px) {
  #dividend-navigation.landing .wrapper ul li {
    padding: 1em 0.5em 1em 0.5em;
  }
}
@media screen and (max-width: 800px) {
  body {
    font-size: 15px;
  }
  .half,
  .third,
  .twothird,
  .fourth,
  .threefourth,
  .fifth {
    width: 100%;
  }
  #footer-community p a.footer-phone {
    width: 100%;
    clear: both;
    text-align: center;
    padding-left: 0;
    display: block;
  }
  .financing-left,
  .financing-right,
  .financing-left-half,
  .financing-right-half {
    padding: 2em;
    text-align: center;
    margin: 0 0 2em 0;
    width: 100%;
  }
  .topper p,
  .topper-rev p {
    padding: 0;
  }
  .home .carousel-boot {
    display: none;
  }
  .carousel-boot {
    background: #145091 url("../../images/global/line-background-small.gif") no-repeat center top;
  }
  .home-boot {
    height: 20px;
  }
  #dividend-navigation,
  #dividend-topper {
    display: none;
  }
  #homepush {
    margin-top: 0;
    display: none;
  }
  #phonetel {
    display: block;
  }
  #mobile-logo {
    display: block;
  }
  .js .slicknav_menu {
    display: block;
    top: 34px;
  }
  #slider div.slide img {
    display: block;
  }
  body.home #dividend-carousel-block {
    /*overflow: hidden;*/
  }
  #vertline,
  #horzline {
    display: none;
  }
  .callout-block {
    padding: 1.5em 1em 2em 1em;
    color: #fff;
    margin: 0em 1em 2em 1em;
  }
  .callout-block h3 {
    margin-bottom: 0;
  }
  .callout-block .callout-container {
    margin: 0;
    max-width: none;
    float: none;
    text-align: left;
  }
  .intro-right {
    width: 100%;
    float: none;
    padding: 0em 1.5em 0 1.5em;
    clear: both;
  }
  .intro-right p {
    /*margin-bottom: 0;*/
  }
  #homepush {
    height: 1px;
    margin-top: 0;
  }
  .home #slider {
    position: static !important;
    height: auto !important;
  }
  .home #slider div.slide {
    background: none !important;
    background-attachment: static;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin-top: 0px;
    width: 100%;
  }
  .hslide {
    height: auto;
    background: none !important;
  }
  .hslide img {
    display: block !important;
  }
  .community-logo {
    display: none;
  }
  /*.home h1.sectitle {
     font-size: 4.5em;
  }*/
  ul.wide-1 li,
  ul.wide-2 li,
  ul.wide-3 li {
    width: 100%;
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
  }
  #floorplansnav li a {
    font-size: 1.25em;
    padding: 0.5em 0.75em;
    /*width: calc(20% - 0.2em); */
  }
  .plancontent h2 a.button {
    position: static;
    display: block;
    font-size: 0.938rem;
    margin: 0 auto;
    margin-top: 1em;
  }
  .plancontent h2 ul li {
    display: block;
    list-style: none;
    font-size: 1.125rem;
    line-height: 30px;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    width: 100%;
  }
  #footernews .wrapper {
    width: 100%;
  }
  #fprendering ul li {
    width: 100%;
  }
  /*#floorplansnav li:nth-child(3):after {
     content: '\a';
     white-space: pre;
  }*/
  #floorplansnav li {
    width: calc(20% - 0.2em);
  }
  #footer-community p a.footer-phone {
    pointer-events: auto;
    cursor: pointer;
  }
  .community-icon {
    display: none !important;
  }
  #down {
    display: none;
  }
} /* END 768 PX */
@media screen and (max-width: 540px) {
  #neighborhood-slider {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #slider {
    height: 265px;
  }
  #slider div.slide {
    height: 200px;
    margin-top: 65px;
  }
} /* END 480 PX */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    DIVIDEND HEADER 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#dividend-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: #000;
  -webkit-box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.5);
  z-index: 999;
}
@media (max-width: 800px) {
  #dividend-header {
    display: none;
  }
}
@media (max-width: 768px) {
  #dividend-header {
    height: 75px;
    width: 50%;
    z-index: 1000;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

#dividend-header .wrapper {
  max-width: 980px;
}

#dividend-header #logo {
  max-width: 135px;
  padding: 10px 0 0;
  float: left;
  -webkit-box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.5);
}
@media (max-width: 768px) {
  #dividend-header #logo {
    max-width: 115px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.slicknav_menu {
  display: none;
}

#dividend-header #phonetel {
  color: #fff !important;
  display: none;
  font-size: 1.75em;
  position: fixed;
  right: 80px;
  top: 20px;
  z-index: 1200;
}

#dividend-header #menu-main-menu {
  margin: 0;
  padding: 20px 3em 0;
  list-style: none;
  float: left;
}

#dividend-header #menu-main-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  float: left;
  position: relative;
}

#dividend-header #menu-main-menu li a:link, #dividend-header #menu-main-menu li a:visited {
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 0;
  padding: 0.5em 1.25em 0;
  /*margin: .125em 1em 0;*/
  color: #fff;
}
@media (max-width: 980px) {
  #dividend-header #menu-main-menu li a:link, #dividend-header #menu-main-menu li a:visited {
    padding: 0.125em 0.75em 0;
  }
}
@media (max-width: 900px) {
  #dividend-header #menu-main-menu li a:link, #dividend-header #menu-main-menu li a:visited {
    font-size: 0.875em;
    padding: 0.4em 0.5em;
  }
}

#dividend-header #menu-main-menu li a:hover, #dividend-header #menu-main-menu li a:active {
  color: #d7751d;
}

#dividend-header #menu-main-menu li.active a {
  color: #d7751d;
}

/* START */
#dividend-header #menu-main-menu li ul {
  padding: 0;
  position: absolute;
  top: 35px;
  left: 0;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding-top: 30px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.5);
}

#dividend-header #menu-main-menu li ul li {
  background: #000;
}

#dividend-header #menu-main-menu li ul li a:link, #dividend-header #menu-main-menu li ul li a:visited {
  text-align: left;
  display: block;
  width: 200px;
  padding: 8px 0 8px 15px;
  background-color: #000;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
  -ms-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  cursor: pointer;
  text-transform: none;
}

#dividend-header #menu-main-menu li ul li a:hover, #dividend-header #menu-main-menu li ul li a:active {
  background-color: #3c3c3c;
  color: #fff;
}

#dividend-header #menu-main-menu li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 40px;
}

#dividend-header #menu-main-menu li ul li.nowselling a,
#dividend-header #menu-main-menu li ul li.comingsoon a {
  color: #fff !important;
  background-color: #000 !important;
  pointer-events: none !important;
  color: #d7751d !important;
  padding-top: 20px !important;
  padding-bottom: 5px !important;
  text-transform: uppercase !important;
}

/*

#dividend-header #menu-main-menu li ul li.nowselling::before {
      content: 'Now Selling';
}

#dividend-header #menu-main-menu li ul li.comingsoon::before {
   content: 'Coming Soon';
}

*/
/* END */
#dividend-header .social {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
}

#dividend-header .social li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}

#dividend-header .social li a:link, #dividend-header .social li a:visited {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 0.28em 0 0;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  vertical-align: center;
}
@media (max-width: 820px) {
  #dividend-header .social li a:link, #dividend-header .social li a:visited {
    font-size: 1.125em;
    height: 25px;
    margin: 0.25em 0 0;
    padding: 0.25em 0 0;
    width: 25px;
  }
}

#dividend-header .social li a:hover, #dividend-header .social li a:active {
  color: #020202;
}

#dividend-header .slicknav_nav .social li a {
  color: #fff;
}

#dividend-header .slicknav_nav .social li.current-menu-item a {
  color: #020202;
}

#dividend-header .slicknav_nav .social li a:hover {
  color: #000 !important;
}

#dividend-header-mobile {
  width: 100%;
  background-color: #000;
  padding: 8px 20px 8px 20px;
  overflow: hidden;
  display: none;
}
@media (max-width: 800px) {
  #dividend-header-mobile {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
  }
}
#dividend-header-mobile .wrapper {
  width: 100%;
  max-width: 1024px;
}
#dividend-header-mobile .dividend-header-mobile-logo {
  width: 175px;
  float: left;
}
@media (max-width: 480px) {
  #dividend-header-mobile .dividend-header-mobile-logo {
    width: 150px;
    padding-top: 2px;
  }
}
#dividend-header-mobile .dividend-header-mobile-logo img {
  width: 100%;
  height: auto;
}
#dividend-header-mobile .dividend-header-mobile-callout {
  width: calc(100% - 200px);
  float: right;
  text-align: right;
  padding-top: 2px;
}
@media (max-width: 480px) {
  #dividend-header-mobile .dividend-header-mobile-callout {
    width: calc(100% - 150px);
  }
}
#dividend-header-mobile .dividend-header-mobile-callout a {
  color: #daab28;
}
#dividend-header-mobile .dividend-header-mobile-callout a:hover {
  color: #fff;
}

.slicknav_nav .community-number {
  display: none;
}

a.landing-button {
  display: block;
  background-color: #145091;
  color: #fff;
  padding: 0.5em 1em;
  margin: 0;
  font-size: 1.35em;
  line-height: 1.2em;
  text-align: center;
  width: 180px;
  float: right;
  position: relative;
  margin-left: 15px;
  margin-bottom: 10px;
}
a.landing-button i {
  position: absolute;
  right: 15px;
  top: 24px;
}
a.landing-button:hover {
  background-color: #daab28;
}
@media (max-width: 640px) {
  a.landing-button {
    display: none;
  }
}

a.landing-button-alt {
  display: block;
  background-color: #145091;
  color: #fff;
  padding: 0.5em 1em;
  padding-right: 30px;
  margin: 0;
  font-size: 1.35em;
  line-height: 1.2em;
  text-align: center;
  width: 240px;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  display: none;
}
@media (max-width: 640px) {
  a.landing-button-alt {
    display: block;
  }
}
a.landing-button-alt i {
  position: absolute;
  right: 15px;
  top: 14px;
}
a.landing-button-alt:hover {
  background-color: #145091;
}

.bike-score {
  width: 100%;
  max-width: 250px;
  float: right;
  margin: 0 3em 30px 30px;
  padding: 20px;
  border: 1px solid #f0deab;
}
@media screen and (max-width: 700px) {
  .bike-score {
    max-width: 120px;
    padding: 10px;
    margin-right: 0;
  }
}
.bike-score img {
  width: 100%;
  height: auto;
  max-width: 100px;
}
.bike-score .bike-score-inner {
  width: calc(100% - 120px);
  float: right;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .bike-score .bike-score-inner {
    float: none;
    width: 100%;
  }
}
.bike-score .bike-score-inner h3 {
  font-size: 1.2em;
  line-height: 1.3em;
  margin: 0.5em 0 0 0;
  padding: 0;
  text-align: center !important;
}
.bike-score .bike-score-inner p {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 700px) {
  .bike-score .bike-score-inner p {
    display: none;
  }
}
.bike-score.home {
  margin: 10px 0 20px 20px;
  max-width: 120px;
  padding: 10px;
}
.bike-score.home .bike-score-inner {
  float: none;
  width: 100%;
}
.bike-score.home .bike-score-inner p {
  display: none;
}
.bike-score.home .bike-score-inner h3 a {
  color: #636466;
}
.bike-score.home .bike-score-inner h3 a:hover {
  color: #06446c;
}

#dividend-header #menu-main-menu {
  padding: 20px 4em 0 3em;
}
#dividend-header #menu-main-menu li a:link, #dividend-header #menu-main-menu li a:visited {
  padding: 0.5em 1em 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#dividend-header .social {
  margin: 15px 0 0;
  width: 55px;
}
#dividend-header .social li a:link, #dividend-header .social li a:visited {
  width: 25px;
  height: 25px;
  border: none;
}
@media screen and (max-width: 1000px) {
  #dividend-header #menu-main-menu {
    padding: 20px 0 0 1em;
  }
  #dividend-header #menu-main-menu li a:link, #dividend-header #menu-main-menu li a:visited {
    padding: 0.5em 1.25vw 0;
  }
}
@media screen and (max-width: 900px) {
  #dividend-header #menu-main-menu li a:link, #dividend-header #menu-main-menu li a:visited {
    padding: 0.5em 0.75vw 0;
  }
}

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