/* FLEX BOX STARTS */
/* FLEX BOX ENDS */
body {
  font-family: 'proxima-nova', sans-serif;
}
.arrival {
  margin-left: 3px!important;
  vertical-align: baseline;
  max-width: 6px;
}
li a.designby {
  display:inline-block;
}
footer #footer-links ul li.lastinfo {
  font-size: 14px;
  color: #515151;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'museo-sans', sans-serif;
}
ul li {
  font-family: 'proxima-nova', sans-serif;
}
ul li a {
  font-family: 'proxima-nova', sans-serif;
}
p {
  font-size: 17px;
  color: #343434;
}
a.redbtn {
  width: 230px;
  height: 50px;
  background-color: #C2171B;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
  display: block;
  margin: 0 auto;
  line-height: 50px;
  font-weight: 400 !important;
}
a.redbtn:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #C2171B;
  margin-left: 2px;
  font-size: 17px;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a.redbtn:hover {
  background-color: #343434;
}
a.redbtn:hover:after {
  -webkit-text-stroke-color: #343434;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a.redbtn.offset {
  width: 240px;
  letter-spacing: 0;
  margin: 40px 0 0 5px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width:60em) {
  a.redbtn.offset {
    margin: 90px 0 0 -90px;
  }
}
a.redbtn.offset:after {
  font-size: 16px;
}
a.redbtn.offset.left {
  margin: 30px 0 0 5px;
}
@media only screen and (min-width:60em) {
  a.redbtn.offset.left {
    margin: 90px -90px 0 auto;
  }
}
a.facebook,
a.twitter,
a.linkedin {
  text-align: center;
}
a.facebook:before,
a.twitter:before,
a.linkedin:before {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 500;
  color: #C2171B;
  font-size: 13px;
  position: relative;
  top: -1px;
}
a.facebook:before {
  content: '\f39e';
}
a.twitter:before {
  content: '\f099';
}
a.linkedin:before {
  content: '\f0e1';
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide {
  background: #fff;
}
.sidebar-menu {
  background-color: #C2171B;
  padding: 20px 40px 30px 40px;
}
@media only screen and (min-width:60em) {
  .sidebar-menu {
    width: 444px;
    margin: -50px -70px 0 auto;
    padding: 115px 90px 100px 90px;
  }
}
.sidebar-menu h2 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 24px;
}
@media only screen and (min-width:60em) {
  .sidebar-menu h2 {
    font-size: 35px;
  }
}
.sidebar-menu ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  padding-bottom: 15px;
}
.sidebar-menu ul li:first-child {
  padding-top: 0;
}
.sidebar-menu ul li a {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (min-width:60em) {
  .sidebar-menu ul li a {
    font-size: 22px;
  }
}
.sidebar-menu ul li a:hover {
  color: #343434;
}
#header {
  height: 106px;
  background-color: #ffffff;
  z-index: 999;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
#header .grid {
  align-content: center;
  height: 100%;
  grid-template-columns: 250px 1fr;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width:45em) {
  #header .grid {
    padding-right: 2rem;
    padding-left: 2rem;
    grid-template-columns: 344px 1fr;
  }
}
@media only screen and (min-width:60em) {
  #header .grid {
    grid-template-columns: 344px 1fr;
  }
}
#header .menu-right {
  display: none;
}
@media only screen and (min-width:80em) {
  #header .menu-right {
    display: block;
  }
}
#header .menu-right ul {
  text-align: right;
}
#header .menu-right ul.contact-menu {
  margin-bottom: 13px;
  display: none;
}
@media only screen and (min-width:60em) {
  #header .menu-right ul.contact-menu {
    display: block;
  }
}
#header .menu-right ul li {
  display: inline-block;
  padding-bottom: 0;
  margin: 0;
}
@media only screen and (min-width:110em) {
  #header .menu-right ul li {
    margin: 0 4px;
  }
}
@media only screen and (min-width:120em) {
  #header .menu-right ul li {
    margin: 0 10px;
  }
}
#header .menu-right ul li a {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  padding: 0 5px;
  font-family: 'proxima-nova', sans-serif;
  position: relative;
}
#header .menu-right ul.main-menu li a {
  padding:0 6px 0 22px;
}
@media only screen and (min-width:90em) {
  #header .menu-right ul li a {
    font-size: 14px;
  }
}
#header .menu-right ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #C2171B;
  bottom: -2px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#header .menu-right ul li a:hover {
  color: #C2171B;
}
#header .menu-right ul li a:hover:after {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#header .menu-right ul li a.tel {
  margin-left: 60px;
}
#header .menu-right ul li a.tel:before {
  content: '\f3cd';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #C2171B;
  margin-right: 5px;
  font-size: 12px;
  margin-top: -1px;
}
#header .menu-right ul li a.email:before {
  content: '\f0e0';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #C2171B;
  margin-right: 4px;
  font-size: 11px;
}
#header .menu-right ul li.current_page_item a {
  color: #C2171B;
}
#header .menu-right ul li.current_page_item a:after {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#header .menu-right ul.main-menu {
  margin-top: 13px;
}
#header .menu-right ul.main-menu li a {
  font-size: 13px;
}
@media only screen and (min-width:90em) {
  #header .menu-right ul.main-menu li a {
    font-size: 16px;
  }
}
#header .menu-right ul.main-menu li a:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #C2171B;
  width: auto;
  height: auto;
  position: absolute;
  right: -8px;
  left: auto;
  top: 0;
  font-size: 10px;
  background-color: transparent;
  opacity: 1;
}
#header .menu-right ul.main-menu li:nth-child(6), #header .menu-right ul.main-menu li:last-child {
  margin-right:0;
}
#header .menu-right ul.main-menu li#menu-item-1802.menu-item-has-children .sub-menu {
  left:auto;
  right:0;
}
/*#header .menu-right ul.main-menu li#menu-item-155 a:after {
  display: none;
}*/
#header .menu-right ul.main-menu li.menu-item-has-children {
  position: relative;
}
#header .menu-right ul.main-menu li.menu-item-has-children a {
  padding-bottom: 22px;
}
#header .menu-right ul.main-menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#header .menu-right ul.main-menu li.menu-item-has-children .sub-menu {
  width: 300px;
  position: absolute;
  top: 46px;
  left: 0;
  background-color: #C2171B;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width:60em) and (max-height:50em) {
  #header .menu-right ul.main-menu li.menu-item-has-children.menu-item-154 .sub-menu, #header .menu-right ul.main-menu li.menu-item-has-children.menu-item-1802 .sub-menu {
    height: 440px;
    overflow-y: scroll;
  }
}
@media screen and (min-width:60em) and (max-height:45em) {
  #header .menu-right ul.main-menu li.menu-item-has-children.menu-item-154 .sub-menu, #header .menu-right ul.main-menu li.menu-item-has-children.menu-item-1802 .sub-menu {
    height: 440px;
    overflow-y: scroll;
  }
}
#header .menu-right ul.main-menu li.menu-item-has-children .sub-menu li {
  background-color: #C2171B;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 14px 0;
  margin: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#header .menu-right ul.main-menu li.menu-item-has-children .sub-menu li:hover {
  background-color: #343434;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#header .menu-right ul.main-menu li.menu-item-has-children .sub-menu li a {
  display: block;
  color: #ffffff;
  text-align: left;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
