@font-face {
  font-family: 'Century-Gothic';
  src: url("../../fonts/century-gothic/GOTHIC.TTF") format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/Open_Sans/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Open-Sans-Bold';
  src: url("../../fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Century-Gothic-Bold';
  src: url("../../fonts/century-gothic/gothicb.ttf") format("truetype");
}
/*@font-face {*/
/*  font-family: 'Nunito-BoldItalic';*/
/*  src: url("../../fonts/Nunito/Nunito-BoldItalic.ttf") format("truetype");*/
/*}*/


body {
  font-family: 'Open Sans';
  background-color: #fff;
  /*height: 200vh;*/
  position: relative;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Century-Gothic';
  color: #56585A;
}
p, li{
  font-size: 14px;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
a

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

p {
  color: #56585a;
  font-weight: 300;
}
li{
  color: #56585a;
}


a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a, a:hover {
  text-decoration: none !important;
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-bar {
  padding: .5rem 0;
  background: #eee;
}

.top-bar a {
  color: #666666;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem;
}

@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .site-navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}

.site-navbar .site-logo {
  position: absolute;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
}

@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #F4BB42;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0px;
  color: #56585a;
  display: inline-block;
  text-decoration: none !important;
  font-size: 14px;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #F4BB42;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #F4BB42;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #F4BB42 !important;
  background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 300px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 10px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #f8f9fa;
  color: #F4BB42 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #F4BB42;
}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #F4BB42;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #F4BB42;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
  background: #fff;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}

/*.sticky-wrapper .site-navbar ul li a.active {*/
/*  color: #fff !important;*/
/*}*/

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #f5bc42;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #56585a !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #F4BB42 !important;
}
.icon-menu:before{
  color: #F4BB42;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.site-logo img{
  width: 167px;
}


footer{
  background: #56585a;
  color: #fff;
}
footer .main-footer ul{
  padding-left: 0;
}
footer .main-footer ul li a{
  color: #fff;
  font-size: 14px;
}

footer .main-footer ul{
  list-style: none;
}
footer .main-footer ul li a:hover{
  color: #F4BB42;
}
footer .main-footer ul li{
  line-height: 20px;
  border-bottom: 1px solid #686767;
  padding: 5px;
}
.footer__menu-second{
  margin-top: 58px;
}
.footer__header h3{
  margin-bottom: 25px;
  color: #fff;
}
footer .main-footer{
  padding: 50px;
}
.subfooter {
  background: #3c3c3d;
  padding-top: 20px;
  font-size: 14px;
}
.subfooter .social-icons ul{
  display: flex;
  list-style: none;
  justify-content: flex-end;
}
.subfooter .social-icons ul li{
  margin: 0 10px;
}
.subfooter .social-icons ul li a{
  color: #fff;
  font-size: 18px;
}
.subfooter .social-icons ul li a:hover{
  color: #F4BB42;
}
.physical__address{
  line-height: 24px;
  margin-right: 50px;
  font-size: 15px;
}
.center_small{
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.simple__text-inner h3{

}
.simple__text-inner a{
  color: #fff;
  background: #F4BB42;
  padding: 10px 15px;
  margin-top: 15px;
  display: inline-block;
  font-weight: 700;
}
.simple__text-inner a:hover{
  background: #fff;
  box-shadow: 0 0 0 2px #F4BB42;
  color: #F4BB42;

}
/*.services--homepage{*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: center;*/
/*}*/
.service__title {
  color: #56585a;
}
.service__title:hover {
  color: #F4BB42;
}
.viewsreference--view-title{
  display: none;
}
/*.services--homepage .service__image img{*/
/*  width: 100%;*/
/*  height: auto;*/
/*  max-width: 50px;*/
/*  border-radius: 10px;*/
/*  filter: invert(81%) sepia(42%) saturate(806%) hue-rotate(337deg) brightness(99%) contrast(94%);*/
/*}*/
.services--homepage .service__image img {
  width: 200px;
}

.service__detail a {
  display: flex;
  align-items: center;
  align-content: space-around;
}
img{
  width: 100%;
  height: auto;
}
.service__detail {
  text-align: center;
  margin-bottom: 15px;
}

.border__bottom:after{
  content: '';
  background: url("../../img/header_b-b.png");
  display: block;
  background-size: contain;
  width: 40%;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px auto 30px auto;
}
.block__quote {
  background: #F4BB42;
  color: #fff;
  margin: 50px 0;
}

.quote {
  padding: 30px;
  text-align: center;
  font-size: 2rem;
  font-style: italic;
  font-family: 'Nunito-SemiBoldItalic';
  font-weight: 600;
}
.border__bottom.center {
  text-align: center;
}
.contact__footer {
  margin-top: 27px;
  line-height: 1.9;
}
.banner__homepage--description img {
  width: 200px;
  z-index: 1;
  margin: 0;
}
.banner__homepage--description {
  position: absolute;
  top: 30%;
  left: 7%;
  right: 0;
  width: 50%;
  font-family: Century-Gothic;
  /*margin: 0 auto;*/
  margin-left: 50px;
  text-shadow: rgb(0 0 0 / 60%) -1px -1px 2px, rgb(0 0 0 / 60%) 1px 1px 2px, rgb(0 0 0 / 60%) 1px -1px 2px, rgb(0 0 0 / 60%) -1px 1px 2px;
}
.banner__homepage-inner{
  position: relative;
}
.banner__homepage--image img{
  filter: brightness(0.4);
  height: 600px;
  object-fit: cover;
}
.paragraph--type--bp-view .paragraph__column{
  padding:0;
}
.banner__homepage--description p{
  color: #fff;
  font-size: 30px;
  margin-bottom: 1px;
}

#back-to-top .btn-dark{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #56585a;
  border-color: #56585a;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#back-to-top .btn-dark i{
  margin-right: 0 !important;
}
.container__content{
  margin: 50px 0;
  overflow: auto;
}
footer .main-footer{

}
.site-mobile-menu{
  display: none;
}

