@charset "UTF-8";
@font-face {
  font-family: "Verlag Book";
  src: url("../fonts/verlag_book-webfont.eot");
  src: url("../fonts/verlag_book-webfont.eot") format("embedded-opentype"), url("../fonts/verlag_book-webfont.woff2") format("woff2"), url("../fonts/verlag_book-webfont.woff") format("woff"), url("../fonts/verlag_book-webfont.ttf") format("truetype"), url("../fonts/verlag_book-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Verlag Black";
  src: url("../fonts/verlag_black-webfont.eot");
  src: url("../fonts/verlag_black-webfont.eot") format("embedded-opentype"), url("../fonts/verlag_black-webfont.woff2") format("woff2"), url("../fonts/verlag_black-webfont.woff") format("woff"), url("../fonts/verlag_black-webfont.ttf") format("truetype"), url("../fonts/verlag_black-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Verlag Light";
  src: url("../fonts/verlag_light-webfont.eot");
  src: url("../fonts/verlag_light-webfont.eot") format("embedded-opentype"), url("../fonts/verlag_light-webfont.woff2") format("woff2"), url("../fonts/verlag_light-webfont.woff") format("woff"), url("../fonts/verlag_light-webfont.ttf") format("truetype"), url("../fonts/verlag_light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Verlag Book Italic";
  src: url("../fonts/verlag_book_italic-webfont.eot");
  src: url("../fonts/verlag_book_italic-webfont.eot") format("embedded-opentype"), url("../fonts/verlag_book_italic-webfont.woff2") format("woff2"), url("../fonts/verlag_book_italic-webfont.woff") format("woff"), url("../fonts/verlag_book_italic-webfont.ttf") format("truetype"), url("../fonts/verlag_book_italic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* SASS Partial */
/* Overrides styles sass/from vars/variables */
/* Typography  */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Verlag Book", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  text-transform: none;
}

/* body styles */
body {
  font-family: "Verlag Book", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #222222;
  background-color: #fff;
  font-weight: 400;
}

/* styling for lists */
ul.a {
  list-style-type: circle;
}

ul.b {
  list-style-type: square;
}

ol.c {
  list-style-type: upper-roman;
}

ol.d {
  list-style-type: lower-alpha;
}

/* various text fonts */
.custom-text.ot-about-text, .post-content p, .post-content .body, .custom-text.biz-page-text p {
  font-size: 1.2em;
}

.node--type-portfolio .field.field--name-body.field__item p {
  font-size: 1.1em;
}

.gsc-accordion .panel-body p {
  font-size: 1.2em;
}

.event-list-item .event-body {
  color: #333;
  font-size: 1.1em;
}

/* Custom text fonts */
.custom-text p {
  font-size: 1.2em;
}
.custom-text ul li {
  font-size: 1.2em;
}

.gsc-heading .title-desc p {
  font-size: 1.1em;
  color: #333;
  font-family: "Verlag Book", sans-serif;
}

strong, p strong {
  font-family: "verlagblack", "Verlag Black", sans-serif;
  font-weight: normal;
}

.no-top-margin {
  margin-top: 0;
}

.no-bottom-margin {
  margin-bottom: 0;
}

table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td {
  border-color: #fff;
  border-width: 0;
  border-style: none;
}

/* File icons. */
.file {
  padding-left: 20px;
  /* LTR */
  display: inline-block;
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  /* LTR */
}

[dir=rtl] .file {
  padding-left: inherit;
  padding-right: 20px;
  background-position: right center;
}

.file--general,
.file--application-octet-stream {
  background-image: url(../images/icons/application-octet-stream.png);
}

.file--package-x-generic {
  background-image: url(../images/icons/package-x-generic.png);
}

.file--x-office-spreadsheet {
  background-image: url(../images/icons/x-office-spreadsheet.png);
}

.file--x-office-document {
  background-image: url(../images/icons/x-office-document.png);
}

.file--x-office-presentation {
  background-image: url(../images/icons/x-office-presentation.png);
}

.file--text-x-script {
  background-image: url(../images/icons/text-x-script.png);
}

.file--text-html {
  background-image: url(../images/icons/text-html.png);
}

.file--text-plain {
  background-image: url(../images/icons/text-plain.png);
}

.file--application-pdf {
  background-image: url(../images/icons/application-pdf.png);
}

.file--application-x-executable {
  background-image: url(../images/icons/application-x-executable.png);
}

.file--audio {
  background-image: url(../images/icons/audio-x-generic.png);
}

.file--video {
  background-image: url(../images/icons/video-x-generic.png);
}

.file--text {
  background-image: url(../images/icons/text-x-generic.png);
}

.file--image {
  background-image: url(../images/icons/image-x-generic.png);
}

/* buttons and links */
/* Home page read more */
.home-read-more .read-more-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 180px;
  text-align: center;
}
.home-read-more .read-more-button a {
  font-size: 14px;
  background: #F6C65B;
  color: #222222;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-weight: 700;
  padding: 5px;
  position: relative;
  display: block;
  line-height: 1.3;
  z-index: 1;
  letter-spacing: 0.5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: uppercase;
  font-family: "Verlag Book", sans-serif;
  border: 0;
}
.home-read-more .read-more-button a:hover, .home-read-more .read-more-button a:active {
  color: #fff;
  background: #888;
  transition: all 0.35s;
}

span.btn-normal a {
  font-size: 14px;
  background: #F6C65B;
  color: #222222;
  overflow: hidden;
  font-weight: 700;
  padding: 0 18px;
  position: relative;
  display: inline-block;
  line-height: 38px;
  z-index: 1;
  letter-spacing: 0.5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: uppercase;
  font-family: "Verlag Book", sans-serif;
  border: 0;
}

span.btn-normal a:hover {
  background: #888;
  color: #fff;
}

.nav-signup-form input#cons_email {
  color: #222222;
  font-size: large;
}

.btn, .btn-white, .btn-theme, .btn-theme-second, .more-link a, .btn-theme-submit, input[type=submit] {
  background: #F6C65B;
  color: #222222;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  padding: 0 12px;
  margin-left: 8px;
  position: relative;
  display: inline-block;
  line-height: 34px;
  z-index: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: capitalize;
  font-family: "Verlag Book", sans-serif;
  border: none;
  letter-spacing: 1px;
  height: 42px;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme.active, .btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active, .btn-theme-second.active, .more-link a:hover, .more-link a:focus, .more-link a:active, .more-link a.active, .btn-theme-submit:hover, .btn-theme-submit:focus, .btn-theme-submit:active, .btn-theme-submit.active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active, input[type=submit].active {
  color: #fff;
  background: #888;
}

.gsc-button.ot-glance-box-button {
  background: #fff;
  color: #88ab9d;
  border-color: #fff;
  font-size: 12px;
}

.ot-glance-box-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 180px;
  text-align: center;
}

a.ot-glance-box-button-1 {
  font-size: 12px !important;
}

/*Slider button*/
/* Home hero slider */
.gavias_sliderlayer .btn-slide a, #gavias_slider_single .btn-slide a {
  background: #F6C65B;
  color: #000;
  text-transform: uppercase;
  font-size: 100%;
  font-weight: 600;
  font-family: "Verlag Book", sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.gavias_sliderlayer .btn-slide a:hover, #gavias_slider_single .btn-slide a:hover {
  background: #888;
  color: #fff;
  font-size: 100%;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Verlag Book", sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active, input[type=submit].active {
  color: #fff;
  background: #888;
}

.home-read-more .read-more-button a:hover, .home-read-more .read-more-button a:active {
  color: #fff;
  background: #bbbbbb;
  transition: all 0.35s;
}

/*PROJECT PORTFOLIO*/
.portfolio-single .portfolio-informations .item-information span:first-child {
  font-weight: 600;
  min-width: 100px;
  display: inline-block;
}

.portfolio-v1:hover:after, .portfolio-v1:active:after, .portfolio-v1:focus:after {
  top: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.field--name-field-portfolio-paragraphs .field.field--name-field-video {
  max-width: 50%;
  margin: 0 auto;
}

.node--view-mode-full.node--type-portfolio .portfolio-images .owl-dots {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
}

.field.field--name-field-collection-caption.field--type-string-long.field--label-hidden.field__item {
  font-size: 0.9em;
  line-height: 1.4;
}

.field.field--name-field-collection-credit.field--type-string.field--label-hidden.field__item {
  margin-top: -32px;
  font-size: 12px;
  font-style: italic;
  position: absolute;
  bottom: -9;
  right: 3%;
  color: #fff;
  text-shadow: 0 0 5px #000;
}

.portfolio-images .owl-dots {
  display: none;
}

a.return-to-work {
  color: #F6C65B;
}

a.return-to-work::before {
  content: "";
  font-family: "gva-icon";
  margin-right: 5px;
  color: #F6C65B;
}

.portfolio-filter ul.nav-tabs > li > a {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  background: none;
  font-weight: 600;
  font-size: 0.7em;
  padding: 4px 9px !important;
  background: #fff;
  color: #000;
  padding: 10px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-right: 6px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-transform: uppercase;
}

/* Portfolio full */
.node--view-mode-full.node--type-portfolio .post-title {
  font-size: 24px;
  text-transform: none;
  padding: 0;
  margin: 0 0 20px 0;
  color: #333;
}

.node--type-portfolio .node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
  font-size: 115%;
}
.node--type-portfolio .node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item h3 {
  font-weight: 700;
  font-size: 140%;
}
.node--type-portfolio .node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .node--type-portfolio .node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    font-size: 100%;
  }
  .node--type-portfolio .node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item h3 {
    font-weight: 700;
    font-size: 110%;
  }
}
@media (min-width: 992px) {
  .node--type-portfolio .node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    font-size: 110%;
  }
  .node--type-portfolio .node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item h3 {
    font-weight: 700;
    font-size: 120%;
  }
}
@media (max-width: 767px) {
  .node--type-portfolio .node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    font-size: 100%;
  }
  .node--type-portfolio .node--view-mode-full .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item h3 {
    font-weight: 700;
    font-size: 110%;
  }
}
.node--type-portfolio .gbb-row .bb-inner {
  padding-bottom: 0;
}

.node--type-portfolio .progress-label h2 {
  font-size: 1em !important;
}

.node--type-portfolio .gavias-blockbuilder-content .link-edit-blockbuider {
  left: -180px;
}

.planning-resources-wrapper {
  border: 1px solid gray;
  padding: 8px;
}

/* Planning Resources and other Paragraphs Formatted text boxes - first child */
.field--name-field-portfolio-paragraphs .field--type-text-with-summary.field__item:first-child {
  border: #ddd 1px solid;
  background-color: #88ab9d;
  padding: 1.5rem;
  margin: 4rem 0 2.5rem;
  font-size: 110%;
  line-height: 2;
}
.node--view-mode-full.node--type-portfolio .post-title {
  text-transform: none;
  padding: 0;
  margin: 0 0 5px 0;
}
.node--view-mode-full.node--type-portfolio .post-title a {
  font-size: 0.8em;
  line-height: 24px;
}

/* portfolio gallery */
.views-view-grid {
  margin: 3rem 0 2rem;
}

.gallery-caption-title {
  font-weight: 700;
}

.gallery-caption-detail {
  line-height: 1.4;
  font-size: 0.95em;
}