#header .menu-right ul.main-menu li.menu-item-has-children .sub-menu li a:after {
  display: none;
}
#header .menu-right ul.main-menu li:nth-child(5).menu-item-has-children .sub-menu, #header .menu-right ul.main-menu li:nth-child(6).menu-item-has-children .sub-menu {
  right: -10px;
  left: auto;
}
#top.feature {
  width: 100%;
  height: 760px;
}
@media only screen and (min-width:60em) {
  #top.feature {
    height: 100vh;
  }
}
#top.feature .swiper {
  position: absolute;
}
#top.feature .swiper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 148px;
}
@media only screen and (min-width:60em) {
  #top.feature .swiper .swiper-slide {
    padding-top: 106px;
  }
}
@media screen and (min-width:60em) and (max-height:45em) {
  #top.feature .swiper .swiper-slide {
    padding-top: 103px;
  }
}
#top.feature .swiper .swiper-slide:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#top.feature .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top.feature .wrap {
  height: 100%;
  position: relative;
  z-index: 200;
  padding: 40px 30px 40px 30px;
}
@media only screen and (min-width:60em) {
  #top.feature .wrap {
    padding: 0 80px;
  }
}
#top.feature .wrap .row {
  height: 100%;
}
#top.feature h1 {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'museo-sans', sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 0;
}
@media only screen and (min-width:45em) {
  #top.feature h1 {
    font-size: 18px;
  }
}
#top.feature p {
  font-family: 'museo-sans', sans-serif;
  font-size: 40px;
  line-height: 52px;
  color: #ffffff;
  margin-bottom: 30px;
}
@media only screen and (min-width:60em) {
  #top.feature p {
    font-size: 60px;
    line-height: 72px;
  }
}
#top.feature p:last-child {
  margin-bottom: 0;
}
#top.feature p a {
  font-weight: 700;
  color: #ffffff;
}
#top.feature p a.redbtn {
  width:auto;
  padding: 0 30px 0 34px;
  line-height:50px;
  display: inline-block;
}
#intro {
  padding: 60px 0 0 0;
  position: relative;
}
@media only screen and (min-width:60em) {
  #intro {
    padding: 0;
    z-index: 200;
  }
}
#intro .col-xs-12.col-md-7:after {
  content: '';
  width: 328px;
  height: 158px;
  position: relative;
  display: block;
  margin-bottom: 60px;
  background: url('../../assets/img/lwr-logo.jpg') no-repeat;
}
@media only screen and (min-width:60em) {
  #intro .col-xs-12.col-md-7:after {
    display: none;
  }
}
#intro:after {
  content: '';
  width: 328px;
  height: 158px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url('../../assets/img/lwr-logo.jpg') no-repeat;
}
@media only screen and (min-width:60em) {
  #intro:after {
    position: absolute;
  }
}
#intro p {
  font-family: 'museo-sans', sans-serif;
  font-size: 26px;
  line-height: 44px;
  color: #343434;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (min-width:60em) {
  #intro p {
    font-size: 30px;
    line-height: 54px;
  }
}
#intro p a {
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  color: #C2171B;
  font-weight: 600;
  text-transform: uppercase;
}
#intro p a:before {
  content: '|';
  margin-right: 8px;
  font-size: 17px;
  position: relative;
  top: 0px;
}
#intro p a:hover {
  color: #343434;
}
#service-blocks .row {
  margin: 0;
}
#service-blocks .row .image-padding {
  padding: 0;
  margin-top: -25px;
}
@media only screen and (min-width:60em) {
  #service-blocks .row .image-padding {
    margin-top: 0;
  }
}
#service-blocks .row .image-padding.top80px {
  margin-top: -25px !important;
}
@media only screen and (min-width:60em) {
  #service-blocks .row .image-padding.top80px {
    margin-top: 80px!important;
  }
}
#service-blocks .row h3 {
  text-align: left;
  font-size: 30px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 15px;
  padding-top: 20px;
}
@media only screen and (min-width:60em) {
  #service-blocks .row h3 {
    padding-top: 50px;
    font-size: 40px;
  }
}
#service-blocks .row p {
  text-align: left;
  line-height: 32px;
}
#service-blocks .row .heading-top h3 {
  padding-top: 60px;
}
@media only screen and (min-width:60em) {
  #service-blocks .row .heading-top h3 {
    padding-top: 120px;
  }
}
#service-blocks .row .col-xs-12.col-md-6 .wrap {
  padding: 0;
}
@media only screen and (min-width:60em) {
  #service-blocks .row .col-xs-12.col-md-6 .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#service-blocks .row .col-xs-12.col-md-6 .wrap .col-xs-12.col-md-8 {
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (min-width:60em) {
  #service-blocks .row .col-xs-12.col-md-6 .wrap .col-xs-12.col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#whyweare {
  padding: 30px 0 0 0;
}
@media only screen and (min-width:60em) {
  #whyweare {
    padding: 96px 0 80px 0;
  }
}
#whyweare .heading h4 {
  font-size: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width:60em) {
  #whyweare .heading h4 {
    font-size: 40px;
  }
}
#whyweare h4 {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 14px;
  margin-bottom: 0;
  color: #000000;
}
#whyweare p {
  font-size: 15px;
  line-height: 28px;
  color: #000000;
}
#whyweare p:first-child {
  width: 130px;
  height: 130px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 65px;
  margin: 0 auto 12px auto;
}
#whyweare p:first-child img {
  width: auto;
  margin: 26px auto 0 auto;
}
#whyweare .col-xs-12.col-md-3 {
  margin-bottom: 30px;
}
@media only screen and (min-width:60em) {
  #whyweare .col-xs-12.col-md-3 {
    margin-bottom: 0;
  }
}
#testimonials {
  position: relative;
  background: url('../../assets/img/testimonials-bg01.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 90px 0;
}
@media only screen and (min-width:60em) {
  #testimonials {
    padding: 116px 0 136px 0;
  }
}
#testimonials:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#testimonials .swiper .swiper-slide {
  background: transparent;
}
#testimonials .wrap {
  position: relative;
  z-index: 200;
}
#testimonials h5 {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 6px;
}
@media only screen and (min-width:60em) {
  #testimonials h5 {
    font-size: 40px;
  }
}
#testimonials p {
  font-size: 20px;
  color: #ffffff;
  font-style: italic;
  line-height: 34px!important;
}
@media only screen and (min-width:60em) {
  #testimonials p {
    font-size: 20px;
    line-height: 40px!important;
  }
}
#testimonials p.name {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
}
#testimonials .swiper-pagination {
  bottom: -62px !important;
}
#testimonials .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  opacity: 1;
  margin: 0 20px!important;
  position: relative;
}
#testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #C2171B;
}
#testimonials .swiper-pagination-bullet:hover {
  background-color: #C2171B;
}
#news {
  padding: 60px 0;
}
@media only screen and (min-width:60em) {
  #news {
    padding: 142px 0 56px 0;
  }
}
#news .heading h6 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width:60em) {
  #news .heading h6 {
    font-size: 40px;
  }
}
#news h6 {
  font-size: 20px;
  font-weight: 400;
  color: #343434;
  font-family: 'proxima-nova', sans-serif;
  line-height: 36px;
  padding-top: 12px;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width:60em) {
  #news h6 {
    font-size: 24px;
  }
}
#news p {
  font-size: 15px;
  text-transform: uppercase;
  color: #C2171B;
  font-weight: 700;
  font-family: 'proxima-nova', sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#news p:before {
  content: '|';
  position: relative;
  margin-right: 8px;
}
#news img {
  margin-bottom: 10px;
  width: 100%;
  height: 230px;
  object-fit: cover;
}
#news a[data-id="1381"] img {
  object-position:left;
}
#news a:hover h6 {
  color: #C2171B;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#news a:hover p {
  color: #343434;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#news .news-image {
  position: relative;
}
#news .news-image .date {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
}
#news .news-image .date:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #c2171a;
  position: absolute;
  left: 0;
}
#news .news-image .date span {
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: end;
  position: relative;
  justify-content: right;
  padding-bottom: 6px;
  padding-right: 10px;
}
#news .news-image .tag {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #C2171B;
  padding: 10px 20px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