/*#block-breadcrumbs {*/
/*  background: #F4BB42;*/
/*}*/

#block-breadcrumbs ol {
  list-style: none;
  display: flex;
  padding: 15px 0;
  color: #56585a;
  max-width: 1140px;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
}
#block-breadcrumbs ol li:after{
  content: '/'
}
#block-breadcrumbs ol li:last-child:after{
  content: '';
}
#block-breadcrumbs ol li{
  color:#56585a;
}
#block-breadcrumbs ol li a{
  color: #56585a;
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  padding-left: 0;
}
.slick-dots li button{
  color: transparent;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  border: 2px solid #F4BB42;
  outline: none;
}
.slick-dots li{
  margin: 5px;
}
.slick-dots li.slick-active button{
  background: #F4BB42;
}
.service--page{
  padding: 50px 0;
}

.panel-title{
  color: #56585a;
}
.panel-title a{
  color: #56585a;
  padding: 10px 0 !important;
}
.service__icon-m img{
  width: auto;
}
.contact__box {
  border: 1px solid #cecbcb;
  border-radius: 30px;
  padding: 20px;
  margin: 15px;
  width: 45%;
  margin: 30px 15px;
}

.branch__inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact__box-inner div {
  display: flex;
  align-items: center;
  align-items: inherit;
  margin-bottom: 10px;
}

.contact__box-inner div i {
  margin-right: 10px;
  width: 15px;
  text-align: center;
  margin-top: 4px;
}
.c__b-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #F4BB42;
}

.contact__box-inner div p {
  margin-bottom: 0;
}
iframe{
  width: 100%;
}
.webform-submission-contact-form {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.webform-submission-contact-form input[type="text"],
.webform-submission-contact-form input[type="email"]{
  width: 100%;
  padding: 10px;
  /*border-radius: 10px;*/
  border: 1px solid #bebfbf;
  margin-bottom: 15px;
  outline: none;
  color: #56585A;
}
.form-textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #bebfbf;
  outline: none;
  /*border-radius: 10px;*/
}
.form-submit{
  background: #F4BB42;
  color: #fff;
  border: 2px solid #F4BB42;
  padding: 10px;
  font-weight: 700;
}
.paragraph--type--bp-simple .paragraph__column a{
  color: #F4BB42;
}
.service__icon-m img{
  max-width: 400px;
}
.service__copy-data {
  flex-wrap: nowrap;
}
/***** MD QUERIES *****/
@media(max-width: 767px){
  .banner__homepage--description img{
    width: 100px;
  }
  .banner__homepage--description p{
    font-size: 18px;
  }
  footer .main-footer {
    padding: 30px 15px;
  }
  .subfooter .container .row{
    flex-direction: column-reverse;
  }
  .subfooter .social-icons ul{
    justify-content: flex-start;
    padding-left: 0;
  }
  .subfooter .container .row .col-md-6{
    margin-bottom: 15px;
  }
  #block-breadcrumbs ol {
    padding: 15px;
  }
  .border__bottom.center{
    margin-top: 15px;
  }
  .banner__homepage--image img {
    object-fit: cover;
    height: 400px;
    object-position: center;
  }
  .webform-submission-contact-form{
    margin: 15px;
  }
  .service__icon-m img{
    width: 100%;
  }
  .service__copy-data {
    flex-wrap: wrap-reverse;
  }

}