span.video-caption p {
  font-size: 0.95em;
  display: inline !important;
}

span.video-title {
  font-weight: 700;
  display: inline;
}

span.video-creator {
  font-style: italic;
  font-size: 0.9em;
}

span.video-tags {
  font-size: 0.9em;
  font-weight: 600;
}

.widget.gsc-video-box.style-1 .gsc-video-link .video-title:hover {
  color: #F6C65B;
}

/* Portfolio more images and video fields */
@media (max-width: 767px) {
  .gallery-caption-title, .gallery-caption-detail {
    width: 70%;
    margin: 0 auto;
  }

  .gallery-image img {
    display: block;
    width: 70%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .field--name-field-more-images .views-field.views-field-nothing {
    text-align: center;
    margin-bottom: 2rem;
    width: 70%;
  }

  .field--name-field-portfolio-paragraphs .field.field--name-field-video {
    max-width: 100%;
    margin: 0 auto;
  }
}
/*

/* Portfolio teaser  */
.portfolio-teaser-grid-view .post-style-grid .post-block .post-content {
  background: white;
  position: relative;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  height: 20rem;
  overflow: scroll;
}
.portfolio-teaser-grid-view .post-style-grid .post-block .post-body {
  margin-top: 0;
}
.portfolio-teaser-grid-view .post-style-grid .post-block .post-title span {
  font-weight: 600;
  font-size: 1.1em;
}
.portfolio-teaser-grid-view .post-style-grid .post-block .field--name-body p {
  font-size: 1.1em;
  line-height: 1.5;
}

/* header, navbar and navigation  */
.navigation .gva_menu .sub-menu {
  min-width: 280px;
  background-color: #F6C65B;
  opacity: 0.7;
  border-top: none;
}

.navigation .gva_menu .sub-menu > li > a:hover, .navigation .gva_menu .sub-menu > li > a:focus, .navigation .gva_menu .sub-menu > li > a:active {
  color: #88AB9D;
}

.navigation .gva_menu > li > a {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 25px 10px;
  text-align: center;
  font-family: "Verlag Book", sans-serif;
}

.navigation .gva_menu .sub-menu > li > a {
  color: #333;
  line-height: 22px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  font-family: "Verlag Book", sans-serif;
}

@media (min-width: 992px) {
  .navigation .gva_menu .sub-menu {
    top: 99%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    min-width: 280px;
    background-color: #F6C65B;
    border-top: none;
    z-index: 999;
    left: 0;
    padding: 10px 20px 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
header .header-main {
  padding: 0;
  background-color: #000;
}

header .site-branding-logo img {
  max-height: 50px;
  width: auto;
}

header.header-v1 .stuck {
  background: #000;
  max-height: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

header .stuck .site-branding-logo img {
  max-height: 50px;
  width: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

header .stuck .area-main-menu .navigation ul.gva_menu {
  position: static;
  max-height: 50px;
}

header .stuck .area-main-menu .navigation .gva_menu > li {
  top: -14px;
}

header .stuck .navigation .gva_menu > li > a {
  font-size: 16px;
  font-weight: 500;
}

.header-action a.btn-theme {
  display: none;
}

header .stuck [class^=gv-icon], [class*=" gv-icon"] {
  position: relative;
  top: -15px;
  font-family: "gva-icon" !important;
  font-style: normal;
  font-size: 80%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

/* Header  */
@media (min-width: 768px) {
  header.header-v1 .site-branding-logo {
    padding-top: 0px;
  }

  header .site-branding-logo img {
    max-height: 0px;
    width: auto;
  }

  .menu-bar {
    height: 32px;
    width: 36px;
    position: relative;
    cursor: pointer;
    margin-top: 11px;
    float: right;
    top: -5px;
    right: -5px;
  }

  .stuck div#menu-bar {
    margin-top: 10px;
  }

  .navigation .gva_menu > li > a {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 8px;
    text-align: center;
  }

  header.header-v1 .quick-menu {
    padding: 31px 8px;
  }

  header.header-v1 .stuck .quick-menu {
    padding: 22px 8px;
  }
}
@media (min-width: 992px) {
  header.header-v1 .site-branding-logo {
    padding-top: 0px;
  }

  .menu-bar {
    height: 32px;
    width: 36px;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
    float: right;
    top: -5px;
    right: -5px;
  }

  .navigation .gva_menu > li > a {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 8px;
    text-align: center;
  }

  header .quick-menu .icon {
    font-size: 20px;
    line-height: 1;
  }

  header .site-branding-logo {
    height: auto;
  }

  header .site-branding-logo img {
    max-height: 50px;
    width: auto;
  }

  header .stuck .navigation .gva_menu > li > a {
    font-size: 16px;
    font-weight: 600;
    padding-top: 25px;
  }

  header .stuck [class^=gv-icon], [class*=" gv-icon"] {
    font-size: 80%;
    top: -8px;
  }

  header.header-v1 .quick-menu {
    padding: 25px 8px;
  }

  header.header-v1 .stuck .quick-menu {
    padding: 22px 8px;
  }
}
@media (min-width: 1200px) {
  header.header-v1 .site-branding-logo {
    padding-top: 0px;
  }

  header .site-branding-logo img {
    max-height: 55px;
    width: auto;
  }

  .menu-bar {
    height: 32px;
    width: 36px;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
    float: right;
    top: -5px;
    right: -5px;
  }

  .navigation .gva_menu > li > a {
    font-size: 22px;
    font-weight: 600;
    padding: 20px 8px;
    text-align: center;
  }

  header.header-v1 .quick-menu {
    padding: 20px 8px;
  }

  header .quick-menu .icon {
    font-size: 18px;
    line-height: 1;
  }

  header.header-v1 .quick-menu {
    padding: 32px 8px;
  }

  header.header-v1 .stuck .quick-menu {
    padding: 24px 8px;
  }
}
@media (max-width: 991px) {
  header.header-v1 .site-branding-logo {
    padding-top: 0px;
  }

  .site-branding-logo img {
    max-height: 50px;
    width: auto;
  }

  header.header-v1 .quick-menu {
    padding: 20px 8px;
  }

  header .quick-menu .icon {
    font-size: 18px;
    line-height: 1;
  }

  header.header-v1 .quick-menu {
    padding: 31px 8px;
  }

  header.header-v1 .stuck .quick-menu {
    padding: 22px 8px;
  }
}
@media (max-width: 767px) {
  header.header-v1 .site-branding-logo {
    padding-top: 0px;
  }

  .site-branding-logo img {
    max-height: 50px;
    width: auto;
  }

  .menu-bar {
    height: 32px;
    width: 36px;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
    float: right;
    top: -5px;
    right: -5px;
  }

  .stuck div#menu-bar {
    margin-top: 10px;
  }

  .navigation .gva_menu > li > a {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 8px;
    text-align: center;
  }

  header.header-v1 .quick-menu {
    padding: 20px 8px;
  }

  header .quick-menu .icon {
    font-size: 18px;
    line-height: 1;
  }
}
header.header-v1 .header-main-inner .branding {
  width: 0px;
  float: left;
}

header.header-v1 .header-main-inner .header-inner {
  padding-left: 0;
}

.navigation .gva_menu .sub-menu > li > a {
  color: #333;
  line-height: 22px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  font-family: "Verlag Book", sans-serif;
}

/* Main nav toolbar */
@media (min-width: 992px) {
  .navigation .gva_menu > li.gva-mega-menu > .sub-menu {
    width: 40%;
    left: 30%;
  }
}
/* nav tabs */
.nav-tabs > li > a {
  font-weight: 600;
  color: #333;
  padding: 8px 16px !important;
  border: none;
  margin: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Verlag Book", sans-serif;
  letter-spacing: 1px;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
  color: #555;
}

.nav-tabs > li > a {
  line-height: 1.8;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 8px 15px;
}

.navigation .gva_menu .sub-menu > li > a {
  color: #333;
}

/* Mobile menu bar */
.menu-bar span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

@media (max-width: 767px) {
  .widget.gsc-block-drupal.remove-margin-on {
    padding-top: 0;
  }

  .menu-bar {
    height: 32px;
    width: 36px;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
    float: right;
    top: -5px;
    right: -5px;
  }

  #backtotop {
    background: url(/themes/gavias_kunco/images/backtotop-small.png) no-repeat center center;
    bottom: 10px;
    height: 50px;
    right: 10px;
    width: 50px;
  }
}
/* SASS Partial */
/* Event block and carousel  */
@media (min-width: 768px) {
  .event-block .event-content {
    min-height: 200px;
  }
}
@media (min-width: 992px) {
  .event-block .event-content {
    min-height: 250px;
  }
}
/* Events */
.event-full .field.field--name-field-description.field--type-text-long.field--label-hidden.field__item {
  font-size: 1em;
}

.event-full .field.field--name-field-description.field--type-text-long.field--label-hidden.field__item img {
  width: 260px;
}

.event-block .event-image .date {
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
  padding: 5px 10px;
  background: #eee;
  -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.field.field--name-field-event-link.field--type-string.field--label-hidden.field__item a {
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-weight: 700;
  position: relative;
  display: inline-block;
  line-height: 38px;
  z-index: 1;
  letter-spacing: 0.5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-family: "Verlag Book", sans-serif;
  border: 0;
}
.node-event-signup a {
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-weight: 700 !important;
  position: relative;
  display: inline-block;
  line-height: 38px;
  z-index: 1;
  letter-spacing: 0.5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-family: "Verlag Book", sans-serif;
  border: 0;
}
.node-event-signup a::before {
  content: "";
  font-family: "gva-icon";
  margin-right: 10px;
  color: #F6C65B;
}

div.event-link a {
  font-size: 10px;
  background: #F6C65B;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-weight: 700;
  padding: 0 5px;
  margin-top: 1rem;
  position: relative;
  display: inline-block;
  line-height: 24px;
  z-index: 1;
  letter-spacing: 0.5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: uppercase;
  font-family: "Verlag Book", sans-serif;
  border: 0;
}

.field.field--name-field-event-link.field--type-string.field--label-hidden.field__item a::before {
  content: "";
  font-family: "gva-icon";
  margin-right: 10px;
  color: #F6C65B;
}

.recent-upcoming .event-list-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}
.recent-upcoming .event-list-item .event-date {
  display: inline-block;
  background: none;
  color: #666;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}
.recent-upcoming .event-list-item .event-title a {
  font-size: 1.2em;
  color: #88AB9D;
  font-weight: 600;
}
.recent-upcoming .event-list-item .event-title a:hover {
  text-decoration: underline;
}

.event-full .event-info {
  background: none;
  padding: 20px 0 0 0;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.featured-event .event-title a {
  font-size: 1.2em;
  color: #88AB9D;
  font-weight: 600;
}

/* Event Featured */
.featured-event .event-list-item .event-date {
  display: inline-block;
  background: none;
  color: #000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  line-height: 24px;
}

/* event carousel */
.carousel-home .event-block .event-image .date {
  position: absolute;
  top: 15px;
  right: 10px;
  left: inherit;
  overflow: hidden;
  padding: 5px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.carousel-home .event-block .event-content {
  background: #fff;
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  min-height: 185px;
}
.carousel-home .event-block .event-content .event-info .title {
  font-size: 16px;
  line-height: 20px;
  font-family: "Verlag Book", sans-serif;
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
}
.carousel-home .event-block .event-content .event-info .event-meta {
  font-size: 14px;
  color: #88AB9D;
  font-weight: 700;
}
.carousel-home .event-block .event-content .event-info .event-time {
  color: #F6C65B;
}
.carousel-home .event-block .event-content .event-info .event-address {
  font-size: 1.1em;
  line-height: 20px;
  font-family: "Verlag Book", sans-serif;
}
.carousel-home .event-block .event-content .event-info .body {
  margin-top: 10px;
  line-height: 28px;
}

.home-event-date {
  font-style: italic;
}

.home-event-title {
  line-height: 1.2;
  font-size: 1.1em;
  margin: 7px 0;
}
.home-event-title a {
  font-weight: 600;
}

.home-event-body {
  font-style: italic;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.3;
  font-style: italic;
}
.home-event-body strong {
  font-weight: 100;
}

.home-event-date {
  font-weight: 500;
  font-style: normal;
}

.node--view-mode-teaser .event-block:hover {
  box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
}

.motown .fa-clock-o:before {
  margin-left: 15px;
}

/*  Featured Event */
.event-block-2 .post-title {
  font-size: 24px;
}

/* events date and search forms */
.js-form-item.form-item.js-form-type-textfield {
  display: inline-block;
  margin-bottom: 3rem;
}

div#edit-actions, div#edit-actions--2, div#edit-actions--1 {
  display: inline-block;
}

#search-block-form input.form-submit {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  background: #F6C65B;
  border: none;
  color: #000;
  font-family: "Verlag Book", sans-serif;
  height: 45px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

#search-block-form input.form-submit:hover {
  background: #888 !important;
  color: #fff;
}

input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active, input[type=submit].active {
  color: #fff;
  background: #888;
}

.node--type-event h1.title.page-title span {
  font-size: 30px;
  color: #555;
  position: relative;
  text-transform: capitalize;
}

.event-list-item .event-source {
  /* font-size: smaller; */
  margin: 7px 0;
  line-height: 1.2;
  font-size: 85%;
  font-style: italic;
}

.event-block-2 .content-inner {
  padding-left: 100px;
  position: relative;
  z-index: 9;
}

.event-block-2 .event-image {
  width: 90px;
  float: left;
  position: relative;
  z-index: 1;
}

.event-block-2 .event-image .event-date {
  right: 15px;
  top: 10px;
}

.event-block-2 {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.gbb-row .bb-inner {
  padding-top: 35px;
  padding-bottom: 35px;
}

/* event calendar exposed form */
.js-form-item.form-item.js-form-type-date {
  display: inline-block;
}
.js-form-item.form-item.js-form-type-date label {
  display: block;
  font-size: 20px;
  font-weight: 400;
}

.recent-upcoming .form-actions.js-form-wrapper.form-wrapper {
  display: inline-block;
}

form#views-exposed-form-calendar-block-2 {
  margin-bottom: 3rem;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  line-height: 39px;
  border: 1px #ccc solid;
  display: inline-block;
  padding-left: 15px;
}

.js-form-item.form-item.js-form-type-date.form-item-field-event-start-value-1.js-form-item-field-event-start-value-1 {
  display: inline-block;
}

#search-block-form {
  position: relative;
  max-width: 400px;
}

.event-search-form p {
  margin-bottom: -20px;
  font-size: 20px;
  font-weight: 400;
}

.event-search-form .title-desc p {
  margin-bottom: -20px;
}

/* SASS Partial */
/* Gallery images  */
.field--name-field-gallery-image img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  margin: 35px 0 35px 0;
}

/* Media gallery */
.widget.gsc-video-box {
  margin-bottom: 30px;
}

.gallery-post {
  margin-bottom: 25px;
}

.widget.gsc-video-box.video-gallery {
  margin-bottom: 2px;
}

.custom-text.video-caption {
  font-size: 0.9em;
  margin-bottom: 20px;
  color: #4c4c4c;
  text-align: right;
}

span.video-caption-byline {
  font-style: italic;
  color: #666;
}

/* Media Videos */
.video-thumb {
  font-size: 1.1em;
  font-family: "Verlag Book";
  line-height: 1.3;
  margin-top: 1.5rem;
  position: relative;
}

.videoplay {
  width: 100%;
  height: 80%;
  background: url(/media/videoplay.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.thumb-title {
  font-size: 1.1em;
  font-family: "Verlag Book";
  padding-right: 10px;
  /* padding-top: 1rem; */
  line-height: 1.2;
}

.thumb-credit {
  font-size: 12px;
  line-height: 1;
  color: #aaa;
  display: block;
}

.video-gallery .gsc-video-link .gsc-video-link {
  position: absolute;
  top: 43%;
  left: 0;
  margin-top: -45px;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.video-gallery .gsc-video-link .icon-play {
  background: url(../images/icon-play.png) no-repeat center center transparent;
  width: 85px;
  height: 65px;
  position: absolute;
  left: 33%;
}

.widget.gsc-video-box.video-gallery {
  margin: 2rem 0 2px 0;
}

/* video play icon positioning TODO - NEED TO ADJUST FOR MOBILE */
.widget.gsc-video-box.style-1 .gsc-video-link {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -60px;
  text-align: center;
  width: 100%;
  z-index: 1;
}

/* SASS Partial */
/* Footer */
.footer a {
  color: inherit;
}

h4.footer-donate {
  font-size: 14px;
  background: #F6C65B !important;
  color: #000 !important;
  overflow: hidden;
  font-weight: 700;
  padding: 0 18px;
  position: relative;
  display: inline-block;
  line-height: 38px;
  z-index: 1;
  letter-spacing: 0.5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: uppercase;
  font-family: "Verlag Book", sans-serif;
  border: 0;
}

h4.footer-donate:hover {
  background: #ddd !important;
  color: #fff !important;
}

/* SASS Partial */
/* jquery ui accordion */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
  font-family: "Verlag Book";
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  font-family: "Verlag Book", sans-serif;
  font-size: 1.1em;
}

.ui-widget-content {
  color: #333;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0px;
}

.ui-widget-content {
  border: none;
  /*{borderColorContent}*/
  background: #ffffff;
  color: #333333;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: none;
  background: #B8CCC4;
  font-weight: 700;
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none;
  background: #B8CCC4;
  font-weight: normal;
  color: #454545;
}

.gsc-accordion .panel-body a {
  font-weight: 500;
}

/* Image Content boxes  */
.gsc-image-content.skin-v2 .box-content .title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.gsc-image-content.skin-v2 .box-content .desc {
  margin-top: 0;
  margin-bottom: 10px;
}
.gsc-image-content.skin-v2 .box-content .desc p {
  font-size: 1.1em;
  line-height: 1.6;
}
.gsc-image-content.skin-v2 .box-content .read-more a {
  font-family: "Verlag Book", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #F6C65B;
}

.gsc-image-content.skin-v2 .box-content:hover {
  background: #3e7bb2;
  color: #fff;
}

.ph-areas-of-focus .gsc-image-content.skin-v2 .box-content .title {
  margin: 0;
  font-size: 28px;
}
.ph-areas-of-focus .gsc-image-content.skin-v2 .box-content .desc p {
  font-size: 1.2em;
}

/* Color and icon boxes */
.widget.gsc-icon-box ul li:before {
  list-style: none;
  content: "";
  font-family: "gva-icon";
  position: absolute;
  /* top: 0px; */
  left: 5px;
  z-index: 1;
  color: #F6C65B;
  font-size: 14px;
  font-weight: 700;
}

/*icon box*/
.widget.gsc-icon-box .highlight_content .title {
  font-size: 28px;
  color: #333;
  margin-bottom: 3px;
  font-weight: 500;
  font-family: "Verlag Book", sans-serif;
}

.widget.gsc-icon-box.top-center .title:after {
  background: #F6C65B;
  width: 50px;
  height: 2px;
}

.widget.gsc-icon-box .highlight-icon .icon-container.fa-stack {
  line-height: 3.6em !important;
  width: 2.5em;
  height: 2.5em;
}

.widget.gsc-icon-box .highlight-icon .icon-container .icon {
  position: relative;
  z-index: 11;
  font-family: "gva-icon" !important;
  font-style: normal;
  font-size: 150%;
}

.widget.gsc-icon-box .highlight-icon .icon-container.text-theme[class*=border-] {
  border-color: #fff;
}

/* Color Boxes */
.widget.gsc-box-color {
  position: relative;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 15px 0 35px 0;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  max-width: 500px;
  text-transform: capitalize;
}
.widget.gsc-box-color ul {
  list-style: none;
  padding-left: 0;
}
.widget.gsc-box-color ul li:before {
  list-style: none;
  content: "";
  font-family: "gva-icon";
  padding-right: 8px;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
}
.widget.gsc-box-color .no-max-width {
  max-width: none;
}

.widget.gsc-box-color .box-content {
  text-align: left;
  font-size: 1.05em;
  margin-bottom: 10px;
}
.widget.gsc-box-color .box-content .box-title {
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: "Verlag Black", sans-serif;
  text-transform: capitalize;
}
.widget.gsc-box-color .box-content p {
  font-size: 18px;
  line-height: 1.4;
}
.widget.gsc-box-color .box-content .action {
  margin: 15px 0 0;
  text-align: center;
}
.widget.gsc-box-color .box-content a.link {
  font-weight: 700;
}
.widget.gsc-box-color .box-content .read-more a {
  font-family: "Verlag Book", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #F6C65B;
}
.widget.gsc-box-color .box-content .read-more a i {
  margin-left: 6px;
  position: relative;
  top: 2px;
  font-size: 13px;
}
.widget.gsc-box-color .box-content .gv-icon-165:before {
  content: "";
}

.gsc-box-color.no-read-more .box-content .content-inner .action {
  display: none;
}

.widget.gsc-box-color.new-window-icon .box-title::after {
  font-family: "gva-icon";
  content: "";
  padding-left: 10px;
}

.gsc-box-color .box-content .link {
  background: #88ab9d;
}

.widget.gsc-box-color.no-max-width {
  max-width: 100%;
  width: 100%;
}

/* Box colors */
.widget.gsc-box-color.yellow-bullet ul li:before {
  color: #F6C65B;
}
.widget.gsc-box-color.green-bullet ul li:before {
  color: #88AB9D;
}
.widget.gsc-box-color.white-bullet ul li:before {
  color: #fff;
}
.widget.gsc-box-color.blue-bullet ul li:before {
  color: #2a5479;
}
.widget.gsc-box-color.black-bullet ul li:before {
  color: #000;
}

.widget.gsc-box-color.text-white h2, .widget.gsc-box-color.text-white h3, .widget.gsc-box-color.text-white h4, .widget.gsc-box-color.text-white h5, .widget.gsc-box-color.text-white h6, .widget.gsc-box-color.text-white p {
  color: #fff;
}
.widget.gsc-box-color.text-white a {
  color: #fff;
}
.widget.gsc-box-color.text-white ul li a {
  color: #fff;
}
.widget.gsc-box-color.text-white ul li:before {
  color: #F6C65B;
}

.gsc-box-color.align-left .box-content {
  text-align: left;
}

.widget.gsc-box-color .box-content a.link {
  font-weight: 700;
  font-size: 0.8em;
}

.widget.gsc-box-color.ph-spotlight.text-white a {
  color: #F6C65B;
}

.widget.gsc-box-color.ph-spotlight.text-white .box-content .link {
  background: none;
}

.widget.gsc-box-color.no-caps {
  text-transform: none;
}

/* misc boxes */
.widget.gsc-heading.style-1 .title {
  padding: 0 0 15px;
  font-family: "Verlag Book", sans-serif;
}

.custom-text.ot-glance-box-text {
  font-size: 110%;
  color: #fff;
}

.custom-text.ot-glance-box-text h4 {
  font-size: 22px;
  color: #fff;
}

.widget.gsc-video-box.ot-glance-box-video {
  margin-top: 15px;
}

/* Wide Box  */
.gsc-wide-box {
  margin-bottom: 45px;
}

.gsc-wide-box:before, .gsc-wide-box:after {
  content: " ";
  display: table;
}

.gsc-wide-box:after {
  clear: both;
}

.gsc-wide-box .image {
  width: 35%;
  float: left;
}

@media (max-width: 400px) {
  .gsc-wide-box .image {
    width: 100%;
    text-align: center;
  }
}
.gsc-wide-box .content-inner {
  width: 65%;
  float: left;
  padding-left: 30px;
}

@media (max-width: 400px) {
  .gsc-wide-box .content-inner {
    width: 100%;
  }
}
.gsc-wide-box .content-inner .title {
  font-size: 1.4em;
  color: #000;
  font-weight: 600;
  font-family: "Verlag Book", sans-serif;
}

span.under-title {
  font-weight: 600;
  font-size: 1.1em;
  color: #F6C65B;
}

.gsc-wide-box .content-inner .info {
  font-size: 1.1em;
  font-weight: 600;
  padding: 5px 0 12px;
}

.gsc-wide-box .content-inner .info .category {
  color: #F6C65B;
}

.widget.gsc-wide-box .content-inner .content p {
  font-size: 1.2em;
}

a.btn-theme {
  font-size: 1.3em;
  /* font-family: "Verlag Black",sans-serif; */
  font-weight: 700;
}

/* User Guide color box */
.widget.gsc-box-color.user-guide-color-box {
  position: relative;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 15px 0 35px 0;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  max-width: 500px;
  text-transform: none;
}
.widget.gsc-box-color.user-guide-color-box ul li:before {
  list-style: none;
  content: "";
  font-family: "gva-icon";
  padding-right: 8px;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.widget.gsc-box-color {
  text-transform: none;
}

/* SASS Partial */
/* partner logos flexbox */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.flex-container > div {
  margin: 20px;
  text-align: center;
}

.partners-flexbox .widget.gsc-icon-box .highlight_content .title {
  font-size: 16px;
  color: #666;
  margin-bottom: 3px;
  font-weight: 500;
  font-family: "Verlag Book", sans-serif;
}
.partners-flexbox .widget.gsc-icon-box .highlight_content .desc p {
  margin-bottom: 0;
  font-size: 0.9em;
  line-height: 1.5;
}

.partners-flexbox .widget.gsc-icon-box.top-center {
  text-align: center;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

/* SASS Partial */
/* Portfolio tags  */
.portfolio-tags-list .tags-list {
  padding-bottom: 2.5rem;
}

.portfolio-tags-list .item-list ul li {
  padding: 8px 10px 8px 15px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: none;
  font-size: 16px;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  font-family: "Verlag Book", sans-serif;
  font-weight: 500;
  margin: 0 0 10px;
}

span.portfolio-vid-view-title {
  font-size: 1em;
  font-weight: 600;
  display: inline-block;
}

span.portfolio-vid-view-title:after {
  content: " ";
}

span.portfolio-vid-view-text {
  display: inline-block;
}

.field--name-field-portfolio-tags .field__label {
  display: inline-block;
  font-weight: 600;
  min-width: 90px;
}

.field--name-field-portfolio-tags .field__label:after {
  content: ":";
}

.field--name-field-portfolio-tags.field--type-entity-reference.field--label-inline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  font-weight: 600;
  min-width: 90px;
}

.field--name-field-portfolio-tags .field__items {
  display: inline-block;
}

.field--name-field-portfolio-tags .field__item {
  display: inline-block;
  float: none;
  margin-right: 10px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}

.field--name-field-portfolio-tags .field__item a {
  color: #F6C65B;
  font-weight: 600;
}
/* SASS Partial */
/* Paragraphs   */
/* edit page in admin ui */
div#edit-field-portfolio-paragraphs {
  margin: 2rem 0 2rem;
}
div#edit-field-portfolio-paragraphs strong {
  font-size: 1.4em;
}

/* embedded entity */
.paragraph.paragraph--type--entity-embed.paragraph--view-mode--default {
  border: none;
  /* padding: 1.5rem; */
}

.field.field--name-field-embed-content.field--type-entity-reference.field--label-hidden.field__item {
  padding-top: 2rem;
}

.field.field--name-field-paragraphs-content {
  margin: 3rem 0 3rem;
}

.paragraph {
  margin: 3.5rem 0 4rem;
}

.paragraph .field.field--name-field-caption.field--type-string-long.field--label-hidden.field__item {
  margin-top: -40px;
}

.paragraph.paragraph--type--links.paragraph--view-mode--default {
  background: #b8ccc4;
  padding: 2rem;
}
.paragraph.paragraph--type--links.paragraph--view-mode--default .field.field--name-field-links .field__item a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}
.paragraph.paragraph--type--links.paragraph--view-mode--default .field.field--name-field-links .field__item a:hover {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}

.row.paragraphs-wrapper {
  padding: 0 15px 0 15px;
}

.paragraph.paragraph--type--video-url.paragraph--view-mode--default {
  margin: 2rem 0 3rem 0;
}

.paragraph--type--formatted-text-summary {
  background: none;
}

.field--name-field-portfolio-paragraphs .field--type-text-with-summary.field__item:first-child {
  border: #ddd 1px solid;
  background-color: #fadd9d;
  color: #333;
  padding: 1.5rem;
  margin: 4rem 0 2.5rem;
  font-size: 110%;
  line-height: 2;
}

.field--name-field-portfolio-paragraphs .field--type-text-with-summary.field__item ul {
  list-style: none;
}
.field--name-field-portfolio-paragraphs .field--type-text-with-summary.field__item ul li a {
  color: #88AB9D;
  font-weight: 700;
}
.field--name-field-portfolio-paragraphs .field--type-text-with-summary.field__item ul li:before {
  list-style: none;
  content: "";
  font-family: "gva-icon";
  position: absolute;
  left: 10px;
  z-index: 1;
  color: #333;
  font-size: 16px;
}

/* End Paragraphs   */
/* SASS Partial */
/* peak health pages */
.widget.gsc-heading.peak-health-articles-heading {
  margin-top: 4rem;
}

.image-title {
  margin-top: -32px;
  font-size: 12px;
  font-style: italic;
  color: #333;
  position: absolute;
  bottom: -9;
  right: 3%;
  padding-right: 8px;
  color: #fff;
  text-shadow: 0 0 5px #000;
  /* font-size: 12px; */
}

span.image-title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 8px;
  color: #fff;
  text-shadow: 0 0 5px #000;
  font-size: 12px;
}

.gsc-image .widget-content {
  position: relative;
}

/* pdf health report index */
.peak-health-index .box-content p {
  border-bottom: 1px solid #ccc;
}

.custom-text.resource-list-text {
  font-size: 110%;
}

/* Timeline */
.timeline-item-wrapper a {
  font-weight: 700;
  font-size: 1.5em;
}
.timeline-item-wrapper p {
  font-size: 1.3em;
}

/* peak health front color boxes */
input[type=submit] {
  text-transform: uppercase;
}

.widget.gsc-icon-box.ph-icon-box .highlight_content {
  margin: auto;
  margin-bottom: 3rem;
}
.widget.gsc-icon-box.ph-icon-box .highlight_content .title {
  font-size: 32px;
  color: #333;
}
.widget.gsc-icon-box.ph-icon-box .highlight_content .title:hover {
  font-size: 32px;
}
.widget.gsc-icon-box.ph-icon-box .highlight_content .desc h4 {
  font-size: 1.3em;
}

.health-indicator-chart .views-field .views-field-title {
  font-size: 1.3em;
}

/* Peak Health */
.peak-health .post-content .post-meta {
  display: none;
}

.node--type-peak-health .field.field--name-field-media-image {
  margin: 0;
}

.node--type-peak-health .field.field--name-field-credit {
  font-size: smaller;
  font-style: italic;
  margin: 0;
}

.peak-health .portfolio-informations .item-information {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  font-size: 1.1em;
}

.peak-health .field.field--name-field-caption.field__item {
  line-height: 1.2;
}

.peak-health .field--name-field-infographic .item-image img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  margin: 2rem 0 2rem;
}