#contact-block {
  padding: 60px 0;
  background-color: #C2171B;
}
#contact-block .gform_heading {
  display: none;
}
@media only screen and (min-width:60em) {
  #contact-block {
    padding: 75px 0;
  }
}
#contact-block #field_2_9 {
  margin-left: 10px;
}
#contact-block p {
  color: #ffffff;
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 36px;
}
#contact-block p.heading {
  font-size: 30px;
  line-height: 42px;
}
@media only screen and (min-width:60em) {
  #contact-block p.heading {
    padding-right: 30px;
    font-size: 32px;
    line-height: 50px;
  }
}
#contact-block p.form-heading {
  font-size: 18px;
}
#contact-block p:nth-child(2),
#contact-block p:nth-child(3) {
  margin-bottom: 28px;
}
#contact-block p a {
  font-size: 25px;
  display: block;
  color: #ffffff;
}
@media only screen and (min-width:60em) {
  #contact-block p a {
    font-size: 32px;
  }
}
#contact-block p a:hover {
  color: #343434;
}
#contact-block .gform_submission_error {
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
}
#contact-block .gfield_validation_message {
  color: #ffffff;
  font-weight: 700;
  margin-top: 5px;
  font-size: 13px;
}
form label {
  display: none;
}
form input,
form textarea,
form select {
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  padding: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
form input:focus,
form textarea:focus,
form select:focus {
  border: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
form ::placeholder {
  color: #ffffff;
}
form textarea {
  height: 90px!important;
  padding: 15px 12px;
}
form textarea.textarea {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
form textarea.textarea:focus {
  border: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
form textarea.textarea::placeholder {
  color: #ffffff;
}
form #gform_submit_button_1, form #gform_submit_button_3 {
  width: 170px;
  height: 48px;
  background: #C2171B;
  border: 0;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  line-height: 22px;
  font-family: 'proxima-nova', sans-serif;
}
form #gform_submit_button_1:hover {
  background-color: #343434;
  color: #ffffff;
}
form #gform_submit_button_2, form #gform_submit_button_4 {
  width: 170px;
  height: 48px;
  background: #ffffff;
  border: 0;
  font-size: 15px;
  color: #C2171B;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  line-height: 22px;
  font-family: 'proxima-nova', sans-serif;
}
form #gform_submit_button_2:hover {
  background-color: #343434;
  color: #ffffff;
}
form #gform_fields_2,
form #gform_fields_1 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
form #gform_fields_2 .field-half,
form #gform_fields_1 .field-half {
  width: 50%;
  padding: 10px;
}
@media only screen and (max-width:30em) {
  form #gform_fields_2 .field-half,
  form #gform_fields_1 .field-half {
    width: 100%;
  }
}
form #gform_fields_2 .field-half input,
form #gform_fields_1 .field-half input {
  width: 100%;
}
form #gform_fields_2 .select-two,
form #gform_fields_1 .select-two {
  width: 50%;
  padding: 10px;
}
@media only screen and (min-width:45em) {
  form #gform_fields_2 .select-two,
  form #gform_fields_1 .select-two {
    width: 25%;
  }
}
@media only screen and (max-width:30em) {
  form #gform_fields_2 .select-two,
  form #gform_fields_1 .select-two {
    width: 100%;
  }
}
form #gform_fields_2 .select-two select,
form #gform_fields_1 .select-two select,
form #gform_fields_4 .select-two select {
  width: 100%;
  padding: 0 12px;
  appearance: none;
  color: #e09093;
}
form #gform_fields_2 .select-two select option,
form #gform_fields_1 .select-two select option,
form #gform_fields_4 .select-two select option {
  background: #343434;
}
form #gform_fields_2 .select-two .ginput_container_select,
form #gform_fields_1 .select-two .ginput_container_select,
form #gform_fields_4 .select-two .ginput_container_select{
  position: relative;
}
form #gform_fields_2 .select-two .ginput_container_select:after,
form #gform_fields_1 .select-two .ginput_container_select:after,
form #gform_fields_4 .select-two .ginput_container_select:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 6px;
  font-size: 12px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #C2171B;
  pointer-events: none;
}
form #gform_fields_2 .field-full,
form #gform_fields_1 .field-full {
  width: 100%;
  padding: 10px;
}
form #gform_fields_2 .field-full.dark textarea,
form #gform_fields_1 .field-full.dark textarea {
  border: 1px solid rgba(0, 0, 0, 0.25);
}
form #gform_fields_2 .field-full.dark textarea:focus,
form #gform_fields_1 .field-full.dark textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.7);
}
form #gform_fields_2 .field-full.dark textarea::placeholder,
form #gform_fields_1 .field-full.dark textarea::placeholder {
  color: #343434 !important;
}
form .ginput_recaptcha {
  padding: 0 10px 20px 0px;
}
.contact form .ginput_recaptcha {
  padding: 0 10px 20px 10px;
}
.dark-form_wrapper form input,
.dark-form_wrapper form textarea,
.dark-form_wrapper form select {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #343434;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.dark-form_wrapper form input:focus,
.dark-form_wrapper form textarea:focus,
.dark-form_wrapper form select:focus {
  border: 1px solid rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.dark-form_wrapper form ::placeholder {
  color: #343434;
}
footer {
  padding: 36px 0 60px 0;
}
footer h6 {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  padding-bottom: 24px;
}
footer p,
footer a {
  color: #515151;
  font-size: 15px;
}
#footer-bottom a {
  font-weight: 700;
}
footer a.tel:before,
footer a.fax:before,
footer a.email:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #C2171B;
  width: 15px;
  display: inline-block;
  margin-right: 6px;
  font-size: 12px;
}
footer a.tel:before {
  content: '\f3cd';
  position: relative;
  left: 2px;
}
footer a.fax:before {
  content: '\f02f';
}
footer a.email:before {
  content: '\f0e0';
}
footer p {
  line-height: 42px;
}
footer p.address {
  margin-top: 28px;
  position: relative;
  padding-left: 20px;
  line-height: 31px;
}
footer p.address:before {
  content: '\f3c5';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #C2171B;
  position: absolute;
  top: 0;
  left: 0;
}
footer #logos .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 56px;
}
footer #footer-links {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media only screen and (min-width:60em) {
  footer #footer-links {
    padding-top: 80px;
  }
  footer #logos .row .col-md-2 {
    flex-basis: 14.2%;
    max-width: 14.2%;
  }
}
footer #footer-links ul {
  margin-top: 6px;
  margin-bottom: 18px;
}
footer #footer-links ul li {
  padding-bottom: 20px;
  letter-spacing: 0;
}
footer #footer-links ul li a {
  color: #515151;
  font-size: 15px;
  letter-spacing: 0;
}
footer #footer-links ul li p {
  line-height: inherit;
}
footer #footer-links ul.info-menu li p {
  font-size: 14px;
}
footer #footer-links ul.info-menu li a {
  font-size: 14px;
}
footer #footer-links ul.social {
  margin: 40px 0 0 0;
}
footer #footer-links ul.social li {
  margin-left: 0;
  margin-right: 6px;
}
footer #footer-links ul.social li a {
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 13px;
  border: 1px solid #C2171B;
}
footer #footer-bottom {
  padding-top: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
