/* mobile nav tweaks for tablet */
.neighbourhood-sidenav .ultimatum-nav {
  background-color: #000610;
}
.neighbourhood-sidenav .ultimatum-nav a:hover:after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 30px;
  position: absolute;
  right: 15px;
  color: #ababab;
}
.neighbourhood-tabs #tab-1420746571-1-0 {
  /* Video Tab */
}
.neighbourhood-tabs #tab-1420746571-2-12 {
  /* Map Tab */
}
.listing-sidenav .ultimatum-nav a:hover:after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 30px;
  position: absolute;
  right: 15px;
  color: #ababab;
}
.listingdetail-tabs {
  margin-bottom: 0px !important;
}
.listingdetail-tabs .wpb_tab {
  padding: 0px !important;
}
.listingdetail-tabs .wpb_tabs_nav #ui-id-1::before {
  font-family: "FontAwesome";
  content: "\f030";
  margin-right: 10px;
  vertical-align: middle;
  font-size: 20px;
}
.listingdetail-tabs .wpb_tabs_nav #ui-id-2::before {
  font-family: "FontAwesome";
  content: "\f041";
  margin-right: 10px;
  vertical-align: middle;
  font-size: 20px;
}
.listingdetail-tabs .wpb_tabs_nav #ui-id-3::before {
  font-family: "FontAwesome";
  content: "\f03d";
  margin-right: 10px;
  vertical-align: middle;
  font-size: 20px;
}
.listingdetails-propertybrochure a::before {
  font-family: FontAwesome;
  content: "\f1c1";
  font-size: 20px;
  position: relative;
  margin-right: 8px;
  color: red;
}
.listingdetails-floorplans a::before {
  font-family: FontAwesome;
  content: "\f114";
  font-size: 20px;
  position: relative;
  margin-right: 8px;
  margin-left: 1px;
  color: #4f4f4f;
}
.listingdetails-infopackage a::before {
  font-family: FontAwesome;
  content: "\f129";
  font-size: 20px;
  position: relative;
  margin-right: 8px;
  margin-left: 4px;
  color: #4f4f4f;
}
.listingdetails-surveymap a::before {
  font-family: FontAwesome;
  content: "\f041";
  font-size: 20px;
  position: relative;
  margin-right: 8px;
  margin-left: 4px;
  color: #4f4f4f;
}
.listingdetails-features {
  padding: 15px 25px !important;
}
.btn {
  font-family: 'proxima-nova', helvetica, sans-serif;
  letter-spacing: 1px;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 2px;
  border: none;
  line-height: 1;
  margin-bottom: 20px;
}
.btn:last-child {
  margin-bottom: 20px;
}
.btn-green, .row-primary .btn-primary, .row-tertiary .btn-primary {
  background: #6bad30;
  color: #fff;
  border: 1px solid #6bad30 !important;
}
.btn-green:hover, .row-primary .btn-primary:hover, .row-tertiary .btn-primary:hover {
  background-color: #5b9329 !important;
  border: 1px solid #5b9329 !important;
  color: #fff !important;
}
.btn-green a, .row-primary .btn-primary a, .row-tertiary .btn-primary a {
  color: #fff !important;
}
.btn-green.outline, .row-primary .btn-primary.outline, .row-tertiary .btn-primary.outline {
  background: none !important;
  color: #6bad30 !important;
}
.btn-green.outline:hover, .row-primary .btn-primary.outline:hover, .row-tertiary .btn-primary.outline:hover {
  background-color: #6bad30 !important;
  color: #fff !important;
}
.btn-blue, .row-primary .btn-secondary, .row-secondary .btn-primary, .row-tertiary .btn-secondary {
  background: #3594ce !important;
  color: #fff !important;
  border: 1px solid #3594ce !important;
}
.btn-blue:hover, .row-primary .btn-secondary:hover, .row-secondary .btn-primary:hover, .row-tertiary .btn-secondary:hover {
  background-color: #2d7eaf !important;
  border: 1px solid #2d7eaf !important;
  color: #fff !important;
}
.btn-blue a, .row-primary .btn-secondary a, .row-secondary .btn-primary a, .row-tertiary .btn-secondary a {
  color: #fff !important;
}
.btn-blue.outline, .row-primary .btn-secondary.outline, .row-secondary .btn-primary.outline, .row-tertiary .btn-secondary.outline {
  background: none !important;
  color: #3594ce !important;
}
.btn-blue.outline:hover, .row-primary .btn-secondary.outline:hover, .row-secondary .btn-primary.outline:hover, .row-tertiary .btn-secondary.outline:hover {
  background-color: #3594ce !important;
  color: #fff !important;
  border: 1px solid #3594ce !important;
}
.btn-tertiary {
  background: #292929 !important;
  color: #fff !important;
}
.btn-tertiary:hover {
  background-color: #232323 !important;
}
.btn-tertiary a {
  color: #fff !important;
}
.btn-tertiary.outline {
  border: 1px solid #292929 !important;
  background: none !important;
  color: #292929 !important;
}
.btn-tertiary.outline:hover {
  background-color: #292929 !important;
  color: #fff !important;
}
.btn-highlight, .row-secondary .btn-secondary {
  background: #f5f5f5;
  color: #444;
  border: 1px solid #f5f5f5 !important;
}
.btn-highlight:hover, .row-secondary .btn-secondary:hover {
  background-color: #d0d0d0;
  border: 1px solid #d0d0d0 !important;
  color: #444 !important;
}
.btn-highlight a, .row-secondary .btn-secondary a {
  color: #fff !important;
}
.btn-highlight.outline, .row-secondary .btn-secondary.outline {
  background: none !important;
  color: #f5f5f5 !important;
}
.btn-highlight.outline:hover, .row-secondary .btn-secondary.outline:hover {
  background-color: #f5f5f5 !important;
  color: #444 !important;
}
.btn-lowlight {
  background: #cdcccc !important;
  color: #fff !important;
}
.btn-lowlight:hover {
  background-color: #aeadad !important;
}
.btn-lowlight a {
  color: #fff !important;
}
.btn-lowlight.outline {
  border: 1px solid #fff !important;
  background: none !important;
  color: #fff !important;
}
.btn-lowlight.outline:hover {
  background-color: #fff !important;
  color: #499820 !important;
}
.btn-white {
  background: #fff !important;
  color: #fff !important;
}
.btn-white:hover {
  background-color: #d9d9d9 !important;
}
.btn-white a {
  color: #fff !important;
}
.btn-white.outline {
  border: 1px solid #fff !important;
  background: none !important;
  color: #fff !important;
}
.btn-white.outline:hover {
  background-color: #fff !important;
  color: #fff !important;
}
.btn-gray {
  background: #666 !important;
  color: #fff !important;
}
.btn-gray:hover {
  background-color: #575757 !important;
}
.btn-gray a {
  color: #fff !important;
}
.btn-gray.outline {
  border: 1px solid #666 !important;
  background: none !important;
  color: #666 !important;
}
.btn-gray.outline:hover {
  background-color: #666 !important;
  color: #fff !important;
}
.btn-black {
  background: #000 !important;
  color: #fff !important;
}
.btn-black:hover {
  background-color: #000 !important;
}
.btn-black a {
  color: #fff !important;
}
.btn-black.outline {
  border: 1px solid #000 !important;
  background: none !important;
  color: #000 !important;
}
.btn-black.outline:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.row-section {
  clear: both;
  padding: 64px 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 992px) {
  .row-section {
    padding: 40px 0 !important;
  }
}
.row-section h1:first-child, .row-section h2:first-child {
  margin-top: 0;
}
.row-primary {
  background: #fff;
  color: #444;
}
.row-primary h1 {
  color: #444;
  font-weight: 200;
}
.row-primary h2 {
  color: #444;
}
.row-primary h3 {
  color: #444;
}
.row-primary hr {
  border-top: 5px solid #162e55;
}
.row-secondary {
  background: #6bad30;
  color: #fff !important;
}
.row-secondary h1 {
  color: white;
}
.row-secondary a {
  color: #a8deff;
}
.row-secondary li {
  list-style-type: circle;
}
.row-tertiary {
  background: #f5f5f5;
  color: #444 !important;
}
.fa-ul > li {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
.fa-ul > li i {
  padding: 10px 0;
}
.img-rotate {
  /* IE 9 */
  -ms-transform: rotate(-7deg);
  /* Chrome, Safari, Opera */
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.img-rotate shadow {
  box-shadow: 1px 5px 8px #333;
}
.row-padding, .hp-full-row, .hp-row {
  padding: 60px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row-padding, .hp-full-row, .hp-row {
    padding: 30px;
  }
}
.boxed-width .vc_column_container .wpb_wrapper {
  max-width: 74em;
  margin: 0 auto;
}
.force-boxed-width {
  max-width: 68em;
  margin: auto;
}
.test-btn {
  background-color: #b4d455;
  transition: 0.25s;
  border: 1px solid #879f40;
  border-radius: 20px;
  font-size: 40px;
  padding: 0.25em 0.5em;
  color: #fff;
  text-align: center;
}
.test-btn:hover {
  cursor: pointer;
  background-color: #99b448;
  border-color: #6c7f33;
}
body, html {
  overflow-x: hidden;
}
body {
  overflow-y: hidden;
}
body p, body ul {
  font-size: 1.2em;
}
body a {
  transition: 0.2s all;
  color: #3594ce;
}
body a:hover, body a:active, body a:visited, body a:link, body a:focus {
  text-decoration: none;
  transition: 0.2s all;
}
body * {
  -webkit-font-smoothing: antialiased;
}
body h1 {
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  body h1 {
    font-size: 32px;
  }
}
body h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bolder;
}
@media screen and (max-width: 768px) {
  body h2 {
    font-size: 20px;
  }
}
body h3 {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  body h3 {
    font-size: 18px;
  }
}
body p, body ul, body li {
  font-family: 'Libre Baskerville', serif;
}
.libre {
  font-family: 'Libre Baskerville', serif !important;
}
.hp-full-row {
  color: #c0ff33;
  background: url('/wp-content/uploads/2014/01/banner_hp1.jpg') no-repeat center;
  margin: 0px !important;
  width: 100%;
  height: 100vh;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hp-full-row {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .hp-full-row {
    height: auto !important;
  }
}
.hp-row {
  color: #c0ff33;
  margin: 0px !important;
  width: 100%;
  height: auto;
  position: relative;
  background: transparent !important;
}
.hp-row:before {
  content: "";
  background: #666;
  height: 100%;
  background-size: cover;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-filter: none;
  filter: none;
}
.fw-wrapper > .container {
  width: 100% !important;
}
.v-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.col-md-12 {
  padding: 0px !important;
}
.hp-full-row2 {
  color: #d3c4ff;
  background: url('/wp-content/uploads/2014/11/springfield2040building.jpg') center no-repeat;
  margin: 0px !important;
  width: 100%;
  height: 100vh;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hp-full-row2 {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .hp-full-row2 {
    height: auto !important;
  }
}
.text-shadow {
  text-shadow: 2px 2px 0 rgba(69, 69, 69, 0.5);
}
.text-white {
  color: #fff;
}
.text-white a, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white span, .text-white p {
  color: #fff;
}
.text-colored, .text-blue, .text-blue-lt, .text-green, .text-red, .text-navy {
  font-family: 'proxima-nova', helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.text-colored a, .text-blue a, .text-blue-lt a, .text-green a, .text-red a, .text-navy a, .text-colored h1, .text-blue h1, .text-blue-lt h1, .text-green h1, .text-red h1, .text-navy h1, .text-colored h2, .text-blue h2, .text-blue-lt h2, .text-green h2, .text-red h2, .text-navy h2, .text-colored h3, .text-blue h3, .text-blue-lt h3, .text-green h3, .text-red h3, .text-navy h3, .text-colored h4, .text-blue h4, .text-blue-lt h4, .text-green h4, .text-red h4, .text-navy h4, .text-colored h5, .text-blue h5, .text-blue-lt h5, .text-green h5, .text-red h5, .text-navy h5, .text-colored span, .text-blue span, .text-blue-lt span, .text-green span, .text-red span, .text-navy span, .text-colored p, .text-blue p, .text-blue-lt p, .text-green p, .text-red p, .text-navy p {
  color: #3594ce !important;
}
.text-blue {
  color: #3594ce !important;
}
.text-blue a, .text-blue h1, .text-blue h2, .text-blue h3, .text-blue h4, .text-blue h5, .text-blue span, .text-blue p {
  color: #3594ce !important;
}
.text-blue-lt {
  color: #78d9ff !important;
}
.text-blue-lt a, .text-blue-lt h1, .text-blue-lt h2, .text-blue-lt h3, .text-blue-lt h4, .text-blue-lt h5, .text-blue-lt span, .text-blue-lt p {
  color: #78d9ff !important;
}
.text-green {
  color: #6bad30 !important;
}
.text-green a, .text-green h1, .text-green h2, .text-green h3, .text-green h4, .text-green h5, .text-green span, .text-green p {
  color: #6bad30 !important;
}
.text-red {
  color: #c62424 !important;
}
.text-red a, .text-red h1, .text-red h2, .text-red h3, .text-red h4, .text-red h5, .text-red span, .text-red p {
  color: #c62424 !important;
}
.text-navy {
  color: #162e55 !important;
}
.text-navy a, .text-navy h1, .text-navy h2, .text-navy h3, .text-navy h4, .text-navy h5, .text-navy span, .text-navy p {
  color: #162e55 !important;
}
.scroll-2-top {
  display: block;
  height: 80px;
  width: 80px;
  position: fixed;
  bottom: 20px;
  right: -100px;
  background: silver;
  text-align: center;
  opacity: 0;
  border-radius: 30px;
  transition: 0.25s all;
  cursor: pointer;
}
.scroll-2-top:hover {
  opacity: 1 !important;
}
.scroll-2-top:before {
  font-family: FontAwesome;
  content: "\f062";
  color: black;
  font-size: 55px;
  text-align: center;
}
@media (max-width: 768px) {
  .scroll-2-top {
    width: 40px;
    height: 40px;
    border-radius: 15px;
  }
  .scroll-2-top:before {
    font-size: 27px;
  }
}
.force-boxed {
  -webkit-display: flex;
  display: flex;
  justify-content: center;
}
.force-boxed .vc_col-sm-1 {
  max-width: 100px;
}
.force-boxed .vc_col-sm-2 {
  max-width: 200px;
}
.force-boxed .vc_col-sm-3 {
  max-width: 300px;
}
.force-boxed .vc_col-sm-4 {
  max-width: 400px;
}
.force-boxed .vc_col-sm-5 {
  max-width: 500px;
}
.force-boxed .vc_col-sm-6 {
  max-width: 600px;
}
.force-boxed .vc_col-sm-7 {
  max-width: 700px;
}
.force-boxed .vc_col-sm-8 {
  max-width: 800px;
}
.force-boxed .vc_col-sm-9 {
  max-width: 900px;
}
.force-boxed .vc_col-sm-10 {
  max-width: 1000px;
}
.force-boxed .vc_col-sm-11 {
  max-width: 1100px;
}
.force-boxed .vc_col-sm-12 {
  max-width: 1200px;
}
.hp-hero {
  height: 80vh;
  min-height: 460px;
  padding: 70px 0px 60px;
  background: url('/wp-content/uploads/2015/09/bigstock-Fresh-Apples-22969067-hero.jpg');
  background-size: cover;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.25);
  background-position: 50% 20%;
}
.hp-hero:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background-color: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000',GradientType=0);
  background-blend-mode: multiply;
  position: absolute;
  height: 20%;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .hp-hero {
    background-image: url('/wp-content/uploads/2015/09/bigstock-Fresh-Apples-22969067-hero-mobile.jpg');
  }
}
@media screen and (max-width: 768px) {
  .hp-hero {
    height: 480px;
    padding-top: 0px;
  }
}
.hp-hero .wpb_column {
  height: 100%;
  /*these 2 lines are for video only*/
}
.hp-hero .wpb_wrapper {
  max-width: 925px !important;
  height: 80%;
}
.hp-hero .hp-chevron {
  top: 100%;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  font-size: 3.8rem;
}
@media (max-width: 992px) {
  .hp-hero .hp-chevron {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hp-hero {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hp-hero .hero-logo {
    max-width: 120px;
  }
}
.home header.headwrapper {
  z-index: 3;
  width: 100%;
  background-color: white;
}
.home .heading {
  font-size: 45px;
  font-weight: 200;
  text-transform: none;
}
.home .heading.hero {
  font-weight: 400;
}
.nav-holder * {
  font-family: 'proxima-nova', helvetica neue, helvetica !important;
}
#wrapper-7 .col-md-12 {
  min-height: 0 !important;
}
#wrapper-7 .nav-holder {
  font-weight: bold;
}
.ut-layout-blog h1.entry-title.post-header {
  padding: 107px;
}
@media screen and (max-width: 768px) {
  .ut-layout-blog h1.entry-title.post-header {
    padding: 50px;
  }
}
.field_blog_thumbnail {
  max-height: 300px;
}
.field_blog_thumbnail img {
  max-height: 300px;
  max-width: 544px;
  height: auto;
  width: auto;
}
#wrapper-17 #container-17 {
  height: 100%;
  margin: 16px auto;
}
@media (max-width: 1200px) {
  #wrapper-17 #container-17 {
    width: 100%;
  }
}
@media (max-width: 1040px) {
  #wrapper-17 #container-17 .menu-item a {
    font-size: 12px;
  }
}
#wrapper-17 #container-17 .row {
  height: 100%;
}
#wrapper-17 #container-17 .row #col-17-2 {
  height: 100%;
}
#wrapper-17 #container-17 .row #col-17-2 .colwrapper {
  height: 100%;
}
#wrapper-17 .top-menu {
  line-height: 40px;
  text-transform: uppercase;
}
#wrapper-17 .top-menu a {
  color: #444;
  padding: 0px;
  font-size: 14px;
}
#wrapper-17 .top-menu a.fa {
  color: #f5f5f5;
  font-size: 20px;
  padding: 10px 0;
  height: 100%;
}
#wrapper-17 .logo {
  padding-top: 1px;
  height: 38px;
}
.main-menu {
  position: absolute;
  z-index: 25;
  width: 100%;
}
#comments, #respond {
  max-width: 1170px;
  margin: auto;
}
input#alobaidi-captcha-comment-field {
  margin-left: 15px;
}
.main-menu nav.nav-holder {
  width: 100%;
}
.main-menu nav.nav-holder ul.navigation.ultimatum-menu-nav {
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-around;
  padding-top: 16px;
}
.main-menu nav.nav-holder ul.navigation.ultimatum-menu-nav li a {
  color: #f3f3f3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
  padding: 12px 18px 10px;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .main-menu nav.nav-holder ul.navigation.ultimatum-menu-nav li a {
    font-size: 12px;
  }
}
.main-menu nav.nav-holder ul.navigation.ultimatum-menu-nav li a:link, .main-menu nav.nav-holder ul.navigation.ultimatum-menu-nav li a:visited, .main-menu nav.nav-holder ul.navigation.ultimatum-menu-nav li a:active {
  text-decoration: none;
}
.main-menu nav.nav-holder ul.navigation.ultimatum-menu-nav li a:hover {
  text-decoration: none;
  background-color: rgba(256, 256, 256, 0.3);
}
.main-menu nav.nav-holder ul.navigation.ultimatum-menu-nav li ul li a {
  color: #444 !important;
}
.shares > div {
  opacity: 1 !important;
  visibility: visible !important;
  height: 40px;
}
.shares > div img {
  height: 42px;
}
#wrapper-20 {
  position: fixed;
  height: 40px;
  width: 100%;
  z-index: 99;
}
#container-20 {
  padding: 0;
}
#container-20 .navbar {
  border: none;
  margin: -2px 0 0 0;
}
#container-20 .navbar .navbar-header {
  background-color: #6bad30;
  margin: 0;
}
#container-20 .navbar .navbar-header .navbar-toggle, #container-20 .navbar .navbar-header .navbar-toggle:focus, #container-20 .navbar .navbar-header .navbar-toggle:hover {
  background-color: transparent;
  border-radius: 2px;
}
#container-20 .navbar .navbar-header .navbar-toggle .icon-bar, #container-20 .navbar .navbar-header .navbar-toggle:focus .icon-bar, #container-20 .navbar .navbar-header .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}
input#pwbox-87 {
  color: black;
}
img.hero-logo {
  max-width: 160px;
}
.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  z-index: 9;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
  color: #eee;
}
.hero-text h1 {
  margin-top: 0;
}
.hero-text em {
  font-size: 24px;
  font-family: serif;
}
.hero-text .btn-hero {
  font-size: 16px;
  font-weight: normal;
  margin-top: 22px;
  padding: 14px 26px;
  letter-spacing: 1px;
  border-radius: 24px;
  text-shadow: none !important;
  background-color: #3cc3d4;
  color: white;
}
.hero-text .btn-hero:hover {
  background-color: #33a6b4;
}
@media screen and (max-width: 1024px) {
  .box-container .box h2 {
    font-size: 1.2em !important;
  }
  .box-container .box h3 {
    font-size: 1em !important;
  }
}
.box-container {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.box-container .box {
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-box-flex: 1;
  /* OLD - Firefox 19- */
  -moz-box-flex: 1;
  /* For old syntax, otherwise collapses. */
  width: 20%;
  /* Chrome */
  -webkit-flex: 1;
  /* IE 10 */
  -ms-flex: 1;
  flex: 1 1 20%;
  background-position: center center;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  height: 18vw;
  background-color: #6bad30;
  position: relative;
  align-items: center;
  background-size: cover;
}
@media screen and (max-width: 1025px) {
  .box-container .box {
    height: 20vw;
  }
}
@media screen and (min-width: 992px) {
  .box-container .box div {
    padding: 25px;
  }
}
@media screen and (max-width: 992px) {
  .box-container .box {
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-box-flex: 1 1 50%;
    /* OLD - Firefox 19- */
    -moz-box-flex: 1 1 50%;
    /* For old syntax, otherwise collapses. */
    width: 50%;
    /* Chrome */
    -webkit-flex: 1 1 50%;
    /* IE 10 */
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    height: 192px;
    padding: 8px;
  }
}
.box-container .box h3, .box-container .box h2 {
  color: white;
}
.box-container .box h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bolder;
}
@media sreen and (max-width: 1025px) {
  .box-container .box h2 {
    font-size: 1.4em !important;
  }
}
.box-container .box h3 {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-size: 16px;
  margin-top: -8px;
  line-height: 1.4;
}
@media sreen and (max-width: 1025px) {
  .box-container .box h3 {
    font-size: 1em !important;
  }
}
.box-container .box:nth-child(1) {
  background-image: url('/wp-content/uploads/2015/10/blonde_boy_eating_apple.jpg');
}
@media screen and (max-width: 992px) {
  .box-container .box:nth-child(1) {
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-box-ordinal-group: 2;
    /* OLD - Firefox 19- */
    -moz-box-ordinal-group: 2;
    /* TWEENER - IE 10 */
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 992px) {
  .box-container .box:nth-child(2) {
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-box-ordinal-group: 1;
    /* OLD - Firefox 19- */
    -moz-box-ordinal-group: 1;
    /* TWEENER - IE 10 */
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.box-container .box:nth-child(3) {
  background-image: url('/wp-content/uploads/2015/09/AA-hero-mobile.jpg');
}
@media screen and (max-width: 992px) {
  .box-container .box:nth-child(3) {
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-box-ordinal-group: 3;
    /* OLD - Firefox 19- */
    -moz-box-ordinal-group: 3;
    /* TWEENER - IE 10 */
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media screen and (max-width: 992px) {
  .box-container .box:nth-child(4) {
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-box-ordinal-group: 4;
    /* OLD - Firefox 19- */
    -moz-box-ordinal-group: 4;
    /* TWEENER - IE 10 */
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
}
.box-container .box:nth-child(5) {
  background-image: url('/wp-content/uploads/2015/10/apple_cutter.jpg');
}
@media screen and (max-width: 992px) {
  .box-container .box:nth-child(5) {
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-box-ordinal-group: 6;
    /* OLD - Firefox 19- */
    -moz-box-ordinal-group: 6;
    /* TWEENER - IE 10 */
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
}
@media screen and (max-width: 992px) {
  .box-container .box:nth-child(6) {
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-box-ordinal-group: 5;
    /* OLD - Firefox 19- */
    -moz-box-ordinal-group: 5;
    /* TWEENER - IE 10 */
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
}
.box-container .box:nth-child(7) {
  background-image: url('/wp-content/uploads/2015/10/chef_offering_apple.jpg');
}
@media screen and (max-width: 992px) {
  .box-container .box:nth-child(7) {
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-box-ordinal-group: 7;
    /* OLD - Firefox 19- */
    -moz-box-ordinal-group: 7;
    /* TWEENER - IE 10 */
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
}
@media screen and (max-width: 992px) {
  .box-container .box:nth-child(8) {
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-box-ordinal-group: 8;
    /* OLD - Firefox 19- */
    -moz-box-ordinal-group: 8;
    /* TWEENER - IE 10 */
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
}
.box-container .box:nth-child(9) {
  background-image: url('/wp-content/uploads/2015/09/motherdaughter-apple.jpg');
}
@media screen and (max-width: 992px) {
  .box-container .box:nth-child(9) {
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-box-ordinal-group: 10;
    /* OLD - Firefox 19- */
    -moz-box-ordinal-group: 10;
    /* TWEENER - IE 10 */
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
}
@media screen and (max-width: 992px) {
  .box-container .box:nth-child(10) {
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-box-ordinal-group: 9;
    /* OLD - Firefox 19- */
    -moz-box-ordinal-group: 9;
    /* TWEENER - IE 10 */
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
}
.subpage-header {
  padding: 80px 0 60px;
  border-bottom: 8px solid #1b5c11;
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  .subpage-header {
    padding: 20px 0 40px;
  }
}
#container-7 .col-md-12 {
  height: 0 !important;
}
.extra-padding {
  padding: 60px 0 80px 0;
}
.remove-bot-margin {
  margin-bottom: 0 !important;
}
.add-bot-margin {
  margin-bottom: 40px !important;
}
#cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #6d9c41;
  left: 0;
  top: 0;
  z-index: 999999;
}
#cover .icon-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#cover .icon-wrap i {
  position: relative;
}
.btn-blog {
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .btn-blog {
    position: static;
  }
}
#YouTubeModalContent .close {
  font-size: 4em;
  padding-top: 5px;
}
#YouTubeModalContent .modal-body {
  height: 94%;
}
.pp_hoverContainer {
  display: none !important;
}
.row-social .blog-date {
  font-style: italic;
  color: #909090 !important;
}
.row-social .blog-teaser-block {
  margin-bottom: 32px;
}
.row-social .col-md-4:first-child, .row-social .vc_col-sm-4:first-child {
  padding-right: 24px;
}
@media screen and (max-width: 992px) {
  .row-social .col-md-4:first-child, .row-social .vc_col-sm-4:first-child {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row-social .col-md-4:nth-child(2), .row-social .vc_col-sm-4:nth-child(2) {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 992px) {
  .row-social .col-md-4:nth-child(2), .row-social .vc_col-sm-4:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row-social .col-md-4:last-child, .row-social .vc_col-sm-4:last-child {
  padding-left: 24px;
}
@media screen and (max-width: 992px) {
  .row-social .col-md-4:last-child, .row-social .vc_col-sm-4:last-child {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.caret-down:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  width: 0;
  height: 0;
  z-index: 9;
  border-top: solid 50px #f5f5f5;
  border-left: solid 50px transparent;
  border-right: solid 50px transparent;
}
.row-title {
  background: #f5f5f5;
}
.row-title .wpb_column {
  max-width: 840px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}
.btn-social {
  margin: 0 0 20px 0 !important;
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
}
.btn-social:hover {
  color: #2d7eaf;
}
.btn-twitter {
  background-color: #55acee !important;
}
.btn-facebook {
  background-color: #3b5998 !important;
}
.btn-youtube {
  background-color: #e52d27 !important;
}
.btn-pinterest {
  background-color: #bd081c !important;
}
.row-btn-fix .wpb_wrapper {
  position: relative;
}
.row-pie {
  height: 900px;
}
@media screen and (max-width: 992px) {
  .row-pie {
    height: auto;
  }
}
.row-pie p, .row-pie li {
  list-style: none;
  font-size: 20px;
}
.row-pie li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 5px 0 -25px;
  color: #91e740;
}
.blog-teaser-block a:hover {
  color: #878787;
}
.blog-teaser-block .blog-teaser-cell {
  margin: auto;
}
.blog-teaser-block .blog-teaser-cell img {
  width: 100%;
}
.home footer .pie-footer {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 992px) {
  .home footer .pie-footer {
    position: relative;
  }
}
@media screen and (max-width: 992px) {
  .home footer .pie-footer {
    bottom: 0;
  }
}
.home footer .footer-legals {
  bottom: 20px;
}
.home footer .geton-link a {
  color: #f3f3f3;
}
.footer-legals a {
  color: #fff;
}
.footer-legals a:hover {
  color: #6bad30;
}
footer {
  position: relative;
  width: 100vw;
}
footer .pie-footer {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 60px 0px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 992px) {
  footer .pie-footer {
    background-color: #232323;
    padding: 60px 0px 100px;
  }
}
footer .pie-footer h2 {
  color: white;
}
footer .pie-footer .footer-logo {
  max-width: 180px;
  opacity: 0.8;
  opacity: 0.8;
  display: block;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
  margin: auto;
}
@media screen and (max-width: 992px) {
  footer .pie-footer .footer-logo {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 20px;
  }
}
footer .pie-footer .row-social-footer {
  padding-bottom: 18px;
}
footer .pie-footer .row-social-footer a {
  width: 40px;
  height: 40px;
  display: inline-block;
}
footer .pie-footer .row-social-footer a i {
  color: white;
  padding-top: 6px;
}
footer .footer-legals {
  text-align: center;
  color: white;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
footer .geton-link {
  text-align: center;
  color: white;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
footer .geton-link a {
  color: #8c8c8c;
}
.row-social-footer {
  padding-bottom: 18px;
}
.row-social-footer a {
  width: 40px;
  height: 40px;
  display: inline-block !important;
  color: white;
  font-size: 1.5em;
  padding-top: 9px !important;
  font-family: 'FontAwesome' !important;
  text-align: center;
  transition: 0.5s all;
}
.row-social-footer a:hover {
  opacity: 0.5;
  transition: 0.2s all;
}
.uvc-video-fixer .mbYTP_wrapper iframe {
  margin-left: -14% !important;
  margin-top: 0px !important;
}
.arctic-granny, .arctic-golden {
  max-height: 370px;
  overflow: hidden;
}
.text-column {
  max-width: 30em;
}
.center {
  margin: 0 auto;
}
#cff .cff-author {
  display: none;
}
#cff .cff-shared-link {
  display: none;
}
.col-youtube-hack {
  height: 30px;
  margin-top: 22px;
}
.single-post .field_blog_thumbnail, .single-post .form-allowed-tags {
  display: none;
}
.single-post .post-header {
  padding: 20px 0 40px 0;
  text-align: center;
  margin: 0 0 1em 0;
  color: white;
  background: #6bad30 none repeat scroll 0% 0%;
  border-bottom: 8px solid #1b5c11;
  text-shadow: 2px 2px 0px rgba(69, 69, 69, 0.5);
}
.single-post .entry-content {
  max-width: 74em;
  margin: auto;
}
.single-post .entry-content p {
  font-size: 16px;
  max-width: 34em;
  line-height: 1.6;
  margin: 22px auto;
}
.single-post .entry-content p:first-child {
  font-style: italic;
  font-size: 18px;
}
.single-post .entry-content ul {
  max-width: 34em;
  margin: 22px auto;
  line-height: 1.6;
}
.single-post .entry-content ol {
  max-width: 34em;
  margin: 22px auto;
  line-height: 1.6;
}
.single-post .entry-content .field_blog_thumbnail {
  text-align: center;
}
.single-post .entry-content .field_blog_thumbnail img {
  max-width: 100%;
  margin-bottom: 2em;
}
ul#menu-sitemap a {
  font-size: 20px;
}
.blog #content {
  margin: 40px 0;
}
.blog article {
  margin: 20px;
  position: relative;
}
.blog .read-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.img-row .wpb_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
}
.img-row .wpb_wrapper .flex-item {
  width: 16.66667%;
}
@media screen and (max-width: 1024px) {
  .img-row .wpb_wrapper .flex-item {
    width: 33.3%;
  }
}
@media screen and (max-width: 992px) {
  .img-row .wpb_wrapper .flex-item {
    width: 50%;
  }
}
.shift-up {
  margin-top: -20px;
}
.card {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.11);
  padding: 40px 30px;
  z-index: 2;
}
.card h2, .card h3 {
  margin-top: 0;
}
.vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline-custom {
  line-height: 1;
  border: 1px solid #666;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.modal-open {
  padding: 0 !important;
}
.modal {
  padding: 0 !important;
}
.modal .modal-dialog {
  width: 80%;
  height: 80%;
}
@media screen and (max-width: 992px) {
  .modal .modal-dialog {
    width: 90%;
  }
}
.modal .modal-dialog .close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 6em;
  line-height: 0.5;
  z-index: 9;
}
.modal .modal-dialog .modal-content {
  height: 100%;
}
.modal .modal-dialog .modal-content .modal-body {
  height: 100%;
}
.modal .modal-dialog .modal-content .modal-body iframe {
  height: 100%;
}
.text-col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .text-col-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.widget {
  /*get Bootstrap nav to convert to mobile at 992 instad of 768*/
}
@media screen and (max-width: 900px) {
  .widget .form-search {
    text-align: center;
  }
}
.widget .form-search input {
  height: 40px;
  width: 240px;
  border: 1px solid #a9a9a9;
  border-right: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .widget .form-search input {
    width: 60%;
  }
}
.widget .form-search button {
  height: 40px;
  margin: -2px 20px 0 0;
  border: 1px solid #a9a9a9;
  border-left: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.widget .form-search button i {
  font-size: 1.5em;
}
@media (min-width: 768px) and @media (max-width: 992px) {
  #col-20-2 {
    padding: 0;
  }
  #col-20-2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
    /* since 3.1.0 */
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
}
.widget_categories {
  float: right;
}
@media screen and (max-width: 900px) {
  .widget_categories {
    float: none;
  }
}
@media screen and (max-width: 900px) {
  .widget_categories #cat {
    display: block;
    margin: 0 auto;
  }
}
.widget_ultimatumsearch {
  float: right;
}
@media screen and (max-width: 900px) {
  .widget_ultimatumsearch {
    float: none;
  }
}
.blog-headline {
  float: left;
}
@media screen and (max-width: 900px) {
  .blog-headline {
    text-align: center;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .center-on-mobile {
    text-align: center;
  }
  .type-post.status-publish.format-standard.has-post-thumbnail {
    box-shadow: none !important;
    padding: 0;
  }
  .type-post.status-publish.format-standard.has-post-thumbnail:hover {
    background: none !important;
  }
  .type-post.status-publish.format-standard.has-post-thumbnail img {
    width: 30%;
    float: left;
  }
  .type-post.status-publish.format-standard.has-post-thumbnail h2 {
    margin: 0 0 20px 10px;
    display: inline-block;
    width: 66%;
    font-size: 18px;
  }
  .type-post.status-publish.format-standard.has-post-thumbnail .read-more {
    bottom: 40px;
    font-size: 14px;
  }
}
.twitter-feed #twitter-widget-0 .timeline .stream {
  overflow-y: hidden !important;
}
#cff {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}
#cff .cff-text {
  font-size: 14px;
}
.sticky-nav-logo {
  display: none;
}
.sticky-nav-logo img {
  width: 40px;
  margin-top: -4px;
}
.nav-holder ul li ul li > a {
  font-size: 14px !important;
}
@media (max-width: 992px) {
  #container-20 {
    width: 100%;
  }
  #container-20 .container-fluid {
    padding: 0;
  }
  #bodywrapper {
    margin-top: 40px;
  }
}
.mobile-nav-logo {
  max-width: 120px;
  left: 15px;
  top: 8px;
  position: absolute;
}
.hp-jump-wrapper {
  position: absolute;
  bottom: 0;
}
.ultimatum-menu .search-table .search-button input[type=submit] {
  font-family: FontAwesome !important;
}
.ext-overlay {
  position: fixed;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
  top: 0;
}
.ext-overlay .ext-container {
  width: 50%;
  max-width: 400px;
  min-width: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: whitesmoke;
  padding: 35px;
}