.field.field--name-field-project-status.field--type-entity-reference.field--label-inline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  font-weight: 600;
  min-width: 90px;
}
.field.field--name-field-project-status.field--type-entity-reference.field--label-inline .field__label {
  display: inline-block;
  font-weight: 600;
  min-width: 90px;
}
.field.field--name-field-project-status.field--type-entity-reference.field--label-inline .field__label :after {
  content: ": ";
}
.field.field--name-field-project-status.field--type-entity-reference.field--label-inline .field__label:after {
  content: ": ";
}
.field.field--name-field-project-status.field--type-entity-reference.field--label-inline .field__item {
  display: inline-block;
  float: none;
  margin-right: 10px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}

.field.field--name-field-file-links-heading.field--type-string.field--label-hidden.field__item {
  font-size: 1.4em;
  font-weight: 600;
  padding: 1rem 0 1rem;
}

/* Resources Box Styles */
.resources-wrapper {
  background-color: #fadd9d;
  padding: 2rem;
  margin: 3rem 0 4rem;
}
.resources-wrapper h3.resources-title {
  font-size: 1.4em;
  text-transform: uppercase;
  margin: 1rem 0 2rem 0;
}
.resources-wrapper .resources-content {
  font-size: 1.2em;
}

.resources-wrapper .resources-content .field--name-field-resources .field-collection-item .content .field--label-above .field__label {
  display: block;
  font-style: italic;
  font-size: 0.9em;
  color: #000;
  line-height: 17px;
  margin-bottom: 14px;
  padding-right: 36px;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
.resources-wrapper .resources-content .field--name-field-resources .field-collection-item .content .field--label-above .field__label:after {
  content: ":";
}
.resources-wrapper .resources-content .field--name-field-resources .field-collection-item .content .field__items .field__item {
  line-height: 17px;
  margin-bottom: 14px;
  padding-right: 36px;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
.resources-wrapper .resources-content .field--name-field-resources .field-collection-item .content .field__items .field__item a, .resources-wrapper .resources-content .field--name-field-resources .field-collection-item .content .field__items .field__item span a {
  color: #88ab9d;
  font-weight: 500;
  text-decoration: none;
  display: block;
  line-height: 17px;
  padding-right: 36px;
  position: relative;
}
.resources-wrapper .resources-content .field--name-field-resources .field-collection-item .content .field__items .field__item a:hover, .resources-wrapper .resources-content .field--name-field-resources .field-collection-item .content .field__items .field__item span a:hover {
  color: #fff;
}
.resources-wrapper .resources-content .field--name-field-resources .field-collection-item .content .field--name-field-links {
  margin-top: 3rem;
}
.resources-wrapper .resources-content .field--name-field-resources .field-collection-item .content .field--name-field-downloads {
  margin-top: 3rem;
}
.resources-wrapper .resources-content .field--name-field-resources .field-collection-item .content .field--name-field-downloads .file {
  padding-left: 20px;
  display: inline-block;
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.resources-wrapper .resources-content .field--name-field-resources .field-collection-item .content .field--name-field-references {
  margin-top: 3rem;
}
.resources-wrapper .resources-content .field--name-field-resources .field-collection-item .content .field--name-field-references .field__item p {
  line-height: 1.2;
  margin-bottom: 14px;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  font-size: 0.95em;
}

/* Page topper messages and images */
.edit-page-message {
  text-transform: capitalize;
  margin-bottom: 2rem;
  font-size: 18px;
  font-weight: 700;
}

.page-top-image {
  background-color: #F6F6F6;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page-top-image .container {
  top: 50%;
  left: 0%;
  position: relative;
}
.page-top-image .msg-content-main h1, .page-top-image .msg-content-main h2, .page-top-image .msg-content-main h3, .page-top-image .msg-content-main h4, .page-top-image .msg-content-main h5 {
  position: relative;
  left: 0%;
  color: white;
}

.page-top-image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
}

.msg-content-main h1, h2, h3, h4, h5 {
  z-index: 2;
}

div#logo {
  z-index: 2;
}

.page-top-image {
  position: relative;
}
.page-top-image .container {
  top: 50%;
  left: 13%;
  position: absolute;
}

.page-top-image .item-image {
  width: 100%;
  height: 400px;
}
.page-top-image .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-top-image .msg-content-main {
  position: relative;
  margin: 1rem 0 1rem 0;
}
.page-top-image .msg-content-main h2, .page-top-image .msg-content-main h3, .page-top-image .msg-content-main h4, .page-top-image .msg-content-main h5 {
  color: white;
}
.page-top-image .msg-content-main strong p {
  margin: 0;
}

.page-top-image .msg-content-main {
  /* width: 80%; */
  text-align: left;
  margin: 0;
}

@media (min-width: 768px) {
  .page-top-image .container {
    width: 500px;
    top: 50%;
    left: 5%;
  }
  .page-top-image .container .msg-content-main strong p, .page-top-image .container .msg-content-main h2 strong {
    margin: 0;
    font-size: 90%;
  }

  .page-top-image .item-image {
    height: 240px;
  }
}
@media (min-width: 992px) {
  .page-top-image .container {
    width: 650px;
    top: 50%;
    left: 6%;
  }
  .page-top-image .container .msg-content-main strong p, .page-top-image .container .msg-content-main h2 strong {
    margin: 0;
    font-size: 110%;
  }

  .page-top-image .item-image {
    height: 260px;
  }
}
@media (min-width: 1200px) {
  .page-top-image .container {
    width: 700px;
    top: 50%;
    left: 13%;
  }

  .page-top-image .item-image {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .page-top-image .container {
    width: 400px;
    top: 50%;
    left: 5%;
  }
  .page-top-image .container .msg-content-main strong p, .page-top-image .container .msg-content-main h2 strong {
    margin: 0;
    font-size: 70%;
  }

  .page-top-image .item-image {
    height: 200px;
  }
}
/* related content widget for portfolio node page */
.block-views-blockportfolio-block-1 .post-style-list .post-block .post-content {
  padding-top: 5px;
  width: 60%;
  padding-left: 0;
  float: left;
}
.block-views-blockportfolio-block-1 .post-style-list.small .post-content {
  padding-left: 0;
  float: none;
  width: 100%;
}
.block-views-blockportfolio-block-1 .post-block {
  border-bottom: 1px solid #eee;
}
.block-views-blockportfolio-block-1 span.related-body {
  display: inline-block;
  font-size: 1.1em;
  line-height: 1.5;
  color: #333;
}
.block-views-blockportfolio-block-1 .post-style-list.small .post-title a {
  font-size: 16px;
  line-height: 20px;
}

/* Testimonials */
.testimonial-content .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
  background-color: #fff;
  border: none;
}

.testimonial-content .field--type-text-with-summary {
  color: #333;
  background-color: #fff;
  border: none;
}

.testimonial-node-v1 {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 0 20px;
}

.testimonial-node-v1 .quote {
  font-size: 1.2em !important;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  padding-top: 10px;
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.testimonial-node-v1 .info {
  margin-top: 20px;
  display: inline-block;
}

.testimonial-node-v1 .title {
  margin-top: 0;
  font-size: 20px;
  line-height: 24px;
  color: #F6C65B !important;
  font-family: "Poppins", sans-serif;
}

.testimonial-node-v1 .job {
  color: #bbbbbb;
  font-size: 15px;
}

.testimonial-content .quote p::before {
  font-family: "Fontawesome";
  content: "";
  padding-right: 10px;
}
.testimonial-content .quote p::after {
  font-family: "Fontawesome";
  content: "";
  padding-left: 10px;
}

.testimonial-carousel .quote::before {
  font-family: "Fontawesome";
  content: "";
  padding-right: 10px;
}
.testimonial-carousel .quote::after {
  font-family: "Fontawesome";
  content: "";
  padding-left: 10px;
}

article.node--type-testimonial {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  border: 1px #ddd solid;
  padding: 10px;
}
article.node--type-testimonial .field--name-body {
  font-size: 1.4em;
}
article.node--type-testimonial .field--name-body p::before {
  font-family: "Fontawesome";
  content: "";
  padding-right: 10px;
}
article.node--type-testimonial .field--name-body p::after {
  font-family: "Fontawesome";
  content: "";
  padding-left: 10px;
}
article.node--type-testimonial .field--name-field-testimonial-name {
  color: #F6C65B !important;
  font-family: "Poppins", sans-serif;
}
article.node--type-testimonial .field--name-field-testimonial-job {
  color: #bbbbbb;
  font-size: 15px;
}

/* Block Builder Button tab */
.gavias-blockbuilder-content .link-edit-blockbuider {
  background: #2a5479 !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* Miscellany */
.custom-text.subheading p {
  font-size: 1.2em;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }

  .custom-text.subheading p {
    font-size: 1em;
    padding: 0 3rem;
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
/* Layouts */
.gbb-row .bb-inner {
  padding-top: 35px;
  padding-bottom: 35px;
}

/* column styles */
.column-style-2 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

/*Breadcrumbs*/
.breadcrumb-style.gva-parallax-background {
  height: 25rem;
}

.breadcrumb-content-main .block-title span {
  display: none !important;
}

.breadcrumb-links .content-inner {
  display: none;
}

.quick-cart {
  display: none;
}

.gavias-skins-panel .control-panel {
  display: none;
}

/* Page Title */
h1.title.page-title span {
  font-size: 30px;
  color: #555;
  position: relative;
  text-transform: uppercase;
}

.title.page-title:before {
  content: "";
  background: #88AB9D;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 65px;
}

div.breadcrumb-content-main .page-title {
  display: none !important;
}

.breadcrumb-style.ot-background {
  height: 25rem;
}

.breadcrumb-content-inner .gva-breadcrumb-content .page-title {
  font-size: 42px;
}

h1.page-title {
  font-size: 48px !important;
}

/* Custom text blocks */
/* floating images and wrapping text */
/* Float image only */
img.ot-image-left {
  float: left;
  margin: 0 15px 15px 0;
}

img.ot-image-right {
  float: right;
  margin: 0 0 15px 15px;
}

/* Float image and caption */
div.ot-image-left {
  float: left;
  margin: 0 15px 15px 0;
}

div.ot-image-right {
  float: right;
  margin: 0 0 15px 15px;
}

/* style the caption */
div.ot-image-left, div.ot-image-right h6 {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}

img.ot-image-right {
  float: right;
  margin: 0 0 15px 15px;
}

div.ot-image-right h6 {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}

/* about page */
.custom-text.ot-about-text {
  position: relative;
  color: #333;
}
.custom-text.ot-about-text ul li {
  list-style: none;
}
.custom-text.ot-about-text ul li:before {
  content: "";
  font-family: "gva-icon";
  position: absolute;
  /* top: 0px; */
  left: 5px;
  z-index: 1;
  color: gold;
  font-size: 16px;
}

/*Headings*/
.widget.gsc-heading .title {
  font-weight: 400;
  margin: 0;
  position: relative;
  font-size: 32px;
}

.widget.gsc-heading .title-desc {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 15px;
  line-height: 1.8;
  font-size: 1.1em;
  color: #222222;
  font-family: "Verlag Book", sans-serif;
}

.widget.gsc-heading.style-1 .title:before {
  content: "";
  background: #F6C65B;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.widget.gsc-heading.style-1 {
  padding-bottom: 25px;
}

/*One Team*/
.partners-link p a {
  font-size: 20px;
  text-align: center;
  color: #fff;
}

/*TESTING ...*/
.gva_menu_main .menu-item a {
  color: #fff;
}

header .quick-menu .icon a {
  color: #fff;
}

/* Widgets, call to action  */
.widget.gsc-call-to-action.has-background {
  padding: 35px;
  margin: 35px 0 35px 0;
}

/* header over related content view */
.post-style-list header {
  margin-bottom: 2.5rem;
}

span.related-body {
  display: inline-block;
  font-size: 1.2em;
  color: #333;
}

/* Story */
.field--name-field-tags .field__label {
  display: inline-block;
  font-weight: 700;
}

.field--name-field-tags .field__label:after {
  content: ":";
}

.field--name-field-tags .field__items {
  display: inline-block;
}

.field--name-field-tags .field__items.field-item {
  display: inline-block;
}

.node-detail .field--name-field-tags .field__item {
  float: none;
  margin-right: 10px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}

/* Our Work */
/* Accomplishments */
.ot-image-right {
  margin: 0 0 1.5rem 1.5rem;
  float: right;
}

.ot-image-left {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}

.gsc-tabs .tab-content img {
  margin: 0 0 15px 15px;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content .tab-pane {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  padding: 10px 30px 30px;
  overflow: auto;
}

a.feed-icon {
  display: none;
}

/* Our Partners  */
.gsc-our-partners .content-inner .title {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}

/* Pricing table */
.pricing-table .content-wrap .plan-price .price-value .value {
  font-size: 32px;
  font-weight: 400;
  display: inline-block;
  line-height: 40px;
  float: left;
  font-family: "Poppins", sans-serif;
  color: #F6C65B;
}

/* Circle club */
.widget.gsc-wide-box.circle-club-box {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.widget.gsc-wide-box.circle-club-box .content-inner h3 {
  font-size: 22px;
}

.custom-text.circle-club-text-box p {
  font-size: 18px;
  padding: 15px 30px;
}

.one-tam-circle-bottom-text .title-desc {
  text-align: left;
}
.one-tam-circle-bottom-text .title-desc ul {
  position: relative;
  list-style: none;
}
.one-tam-circle-bottom-text .title-desc ul li {
  list-style: none;
}
.one-tam-circle-bottom-text .title-desc ul li:before {
  list-style: none;
  content: "";
  font-family: "gva-icon";
  position: absolute;
  /* top: 0px; */
  left: 0px;
  z-index: 1;
  color: #F6C65B;
  font-size: 20px;
}

.widget.gsc-wide-box .content-inner .content {
  position: relative;
}
.widget.gsc-wide-box .content-inner .content ul li {
  list-style: none;
}
.widget.gsc-wide-box .content-inner .content ul li::before {
  content: "";
  font-family: "gva-icon";
  position: absolute;
  /* top: 0px; */
  left: 0px;
  z-index: 1;
  color: #F6C65B;
  font-size: 20px;
}

.widget.gsc-icon-box ul {
  position: relative;
}
.widget.gsc-icon-box ul li {
  list-style: none;
}
.widget.gsc-icon-box ul li:before {
  /* list-style: none; */
  /* list-style: none; */
  content: "";
  font-family: "gva-icon";
  position: absolute;
  /* top: 0px; */
  left: 5px;
  z-index: 1;
  color: #333;
  font-size: 14px;
}

/* become member */
.custom-text.become-member-price-box p strong {
  font-size: 24px;
  color: #ffc500;
}

.custom-text.become-member-price-box ul {
  position: relative;
}
.custom-text.become-member-price-box ul li {
  list-style: none;
}
.custom-text.become-member-price-box ul li:before {
  content: "";
  font-family: "gva-icon";
  position: absolute;
  /* top: 0px; */
  left: 5px;
  z-index: 1;
  color: #333;
  font-size: 14px;
}
.custom-text.become-member-price-box p {
  font-size: 1.3em;
  font-family: "Verlag Book";
}
.custom-text.become-member-price-box ul li {
  list-style: none;
  font-size: 1.1em;
}

.widget.gsc-heading.become-member-bottom-link .title-desc h4 span {
  font-size: 1.1em;
}
.widget.gsc-heading.become-member-bottom-link h2.title span {
  font-size: 1em;
}

/* Logo from old site */
#logo {
  opacity: 1;
  position: absolute;
  top: 0px;
  right: 20%;
}

#logo:hover {
  opacity: 0.6;
}

@media (min-width: 320px) {
  #logo {
    right: 35px;
    width: 75px;
  }

  #navigation {
    margin-bottom: 0px;
  }

  .nav-trigger {
    top: 0px;
  }
}
@media (min-width: 480px) {
  #logo {
    right: 45px;
    width: 95px;
  }

  #navigation {
    margin-bottom: 0px;
  }

  .nav-trigger {
    top: 0px;
  }
}
@media (min-width: 650px) {
  #logo {
    right: 75px;
    width: 125px;
  }

  #navigation {
    margin-bottom: 0px;
  }

  .nav-trigger {
    top: 0px;
  }
}
@media (min-width: 768px) {
  #logo {
    right: 10%;
    width: 125px;
  }
}
@media (min-width: 992px) {
  #logo {
    right: 10%;
    width: 145px;
  }
}
@media (min-width: 1200px) {
  #logo {
    right: 15%;
    width: 160px;
  }
}
/* Custom block edit page */
textarea.cke_source {
  font-size: 1.1em;
  font-weight: 700;
}