footer #footer-bottom h6 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: #000000;
}
footer #footer-bottom p {
  line-height: 31px;
  font-size: 14px;
}
@media only screen and (min-width:60em) {
  footer #footer-bottom .bottom-info {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
footer .end-footer {
  padding-top: 0;
}
@media only screen and (min-width:45em) {
  footer .end-footer {
    padding-top: 66px;
  }
}
footer .end-footer p {
  line-height: 32px;
  font-size: 14px;
  line-height: 29px;
}
#tophead {
  height: auto;
  min-height: auto;
  padding-top: 190px;
  padding-bottom: 60px;
  position: relative;
  background-size: cover;
}
#tophead.smallheader {
   background: rgb(178,7,11);
    background: linear-gradient(90deg, rgba(178,7,11,1) 0%, rgba(133,16,19,1) 100%);
    height: auto;
    padding:167px 0 30px 0;
}
@media only screen and (min-width:60em) {
#tophead.smallheader {
    padding:190px 0 80px 0;
}
}
#tophead.smallheader:before {
  background: transparent;
  background-image:url(../../assets/img/servce-header-bg01.png);
  background-repeat: no-repeat;
  background-position: right 68%;
}
@media only screen and (min-width:60em) {
  #tophead {
    height: 700px;
    padding-top: 106px;
    padding-bottom: 0;
  }
}
#tophead:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tophead .wrap,
#tophead .row {
  height: 100%;
}
@media only screen and (max-width:30em) {
  #tophead h1 {
    line-height: 50px;
  }
}
#tophead p {
  font-size: 20px;
  color: #ffffff;
  position: relative;
}
@media only screen and (min-width:60em) {
  #tophead p {
    font-size: 30px;
  }
}
#tophead.nointro {
  height: auto;
  min-height: auto;
  padding-top:190px;
}
@media only screen and (min-width:60em) {
  #tophead.nointro {
    height: 500px;
    min-height: 500px;
    padding-top: 120px;
  }
}
#content {
  padding: 60px 0 0 0;
}
#content table tr, #content table tr td, #content table tr th {
  border: 1px solid rgba(0,0,0,0.2);
  padding:10px 15px;
  text-align: left;
}
#content table tr:first-child td, #content table tr td b {
  font-family: 'museo-sans', sans-serif;
  font-weight: 700;
}
@media only screen and (min-width:60em) {
  #content {
    padding: 122px 0 0 0;
  }
}
#content.padding-content {
  padding: 60px 0;
}
@media only screen and (min-width:60em) {
  #content.padding-content {
    padding: 122px 0;
  }
}
#content.padding-content .summary {
  padding-right: 15px;
}
@media only screen and (min-width:60em) {
  #content.padding-content .summary {
    padding-right: 50px;
  }
}
#content h2 {
  font-size: 24px;
  font-weight: 300;
  color: #343434;
  line-height: 42px;
  padding-top: 0;
  margin-bottom: 34px;
}
@media only screen and (min-width:60em) {
  #content h2 {
    font-size: 30px;
    line-height: 54px;
  }
}
#content h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
#content p {
  line-height: 33px;
}
#content .call-action {
  background-color: #C2171B;
  padding: 22px 30px;
  margin-bottom: 54px;
}
@media only screen and (min-width:60em) {
  #content .call-action {
    padding: 32px 40px;
  }
}
#content .call-action p {
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (min-width:60em) {
  #content .call-action p {
    font-size: 24px;
    line-height: 36px;
  }
}
#content .call-action p a {
  color: #ffffff;
}
#content .call-action p a:hover {
  color: #343434;
}
#content .right-menu {
  margin-top: 30px;
  padding-top: 20px;
}
@media only screen and (min-width:60em) {
  #content .right-menu {
    padding-top: 0px;
    margin-top: 0;
  }
}
#content .right-menu h2 {
  margin-bottom:10px;
}
#content .right-menu ul {
  background-color: #C2171B;
  padding: 40px 40px 30px 40px;
}
@media only screen and (min-width:60em) {
  #content .right-menu ul {
    background-color: transparent;
    padding: 0;
  }
}
#content .right-menu ul li a {
  font-size: 18px;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 12px;
  line-height: 32px;
}
@media only screen and (min-width:45em) {
  #content .right-menu ul li a {
    font-size: 22px;
  }
}
@media only screen and (min-width:60em) {
  #content .right-menu ul li a {
    color: #000000;
  }
}
#content .right-menu ul li a:hover {
  color: #ffffff;
}
@media only screen and (min-width:60em) {
  #content .right-menu ul li a:hover {
    color: #C2171B;
  }
}
#content .right-menu ul li:first-child a {
  padding-top: 0;
}
#content .right-menu ul li.current_page_item a {
  color: #ffffff;
}
@media only screen and (min-width:60em) {
  #content .right-menu ul li.current_page_item a {
    color: #C2171B;
  }
}
#content .right-menu ul li.page_item_has_children a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#content .right-menu ul.children {
  padding: 0;
}
#content .right-menu ul.children li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#content .right-menu ul.children li a {
  color: #ffffff;
  border-bottom: 0;
  padding-top: 20px;
}
@media only screen and (min-width:60em) {
  #content .right-menu ul.children li a {
    color: #000000;
  }
}
#content .right-menu ul.children li a:hover {
  color: #ffffff;
}
@media only screen and (min-width:60em) {
  #content .right-menu ul.children li a:hover {
    color: #C2171B;
  }
}
#content .right-menu ul.children li.current_page_item a {
  color: #ffffff;
}
@media only screen and (min-width:60em) {
  #content .right-menu ul.children li.current_page_item a {
    color: #C2171B;
  }
}
#content .right-menu form input {
  height: 50px;
}
#content .right-menu form input, #content .right-menu form textarea, #content .right-menu form select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  color: #000000;
  margin-bottom: 10px;
}
#content .right-menu form #field_4_4 .select-two, #content .right-menu form #field_4_5 .select-two  {
  width: 50%;
}
#content .right-menu form ::placeholder, #content .right-menu form #gform_fields_2 .select-two select, #content .right-menu form #gform_fields_1 .select-two select {
  color: #000000;
}
#content .right-menu form #gform_fields_4 .select-two select option, #content .right-menu form #gform_fields_4 .select-two select option {
  background-color: #ffffff;
}
#content .right-menu form #gform_submit_button_4 {
  background-color: #C2171B;
  color: #ffffff;
}
#content .right-menu form #gform_submit_button_4:hover {
  background-color: #343434;
}
#content .right-menu form #gform_fields_4 .select-two .ginput_container_select::after {
  color:#C2171B;
  -webkit-text-stroke-color: #ffffff;
}
#content .logos {
  margin-top: 28px;
}
#content .logos img {
  width: 190px;
  margin-bottom: 15px;
}
#content .summary ul li, #content ul.custom-list li {
  position: relative;
  padding-left: 18px;
  color: #343434;
  padding-bottom: 12px;
  font-size: 17px;
}
#content .summary ul li a {
  color: #343434;
}
#content .summary ul li a:hover {
  color: #C2171B;
}
#content .summary ul li:before, #content ul.custom-list li:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #C2171B;
  font-size: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