@media(max-width: 768px){
  .banner__homepage--description{
    width: auto;
    margin: 15px;
  }
  .contact__box{
    width: 100%;
  }
  .banner__homepage--description{
    top: 30%;
  }
}


.js-form-type-checkbox input:checked~.option:before{
  color: #fff;
  border-color: #F4BB42;
  background-color: #F4BB42;
}
.form-checkbox{
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.option{
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  margin-left: 30px;
}
.option:before{
  position: absolute;
  top: 0;
  left: -30px;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.js-form-type-checkbox input:checked~.option:after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.option::after {
  position: absolute;
  top: 0;
  left: -30px;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.js-form-type-checkbox {margin-bottom: 15px;}

b, strong{
  font-family: 'Open-Sans-Bold';
}
.gold {
  color: #F4BB42;
  font-weight: 700;
  font-family: 'Century-Gothic-Bold';
}
.contact__footer a{
  color: #fff;
  font-size: 15px;
}
.contact__footer a:hover{
  color: #F4BB42;
}
.main-menu .active a{
  color: #F4BB42 !important;
}

.teaser-news{
  border: 1px solid #cecbcb;
  border-radius: 15px;
}
.teaser-news .teaser__inner-image img {
  border-radius: 6px;

}
.teaser__inner-data {
  margin: 15px 0;
}

.teaser__inner-data h3 {
  font-size: 1.4rem;
}

.teaser__inner {
  margin: 15px 0;
}

.teaser__inner-link a {
  color: #F4BB42;
  border-bottom: 1px solid;
}
.webform-confirmation-modal {
  text-align: center;
  font-family: 'Open Sans';
}
.webform-confirmation-modal a{
  color: #F4BB42;
  border-bottom: 1px solid;
  outline: none;
}

.webform-confirmation-modal .ui-dialog-titlebar {
  background: none;
  border: none;
  border-bottom: 1px solid #56585A;
  border-radius: 0;
  color: #56585A;
}

.webform-confirmation-modal .ui-dialog-titlebar .ui-dialog-title {
  font-family: 'Century-Gothic-Bold';
  font-size: 1.7rem

}
.webform-confirmation-modal .ui-dialog-titlebar-close {
    background: transparent;
    border: none;
}

.webform-confirmation-modal .ui-dialog-titlebar-close:after {
    content: '\2573';
}
@media (min-width: 768px){
  .d-md-inline-block {
    font-size: 14px;
  }
}



@media (min-width: 768px) {
  .teaser-news{
    flex: 0 0 30.33333%;
    max-width: 30.33333%;
    margin: 10px;
  }
}

/*.site-mobile-menu ul:last-child {*/
/*  display: none;*/
/*}*/
.site-mobile-menu .site-nav-wrap:not(:first-child){
  display: none;
}
.simple__text-inner.left{
  max-width: 800px;
  margin: 0 auto;

}
.simple__text-inner.left p{
  font-size: 14px;
}
.fax_number {
  line-height: 24px;
  margin-right: 50px;
  font-size: 15px;
}
.border__bottom.left:after {
  content: '';
  background: none;
  width: 6%;
  border-bottom: 3px solid;
  height: 9px;
  margin: 2px;
  color: #F4BB42;
}
.border__bottom.left {
  margin-bottom: 20px;
}
.border__bottom span{
  font-family: Century-Gothic;
}
.service__copy-data div {
  margin: 20px;
}
.service__copy-data{

}

.services__homepage{
  display: flex;
  flex-wrap: wrap;
}
.services__homepage .service__title{
  margin-left: 15px;
}
.services__homepage .service__detail{
  box-shadow: 0 0 0 1px #f2f2f2;
}
.services__homepage .service__detail:hover {
  box-shadow: 0 0 0 1px #f4bb42;
}
.services--homepage .service__image img {
  width: 120px;
}
.slick__arrow {
  color: transparent;
  position: relative;
  background: none !important;
  border: none !important;
  width: auto !important;
  height: auto !important;
}

.slick-prev,
.slick-next {
  color: transparent;
  border: none;
}
.slick-prev:before {
  content: "\e5c4";
  position: absolute;
  color: #F4BB42;
  font-family: 'icomoon';
  font-size: 30px;
  top: 30%;
  background: #adb5bd;
  padding: 15px;
  left: 0;
}

.slick-next:before {
  content: "\e5c8";
  position: absolute;
  color: #F4BB42;
  font-family: 'icomoon';
  font-size: 30px;
  top: 30%;
  background: #adb5bd;
  padding: 15px;
  right: 0;
}

.slick--view {
  position: relative;
}
h1 strong,
h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b,
h4 strong,
h4 b{
    font-family: 'Century-Gothic';
}
body, html {
  width: 100%;
  height: 100%;
}
.parallax {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*display : flex;*/
  align-items : center;
}

.img2 {
  height: 40%;
}
.par {
  position: relative;
  width: 60%;
  height: auto;
  margin: auto;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  padding: 50px;
}
.personnel.center .personnel--details {
    justify-content: center;
}
.paragraph--type--breaking-news-card {
    width: 30.33333%;
    float: left;
    margin: 15px;
    padding: 15px;
    border: 1px solid #cecbcb;
    height: 450px;
    padding-bottom: 0;
}
.paragraph--type--breaking-news-card .paragraph__column a{
    color: #F4BB42;
    border-bottom: 1px solid;
}


@media only screen and (max-width: 600px) {
  .parallax {
    width: 100%;
    height: 100%;
  }
  .par{
    padding: 20px;
  }
  .personnel.center .personnel--details{
      justify-content: flex-start;
  }
  .teaser-news{
      margin: 15px;
  }
}

@media(max-width: 768px){
    .paragraph--type--breaking-news-card .paragraph__column {
        width: 100%;
        margin: 0;
    }
    .paragraph--type--breaking-news-card {
        width: auto;
        height: auto;
    }
    

}
.par p,
.par h2,
.par h1,
.par h3{
  color: #fff;
  text-shadow: rgb(0 0 0 / 60%) -1px -1px 2px, rgb(0 0 0 / 60%) 1px 1px 2px, rgb(0 0 0 / 60%) 1px -1px 2px, rgb(0 0 0 / 60%) -1px 1px 2px;
}
.par h2 strong,
.par h2 b,
.par h1 strong,
.par h1 b,
.par h3 strong,
.par h3 b{
  font-family: Century-Gothic;
}
.par a{
  color: #F4BB42;
}
.has-children a[href=""] {
    pointer-events: none;
}
.personnel--details.stacked .personnel--details-info {
    margin-top: 15px;
    }
@media(min-width: 992px){
    .site-logo img{
        width: 210px;
    }
    .sticky-wrapper .site-navbar {
    padding: 25px;
    }
    .personnel--details.stacked .personnel--details-info {
    height: 100px;
    }
    
}
.member--login {
    margin-left: 70px;
    border-bottom: 1px solid;
}
.member--login span{
    margin-right: 3px;
}
.member--login:hover{
    color: #F4BB42;
    font-weight: bold;
}
.personnel--details {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.personnel--details-img img {
  width: 150px;
  border-radius: 50%;
}

/*.personnel--details-info {*/
/*  display: inline-block;*/
/*  border-bottom: 1px solid #d3d2d2;*/
/*}*/

.personnel--details-img {
  padding-right: 15px;
}
.personnel {
    margin-bottom: 15px;
}


.paragraph--width--full .personnel--details {
    justify-content: flex-start;
}

.banner__homepage--description p > a {
    font-size: 16px;
    color: #F4BB42;
    border-bottom: 1px solid;
}
.personnel--details.stacked {
    flex-direction: column;
    text-align: center;
}
.top-bar a:hover {
    color: #F4BB42;
}
.personnel--details:after {
    content: '';
    background: none;
    width: 80px;
    border-bottom: 3px solid;
    color: #F4BB42;
    position: absolute;
    bottom: 0;
}
.service__desc-m a {
    color: #F4BB42;
}