/* Get Involved pages */
.widget.gsc-video-box.ambassador-video .image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.custom-text.com-ambass-custom-text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.yellow-container-wrapper {
  background: #f6c65b;
  color: #000;
  display: block;
  overflow: auto;
}

.widget.gsc-image.text-none.business-club-image .widget-content img {
  width: 100%;
}

.custom-text.biz-club-right-rail h2 {
  padding-top: 0;
  margin-top: 0;
}

.widget.gsc-image.text-none.business-club-image {
  margin-bottom: 2.5rem;
}

.custom-text.biz-club-right-rail h4.lead-in {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 1.4em;
}

.widget.gsc-icon-box.left.biz-club-icon-box {
  margin-top: 3rem;
}

.biz-club-right-rail hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.biz-page-text {
  font-size: 120%;
}

.biz-page-text, .custom-text.resource-list-text ul {
  position: relative;
  list-style: none;
  margin-left: 0.5rem !important;
}
.biz-page-text li, .custom-text.resource-list-text ul li {
  list-style: none;
}
.biz-page-text li:before, .custom-text.resource-list-text ul li:before {
  content: "";
  font-family: "gva-icon";
  position: absolute;
  /* top: 0px; */
  left: 5px;
  z-index: 1;
  color: #F6C65B;
  font-size: 16px;
}