#content .contact {
  padding: 0 0 60px 0;
}
@media only screen and (min-width:60em) {
  #content .contact {
    padding: 0 0 122px 0;
  }
}
#content .news.nopadding {
  padding: 0 0 60px 0;
}
@media only screen and (min-width:60em) {
  #content .news.nopadding {
    padding: 0 0 122px 0;
  }
}
#content .news h2 {
  font-size: 24px;
  font-weight: 400;
  color: #343434;
  font-family: 'proxima-nova', sans-serif;
  line-height: 36px;
  padding-top: 12px;
  padding-bottom: 8px;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#content .news a:hover h2 {
  color: #C2171B;
}
#content .news .col-xs-12 {
  margin-bottom: 40px;
}
#content .blogPost {
  padding: 0 0 30px 0;
}
@media only screen and (min-width:60em) {
  #content .blogPost {
    padding: 0 0 122px 0;
  }
}
#content .blogPost h1 {
  font-size: 34px;
  line-height: 1.4em;
  padding-bottom: 0;
}

#content .blogPost p:nth-child(2) {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
@media only screen and (min-width:60em) {
  #content .blogPost p:nth-child(2) {
    font-size: 24px;
    line-height: 42px;
  }
}
#content .blogPost p a.red-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #C2171B;
  font-weight: 700;
  font-family: 'proxima-nova', sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#content .blogPost p a.red-link:before {
  content: '|';
  position: relative;
  margin-right: 8px;
}
#content .blogPost p a.red-link:hover {
  color: #343434;
}
#content .blogPost h3 {
  padding-top: 0;
}
#content .blogPost ul li {
  position: relative;
  padding-left: 18px;
  color: #343434;
  padding-bottom: 12px;
  font-size:17px;
  line-height:32px;
}
#content .blogPost ul li a {
  color: #343434;
  font-size:17px;
}
#content .blogPost ul li a:hover {
  color: #C2171B;
}
#content .blogPost ul li:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #C2171B;
  font-size: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
