@import url(//fonts.googleapis.com/css?family=Lato:400,700,900);
/* Import bootstrap 3 mixins and variables so we can use them */
/* Import core mixins so we can use them */
.clear_float:before,
.clear_float:after {
  display: table;
  content: " ";
}
.clear_float:after {
  clear: both;
}
/* Import our theme variables. */
/*
 * General Booth Veterinary Hospital brand preset (2024 redesign)
 */
/* Import our theme mixins */
/* Import our theme fonts */
/* Our style rules - namespace so as not to collide with the core app styles */
body {
  background: transparent url(/application/themes/gbvhnew/images/background.png) repeat scroll;
}
div.ccm-page {
  position: relative;
}
div.ccm-page {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
}
div.ccm-page blockquote {
  padding-left: 60px;
  font-size: 1.46em;
  font-weight: 300;
  border-color: #bdcfd8;
  color: #5b676c;
  line-height: 1.42857143;
}
div.ccm-page h1 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.1em;
  font-weight: 700;
  color: #333333;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h2 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.46em;
  font-weight: 700;
  color: #333333;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h3 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  color: #333333;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h5 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.73em;
  font-weight: 700;
  color: #9fa9ad;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.73em;
  font-weight: 400;
  color: #a3db75;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page img {
  max-width: 100%;
  height: auto;
}
div.ccm-page hr {
  margin-top: 80px;
  margin-bottom: 80px;
  border-top: 1px solid #ececec;
}
div.ccm-page main {
  background-color: #ffffff;
  padding-bottom: 80px;
  /*
    div.container:last-child {
      padding-bottom: 80px;
    }
    */
}
div.ccm-page main a:not(.fa):not(.btn),
div.ccm-page footer a:not(.fa):not(.btn) {
  color: #019fc1;
}
div.ccm-page main a:not(.fa):not(.btn):hover,
div.ccm-page footer a:not(.fa):not(.btn):hover {
  color: #017a96;
  text-decoration: none;
}
div.ccm-page div[data-container=block] div.container:last-child {
  padding-bottom: 0px;
}
div.ccm-page.page-type-blog-entry div.col-sidebar {
  padding-top: 40px;
}
div.ccm-page div.col-sidebar hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
div.ccm-page div.ccm-system-errors {
  margin-top: 40px;
}
div.ccm-page header:not(.gbvh-site-header) {
  background-color: #f3f4f4;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
div.ccm-page header:not(.gbvh-site-header) #header-site-title {
  font-family: 'Lato';
  font-weight: 700;
  color: #333333;
  text-transform: none;
  line-height: 1.15em;
  font-size: 2.3em;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
div.ccm-page header:not(.gbvh-site-header) #header-site-title:hover {
  color: #000000;
  text-decoration: none !important;
}
div.ccm-page header:not(.gbvh-site-header) .ccm-search-block-form {
  position: relative;
}
div.ccm-page header:not(.gbvh-site-header) .ccm-search-block-form:before {
  content: "\f002";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 9px;
  text-decoration: inherit;
  color: #cbcbcb;
}
div.ccm-page header:not(.gbvh-site-header) .ccm-search-block-form .ccm-search-block-text {
  border: 1px solid #cbcbcb;
  color: #cbcbcb;
  border-radius: 30px;
  padding: 10px 20px 10px 35px;
  background-color: #ffffff;
}
div.ccm-page header:not(.gbvh-site-header) .ccm-search-block-form .ccm-search-block-text:focus {
  outline: 0;
}
div.ccm-page header:not(.gbvh-site-header) nav .dropdown:after {
  content: ' ▶';
}
div.ccm-page header:not(.gbvh-site-header) nav .dropdown:hover:after {
  content: '\25bc';
}
div.ccm-page header:not(.gbvh-site-header) nav ul {
  -webkit-font-smoothing: antialiased;
  list-style: none;
  margin-top: 10px !important;
  padding: 0px 0px 0px 0px;
  float: right;
}
div.ccm-page header:not(.gbvh-site-header) nav ul a {
  padding-right: 40px;
  font-family: 'Lato';
  font-size: 0.85em;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
div.ccm-page header:not(.gbvh-site-header) nav ul a:hover {
  color: #ffffff;
  text-decoration: none;
}
div.ccm-page header:not(.gbvh-site-header) nav ul li {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
div.ccm-page header:not(.gbvh-site-header) nav ul li:hover ul {
  opacity: 1;
  top: 30px;
  visibility: visible;
}
div.ccm-page header:not(.gbvh-site-header) nav ul li ul {
  cursor: pointer;
  padding: 15px;
  padding-bottom: 0px;
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 20px;
  visibility: hidden;
  width: 200px;
  background-color: #523016;
  z-index: 99;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  border: 1px solid #523016;
}
div.ccm-page header:not(.gbvh-site-header) nav ul li ul li {
  float: none;
  width: 100%;
  padding-bottom: 0px;
}
div.ccm-page header:not(.gbvh-site-header) nav ul li ul li:hover a {
  color: #ffffff;
}
div.ccm-page header:not(.gbvh-site-header) nav ul li ul li a {
  display: block;
  padding-bottom: 15px;
  font-size: 1.0em;
  text-transform: none;
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
div.ccm-page header:not(.gbvh-site-header) nav ul li ul li a:hover {
  color: #ffffff;
}
div.ccm-page div.ccm-pagination-wrapper {
  text-align: center;
}
div.ccm-page .pagination > li.active span {
  background: none;
  color: #548627;
  border-color: #d4efbd;
}
div.ccm-page .pagination > li.next.disabled a,
div.ccm-page .pagination > li.next.disabled span {
  color: #b3beb8;
}
div.ccm-page .pagination > li.next a {
  border-right: 1px solid #d4efbd;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.next span {
  border-right: 1px solid #d4efbd;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.prev.disabled a,
div.ccm-page .pagination > li.prev.disabled span {
  color: #b3beb8;
}
div.ccm-page .pagination > li.prev span {
  border-left: 1px solid #d4efbd;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li.prev a {
  border-left: 1px solid #d4efbd;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li > a {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #d4efbd;
}
div.ccm-page .pagination > li > a:hover {
  background: none;
}
div.ccm-page .pagination > li > span {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #d4efbd;
}
div.ccm-page .breadcrumb {
  background-color: transparent;
  padding: 0px;
}
div.ccm-page .breadcrumb a {
  color: #019fc1 !important;
}
div.ccm-page .breadcrumb a:hover {
  text-decoration: none;
  color: #017a96 !important;
}
div.ccm-page img.ccm-captcha-image {
  display: block;
  margin: 0px auto 30px auto;
}
div.ccm-page main .ccm-search-block-form h3 {
  font-family: 'Lato';
  font-size: 1.46em;
  text-transform: uppercase;
}
div.ccm-page main .ccm-search-block-form input.ccm-search-block-text {
  border: 1px solid #e6e6e6;
  margin-right: 15px;
  width: 50%;
  margin-bottom: 15px;
  padding: 10px;
}
div.ccm-page main .ccm-search-block-form input.ccm-search-block-submit:focus {
  outline: none;
}
div.ccm-page main .ccm-search-block-form #searchResults {
  margin-top: 15px;
  border-top: 1px solid #ececec;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ececec;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult p {
  color: #6e6e6e;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 {
  margin-top: 0px;
  text-transform: none;
  margin-bottom: 5px;
  font-family: inherit;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a:hover {
  color: #ffffff;
}
div.ccm-page .btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 10px 30px 10px 30px;
}
div.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.focus {
  color: #ffffff;
  background-color: #00994d;
  border-color: #255625;
}
div.ccm-page .btn-success:hover {
  color: #ffffff;
  background-color: #00994d;
  border-color: #398439;
}
div.ccm-page .btn-success:active,
div.ccm-page .btn-success.active,
.open > .dropdown-togglediv.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00994d;
  background-image: none;
  border-color: #398439;
}
div.ccm-page .btn-success:active:hover,
div.ccm-page .btn-success.active:hover,
.open > .dropdown-togglediv.ccm-page .btn-success:hover,
div.ccm-page .btn-success:active:focus,
div.ccm-page .btn-success.active:focus,
.open > .dropdown-togglediv.ccm-page .btn-success:focus,
div.ccm-page .btn-success:active.focus,
div.ccm-page .btn-success.active.focus,
.open > .dropdown-togglediv.ccm-page .btn-success.focus {
  color: #ffffff;
  background-color: #00753b;
  border-color: #255625;
}
div.ccm-page .btn-success.disabled:hover,
div.ccm-page .btn-success[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-success:hover,
div.ccm-page .btn-success.disabled:focus,
div.ccm-page .btn-success[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.disabled.focus,
div.ccm-page .btn-success[disabled].focus,
fieldset[disabled] div.ccm-page .btn-success.focus {
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success .badge {
  color: #00cc66;
  background-color: #ffffff;
}
div.ccm-page .btn-default {
  color: #555555;
  background-color: #ffffff;
  border-color: #019fc1;
}
div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.focus {
  color: #555555;
  background-color: #e6e6e6;
  border-color: #003742;
}
div.ccm-page .btn-default:hover {
  color: #555555;
  background-color: #e6e6e6;
  border-color: #016d84;
}
div.ccm-page .btn-default:active,
div.ccm-page .btn-default.active,
.open > .dropdown-togglediv.ccm-page .btn-default {
  color: #555555;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #016d84;
}
div.ccm-page .btn-default:active:hover,
div.ccm-page .btn-default.active:hover,
.open > .dropdown-togglediv.ccm-page .btn-default:hover,
div.ccm-page .btn-default:active:focus,
div.ccm-page .btn-default.active:focus,
.open > .dropdown-togglediv.ccm-page .btn-default:focus,
div.ccm-page .btn-default:active.focus,
div.ccm-page .btn-default.active.focus,
.open > .dropdown-togglediv.ccm-page .btn-default.focus {
  color: #555555;
  background-color: #d4d4d4;
  border-color: #003742;
}
div.ccm-page .btn-default.disabled:hover,
div.ccm-page .btn-default[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-default:hover,
div.ccm-page .btn-default.disabled:focus,
div.ccm-page .btn-default[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.disabled.focus,
div.ccm-page .btn-default[disabled].focus,
fieldset[disabled] div.ccm-page .btn-default.focus {
  background-color: #ffffff;
  border-color: #019fc1;
}
div.ccm-page .btn-default .badge {
  color: #ffffff;
  background-color: #555555;
}
div.ccm-page div.block-sidebar-padded {
  padding: 25px 40px 25px 40px;
}
div.ccm-page div.block-sidebar-padded p {
  font-size: 0.85em;
}
div.ccm-page div.block-sidebar-wrapped {
  padding: 25px 40px 25px 40px;
  background-color: #f3f4f4;
  font-size: 0.85em;
}
div.ccm-page div.block-sidebar-wrapped h3 {
  margin: 0px;
  font-size: 14px;
  font-weight: normal;
}
div.ccm-page div.block-sidebar-wrapped a {
  color: #019fc1 !important;
}
div.ccm-page div.block-sidebar-wrapped a:hover {
  text-decoration: none;
  color: #017a96 !important;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-page-list-page-entry {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
}
div.ccm-page div.block-sidebar-wrapped ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  color: #9fa9ad;
}
div.ccm-page div.block-sidebar-wrapped ul li {
  margin-bottom: 12px;
}
div.ccm-page div.block-sidebar-wrapped ul ul {
  padding-left: 20px;
  font-size: 1em;
}
div.ccm-page div.block-sidebar-wrapped + div.block-sidebar-wrapped {
  padding-top: 0px;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-share-this-page {
  margin: -15px -40px -25px -40px;
  padding: 15px 40px 10px 40px;
  border-top: 1px solid #ececec;
  font-size: 1.25em;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-share-this-page a {
  color: #019fc1 !important;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-share-this-page a:hover {
  color: #019fc1 !important;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal {
  margin-right: -15px;
  margin-left: -15px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 7px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-date {
  color: #959595;
  font-size: 0.8em;
  margin-bottom: 10px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-title {
  margin: 0px;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.46em;
  font-weight: 700;
  color: #333333;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-title a {
  color: #333333;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-title a:hover {
  text-decoration: none;
  color: #ffffff;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.46em;
  font-weight: 700;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title a {
  color: #4f585c;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title a:hover {
  color: #337ab7;
  text-decoration: none;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-page-entry {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
div.ccm-page div.area-content-accent {
  background-color: #f3f4f4;
  margin-top: 80px;
  padding: 65px 0px 65px 0px;
  /*
  div.container:last-child {
    padding-bottom: 0px;
  }
  */
  margin-bottom: -80px;
}
div.ccm-page div.area-content-accent .title-caps,
div.ccm-page div.area-content-accent .title-caps-bold,
div.ccm-page div.area-content-accent h3 {
  color: #523016 !important;
}
div.ccm-page div.testimonial-bio {
  margin-bottom: 60px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial {
  margin-left: 0px;
  margin-right: 0px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial div.ccm-block-testimonial-image {
  width: auto;
  float: none;
  padding: 0px;
  margin-bottom: 30px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial div.ccm-block-testimonial-image img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -ms-border-radius: 0px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial div.ccm-block-testimonial-text {
  float: none;
  padding: 0px;
}
div.ccm-page div.testimonial-bio + div.testimonial-bio {
  margin-bottom: 0px;
}
div.ccm-page div.testimonial-bio:only-child {
  margin-bottom: 0px;
}
div.ccm-page .ccm-faq-container {
  margin-right: -15px;
  margin-left: -15px;
}
div.ccm-page .ccm-faq-block-links {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-faq-block-links {
    float: left;
    width: 25%;
  }
}
div.ccm-page .ccm-faq-block-links a {
  display: block;
  margin-bottom: 10px;
}
div.ccm-page .ccm-faq-block-entries {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
div.ccm-page .ccm-faq-block-entries h3 {
  margin-top: 0px;
}
div.ccm-page .ccm-faq-block-entries div.faq-entry-content {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-faq-block-entries {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-faq-block-entries {
    margin-left: 8.33333333%;
  }
}
div.ccm-page div.ccm-block-feature-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 40px;
}
div.ccm-page div.ccm-block-feature-item h4,
div.ccm-page div.ccm-block-feature-item i {
  color: #333333;
}
div.ccm-page div.ccm-block-feature-item i {
  position: absolute;
  top: 3px;
  left: 0px;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item h4,
div.ccm-page div.feature-home-page div.ccm-block-feature-item i {
  color: #333333;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item h4 {
  font-size: 1.5em;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item i {
  color: #333333;
  font-size: 1.3em;
  top: 1px;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item {
  padding-left: 45px;
}
div.ccm-page div.ccm-block-feature-item-hover-wrapper {
  text-align: center;
}
div.ccm-page div.ccm-block-feature-item-hover-wrapper div.ccm-block-feature-item-hover-title {
  color: #6f6f6f;
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 20px;
}
div.ccm-page div.ccm-block-feature-item-hover {
  display: table;
  margin: 0px auto 0px auto;
}
div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  margin: 0px auto 0px auto;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: help;
  width: 200px;
  height: 200px;
}
div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon i {
  margin-top: 3px;
  color: #ffffff;
  font-size: 2.1em;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
    width: 134px;
    height: 134px;
  }
}
div.ccm-page div.ccm-block-feature-item-hover-wrapper:hover div.ccm-block-feature-item-hover-icon {
  background: #ffffff;
  border: 1px solid #ffffff;
}
div.ccm-page .ccm-image-slider-container {
  border-bottom: 2px solid #f0eee1;
  padding-top: 20px;
  margin-bottom: 70px;
  background-color: transparent;
  background-repeat: repeat;
  /* background-image is moved to main.less because it needs to be in the theme root */
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
  max-height: 220px;
}
@media (min-width: 480px) and (max-width: 767px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 100%;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 320px;
  }
}
@media (min-width: 768px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 750px;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 350px;
  }
}
@media (min-width: 992px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 970px;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 429px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 1170px;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 480px;
  }
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider:before,
div.ccm-page .ccm-image-slider-container .ccm-image-slider:after {
  display: table;
  content: " ";
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider:after {
  clear: both;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider-inner {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider-inner {
    float: left;
    width: 100%;
  }
}
div.ccm-page .ccm-image-slider-container .rslides_nav {
  opacity: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  height: 38px;
  margin-top: -20px;
  width: 38px;
  background: rgba(0, 0, 0, 0.92);
}
div.ccm-page .ccm-image-slider-container .rslides_nav.next {
  color: white;
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  right: 40px;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.next:hover {
  text-decoration: none;
  color: black;
  background: white;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.next:before {
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  margin-left: 14px;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.prev {
  color: white;
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  left: 40px;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.prev:hover {
  text-decoration: none;
  color: black;
  background: white;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.prev:after {
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  content: "\f053";
  font-family: FontAwesome;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  margin-left: 12px;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs {
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs li.rslides_here a {
  background: #75ca2a;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs li a {
  overflow: hidden;
  text-indent: 99px;
  background: #ccccc9;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -ms-border-radius: 30px;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider-text h2 {
  color: #75ca2a;
  font-family: 'Titillium Web';
  font-size: 3.2em;
  font-weight: 200;
  margin-bottom: 5%;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider-text p {
  color: #6e6e6e;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  width: 80%;
}
div.ccm-page .ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner {
    float: left;
    width: 83.33333333%;
  }
}
div.ccm-page .image-right-tilt .ccm-image-block {
  display: block;
  margin: 0px auto 0px auto;
  transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  /* IE 9 */
  -webkit-transform: rotate(3deg);
}
div.ccm-page .image-circle .ccm-image-block {
  border-radius: 50%;
}
div.ccm-page div.ccm-block-next-previous-header {
  font-size: 16px;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #d9d9d9;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry div.ccm-block-page-list-title {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  color: #333333;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry:first-child {
  padding-top: 0px;
  border-top: none;
  margin-top: 0px;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 10px 30px 10px 30px;
  border: 1px solid transparent;
  display: inline-block;
  color: #555555;
  background-color: #ffffff;
  border-color: #019fc1;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.focus {
  color: #555555;
  background-color: #e6e6e6;
  border-color: #003742;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover {
  color: #555555;
  background-color: #e6e6e6;
  border-color: #016d84;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
  color: #555555;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #016d84;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active:hover,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active:focus,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active.focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active.focus,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.focus {
  color: #555555;
  background-color: #d4d4d4;
  border-color: #003742;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled]:hover,
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled]:focus,
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled.focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled].focus,
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.focus {
  background-color: #ffffff;
  border-color: #019fc1;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more .badge {
  color: #ffffff;
  background-color: #555555;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover {
  text-decoration: none;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    min-height: 147px;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 147px;
  }
}
@media (min-width: 992px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    min-height: 193px;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 193px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    min-height: 240px;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 240px;
  }
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-thumbnail-hover {
  background-color: rgba(1, 159, 193, 0.7);
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper i.ccm-block-page-list-page-entry-grid-thumbnail-icon {
  display: block;
  margin: 0px auto 10px auto;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper i.ccm-block-page-list-page-entry-grid-thumbnail-icon:before {
  font-family: FontAwesome;
  content: "\f064";
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-title {
  margin-top: 30px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page a.ccm-block-page-list-rss-feed {
  font-size: 1.5em;
  color: #019fc1;
}
div.ccm-page a.ccm-block-page-list-rss-feed:hover {
  color: #017a96;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:before,
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:after {
  display: table;
  content: " ";
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:after {
  clear: both;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal,
div.ccm-page div.ccm-block-page-list-page-entry {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec;
}
div.ccm-page div.ccm-block-page-list-page-entry-read-more {
  margin-top: 20px;
}
div.ccm-page div.ccm-block-page-list-no-pages {
  text-align: center;
  font-size: 1.25em;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #9fa9ad;
}
div.ccm-page div.col-sidebar div.block-sidebar-wrapped div.ccm-block-page-list-wrapper {
  margin: 0px;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper a.ccm-block-page-list-rss-feed {
  font-size: .85em;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper div.ccm-block-page-list-page-entry {
  border: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper div.ccm-block-page-list-page-entry a {
  font-weight: normal;
}
div.ccm-page div.ccm-block-page-list-header {
  font-size: 16px;
}
div.ccm-page div.ccm-block-page-attribute-display-wrapper {
  border-top: 1px solid #ececec;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #959595;
}
div.ccm-page div.ccm-block-page-attribute-display-wrapper .ccm-block-page-attribute-display-title {
  color: #75ca2a;
  display: block;
}
div.ccm-page div.ccm-block-page-attribute-display-wrapper:last-child {
  border-bottom: 1px solid #ececec;
}
div.ccm-page h1.page-title {
  color: #75ca2a;
  font-family: 'Titillium Web';
  font-size: 1.73em;
  line-height: 1.42857143;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 30px;
  padding-top: 30px;
}
div.ccm-page.page-type-portfolio-project h1.page-title {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.1em;
  font-weight: 700;
  color: #333333;
  line-height: 1.42857143;
  text-transform: none;
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px;
}
div.ccm-page div.ccm-block-page-title-byline {
  padding-bottom: 40px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px;
}
div.ccm-page div.ccm-block-page-title-byline h1.page-title {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.1em;
  font-weight: 700;
  color: #333333;
  line-height: 1.42857143;
  text-transform: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 1em;
}
div.ccm-page div.ccm-block-page-title-byline span.page-date {
  margin-right: 2em;
}
div.ccm-page div.ccm-block-page-title-byline span.page-date,
div.ccm-page div.ccm-block-page-title-byline span.page-author {
  color: #9fa9ad;
  font-style: italic;
  font-size: 0.85em;
}
div.ccm-page div.ccm-block-testimonial {
  margin-right: -15px;
  margin-left: -15px;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-image {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-image {
    float: left;
    width: 25%;
  }
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-text {
    float: left;
    width: 75%;
  }
}
div.ccm-page div.ccm-block-testimonial img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-name {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-position {
  color: #019fc1;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-position a {
  color: #019fc1;
  text-decoration: underline;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-paragraph {
  margin-top: 20px;
}
div.ccm-page div.ccm-block-testimonial-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
div.ccm-page div.ccm-block-testimonial-wrapper:before,
div.ccm-page div.ccm-block-testimonial-wrapper:after {
  display: table;
  content: " ";
}
div.ccm-page div.ccm-block-testimonial-wrapper:after {
  clear: both;
}
@media all and (max-width: 767px) {
  div.ccm-page .ccm-block-testimonial-image img {
    margin: 10px auto;
  }
}
div.ccm-page div.col-sidebar div.ccm-block-tags-wrapper {
  margin: 25px 40px 25px 40px;
}
div.ccm-page div.ccm-block-tags-header {
  font-size: 16px;
}
div.ccm-page div.ccm-block-tags-wrapper a:hover {
  text-decoration: none;
}
div.ccm-page span.ccm-block-tags-tag {
  background-color: #ffffff;
  border-color: #019fc1;
  border-width: 1px;
  border-style: solid;
  color: #555555;
}
div.ccm-page span.ccm-block-tags-tag.ccm-block-tags-tag-selected {
  border-color: #015163;
}
div.ccm-page div.ccm-block-tags-wrapper a:hover span.ccm-block-tags-tag {
  border-color: #017a96;
}
div.ccm-page div.col-sidebar div.ccm-block-topic-list-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
div.ccm-page div.ccm-block-topic-list-header {
  font-size: 16px;
}
div.ccm-page ul.ccm-block-topic-list-list ul {
  margin-top: 10px;
}
div.ccm-page ul.ccm-block-topic-list-page-topics {
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 0px;
}
div.ccm-page ul.ccm-block-topic-list-page-topics li {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
div.ccm-page .ccm-block-topic-list-topic-selected {
  font-weight: bold;
}
div.ccm-page div.col-sidebar div.ccm-block-date-navigation-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
div.ccm-page div.ccm-block-date-navigation-header {
  font-size: 16px;
}
div.ccm-page ul.ccm-block-date-navigation-dates {
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 0px;
}
div.ccm-page ul.ccm-block-date-navigation-dates li {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
div.ccm-page .ccm-block-date-navigation-date-selected {
  font-weight: bold;
}
div.ccm-page div.ccm-block-calendar-wrapper a.fc-event,
div.ccm-page div.ccm-block-calendar-wrapper a.fc-event:hover {
  color: #fff;
}
div.ccm-page div.ccm-block-calendar-event-list,
div.ccm-page div.ccm-block-calendar-event-list-wrapper {
  margin-bottom: 10px;
  clear: both;
}
div.ccm-page div.ccm-block-calendar-event-list-event-date {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  border: 1px solid #f3f4f4;
}
div.ccm-page div.ccm-block-calendar-event-list-event-date span {
  display: block;
  text-align: center;
}
div.ccm-page div.ccm-block-calendar-event-list-event-date span:first-child {
  font-weight: bold;
  background-color: #f3f4f4;
  color: #523016;
}
div.ccm-page div.ccm-block-calendar-event-list-event {
  padding-bottom: 10px;
  clear: both;
}
div.ccm-page main .jumbo {
  min-height: 300px;
}
div.ccm-page main .jumbo h1 {
  color: #333333 !important;
  font-family: 'Lato' !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
  padding-top: 40px;
  font-size: 3.69em;
  padding-bottom: 40px;
}
div.ccm-page main .jumbo p {
  font-size: 1.46em;
  color: #4f585c;
  font-weight: 200;
}
/* comes outside of main because we want to show it in redactor */
.title-thin {
  color: #333333 !important;
  font-family: 'Lato' !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
}
.title-caps-bold {
  color: #333333 !important;
  font-family: 'Lato' !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.title-caps {
  color: #333333 !important;
  font-family: 'Lato' !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 300;
  text-transform: uppercase;
}
.image-caption {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #777777;
  font-size: 1em;
}
/**
 * General Booth Veterinary Hospital — layout styles
 * Converted from design/layout/css/layout.css (GenBoothVet_DESKTOP-NF-4.psd)
 */
/* ------------------------------------------------------------------ */
/* Buttons                                                            */
/* ------------------------------------------------------------------ */
.btn-gbvh {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 30px;
  padding: 10px 28px;
  border: none;
  color: #ffffff;
  transition: opacity 0.2s ease;
}
.btn-gbvh:hover,
.btn-gbvh:focus {
  color: #ffffff;
  opacity: 0.9;
}
.btn-gbvh-blue {
  background-color: #019fc1;
}
.btn-gbvh-green {
  background-color: #01b42f;
}
.btn-gbvh-brown {
  background-color: #523016;
}
.btn-gbvh-lg {
  font-size: 15px;
  padding: 14px 36px;
}
/* ------------------------------------------------------------------ */
/* Top utility bar                                                    */
/* ------------------------------------------------------------------ */
.gbvh-top-bar {
  background-color: #262626;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 8px 0;
}
.gbvh-top-bar a {
  color: #ffffff;
  text-decoration: none;
}
.gbvh-top-bar a:hover,
.gbvh-top-bar a:focus {
  color: #cccccc;
  text-decoration: none;
}
.gbvh-top-bar p {
  margin: 0;
}
.gbvh-top-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gbvh-top-bar li {
  display: inline-block;
}
.gbvh-top-bar__sep {
  display: inline-block;
  margin: 0 12px;
  opacity: 0.5;
}
/* ------------------------------------------------------------------ */
/* Site header                                                        */
/* ------------------------------------------------------------------ */
header.gbvh-site-header {
  background: #f3f4f4 url('/application/themes/gbvhnew/css/images/design/Gray Box w Dog Paw Print.png') repeat;
  background-size: cover;
  padding: 18px 0;
  border-bottom: none;
}
.gbvh-site-header__logo {
  max-width: 320px;
}
.gbvh-site-header .ccm-image-block,
.gbvh-site-header .ccm-svg,
.gbvh-site-header img {
  max-width: 320px;
  width: 100%;
  height: auto;
}
.gbvh-site-header__actions {
  padding-top: 12px;
  text-align: right;
}
.gbvh-site-header__actions .btn-gbvh,
.gbvh-site-header__actions .btn {
  margin-left: 10px;
}
.gbvh-site-header__actions .btn-green,
.gbvh-site-header__actions .btn-primary.btn-green {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 30px;
  padding: 10px 28px;
  border: none;
  background-color: #019fc1;
  color: #ffffff;
}
.gbvh-site-header__actions .btn-yellow,
.gbvh-site-header__actions .btn-primary.btn-yellow {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 30px;
  padding: 10px 28px;
  border: none;
  background-color: #01b42f;
  color: #ffffff;
}
.gbvh-site-header__actions p {
  margin: 0;
}
/* ------------------------------------------------------------------ */
/* Main navigation                                                    */
/* ------------------------------------------------------------------ */
.gbvh-main-nav {
  background-color: #523016;
  border-top: 4px solid #01b42f;
  border-radius: 0;
  border-bottom: none;
  margin-bottom: 0;
  min-height: 0;
  position: relative;
  z-index: 3;
}
.gbvh-main-nav .ccm-responsive-menu-launch {
  display: none !important;
}
.gbvh-main-nav .navbar-nav {
  float: none;
  margin: 0;
}
.gbvh-main-nav .navbar-nav > li {
  float: none;
  display: inline-block;
}
.gbvh-main-nav .navbar-nav > li > a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 14px 22px;
  background-color: transparent;
}
.gbvh-main-nav .navbar-nav > li > a:hover,
.gbvh-main-nav .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
}
.gbvh-main-nav .navbar-nav > li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.gbvh-main-nav .navbar-nav > li.dropdown > .dropdown-menu {
  background-color: #523016;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  margin: 0;
  padding: 0;
  min-width: 220px;
}
.gbvh-main-nav .navbar-nav > li.dropdown > .dropdown-menu > li > a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  padding: 10px 18px;
  white-space: normal;
}
.gbvh-main-nav .navbar-nav > li.dropdown > .dropdown-menu > li > a:hover,
.gbvh-main-nav .navbar-nav > li.dropdown > .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.gbvh-main-nav .navbar-nav > li.open > a,
.gbvh-main-nav .navbar-nav > li.open > a:hover,
.gbvh-main-nav .navbar-nav > li.open > a:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
}
.gbvh-main-nav .navbar-toggle {
  border-color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
  margin-bottom: 10px;
}
.gbvh-main-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.gbvh-main-nav .navbar-collapse {
  border-top: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
/* ------------------------------------------------------------------ */
/* Hero section                                                       */
/* ------------------------------------------------------------------ */
.gbvh-hero {
  position: relative;
  background-color: #ffffff;
  padding: 30px 0 20px;
  overflow: visible;
  margin-bottom: 0;
  z-index: 1;
}
.gbvh-hero .container {
  position: relative;
}
.gbvh-hero__staff {
  max-width: 100%;
  display: block;
}
.gbvh-hero__branding {
  text-align: center;
  padding: 20px 15px 0;
}
.gbvh-hero__state-of-bark {
  max-width: 280px;
  margin: 0 auto 10px;
}
.gbvh-hero__tagline {
  font-family: 'Pacifico', cursive;
  font-size: 42px;
  line-height: 1.1;
  color: #019fc1;
  margin: 0;
}
.gbvh-hero__tagline .gbvh-paw-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin: 0 4px;
}
.gbvh-hero__dog {
  position: absolute;
  right: 0;
  top: -120px;
  width: 44%;
  max-width: 540px;
  z-index: 4;
  pointer-events: none;
}
/* ------------------------------------------------------------------ */
/* Welcome / intro section                                            */
/* ------------------------------------------------------------------ */
.gbvh-welcome {
  padding: 20px 0 60px;
  position: relative;
  z-index: 1;
}
.gbvh-welcome__awards {
  padding-top: 10px;
}
.gbvh-welcome__award {
  display: block;
  max-width: 160px;
  margin: 0 auto 20px;
}
.gbvh-welcome__heading {
  font-size: 28px;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 24px;
}
.gbvh-welcome__body p {
  margin-bottom: 18px;
}
/* ------------------------------------------------------------------ */
/* Services & testimonials                                            */
/* ------------------------------------------------------------------ */
.gbvh-services {
  padding-bottom: 0;
}
.gbvh-services__photo {
  padding-right: 0;
  padding-left: 0;
}
.gbvh-services__photo img {
  width: 100%;
  min-height: 480px;
  object-fit: cover;
}
.gbvh-services__content {
  position: relative;
  background-color: #ffffff;
  padding: 40px 40px 40px 30px;
  min-height: 480px;
}
.gbvh-services__content::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background: url('/application/themes/gbvhnew/css/images/design/Paw Print.png') no-repeat right top;
  background-size: contain;
  opacity: 0.12;
  pointer-events: none;
}
.gbvh-services__content-inner {
  position: relative;
  z-index: 1;
}
.gbvh-services__heading {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 16px;
}
.gbvh-services__testimonial-heading {
  font-size: 22px;
  margin-top: 48px;
  margin-bottom: 16px;
}
.gbvh-services blockquote {
  border-left: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-style: italic;
  color: #555555;
}
.gbvh-services blockquote footer {
  font-style: normal;
  font-weight: 700;
  color: #333333;
  margin-top: 12px;
}
/* ------------------------------------------------------------------ */
/* Split CTA section                                                  */
/* ------------------------------------------------------------------ */
.gbvh-cta-split {
  margin-top: 0;
}
.gbvh-cta-split__col {
  padding-left: 0;
  padding-right: 0;
}
.gbvh-cta-cat {
  background-color: #ffffff;
  padding: 50px 30px 50px 40px;
  min-height: 340px;
  position: relative;
  overflow: hidden;
}
.gbvh-cta-cat__heading {
  font-size: 24px;
  line-height: 1.35;
  margin-top: 0;
  max-width: 340px;
}
.gbvh-cta-cat__link {
  display: inline-block;
  margin-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
  color: #523016;
}
.gbvh-cta-cat__link:hover,
.gbvh-cta-cat__link:focus {
  color: #019fc1;
}
.gbvh-cta-cat__image {
  position: absolute;
  right: -10px;
  bottom: 0;
  max-height: 320px;
  width: auto;
}
.gbvh-cta-pharmacy {
  position: relative;
  min-height: 340px;
  background: url('/application/themes/gbvhnew/css/images/design/Dog Running w Toy.png') center center / cover no-repeat;
  padding: 50px 40px;
  color: #ffffff;
}
.gbvh-cta-pharmacy::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
.gbvh-cta-pharmacy__inner {
  position: relative;
  z-index: 1;
  max-width: 380px;
}
.gbvh-cta-pharmacy__heading {
  color: #ffffff;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 16px;
}
.gbvh-cta-pharmacy p {
  color: #ffffff;
  margin-bottom: 24px;
}
/* ------------------------------------------------------------------ */
/* Footer                                                             */
/* ------------------------------------------------------------------ */
footer.gbvh-footer,
footer#footer-theme.gbvh-footer {
  background-color: #f3f4f4;
  padding: 50px 0;
  position: relative;
  color: #555555;
  border-top: none;
}
footer.gbvh-footer section,
footer#footer-theme.gbvh-footer section {
  border-top: none;
  padding: 0;
  background-color: transparent;
}
footer.gbvh-footer a,
footer#footer-theme.gbvh-footer a {
  color: #019fc1;
}
footer.gbvh-footer a:hover,
footer#footer-theme.gbvh-footer a:hover,
footer.gbvh-footer a:focus,
footer#footer-theme.gbvh-footer a:focus {
  color: #017a96;
}
.gbvh-footer__logo {
  max-width: 220px;
  margin-bottom: 20px;
}
.gbvh-footer__address,
.gbvh-footer__contact {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}
.gbvh-footer__social-heading {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 0;
  margin-bottom: 20px;
}
.gbvh-footer__social-grid {
  max-width: 160px;
}
.gbvh-footer__social-grid a {
  display: inline-block;
  margin: 0 8px 12px 0;
}
.gbvh-footer__social-grid img {
  width: 48px;
  height: auto;
}
.gbvh-footer__phone-image {
  max-width: 100%;
}
.gbvh-footer-bar {
  background-color: #523016;
  color: #ffffff;
  font-size: 12px;
  padding: 14px 0;
  text-align: center;
}
.gbvh-footer-bar a {
  color: #ffffff;
  text-decoration: underline;
}
.gbvh-footer-bar a:hover,
.gbvh-footer-bar a:focus {
  color: #dddddd;
}
.gbvh-footer-bar__text {
  margin: 0;
}
/* ------------------------------------------------------------------ */
/* Responsive adjustments                                             */
/* ------------------------------------------------------------------ */
@media (max-width: 991px) {
  .gbvh-hero__dog {
    position: relative;
    top: auto;
    right: auto;
    width: 70%;
    max-width: 400px;
    margin: 20px auto 0;
    display: block;
  }
  .gbvh-hero__tagline {
    font-size: 32px;
  }
  .gbvh-services__content {
    padding: 30px 20px;
    min-height: 0;
  }
  .gbvh-cta-cat {
    padding-bottom: 200px;
  }
  .gbvh-cta-cat__image {
    max-height: 220px;
  }
  .gbvh-site-header__actions {
    text-align: left;
    padding-top: 16px;
  }
  .gbvh-site-header__actions .btn-gbvh {
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 767px) {
  .gbvh-top-bar {
    font-size: 11px;
    text-align: center;
  }
  .gbvh-top-bar__sep {
    display: block;
    height: 0;
    margin: 0;
    visibility: hidden;
  }
  .gbvh-main-nav .navbar-nav > li {
    display: block;
    border-left: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .gbvh-main-nav .navbar-nav > li:first-child {
    border-top: none;
  }
  .gbvh-main-nav .navbar-nav > li + li {
    border-left: none;
  }
  .gbvh-main-nav .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    box-shadow: none;
  }
  .gbvh-welcome__award {
    max-width: 120px;
    display: inline-block;
    margin: 0 10px 16px;
  }
  .gbvh-welcome__awards {
    text-align: center;
  }
  .gbvh-cta-pharmacy {
    padding: 40px 24px;
  }
}
footer#footer-theme {
  color: #555555;
}
footer#footer-theme a {
  color: #019fc1;
}
footer#footer-theme a:hover {
  color: #017a96;
}
footer#footer-theme div.ccm-block-social-links {
  text-align: right;
}
footer#footer-theme div.ccm-block-social-links ul a {
  color: #019fc1;
}
footer#footer-theme div.ccm-block-social-links ul a:hover {
  color: #017a96;
}
footer#footer-theme section {
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer#footer-theme section:first-child {
  background-color: #f3f4f4;
}
footer#footer-theme section:last-child {
  padding-bottom: 30px;
  background-color: #523016;
}
footer#footer-theme #footer-site-title {
  font-family: 'Lato';
  font-weight: 700;
  color: #333333;
  text-transform: none;
  font-size: 1.2em;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
footer#footer-theme #footer-site-title:hover {
  color: #000000;
  text-decoration: none !important;
}
footer#concrete5-brand {
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}
footer#concrete5-brand a.concrete5 {
  color: #00baff;
}
footer#concrete5-brand a.concrete5:hover {
  color: #008dc0;
}
footer#concrete5-brand a {
  color: #9fa7aa;
}
footer#concrete5-brand a:hover {
  color: #7B8083;
}
footer#concrete5-brand #ccm-account-menu {
  right: 80px;
  top: -10px;
}
.ccm-responsive-overlay {
  background: white;
  display: none;
  position: absolute;
  border-bottom: 5px solid #333333;
  width: 100%;
  z-index: 99;
  top: 120px;
  left: 0px;
  padding-top: 15px;
  padding-left: 20px;
  -webkit-text-size-adjust: none;
}
.ccm-responsive-overlay ul {
  padding-left: 0;
}
.ccm-responsive-overlay ul li {
  list-style-type: none;
  display: block;
}
.ccm-responsive-overlay ul li.parent-ul a:after {
  padding-left: 7px;
  padding-top: 3px;
  font-size: 20px;
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-overlay ul li a {
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  width: 80%;
  padding: 7px 5% 7px 0px;
  margin: 0% 5% 0% 0;
  padding-left: 15px;
  height: 100%;
  font-weight: 200;
  text-decoration: none;
}
.ccm-responsive-overlay ul li a:hover {
  color: #ffffff;
}
.ccm-responsive-overlay ul li ul li {
  padding-left: 10px;
}
.ccm-responsive-overlay ul li ul li.last-li a {
  padding-top: 0px;
  font-size: 15px;
}
.ccm-responsive-overlay ul li ul li.last-li a:after {
  content: '';
}
.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  margin-top: 10px;
  float: right;
}
.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 20px;
  color: #ffffff;
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-menu-launch i:after {
  font-size: 20px;
  content: "\f0c9";
  font-family: FontAwesome;
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
@media all and (max-width: 767px) {
  .ccm-responsive-menu-launch {
    display: block;
  }
  .ccm-responsive-navigation.original {
    display: none;
  }
  header .ccm-search-block-form {
    margin-top: 20px;
  }
}
@media all and (min-width: 767px) {
  .ccm-responsive-overlay {
    display: none !important;
  }
}
html,
body {
  overflow-x: hidden;
}
body {
  background-image: none;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
  background-color: #ffffff;
}
.container .row,
.container-fluid .row {
  display: flex;
  align-items: stretch;
}
div.ccm-page {
  font-size: 16px;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
div.ccm-page p {
  font-size: 2rem;
}
div.ccm-page h1,
div.ccm-page h2,
div.ccm-page h3,
div.ccm-page h4,
div.ccm-page h5,
div.ccm-page h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333333;
  font-weight: 700;
}
div.ccm-page h1 {
  color: #333333;
  text-transform: none;
  font-size: 28px;
}
div.ccm-page h2 {
  font-size: 26px;
}
div.ccm-page h3 {
  color: #333333;
  font-size: 22px;
}
div.ccm-page h4 {
  color: #333333;
}
div.ccm-page a {
  color: #019fc1;
}
div.ccm-page a:hover,
div.ccm-page a:focus {
  color: #017a96;
}
div.ccm-page header.gbvh-site-header {
  padding: 3rem 0;
  background-image: url('/application/themes/gbvhnew/images/design/Gray Box w Dog Paw Print.png');
}
div.ccm-page header.gbvh-site-header .container-fluid .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
div.ccm-page header.gbvh-site-header .btn.btn-primary.btn-green,
div.ccm-page header.gbvh-site-header .btn.btn-primary.btn-yellow {
  padding: 2rem 4rem;
  border-radius: 30px;
}
div.ccm-page header.gbvh-site-header .logo-wrap {
  padding-left: 4%;
}
div.ccm-page header.gbvh-site-header .gbvh-site-header__actions {
  padding-right: 10%;
}
div.ccm-page header.gbvh-site-header .ccm-image-block,
div.ccm-page header.gbvh-site-header .ccm-svg,
div.ccm-page header.gbvh-site-header img {
  max-width: 550px;
}
div.ccm-page main {
  padding-bottom: 0;
}
div.ccm-page .gbvh-welcome__body p {
  font-size: 2rem;
}
div.ccm-page .gbvh-welcome__heading {
  font-size: 28px;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 24px;
}
div.ccm-page .gbvh-services__heading {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 16px;
}
div.ccm-page .gbvh-services__testimonial-heading {
  font-size: 22px;
  margin-top: 48px;
  margin-bottom: 16px;
}
div.ccm-page .gbvh-cta-cat {
  position: static;
}
div.ccm-page .gbvh-cta-cat__heading {
  font-size: 24px;
  line-height: 1.35;
  margin-top: 0;
  max-width: 340px;
}
div.ccm-page .gbvh-cta-cat__body {
  width: 58%;
}
div.ccm-page .gbvh-cta-pharmacy {
  background-image: url('/application/themes/gbvhnew/images/design/Dog Running w Toy.png');
  background-repeat: no-repeat;
  background-size: cover;
}
div.ccm-page .gbvh-cta-pharmacy__heading {
  color: #ffffff;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 16px;
}
div.ccm-page .gbvh-cta-pharmacy p,
div.ccm-page .gbvh-cta-pharmacy h2,
div.ccm-page .gbvh-cta-pharmacy h3 {
  color: #ffffff;
}
div.ccm-page .white-txt {
  color: #fff;
}
div.ccm-page .white-txt a,
div.ccm-page .white-txt p,
div.ccm-page .white-txt h1,
div.ccm-page .white-txt h2,
div.ccm-page .white-txt h3,
div.ccm-page .white-txt h4,
div.ccm-page .white-txt h5,
div.ccm-page .white-txt h6 {
  color: #fff;
}
div.ccm-page .round-border {
  border-radius: 5px;
}
div.ccm-page .remove-padding .col-sm-4 {
  padding: 0;
}
div.ccm-page .formify-form {
  font-size: 18px;
}
div.ccm-page .formify-form .formify-field-container {
  padding: 8px 0;
}
div.ccm-page .formify-form .formify-field-container input[type="text"],
div.ccm-page .formify-form .formify-field-container input[type="email"],
div.ccm-page .formify-form .formify-field-container input[type="tel"],
div.ccm-page .formify-form .formify-field-container textarea {
  width: 100%;
}
div.ccm-page .formify-form .formify-field-container .formify-legend {
  font-weight: 700;
}
div.ccm-page .formify-form .formify-field-container label.formify-checkbox-label {
  font-weight: 400;
}
div.ccm-page .formify-form .formify-field-container .formify-checkboxes label {
  padding-right: 10px;
}
div.ccm-page .formify-form .formify-nav-button {
  background-color: #01b42f;
  border: 1px solid #01b42f;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
}
div.ccm-page .btn-gbvh-brown,
div.ccm-page .btn-brown {
  padding: 2rem 4rem;
  border-radius: 30px;
}
div.ccm-page .btn-gbvh-brown:hover,
div.ccm-page .btn-brown:hover {
  color: #d0d0d0;
}
div.ccm-page .btn-gbvh-green {
  color: #fff;
  padding: 2rem 4rem;
  border-radius: 30px;
}
div.ccm-page .btn-gbvh-green:hover {
  color: #d0d0d0;
}
/* Concrete5 responsive menu overrides */
.ccm-responsive-menu-launch.responsive-button-close i:after,
.ccm-responsive-menu-launch i:after {
  color: #523016;
  font-size: 38px;
}
.ccm-responsive-menu-launch {
  position: absolute;
  top: -86px;
  right: 10px;
}
.gbvh-main-nav {
  z-index: 0;
  padding: 2.5rem;
}
.gbvh-main-nav .navbar-nav > li > a {
  font-size: 2rem;
}
.gbvh-main-nav .navbar-nav > li + li {
  border-left: none;
  position: relative;
}
.gbvh-main-nav .navbar-nav > li + li::after {
  display: block;
  position: absolute;
  content: "";
  width: 4px;
  height: 30%;
  background-color: #fff;
  left: 0;
  top: 37%;
}
.home-footer {
  min-height: 350px;
  background-color: #f3f5f4;
}
.home-footer .social-block {
  position: relative;
  padding: 3rem 5rem;
  text-align: center;
}
.home-footer .social-block h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.home-footer .social-block .gbvh-footer__social-grid {
  margin: 0 auto;
  transform: scale(1.4);
  padding-top: 30px;
}
.home-footer .logo-contact {
  padding: 3rem 3rem 0 0;
  font-size: 3rem;
}
.home-footer .logo-contact::after {
  content: "";
  height: 80%;
  width: 4px;
  background-color: #5f6160;
  display: block;
  position: absolute;
  right: 0;
  top: 10%;
}
.home-footer .logo-contact .logo-contact-inner {
  width: 75%;
  margin: 0 auto;
}
.home-footer .logo-contact .logo-contact-inner p {
  font-size: 2.5rem;
  line-height: 1.2;
}
.home-footer .text-right {
  padding: 0;
}
.ccm-responsive-overlay {
  top: 136px;
  border-bottom: 5px solid #01b42f;
}
.ccm-responsive-overlay ul li a {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
footer.gbvh-footer,
footer#footer-theme.gbvh-footer {
  padding: 0;
}
footer.gbvh-footer-bar a {
  color: #fff !important;
}
footer#footer-theme.gbvh-footer .ccm-block-social-links {
  font-size: inherit;
  text-align: left;
}
footer#footer-theme.gbvh-footer .ccm-block-social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer#footer-theme.gbvh-footer .ccm-block-social-links ul a {
  color: inherit;
}
.gbvh-footer-bar .ccm-block-content p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
}
.gbvh-footer-bar a {
  color: #ffffff;
}
.gbvh-top-bar .ccm-block-content p,
.gbvh-top-bar ul.contact-menu {
  margin: 0;
}
.gbvh-top-bar ul.contact-menu {
  list-style: none;
  padding: 0;
}
.gbvh-top-bar ul.contact-menu li {
  display: inline-block;
  padding: 0;
}
.gbvh-top-bar ul.contact-menu li + li::before {
  content: '|';
  display: inline-block;
  margin: 0 12px;
  opacity: 0.5;
}
.gbvh-top-bar ul.contact-menu li a {
  color: #ffffff;
}
/* Map legacy button classes to new design system */
div.ccm-page .btn-green,
div.ccm-page .btn-primary.btn-green {
  background-color: #019fc1;
  border-color: #019fc1;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: none;
  padding: 10px 28px;
}
div.ccm-page .btn-yellow,
div.ccm-page .btn-primary.btn-yellow,
div.ccm-page .btn-bryellow,
div.ccm-page .btn-ltgreen {
  background-color: #01b42f;
  border-color: #01b42f;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: none;
  padding: 10px 28px;
}
div.ccm-page .btn-gbvh-brown,
div.ccm-page .btn-brown {
  background-color: #523016;
  border-color: #523016;
  color: #ffffff;
}
footer#footer-theme.gbvh-footer #footer-site-title {
  display: none;
}
footer#footer-theme.gbvh-footer .ccm-block-social-links {
  display: none;
}
.gbvh-footer__layout {
  display: block;
}
@media (max-width: 767px) {
  .container .row,
  .container-fluid .row {
    display: block;
  }
  div.ccm-page h1 {
    font-size: 24px;
  }
  div.ccm-page header.gbvh-site-header .container-fluid .row {
    display: block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  div.ccm-page header.gbvh-site-header .gbvh-site-header__actions {
    padding-right: 0;
  }
  div.ccm-page header.gbvh-site-header {
    text-align: center;
  }
  div.ccm-page header.gbvh-site-header p {
    text-align: center !important;
  }
  div.ccm-page header.gbvh-site-header .btn {
    margin: 4px 0;
  }
  div.ccm-page .gbvh-main-nav .navbar-nav > li + li::after {
    display: none;
  }
  div.ccm-page .ccm-responsive-overlay {
    top: 95px;
  }
}
/* CSS with background images – we need these directives to be in the root of theme
 * otherwise we can't both map the stylesheet to them AND the customizer to them
 */
.ccm-image-slider-container {
  background-image: url('/application/themes/gbvhnew/images/background-slider-default.png');
}