/* About Mt Tam page */
.widget.gsc-heading.featured-hike-and-trails {
  margin-top: 4rem;
}

.accomplishments-page-tabs {
  margin: 4rem 0 4rem 0;
}
.accomplishments-page-tabs .gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content .tab-pane {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  padding: 10px 30px 30px;
  overflow: auto;
}
.accomplishments-page-tabs .gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs {
  margin: 5px 0;
  padding: 10px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.accomplishments-page-tabs .nav-tabs {
  margin: 5px 0;
  padding: 10px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  background: #fff;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs {
  margin: 5px 0;
  padding: 10px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  background: #fff;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content .tab-pane {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  padding: 10px 30px 30px;
  overflow: auto;
}

/* one tam circle */
.widget.gsc-heading.one-tam-circle-leadin p {
  column-count: 2;
  text-align: left;
}
.widget.gsc-heading.one-tam-circle-leadin .title-desc {
  max-width: 900px;
}

.widget.gsc-icon-box.icon-image .fa-4x {
  display: block;
  width: 150px;
}

/* About Us - What We Do */
.widget.gsc-our-partners .content-inner .content a {
  font-size: 18px;
  background: #F6C65B;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 14px;
  font-weight: 500;
  padding: 0 18px;
  position: relative;
  display: inline-block;
  line-height: 38px;
  z-index: 1;
  letter-spacing: 0.5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: capitalize;
  font-family: "Verlag Book", sans-serif;
  border: 0;
}
.widget.gsc-our-partners .content-inner .content a:hover, .widget.gsc-our-partners .content-inner .content a:active {
  color: #fff;
  background: #cc8500;
  transition: all 0.35s;
}

.widget.gsc-heading.become-member-bottom-link .title-desc a {
  font-size: 14px;
  background: #F6C65B;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-weight: 700;
  padding: 0 18px;
  position: relative;
  display: inline-block;
  line-height: 38px;
  z-index: 1;
  letter-spacing: 0.5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: uppercase;
  font-family: "Verlag Book", sans-serif;
  border: 0;
}
.widget.gsc-heading.become-member-bottom-link .title-desc a:hover {
  color: #fff;
  background: #cc8500;
  transition: all 0.35s;
}

@media (min-width: 992px) {
  .widget.gsc-wide-box.about-us-wide-box .content-inner p {
    font-size: 1.2em;
  }
  .widget.gsc-wide-box.about-us-wide-box .content-inner img {
    display: block;
  }
}
@media (max-width: 991px) {
  .widget.gsc-wide-box.about-us-wide-box img {
    display: none;
  }

  .widget.gsc-wide-box.about-us-wide-box {
    border: none;
    margin-bottom: 1rem;
  }
  .widget.gsc-wide-box.about-us-wide-box p {
    font-size: 1em;
  }
  .widget.gsc-wide-box.about-us-wide-box img {
    display: none;
  }
  .widget.gsc-wide-box.about-us-wide-box .content-inner {
    width: 100%;
    float: none;
    padding: 2rem;
  }
  .widget.gsc-wide-box.about-us-wide-box .content a {
    border: none;
    padding: 0 0.7rem 0;
    font-size: 14px;
    background: none;
    color: #F6C65B;
    overflow: unset;
    font-weight: 700;
    position: relative;
    display: inline-block;
    line-height: 18px;
    z-index: 1;
    letter-spacing: 0.5px;
    transition: unset;
    text-transform: uppercase;
    font-family: "Verlag Book", sans-serif;
  }
  .widget.gsc-wide-box.about-us-wide-box .content a:hover, .widget.gsc-wide-box.about-us-wide-box .content a:active {
    color: #000;
    background: #cc8500;
    transition: unset;
  }
}
.about-us-color-box .box-content a {
  text-decoration: underline;
  color: #666;
}
.about-us-color-box .box-content a:hover, .about-us-color-box .box-content a:active {
  color: #F6C65B;
}
.about-us-color-box .box-content strong {
  font-weight: bold;
}
.about-us-color-box .box-content p {
  font-weight: 600;
}

.about-us-color-box .action span.text {
  text-decoration: none;
}

.about-us-color-box .box-content .action a.link {
  font-family: "Verlag Black", sans-serif;
  /* font-weight: 700; */
  text-decoration: none;
}

.custom-text.what-we-do-text {
  font-size: 1.2em;
}

/* Landscape Stewardship Page */
.landscape-stewardship-page .gsc-accordion .panel-group.skin-white-border {
  border: none;
  padding: 0;
}
.landscape-stewardship-page .gsc-accordion .panel .panel-heading .panel-title > a {
  display: block;
  letter-spacing: 0;
  color: #000;
  position: relative;
  background: #fff;
  line-height: 28px;
  font-weight: 400;
  font-size: 1.5em;
}

.gsc-accordion .panel-body a {
  color: #333;
}

.gsc-accordion .panel-body a:hover {
  color: #F6C65B;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.gsc-accordion .panel-body strong {
  color: #333;
  font-weight: 700;
}

/* facts-figures page */
.custom-text.facts-figures-text p {
  font-size: 1.2em;
}
.custom-text.facts-figures-text ul li {
  list-style: inherit;
  font-size: 1.1em;
}
.custom-text.facts-figures-text h2 {
  background-color: #F6C65B;
  color: #fff;
  padding: 0.3rem 0 0.5rem 1rem;
}

.anchor a {
  position: absolute;
  left: 0px;
  top: -60px;
}

.anchor {
  position: relative;
}

.index-list a {
  font-size: 1.1em;
}

/*  project pdfs */
.project-pdf-outer {
  border: #ddd 1px solid;
  background-color: #fff;
  color: #000;
  padding: 1.5rem;
  margin: 4rem 0 2.5rem;
  font-size: 110%;
  line-height: 2;
}
.project-pdf-outer h3 {
  font-size: 1.4em;
  font-weight: 600;
}

/* home projects grid */
.featured-projects .post-block {
  background: none;
  margin-bottom: 2rem;
}
.featured-projects .post-content.text-left {
  padding: 20px;
}
.featured-projects .post-content.text-left .post-title span {
  font-family: "Verlag Book", sans-serif;
  font-size: 1.4em;
}
.featured-projects .post-block:hover {
  /* background: #ddd; */
  /* border: 1px solid #ccc; */
  box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
}

/* top home icon boxes */
.icon-box-home-wrapper .widget.gsc-icon-box .highlight-icon .icon-container.text-theme[class*=border-] {
  border-color: #fff;
  position: relative;
}
.icon-box-home-wrapper .widget.gsc-icon-box .highlight_content .title {
  font-size: 1.6em;
}
.icon-box-home-wrapper .widget.gsc-icon-box .highlight_content .desc p {
  margin-bottom: 0;
  font-size: 1.2em;
}

/* home projects widget */
.featured-projects .post-block .post-body {
  float: left;
  width: 100%;
  font-size: 1.1em;
  line-height: 1.6;
}

.owl-carousel .owl-stage-outer .item p {
  margin-bottom: 10px;
  line-height: 1.4;
}

.testimonial-content .job {
  color: red;
}

/* contact us */
.widget.gsc-heading.contact-us-text .title-desc strong {
  font-size: inherit;
}

/* newsletter signup form */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #000;
}