#content .textWithImage {
  padding: 0;
}
@media only screen and (min-width:60em) {
  #content .textWithImage {
    padding: 20px 0;
  }
}
#content .textWithImage .topintro p {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  font-family: 'museo-sans', sans-serif;
  line-height: 42px;
}
@media only screen and (min-width:60em) {
  #content .textWithImage .topintro p {
    font-size: 30px;
    line-height: 50px;
  }
}
#content .textWithImage .wrap.full {
  max-width: 100%;
  padding: 60px 0 0 0;
}
@media only screen and (min-width:60em) {
  #content .textWithImage .wrap.full {
    padding: 140px 0 0 0;
  }
}
#content .textWithImage .wrap.full.npadding {
  padding: 60px 0;
}
@media only screen and (min-width:60em) {
  #content .textWithImage .wrap.full.npadding {
    padding: 18px 0 100px 0;
  }
}
#content .textWithImage .wrap.full .row {
  margin: 0;
}
#content .textWithImage .wrap.full .row .imagecol {
  padding: 0 0 60px 0;
}
@media only screen and (min-width:60em) {
  #content .textWithImage .wrap.full .row .imagecol {
    padding: 0 80px 0 0;
  }
}
#content .textWithImage .wrap.full .row .imagecol.right {
  padding: 0 0 60px 0;
}
@media only screen and (min-width:60em) {
  #content .textWithImage .wrap.full .row .imagecol.right {
    padding: 0 0 0 80px;
  }
}
#content .textWithImage .wrap.full .row h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 12px;
  line-height: 46px;
}
@media only screen and (min-width:60em) {
  #content .textWithImage .wrap.full .row h2 {
    font-size: 35px;
  }
}
#content .textWithImage .wrap.full .row p {
  text-align: left;
}
#content .textWithImage .wrap .col-xs-12.col-md-5 .wrap {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width:60em) {
  #content .textWithImage .wrap .col-xs-12.col-md-5 .wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#content .expert {
  margin-bottom: 40px;
}
#content .expert .profile-block {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
}
#content .expert h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media only screen and (min-width:60em) {
#content .expert.profile {
  padding-right:60px;
}
}
#content .expert p {
  font-size: 17px;
}
#content .expert p.postitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #C2171B;
}
#content .expert .textLink {
  text-transform: uppercase;
  font-weight: 700;
}
#content .expert .textLink:before {
  content: '|';
  position: relative;
  margin-right: 8px;
}
#content .expert .textLink:after {
  display: none!important;
}
#content .expert.profile h2 {
  font-size: 30px;
  padding-bottom: 22px;
}
@media only screen and (min-width:60em) {
  #content .expert.profile h2 {
    font-size: 45px;
  }
}
#content .expert.profile p.postitle {
  font-size: 22px;
}
#content .expert.profile a {
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
}
#content .expert.profile a:before {
  display: none;
}
#content .expert.profile a.red-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #C2171B;
  font-weight: 700;
  font-family: 'proxima-nova', sans-serif;
}
#content .expert.profile a.red-link:before {
  content: '|';
  position: relative;
  margin-right: 8px;
  display: inline-block;
}
#content .expert.profile a.red-link:hover {
  color: #343434;
}
#content .policy h2 {
  margin-bottom: 0;
}
#content .policy ul li {
  font-size: 17px;
  line-height: 33px;
  padding-bottom: 15px;
}
.menuIcon {
  display: block;
}
@media only screen and (min-width:80em) {
  .menuIcon {
    display: none!important;
  }
}
.mobileMenu .inner .menu-item-has-children {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.mobileMenu .inner .menu-item-has-children a {
  font-size: 18px;
  color: #ffffff;
}
.mobileMenu .inner .sub-menu {
  display: none;
  padding-top: 10px;
}
.mobileMenu .inner .sub-menu li {
  padding: 6px 20px;
}
.mobileMenu .inner .sub-menu li a {
  font-size: 15px;
  pointer-events: all!important;
}
.mobileMenu .inner .menu-item-has-children.menu-item-761,
.mobileMenu .inner .menu-item-has-children.menu-item-777,
.mobileMenu .inner .menu-item-has-children.menu-item-784,
.mobileMenu .inner .menu-item-has-children.menu-item-793,
.mobileMenu .inner .menu-item-has-children.menu-item-799,
.mobileMenu .inner .menu-item-has-children.menu-item-776,
.mobileMenu .inner .menu-item-has-children.menu-item-1803 {
  position: relative;
}
.mobileMenu .inner .menu-item-has-children.menu-item-761:after,
.mobileMenu .inner .menu-item-has-children.menu-item-777:after,
.mobileMenu .inner .menu-item-has-children.menu-item-784:after,
.mobileMenu .inner .menu-item-has-children.menu-item-793:after,
.mobileMenu .inner .menu-item-has-children.menu-item-799:after,
.mobileMenu .inner .menu-item-has-children.menu-item-776:after,
.mobileMenu .inner .menu-item-has-children.menu-item-1803::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  right: 20px;
  top: 14px;
}
.mobileMenu .inner .menu-item-has-children.menu-item-761 a,
.mobileMenu .inner .menu-item-has-children.menu-item-777 a,
.mobileMenu .inner .menu-item-has-children.menu-item-784 a,
.mobileMenu .inner .menu-item-has-children.menu-item-793 a,
.mobileMenu .inner .menu-item-has-children.menu-item-799 a,
.mobileMenu .inner .menu-item-has-children.menu-item-776 a,
.mobileMenu .inner .menu-item-has-children.menu-item-1803 a {
  pointer-events: none;
}
#cta-mobile {
  background-color:#C2171B;
  display: block;
}
@media only screen and (min-width:45em) {
  #cta-mobile {
    display: none;
  }
}
#cta-mobile a {
  color: #ffffff;
  font-weight:700;
  text-align: center;
  padding:8px;
  display: block;
}
#cta-mobile .col-xs-6.border {
  border-right: 1px solid rgba(255,255,255,0.5);
}
#content .toggle-group {
  margin-top: 15px;
  margin-bottom: 30px;
}
#content .toggle-group .toggleme {
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  padding: 12px 44px 12px 20px;
  line-height: 30px;
  position: relative;
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#content .toggle-group .toggleme:after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  color: #C2171B;
  font-weight: 600;
  font-size: 18px;
  position: absolute;
  top: 12px;
  right: 22px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
}
#content .toggle-group .toggleme.active:after {
  content: '\f068';
}
#content .toggle-group .toggleme:hover {
  cursor: pointer;
  background-color: #C2171B;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#content .toggle-group .toggleme:hover:after {
  color: #ffffff;
}
#content .toggle-group .spacer {
  height: 20px;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#content .toggle-group .spacer.last {
  height: 1px;
}
@media only screen and (min-width:60em) {
  #content .toggle-group .spacer.last {
    height: 20px;
  }
}
#content .toggle-group .toggle-text {
  padding: 0 20px 0 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#content .toggle-group .toggle-text p{
  font-size: 15px;
  color: #000000;
  line-height: 2em;
  margin: 0;
  padding-bottom: 30px;
}
#content .toggle-group.servicefaqs .toggle-text ul li {
  font-size: 15px;
  color: #000000;
  line-height: 2em;
  margin: 0;
  padding-bottom:0;
  padding-left:15px;
}
#content .toggle-group.servicefaqs .toggle-text ul li::before {
  top:-2px;
}
#content .toggle-group.servicefaqs .toggle-text p {
  padding-bottom:10px;
}
#content .toggle-group.servicefaqs .toggle-text p:last-child {
  padding-bottom:20px;
}
/* EXTRA */
/*form #field_3_5.gform_validation_container, form #field_1_9.gform_validation_container {
  display: none;
}*/
#content .right-menu h2.gform_submission_error {
  font-size: 17px;
  color:#990000;
  line-height: 1.6em;
}
#content .right-menu form input#gform_submit_button_3 {
  color: #ffffff;
  margin-top:15px;
}
#content form #gfield_upload_rules_3_4, #content form #gfield_description_3_4 {
  font-size: 15px;
  color: #990000;
}
#content form #input_3_5[type=text], #content form #gfield_description_3_5, #content form #input_1_9, #content form  #gfield_description_1_9, #content form #input_4_9, #content form #gfield_description_4_9, #content form #gfield_description_2_10, #content form #input_2_10, #content form #input_2_10, #contact-block form #input_2_10, #contact-block form #gfield_description_2_10 {
  display: none;
}
#top.feature .notice, .notice.underfeat {
  position:relative;
  z-index:250;
  bottom:0;
  left:0;
  width:100%;
  text-align:center;
  padding:28px 30px 24px 30px;
  background-color: #C2171B;
  border-bottom:1px solid rgba(255,255,255,0.3);
}
@media only screen and (min-width:60em) {
  #top.feature .notice, .notice.underfeat {
    position:absolute;
  }
}
#top.feature .notice h2, .notice.underfeat h2 {
  color:#ffffff;
  font-size: 20px;
  font-weight: 600;
  padding:0 0 8px 0;
  margin:0;
  text-align:center;
  line-height: 32px;
}
@media only screen and (min-width:48em) {
  #top.feature .notice h2, .notice.underfeat h2 {
    font-size: 24px;
  }
}
#top.feature .notice p, .notice.underfeat p {
  color:#ffffff;
  font-size:18px;
  padding:0;
  margin:0;
  text-align:center;
  line-height:32px;
}
#notice-times {
  background-color:#C2171B;
  position: absolute;
  top: 148px;
  z-index: 150;
  width: 100%;
  border-top:1px solid rgba(255,255,255,0.5);
}
#notice-times .wrap {
  padding:10px 15px;
  max-width:100%;
}
#notice-times .wrap p {
  color:#ffffff;
  font-size:14px;
  font-weight:700;
  text-align:center;
}
@media only screen and (min-width:44em) {
  #notice-times .wrap {
  padding:10px 30px;
}
#notice-times {
  top: 106px;
}
#notice-times .wrap p {
  font-size:17px;
}
}