/* press room */
.press-room .post-style-list .post-block .post-content {
  padding-top: 5px;
  width: 100%;
  padding-left: 0;
  float: left;
}
.press-room .post-style-list .post-created {
  color: #F6C65B;
  font-weight: 700;
}

/* Featured media gallery */
.featured-media-gallery-wrapper .views-view-grid {
  margin: 0rem 0 2rem;
}
.featured-media-gallery-wrapper .video-gallery .gsc-video-link .icon-play {
  background: url(../images/icon-play.png) no-repeat center center transparent;
  width: 85px;
  height: 65px;
  position: absolute;
  left: 38%;
}

/* News sticky home */
.news-sticky-home .post-block {
  background: #fff;
  margin-bottom: 2rem;
}
.news-sticky-home .post-block .post-title {
  display: block;
  line-height: 28px;
  font-weight: 500;
  font-size: 22px;
  color: #333;
  font-family: "Verlag Book", sans-serif;
  text-transform: none;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.news-sticky-home .post-block .post-title:hover {
  color: #F6C65B;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.news-sticky-home .post-block .news-org {
  font-size: 1.2em;
  color: #F6C65B;
  line-height: 1;
}
.news-sticky-home .post-block .news-pubdate {
  font-size: 0.9em;
  color: #88AB9D;
  line-height: 1.3;
}

.what-people-say-wrapper .testimonial-content {
  color: white;
  font-weight: 600;
  font-family: "Verlag Book", sans-serif;
  padding: 0 16rem 0 16rem;
}
.what-people-say-wrapper .testimonial-content .quote {
  font-size: 1.8em;
}
.what-people-say-wrapper .testimonial-content .job {
  font-size: 20px;
  line-height: 1;
}

/* Press room news list */
.press-room-news-list .post-style-list .post-block .post-title {
  padding-top: 0;
  font-family: "Verlag Book", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
}
.press-room-news-list .post-style-list .post-block .post-content {
  padding-top: 5px;
  width: 100%;
  padding-left: 15px;
  float: left;
}
.press-room-news-list .post-style-list .news-pubdate time {
  font-size: 1.2em;
  font-weight: 600;
}
.press-room-news-list .post-style-list span.news-org {
  font-size: 0.8em;
}

/* Post type */
/* image field collection */
.field-collection-item.field-collection-item--name-field-image-caption .field.field--name-field-caption {
  font-size: 1em;
  line-height: 1.4;
  max-width: 770px;
  font-style: italic;
}

.field-collection-item.field-collection-item--name-field-image-with-caption {
  font-size: 1em;
  line-height: 1.4;
  max-width: 770px;
  font-style: italic;
}

.hidden-meta div.post-meta {
  display: none;
}
.hidden-meta h1.post-title, .hidden-meta span.post-created {
  display: none;
}

/* related content new */
.related-items-sidebar .post-meta span.related-body {
  display: inline-block;
  font-size: 1.1em;
  line-height: 1.4;
}
.related-items-sidebar .post-block .post-title {
  padding: 5px 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.related-items-sidebar .post-block .post-title a {
  display: block;
  line-height: 20px;
  font-weight: 600;
  font-size: 18px;
  font-family: "Verlag Book", sans-serif;
  text-transform: none;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.related-items-sidebar .post-block .post-title a:hover {
  text-decoration: underline;
}

/* Block Builder link banner */
.gavias-blockbuilder-content .link-edit-blockbuider {
  background: #2a5479;
  color: #fff;
}

/* PIM handout */
.pim-handout {
  font-family: "Verlag Book", sans-serif;
  font-size: larger;
}
.pim-handout strong {
  font-family: "verlagbold", sans-serif;
  font-weight: bolder;
}
.pim-handout table, .pim-handout tbody, .pim-handout tr, .pim-handout td, .pim-handout p {
  border: none;
  padding: 0;
  line-height: 1.6;
}

/* Old site timeline classes */
.yellow-container-wrapper {
  background: #f6c65b;
  color: #000;
  display: block;
  overflow: auto;
}

.yellow-container {
  padding: 20px 60px;
}

.yellow-container.history-container {
  padding: 0px;
}

.history-container {
  padding: 0px;
}

.timeline-container {
  width: 1200px;
  overflow-x: auto;
  height: 300px;
}

.history-slider-image {
  width: 1964px;
  height: 280px;
  max-width: none;
}

.history-slider-image-mobile {
  display: none;
}

.history-fade-left {
  width: 80px;
  height: 280px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.history-fade-right {
  width: 80px;
  height: 280px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.timeline-arrow-left {
  width: 50px;
  height: 50px;
  background: url(/media/timeline/timeline-arrows.png) top left no-repeat;
  position: absolute;
  left: 0;
  top: 116px;
  z-index: 11;
  display: none;
  cursor: pointer;
}

.timeline-arrow-right {
  width: 50px;
  height: 50px;
  background: url(/media/timeline/timeline-arrows.png) top right no-repeat;
  position: absolute;
  right: 0;
  top: 116px;
  z-index: 11;
  cursor: pointer;
}

.timeline-arrow-left:hover {
  opacity: 0.8;
}

.timeline-arrow-right:hover {
  opacity: 0.8;
}

.black-bar {
  text-align: center;
  height: 60px;
  padding-top: 12px;
  background: #000;
  color: #fff;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait), (max-width: 420px) {
  .widget-container {
    padding: 0 20px 40px;
  }

  .widget {
    padding: 10px 0 0;
  }

  .yellow-container {
    padding: 30px 20px;
  }

  .yellow-container.history-container {
    padding: 0px 0px;
  }

  .timeline-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 280px;
    -webkit-overflow-scrolling: touch;
  }

  .history-slider-image {
    display: none;
  }

  .history-slider-image-mobile {
    display: block;
    width: 1500px;
    height: 280px;
    max-width: none;
  }

  .history-fade-left {
    display: none;
  }

  .history-fade-right {
    display: none;
  }

  .timeline-arrow-left {
    display: none !important;
  }

  .timeline-arrow-right {
    display: none !important;
  }

  .what-people-say-wrapper .testimonial-content .quote {
    font-size: 1.1em;
    line-height: 1.2;
    width: 200px;
    left: -70px;
  }

  .what-people-say-wrapper .testimonial-content .job {
    font-size: 1.1em;
    line-height: 1.3;
    width: 200px;
    left: -70px;
  }

  .widget.gsc-block-drupal.text-light div {
    color: #fff;
    left: -20px;
  }

  #logo {
    top: 0px;
    right: 5%;
  }

  .msg-content-main h2 strong {
    font-size: 0.8em;
  }
}
/* Image Content block builder element  */
/* skin v1 */
.gsc-image-content.skin-v1 {
  text-align: left;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Verlag Book", sans-serif;
}
.gsc-image-content.skin-v1 h4.title {
  font-size: 2em;
  font-weight: 700;
}
.gsc-image-content.skin-v1 .box-content {
  /* padding: 10px 15px 0; */
  padding: 0;
  font-family: "Verlag Book", sans-serif;
}
.gsc-image-content.skin-v1 .credit {
  font-size: 0.9em;
  text-align: right;
}
.gsc-image-content.skin-v1 .caption {
  font-size: 1.1em;
  line-height: 1.2;
}

/* maps and trails */
.node--type-trails .post-content .field .field__label {
  display: inline-block;
  font-weight: 600;
  min-width: 90px;
}
.node--type-trails .post-content .field .field__label:after {
  content: ":";
}

.node--type-trails .post-content .field--type-string.field--label-above {
  margin-bottom: 1.2rem;
}

.field.field--name-field-trail-description, .field.field--name-field-links {
  margin-bottom: 1.2rem;
}
.trails-hikes-related-wrapper .views-field.views-field-title, .upcoming-hikes .views-field.views-field-title {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 24px;
}
.trails-hikes-related-wrapper .views-field.views-field-field-event-start, .upcoming-hikes .views-field.views-field-field-event-start {
  font-size: 1.1em;
}
.trails-hikes-related-wrapper .field-content p, .upcoming-hikes .field-content p {
  line-height: 1.3;
  margin-top: 0;
}

.node--type-trails .field.field--name-field-trail-description {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.5;
}

.node--type-trails .field.field--name-body p {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
}

.trails-view-grid {
  margin-top: 1rem;
}
.trails-view-grid .views-field.views-field-title {
  color: #000;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 600;
}
.trails-view-grid .views-row.row {
  margin-top: 1.5rem;
}

.gbb-row-wrapper .bottom-border .bb-container.container {
  border-bottom: 1px solid #ddd;
}

/* business club */
.custom-text.biz-club-right-rail h4 {
  font-size: 1em;
}

/* Wide Box  */
.gsc-wide-box {
  margin-bottom: 45px;
}

.gsc-wide-box:before, .gsc-wide-box:after {
  content: " ";
  display: table;
}

.gsc-wide-box:after {
  clear: both;
}

.gsc-wide-box .image {
  width: 35%;
  float: left;
}

@media (max-width: 400px) {
  .gsc-wide-box .image {
    width: 100%;
    text-align: center;
  }
}
.gsc-wide-box .content-inner {
  width: 65%;
  float: left;
  padding-left: 30px;
}

@media (max-width: 400px) {
  .gsc-wide-box .content-inner {
    width: 100%;
  }
}
span.under-title {
  font-weight: 600;
  font-size: 1.1em;
  color: #F6C65B;
}

.gsc-wide-box .content-inner .info {
  font-size: 1.1em;
  font-weight: 600;
  padding: 5px 0 12px;
}

.gsc-wide-box .content-inner .info .category {
  color: #F6C65B;
}

.widget.gsc-wide-box .content-inner .content p {
  font-size: 1.2em;
}

.navigation .gva_menu .sub-menu > li > a {
  color: #333;
}

.widget.gsc-icon-box.icon-image {
  padding-right: 30px;
  margin-bottom: 3rem;
}

.gsc-accordion .panel-body a:hover {
  color: #88AB9D;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.gsc-accordion .panel-body a {
  color: #88AB9D;
  font-weight: 600;
}

.gsc-accordion .panel-body a {
  color: #88AB9D;
  font-weight: 600;
}

.portfolio-teaser-grid-view .post-title span {
  font-weight: 600;
  font-size: 1.2em;
}

.post-block .post-title a:hover, .post-block .post-title a:active, .post-block .post-title a:before {
  color: #88AB9D;
  text-decoration: underline;
}

.post-block .post-title a {
  display: block;
  line-height: 24px;
  font-weight: 600;
  color: #88AB9D;
  font-family: "Verlag Book", sans-serif;
  text-transform: none;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.post-block .post-title a:hover {
  text-decoration: underline;
}

.ui-widget-content a {
  color: #88AB9D;
}

.ui-widget-content a:hover {
  text-decoration: underline;
}

.gva_menu > li:hover > a {
  text-decoration: none;
}

.body-page a {
  color: #88AB9D;
  font-weight: 500;
}
.body-page a:hover {
  text-decoration: underline;
  color: #888;
}

.body-page .item-list ul li.view-list-item {
  margin: 0 0 10px;
}

/* media-accomp carousel */
.media-carousel-wrapper .owl-item .views-field.views-field-name {
  font-size: 1.3em;
}
.media-carousel-wrapper .views-field.views-field-field-credit {
  font-size: 0.8em;
}
.media-carousel-wrapper .views-field.views-field-field-caption {
  font-size: 0.9em;
  line-height: 1.3;
}
.media-carousel-wrapper .views-field.views-field-field-media-body {
  font-size: 1em;
  line-height: 1.4;
}

/* home event carousel */
.carousel-home .owl-stage .views-field.views-field-field-description .field-content {
  line-height: 1.4;
}

/* download box */
.gsc-box-download {
  background: none;
  color: #000;
  padding: 20px;
  margin: 20px 0;
}
.gsc-box-download .box-content .info .title {
  font-size: 1.4em;
}
.gsc-box-download .box-content .info .desc {
  font-size: 1.2em;
}
.gsc-box-download .box-files .item .file {
  padding-left: 0;
  display: inline-block;
  min-height: 1.2rem;
  background-repeat: no-repeat;
  background-position: left center;
}
.gsc-box-download .box-files .item a {
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
  color: #000;
  font-weight: 600;
  font-size: 0.9em;
  background: none;
  padding: 10px;
  margin-left: 15px;
  width: 100%;
}

.gsc-box-download .info .desc {
  font-size: 1.1em;
  line-height: 24px;
}

.box-files .item .file {
  padding-left: 10px;
  font-size: 1.1em;
  text-align: left;
}
.box-files .item .file a {
  color: #88AB9D;
  font-weight: 600;
}
.box-files .item .file a:hover {
  text-decoration: underline;
}

.featured-video-list {
  margin-bottom: 3rem;
}

.box-files .item .file a:before {
  content: "";
  font-family: "gva-icon";
  position: absolute;
  /* top: 0px; */
  left: 0px;
  z-index: 1;
  color: #F6C65B;
  font-size: 15px;
  margin-left: 20px;
}

.widget.gsc-heading.press-kit-heading.style-1 {
  padding-bottom: 0;
  margin-top: 3rem;
}

.gsc-box-download.press-kit-box {
  background: none;
  color: #000;
  padding: 0;
  margin: 0;
}

.widget.gsc-heading.press-kit-heading p {
  margin: 0;
}

/* headings */
.widget.gsc-heading .title {
  font-weight: 400;
  margin: 0;
  position: relative;
  font-size: 24px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Verlag Book", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  text-transform: none;
}

.post-no-meta .post-meta {
  display: none;
}

.field.field--name-field-status-image.field--type-image.field--label-hidden.field__item {
  float: right;
}

.page-user-login .bg, .page-user-register .bg, .page-user-pass .bg {
  background: #88AB9D;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.user-login-form input[type*=submit], .user-register-form input[type*=submit], .user-form input[type*=submit], .user-pass input[type*=submit] {
  color: #000;
}

.user-login-form input[type*=submit]:hover, .user-login-form input[type*=submit]:focus, .user-login-form input[type*=submit]:active, .user-register-form input[type*=submit]:hover, .user-register-form input[type*=submit]:focus, .user-register-form input[type*=submit]:active, .user-form input[type*=submit]:hover, .user-form input[type*=submit]:focus, .user-form input[type*=submit]:active, .user-pass input[type*=submit]:hover, .user-pass input[type*=submit]:focus, .user-pass input[type*=submit]:active {
  background: #888;
  color: #fff;
  border: none;
}

.branding.text-center h2 {
  color: #F6C65B;
}

/* mobile media queries */
@media (max-width: 767px) {
  .widget.gsc-icon-box.icon-image {
    padding-right: 0;
    margin-bottom: 0;
  }

  .video-gallery .gsc-video-link .icon-play {
    left: 26%;
  }
}
/* media teasers */
.media-teaser-wrapper .field.field--name-field-caption.field__item {
  text-align: left;
  line-height: 1.2;
  font-size: 0.9em;
}

/* Related content sidebar  */
span.related-body, span.related-body p {
  display: inline-block;
  font-size: 14px !important;
  color: #333;
  line-height: 1.3;
}

/* testimonial node teaser */
.node--type-testimonial header {
  display: none;
}
.node--type-testimonial .testimonial-content .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
  background-color: #fff;
  border: none;
  font-size: 18px;
}

.testimonial-content .field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
  margin-top: 0;
  padding-top: 0;
}

/* gsc button */
.gsc-button {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-family: "Verlag Book", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  border: none;
  margin-bottom: 20px;
  display: inline-block;
  clear: both;
}

/* User guide */
.custom-text.hr-col-spacer {
  height: 4rem;
}

/* Posts */
.field.field--name-field-media-image {
  margin: 3rem 0 3rem;
}

.gsc-image-content.skin-v1 .title {
  display: none;
}

.gsc-image-content.full-width.skin-v2 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

/* skin v3 */
.gsc-image-content.skin-v3 .image:hover:after {
  background: none;
}

.gsc-image-content.skin-v3 .image .title {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  font-size: 24px;
  z-index: 9;
  margin-top: -25px;
  color: #fff;
}

.no-video-icon i.fa.icon-play {
  display: none;
  background: none !important;
}

.post-style-stick .post-content .post-title a {
  padding: 0;
  font-size: 1.3em;
}

.event-block-2 .event-image .event-date {
  display: none;
}

.event-block-2 .content-inner {
  padding-left: 0;
  position: relative;
  z-index: 9;
}

/* ALL BUILDERS: Remove row padding for all bb builders */
.gbb-row .bb-inner {
  padding-top: 0;
  padding-bottom: 0;
}

/* newsletter signup pages */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #000;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  max-width: 100%;
}

span.Explicit {
  margin-left: 10px;
}

/* User Guide  */
.user-guide-accordion .panel .panel-heading .panel-title > a {
  display: block;
  letter-spacing: 0;
  color: #000;
  position: relative;
  background: #fff;
  line-height: 28px;
  font-weight: 600;
  font-size: 1.2em;
}
.user-guide-accordion .gsc-accordion .panel-group.skin-white-border {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.user-guide-accordion .gsc-accordion .panel-group.skin-white-border .panel {
  padding: 0 0 15px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 18px !important;
}
.user-guide-accordion .panel-group {
  margin-bottom: 25px;
}
.user-guide-accordion .panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.user-guide-accordion .panel .panel-heading {
  background: none !important;
  padding: 0 !important;
}
.user-guide-accordion .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.user-guide-accordion .panel-group .panel-heading {
  border-bottom: 0;
}
.user-guide-accordion .gsc-accordion .panel-group.skin-white-border .panel .panel-body {
  padding-top: 10px;
}
.user-guide-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* portfolio information */
.image-width-full img {
  width: 100%;
}

/* Media Video  */
.related-items-sidebar .views-field-field-video-preview .view-list-item .views-field.views-field-field-video-preview {
  margin-bottom: 18px;
}

.related-items-sidebar .views-field-field-video-preview .view-list-item .views-field.views-field-title {
  line-height: 1.4;
}

.node--type-media-video h2.node__title, .node--type-media-video .field.field--name-field-creator {
  text-align: center;
}

/* Bullets */
.post-content ul, .learn-more-content .post-content ul {
  list-style: none;
  line-height: 2;
}
.post-content ul li:before, .learn-more-content .post-content ul li:before {
  list-style: none;
  content: "";
  font-family: "gva-icon";
  position: absolute;
  /* top: 0px; */
  left: 10px;
  z-index: 1;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding-top: 0;
}

.portfolio-single .post-content ul li:before {
  list-style: none;
  content: "";
  font-family: "gva-icon";
  position: absolute;
  /* top: 0px; */
  left: 18px;
  z-index: 1;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding-top: 5px;
}

.portfolio-single .post-content ul li:before {
  list-style: none;
  content: "";
  font-family: "gva-icon";
  position: absolute;
  /* top: 0px; */
  left: 0px;
  z-index: 1;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding-top: 2px;
}

.footer .block-block-content {
  color: #fff;
}

.user-guide-color-box {
  text-transform: none;
}

.navigation .gva_menu .sub-menu > li:hover > ul {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

.gavias-blockbuilder-content .link-edit-blockbuider {
  background: #2a5479 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.owl-stage .item .views-field.views-field-field-feed-source {
  margin-top: 7px;
  line-height: 1.2;
  font-size: 85%;
  font-style: italic;
}

.owl-stage .item .views-field.views-field-field-description {
  margin-top: 7px;
}

.path-search .js-form-item .js-form-item-type-page-message, .path-search .js-form-item .js-form-item-type-story, .path-search .js-form-item .js-form-item-type-team, .path-search .js-form-item .js-form-item-type-testimonial {
  display: none;
}
.path-search legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.path-search fieldset#edit-keywords-fieldset .fieldset-wrapper .js-form-type-textfield {
  margin-bottom: 10px;
  display: block;
}
.path-search input[type=search] {
  padding-left: 6px;
}
.path-search form#search-form {
  margin: 10px 25px 30px 0;
}
.path-search form#search-form::before {
  content: "Search form";
  font-family: "Verlag Book", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  text-transform: none;
  font-size: 26px;
}
.path-search a#edit-help-link {
  margin: 5px 0px 25px;
  line-height: 1.5;
}
.path-search #page-main-content {
  /* min-height: 360px; */
  /* margin-left: 0; */
  padding-left: 0;
}

.widget.gsc-heading.style-1 .title {
  padding: 0 0 15px;
  font-family: "Verlag Book", sans-serif;
  z-index: 1;
}

.widget.gsc-heading.calendar-text-search {
  padding-bottom: 0;
}

.widget.gsc-heading.calendar-text-search .title-desc {
  margin-top: 10px;
}

.calendar-no-results {
  margin-top: -30px;
}

.search-advanced summary {
  background-color: #eee;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-left: 6px;
}

.widget.gsc-box-color {
  text-transform: none;
}

.read-more-button a {
  font-size: 14px;
  background: #F6C65B;
  color: #222222;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-weight: 700;
  padding: 5px;
  position: relative;
  display: block;
  line-height: 1.3;
  z-index: 1;
  letter-spacing: 0.5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: uppercase;
  font-family: "Verlag Book", sans-serif;
  border: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 180px;
  text-align: center;
}

p {
  margin-bottom: 15px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  position: relative;
}

h2, .widget.gsc-heading .title {
  font-weight: 400;
  font-size: 26px;
  padding: 25px 0 15px !important;
}

.custom-text h2:after, .title-desc h2:after, .field--name-body h2:after {
  content: "";
  background: #F6C65B;
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}

h3 {
  font-weight: 400;
  font-size: 22px;
  padding: 25px 0 10px;
}

.custom-text h3:after, .title-desc h3:after, .field--name-body h3:after {
  content: "";
  background-color: #88AB9D;
  height: 1px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}

td h3 {
  padding-top: 0;
}

td h3:after {
  display: none;
}

.field--name-body ul li {
  font-size: 1.2em;
}

.owl-carousel .owl-item img {
  width: 100%;
}

.image-title {
  z-index: 1;
}

.one-mountain-home-box.gbb-row.bg-size-cover {
  padding-top: 50px !important;
}

.one-mountain-home .title-desc h2:after {
  content: "";
  background: #F6C65B;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

div#footer-logo {
  margin-top: 3.6rem;
  width: 10rem;
  margin-right: auto;
  margin-left: auto;
}

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