@font-face {
  font-family: 'bdcartoon';
  src: url('fonts/BD_Cartoon_Shout-webfont.eot');
  src: url('fonts/BD_Cartoon_Shout-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/BD_Cartoon_Shout-webfont.woff2') format('woff2'),
    url('fonts/BD_Cartoon_Shout-webfont.woff') format('woff'),
    url('fonts/BD_Cartoon_Shout-webfont.ttf') format('truetype'),
    url('fonts/BD_Cartoon_Shout-webfont.svg#bd_cartoon_shoutregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'kbplanetearth';
  src: url('fonts/KBPlanetEarth-webfont.eot');
  src: url('fonts/KBPlanetEarth-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/KBPlanetEarth-webfont.woff2') format('woff2'),
    url('fonts/KBPlanetEarth-webfont.woff') format('woff'),
    url('fonts/KBPlanetEarth-webfont.ttf') format('truetype'),
    url('fonts/KBPlanetEarth-webfont.svg#kbplanetearthmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}

.qualifications .qsec.recent_training h3 {
  min-height: 31px;
}

body {
  background-image: url(img/bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #4a7f06;
  font-family: "Roboto", sans-serif;
}

body.blank {
  background-image: none;
  background-color: #FFF;
  padding-top: 20px;
}

body.services .content.row .col-md-8 ul {
  padding-left: 40px;
}

body.blank #logo {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px auto;
}

body.blank p:not(#logo) {
  text-align: center;
  padding: 20px 0px 30px;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #DDD;
  margin-bottom: 20px;
}

body.blank .content form {
  padding-left: 30px;
}

body.blank .cform2k22 .form-actions button {
  margin: 10px auto;
  float: none;
}

.container {
  position: relative;
}

.header {
  height: 174px;
}

#logo {
  width: 226px;
  height: 154px;
  background-image: url(img/logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -999em;
  display: block;
  position: absolute;
  top: 13px;
  left: 28px;
}

.social {
  position: absolute;
  top: 22px;
  left: 264px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.social li {
  float: left;
  margin: 0px 6px 0px 7px;
}

.social li a {
  text-indent: -999em;
  background-image: url(img/social.png?v=2);
  display: block;
  width: 58px;
  height: 56px;
}

.social li a.fb {
  background-position: 0px 0px;
}

.social li a.fb:hover {
  background-position: 0px -56px;
}

.social li a.tw {
  background-position: -58px 0px;
}

.social li a.tw:hover {
  background-position: -58px -56px;
}

.social li a.li {
  background-position: -116px 0px;
}

.social li a.li:hover {
  background-position: -116px -56px;
}

.slide h3 a {
  color: #1d1d1d !important;
  text-decoration: none !important;
}

.slide h3 a:hover, .slide h3 a:active, .slide h3 a:focus {
  color: #FFF !important;
  text-decoration: none !important;
}

.navwrap {
  width: 834px;
  height: 68px;
  background-image: url(img/nav.png);
  position: absolute;
  top: 96px;
  left: -7px;
  overflow: hidden;
}

.navwrap .nav {
  list-style: none;
  padding-left: 31px;
}

.navwrap .nav li {
  margin: 0px 9px;
  float: left;
}

.navwrap .nav li a {
  font-size: 24px;
  color: #FFF;
  text-shadow: 1px 1px 1px #605a85;
  font-family: 'kbplanetearth';
  letter-spacing: -1px;
  padding: 10px 19px 6px;
  transition: all 0.2s;
  margin-top: 9px;
  border-radius: 40px;
}

.navwrap .nav li a:hover, .navwrap .nav li a:focus {
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.2s;
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

.trig h3 {
  font-size: 22px;
  margin-top: 0px;
  padding-top: 9px;
  font-family: 'kbplanetearth';
}

.service h3 {
  font-family: 'kbplanetearth';
  color: #0991c6;
  text-align: center;
  font-size: 27px;
  margin-top: 30px;
}

.service ul {
  padding: 0px;
  list-style: none;
  margin-bottom: 20px;
}

.service ul li {
  border-bottom: 1px dotted #CCC;
  font-size: 17px;
  padding-bottom: 4px;
  padding-top: 4px;
}

.call {
  position: absolute;
  top: 8px;
  right: 55px;
  font-size: 35px;
  font-family: "bdcartoon";
  color: #0fa3dc;
  text-align: center;
  text-shadow: 0px 2px 0px #FFF;
  display: block;
  letter-spacing: -1px;
}

.call span {
  display: block;
  font-size: 22px;
  font-family: "bdcartoon";
  color: #31ac00;
  position: relative;
  top: 9px;
  right: 13px;
}

.slide blockquote:before {
  content: "\201C";
  float: left;
  font-size: 130px;
  width: 35px;
  height: 35px;
  padding-top: 0px;
  line-height: 81px;
  padding-right: 60px;
  padding-bottom: 45px;
  font-family: "Georgia";
  position: relative;
  top: 15px;
  left: -7px;
}

.wrapper {
  border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.inner .content .primary {
  min-height: 800px;
}

.page-title {
  background-image: url(img/topbg.png);
  color: #FFF;
  margin-top: -10px;
  border-radius: 30px 30px 0px 0px;
  padding: 40px 30px 31px;
  border-bottom: 3px solid #FFF;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.page-title h1 {
  font-family: 'kbplanetearth';
  margin-top: 0px;
  margin-bottom: 0px;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
}

.banner {
  background-repeat: no-repeat;
  background-size: 98%;
  background-position: bottom center;
  background-image: url(img/shadow.png);
  background-color: #FFF;
  padding-bottom: 20px;
  border-radius: 60px;
  margin-bottom: -5px;
}

.ls-button {
  background-image: url(img/ls-btn.png);
}

.ls-button:hover {
  opacity: 0.5 !important;
}

.banner #layerslider {
  border: 2px solid #d1d1d1;
  border-radius: 30px;
  overflow: hidden !important;
}

.pillars {
  height: 190px;
}

.pillars .pillar {
  overflow: hidden;
  height: 172px;
  width: 346px;
  position: absolute;
  top: 6px;
  border: 2px solid #d1d1d1;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.pillars .pillar-1 {
  background-image: url(img/kim.jpg);
  background-position: 131px -65px;
}

.pillars .pillar-2 {
  left: 8px;
  background-image: url(img/girl.jpg);
  background-position: 29px -14px;
}

.pillars .pillar-3 {
  left: 6px;
  background-image: url(img/cal.jpg);
  background-position: 130px -8px;
}

.pillars .pillar h3 {
  font-size: 30px;
  font-family: 'kbplanetearth';
  letter-spacing: -1px;
  margin: 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  text-shadow: 0px 2px 0px #FFF;
}

.pillars .pillar-1 h3 {
  background-image: url(img/green.png);
  width: 228px;
  height: 240px;
  color: #28a400;
  position: absolute;
  top: -42px;
  left: -55px;
  padding-top: 107px;
  padding-left: 68px;
}

.pillars .pillar-2 h3 {
  background-image: url(img/yellow.png);
  width: 268px;
  height: 240px;
  color: #DE8200;
  position: absolute;
  top: -42px;
  left: -67px;
  padding-top: 107px;
  padding-left: 92px;
}

.pillars .pillar-3 h3 {
  background-image: url(img/blue.png);
  width: 283px;
  height: 240px;
  color: #00678E;
  text-align: center;
  position: absolute;
  top: -56px;
  left: -77px;
  padding-top: 107px;
  padding-left: 68px;
}

.pillars .pillar, .pillars .pillar h3 {
  transition: all 0.2s;
}

.pillars a:hover .pillar-1 {
  background-position: 131px -79px;
}

.pillars a:hover .pillar-1 h3 {
  padding-left: 78px;
}

.pillars a:hover .pillar-2 {
  background-position: 29px -33px;
}

.pillars a:hover .pillar-2 h3 {
  padding-left: 102px;
}

.pillars a:hover .pillar-3 {
  background-position: 130px -15px;
}

.pillars a:hover .pillar-3 h3 {
  padding-left: 106px;
}

.content {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
  color: #6f6f6f;
}

.content .col-md-8 {
  padding-right: 30px;
  border-right: 1px solid #d7d7d7;
}

.content h1 {
  margin: 0px;
  padding: 0px;
  font-size: 26px;
  font-weight: 700;
  color: #008ec1;
  margin-bottom: 8px;
}

.content h2 {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 700;
  color: #008ec1;
  margin: 20px 0 8px;
}

.content ul {
  padding-left: 0px;
  list-style-position: inside;
}

.content ul.list-2 {
  padding-left: 35px;
}

.content ul.blue-list {
  list-style: none;
}

.content ul.blue-list li {
  font-size: 15px;
  font-weight: 600;
  color: #007fb0;
  letter-spacing: 0px;
  background-image: url(img/li-b.png);
  background-position: 0px 1px;
  background-repeat: no-repeat;
  padding-left: 32px;
  margin: 9px 0px 15px;
}

.content a.button,
.cform2k22 .form-actions button {
  display: block;
  width: 118px;
  height: 40px;
  padding-top: 9px;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px 1px #605a85;
  font-family: "kbplanetearth";
  font-size: 18px;
}

.content a.green,
.cform2k22 .form-actions button {
  background-image: url(img/btn-g.png);
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.content a.button:hover,
.cform2k22 .form-actions button:hover {
  background-position: 0px -40px;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

.social li a:hover {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

.content .sidebar a.button.green {
  float: right;
  margin-top: 20px;
}

.footer p, .footer p a {
  text-align: center;
  padding-top: 12px;
  color: #FFF;
  font-size: 12px;
}

.inline-img-l, .inline-img-r {
  border: 3px solid #FFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}

.inline-img-l {
  float: left;
  margin-right: 15px;
}

.inline-img-r {
  float: right;
  margin-left: 15px;
}

.slide {}

.slide .slidecontent {
  height: 1px;
  overflow-y: hidden;
  padding: 0px 15px;
}

.slide h3 {
  cursor: pointer;
  background-image: url(img/shine.png);
  background-repeat: no-repeat;
  background-position: -8px -6px;
  margin: 0px 0px 10px;
  background-color: #0ea4dd;
  border-radius: 30px;
  padding: 7px 15px 8px;
  color: #FFF;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  text-align: left;
  font-size: 21px;
  box-shadow: -11px -3px 7px rgba(0, 0, 0, 0.125) inset;
  -o-box-shadow: -11px -3px 7px rgba(0, 0, 0, 0.125) inset;
  -moz-box-shadow: -11px -3px 7px rgba(0, 0, 0, 0.125) inset;
  -webkit-box-shadow: -11px -3px 7px rgba(0, 0, 0, 0.125) inset;
  opacity: 1;
  transition: all 0.2s;
  background-color: #ddd;
  color: #444;
  text-shadow: #fff 1px 1px 1px;
}

.slide.open h3, .slide h3:hover {
  background-color: #0ea4dd;
  color: #FFF;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.slide h3:hover {
  opacity: 0.8;
  transition: all 0.2s;
}

.slide h3 span {
  margin-right: 10px;
}

.slide.open h3 span:before {
  content: '\e803';
}

.slide h3 span em {
  display: none;
}

.slide h3 span::before {}

.slide blockquote {
  transition: all 0.2s;
  font-size: 15px;
  border-left: 0px;
  padding-left: 0px;
  background-color: #EEE;
  padding: 16px;
  border-radius: 10px;
  border: 2px solid #FFF;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.125);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}

span.cite {
  display: block;
  margin-top: 20px;
  font-size: 11px;
}

.inner .content .primary ul {
  padding-left: 20px;
}

.content form {}

.content form .field-text, .content form .field-email, .content form .field-telephone, .content form .field-select {
  float: left;
  width: 48%;
  margin-right: 10px;
}

.content form .field-textarea {
  width: 100%;
  float: none;
  clear: both;
  padding-top: 2px;
}

.content form .field label {
  display: block;
  color: #0ea5de;
  margin-bottom: 0px;
  margin-top: 10px;
  margin-left: 5px;
}

.content form .field label .required {
  color: #f00;
}

.content form .field input[type="text"], .content form .field input[type="email"], .content form .field input[type="tel"], .content form .field select {
  width: 100%;
  transition: all 0.2s;
  border: 1px solid #d1d1d1;
  border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.content form .field input[type="text"], .content form .field input[type="email"], .content form .field input[type="tel"] {
  padding: 7px 12px;
}

.content form .field select {
  padding: 6px 7px 7px;
}

.content form .field-textarea textarea {
  width: 97.5%;
  transition: all 0.2s;
  border: 1px solid #d1d1d1;
  padding: 7px;
  border-radius: 7px;
  -o-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.content form .field input:focus, .content form .field textarea:focus, .content form .field select:focus {
  outline: 0;
  border: 1px solid #0ea5de;
  transition: all 0.2s;
}

.cform2k22 .form-actions button {
  background-color: transparent;
  border: none;
  float: right;
  margin-right: 15px;
}

.cform2k22 .form-actions button:focus {
  outline: 0;
}

#training-wrap {}

#member-wrap {}

#cred-wrap {}

#cred-wrap h2 {
  margin-top: 5px;
}

#training-wrap h2, #member-wrap h2, #cred-wrap h2 {
  background-image: url(img/topbg.png);
  padding: 10px 10px 10px 0px;
  color: #FFF;
  border-radius: 5px;
  background-position: -10px -21px;
}

#training-wrap h2 span, #member-wrap h2 span, #cred-wrap h2 span {
  margin: 0px 10px 0px 5px;
}

#training-wrap h2 span em, #member-wrap h2 span em, #cred-wrap h2 span em {
  display: none;
}

#cred-wrap strong, #member-wrap strong, #training-wrap strong {
  border-bottom: 1px solid #CCC;
  display: block;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

#cred-wrap ul, #member-wrap ul, #training-wrap ul {
  padding: 0px;
}

#cred-wrap ul li, #member-wrap ul li, #training-wrap ul li {
  list-style: none;
  border-left: 2px solid #f38718;
  transition: all 0.2s;
  margin-bottom: 3px;
  padding-left: 7px;
}

#cred-wrap ul li:hover, #member-wrap ul li:hover, #training-wrap ul li:hover {
  border-left: 17px solid #f38718;
  transition: all 0.2s;
}

.book {
  display: block;
  background-image: url(img/orange-button.png);
  height: 100px;
  margin: 0px auto 27px;
  color: #FFF;
  text-align: right;
  font-family: 'kbplanetearth';
  border-radius: 10px;
  background-position: 0px 0px;
  border: 2px solid #FFF;
  box-shadow: 0px 0px 1px #FFF inset, 0px 5px 5px rgba(0, 0, 0, 0.15);
  font-size: 38px;
  letter-spacing: -1px;
  padding: 20px 19px 0px;
  line-height: 33px;
  position: relative;
  overflow: hidden;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.125);
}

.book span {
  display: block;
  background-image: url(img/cal2.png);
  width: 82px;
  height: 150px;
  transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: absolute;
  top: 6px;
  left: -20px;
  transform: rotate(-345deg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.book span em {
  display: none;
}

.book:hover span {
  text-indent: -9999em;
  background-image: url(img/cal2.png);
  width: 82px;
  height: 150px;
  transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: absolute;
  top: 3px;
  left: 14px;
  transform: rotate(-15deg);
}

.book:hover {
  color: #FFF;
  background-position: 0px -100px;
  text-decoration: none;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

.qualifications .qsec h3 {
  font-size: 21px;
  line-height: 23px;
  color: #3ab609;
  background-image: url(img/obg.png);
  background-position: top left;
  padding-left: 50px;
  position: relative;
  left: -17px;
  background-repeat: no-repeat;
}

.qualifications .qsec h3 span {
  font-size: 17px;
  color: #999;
  display: block;
}

.qh2 {
  font-size: 27px !important;
}

.qualifications .qsec {
  border-left: 2px solid #CCC;
  padding: 1px 0px 10px 0px;
  float: none;
  display: block;
  margin-bottom: 20px;
  margin-left: 15px;
}

.qualifications h4 {
  font-size: 23px;
  margin-top: 21px;
  border-bottom: 1px dotted #CCC;
}

.success {
  position: fixed;
  bottom: -200px;
  left: 0px;
  background: #4bcc18;
  width: 100%;
  padding: 30px;
  text-align: center;
  color: #FFF;
  border-top: 3px solid #FFF;
  box-shadow: 0px -1px 12px rgba(0, 0, 0, 0.5);
}

.errors {
  position: fixed;
  bottom: -200px;
  left: 0px;
  background: #cc2518;
  width: 100%;
  padding: 30px;
  text-align: center;
  color: #FFF;
  border-top: 3px solid #FFF;
  box-shadow: 0px -1px 12px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.errors>.error {
  font-weight: normal;
  display: inline-block;
}

.closeThis {
  display: inline-block;
  background-image: url(js/fancybox/fancy_close.png);
  text-indent: -999em;
  width: 30px;
  height: 30px;
  margin: -15px auto;
  position: relative;
  top: -2px;
  left: 5px;
  cursor: pointer;
  transition: all 0.2s;
  opacity: 1;
}

.closeThis:hover {
  transition: all 0.2s;
  opacity: 0.75;
}

.cinfo {
  padding: 10px 20px;
  margin: 25px 0 20px;
  border: 1px solid #CCC;
  border-radius: 30px;
  background: #FAFAFA;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.125);
  width: 98%;
}

.cinfo p {
  display: block;
  float: left;
  font-size: 16px;
  width: 50%;
}

.cinfo em {
  font-style: normal;
  background-color: #0ea5de;
  border-radius: 30px;
  padding: 4px 10px 4px 8px;
  margin-right: 5px;
  color: #FFF;
}

.cinfo em strong {
  color: #FFF;
}

.cinfo .clear {
  overflow: hidden;
  text-indent: -9999em;
}

@media screen and (max-width: 1200px) {
  .navwrap .nav li {
    margin: 0px;
  }

  #logo {
    width: 192px;
    height: 129px;
  }

  .navwrap {
    width: 704px;
    height: 56px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 87px;
    left: 0px;
  }

  .navwrap .nav li a {
    font-size: 22px;
    margin-top: 5px;
  }

  .social {
    left: 184px;
    top: 15px;
  }

  .call {
    font-size: 30px;
  }

  .call span {
    font-size: 18px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .pillars .pillar {
    overflow: hidden;
    height: 172px;
    width: 93%;
  }

  .trig h3 {
    font-size: 20px;
    margin-top: 0px;
  }

  .pillars .pillar-2 {
    left: 10px;
  }

  .header {
    height: 153px;
  }

  .book {
    padding: 20px 19px 0px 40px;
    font-size: 30px;
    line-height: 31px;
  }

  .banner {
    background-repeat: no-repeat;
    background-size: 88%;
    background-position: bottom center;
    background-image: url(img/shadow.png);
    background-color: #FFF;
    padding-bottom: 18px;
    border-radius: 60px;
    margin-bottom: -5px;
  }
}

@media screen and (max-width: 992px) {
  .header {
    height: 191px;
  }

  .trig h3 {
    font-size: 17px;
  }

  .svclist a.trig {
    padding: 10px;
  }

  .banner {
    background-repeat: no-repeat;
    background-size: 88%;
    background-position: bottom center;
    background-image: url(img/shadow.png);
    background-color: #FFF;
    padding-bottom: 12px;
    border-radius: 60px;
    margin-bottom: -5px;
  }

  .ls-button {
    background-size: 100%;
  }

  .page-title {
    padding: 28px 30px 19px;
  }

  .book {
    padding: 20px 19px 0px;
    font-size: 30px;
    line-height: 31px;
    text-align: center;
  }

  .book span {
    display: none;
  }

  .content ul.blue-list li {
    background-position: top left;
  }

  .content ul.list-2 {
    padding-left: 0px;
    margin-top: -10px;
  }

  .navwrap {
    width: 100%;
    height: 76px;
    margin-top: 25px;
  }

  .navwrap .nav li a {
    font-size: 20px;
    padding: 12px 21px 7px;
  }

  #logo {
    width: 136px;
    height: 110px;
  }

  .social {
    left: 254px;
    top: 34px;
  }

  .social li {
    margin: 0px 3px;
  }

  .social li a {
    width: 51px;
    height: 51px;
    background-size: 154px;
  }

  .social li a.fb:hover {
    background-position: 0px -50px;
  }

  .social li a.tw {
    background-position: -52px 0px;
  }

  .social li a.tw:hover {
    background-position: -52px -50px;
  }

  .social li a.li {
    background-position: -103px 0px;
  }

  .social li a.li:hover {
    background-position: -103px -50px;
  }

  .call {
    font-size: 27px;
    top: 24px;
  }

  .call span {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .pillars .pillar {
    height: 132px;
    width: 93%;
    left: 9px;
  }

  .pillars .pillar h3 {
    font-size: 22px;
  }

  .pillars .pillar-1 {
    background-position: 82px -65px;
    background-size: 90%;
  }

  .pillars .pillar-1 h3 {
    background-size: 100%;
    width: 187px;
    padding-top: 97px;
  }

  .pillars a:hover .pillar-1 {
    background-position: 82px -80px;
  }

  .pillars .pillar-2 {
    background-position: 43px -5px;
    background-size: 90%;
  }

  .pillars .pillar-2 h3 {
    background-size: 100%;
    width: 217px;
    padding-top: 97px;
  }

  .pillars a:hover .pillar-2 {
    background-position: 43px -15px;
  }

  .pillars .pillar-3 {
    background-position: 102px 0px;
    background-size: 70%;
  }

  .pillars .pillar-3 h3 {
    background-size: 100%;
    width: 225px;
    padding-top: 101px;
  }

  .pillars a:hover .pillar-3 {
    background-position: 102px -9px;
  }

  .pillars a:hover .pillar-3 h3 {
    padding-left: 86px;
  }
}

@media screen and (min-width: 768px) {
  .mobmenu, .mobcall {
    display: none;
  }

  .navwrap ul {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {

  .cform2k22 fieldset .mb-3,
  .ccm-page-id-245 .cform2k22 fieldset .mb-3,
  .ccm-page-id-245 .cform2k22 fieldset .mb-3:last-of-type {
    grid-column: span 4;
  }

  .book {
    width: 330px;
    margin: 0px auto 25px;
    padding-left: 110px;
    text-align: right;
    font-size: 34px;
    line-height: 34px;
  }

  body.blank .content form {
    padding-left: 0px;
  }

  body.blank .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.blank p:not(#logo) {
    text-align: center;
    padding: 15px 0px 20px;
    font-size: 14px;
    margin-bottom: 12px;
  }

  .inner .content .primary {
    min-height: 100px;
  }

  .inline-img-l, .inline-img-r {
    width: 130px;
    height: auto;
  }

  .book span {
    display: block;
  }

  .wrapper {
    border-radius: 15px;
    -o-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  }

  .page-title {
    border-radius: 15px 15px 0px 0px;
    -o-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    text-align: center;
    padding: 29px 0px 18px;
  }

  .pillars {
    height: auto;
    background-color: #FBFBFB;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pillars .pillar {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 10px auto;
  }

  .content .col-md-8 {
    padding-right: 15px;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #d7d7d7;
  }

  .content .col-md-4 {
    padding-top: 20px;
  }

  .social, .call {
    display: none;
  }

  .mobmenu, .mobcall {
    display: block;
    position: absolute;
    text-indent: -999em;
    color: #FFF;
    background-color: #0fa2db;
    border-radius: 7px;
    box-shadow: 0px 0px 4px #FFF inset;
    width: 52px;
    height: 51px;
    border: 1px solid #003144;
  }

  .mobmenu:hover, .mobcall:hover, .mobmenu:focus, .mobcall:focus {
    color: #FFF !important;
  }

  .mobmenu {
    right: 85px;
    top: 23px;
  }

  .mobmenu i {
    position: absolute;
    top: 2px;
    text-indent: 0px;
    right: 3px;
    font-size: 32px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  }

  .mobcall {
    right: 25px;
    top: 23px;
  }

  .ls-inner {
    border-radius: 30px;
    overflow: hidden;
  }

  .mobcall i {
    position: absolute;
    top: 4px;
    text-indent: 0px;
    right: 3px;
    font-size: 32px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  }

  .header {
    height: 100px;
    background: #FFF;
    margin-bottom: 30px;
    position: fixed;
    top: 0px;
    z-index: 99;
    left: 0px;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #d7d7d7;
  }

  .content .sidebar a.button.green {
    float: none;
    margin: 27px auto 0px;
  }

  .wrapper {
    margin-top: 130px;
  }

  #logo {
    width: 106px;
    height: 73px;
  }

  .navwrap {
    width: 100%;
    position: fixed;
    top: 90px;
    left: 0px;
    background: #0fa2db;
    text-align: center;
    height: auto;
    z-index: 99;
    margin-top: 0px;
  }

  .navwrap ul {
    padding-left: 0px !important;
    display: none;
  }

  .navwrap ul li {
    float: none;
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .navwrap ul li a {
    border-radius: 0px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 0px !important;
  }

  .navwrap ul li:first-child a {
    border-top: none !important;
  }

  .navwrap ul li:last-child a {
    border-bottom: none !important;
  }

  .slide blockquote {
    font-size: 15px;
    padding: 2px 10px;
  }

  .content form .field-text, .content form .field-email, .content form .field-telephone, .content form .field-select, .content form .field-textarea textarea {
    float: none;
    width: 100%;
    margin-right: 0px;
  }

  .cform2k22 .form-actions button {
    margin-right: 0px;
  }

  .sidebar .blue-list {
    width: 313px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 500px) {
  .slide h3 {
    font-size: 14px;
    padding: 9px 6px 10px;
    text-align: right;
  }

  .slide .slidecontent {
    overflow-x: hidden;
  }

  .slide h3 span {
    margin-right: 3px;
    float: left;
  }

  #training-wrap h2, #member-wrap h2, #cred-wrap h2 {
    padding: 10px 0px 10px 0px;
    font-size: 16px;
  }

  #training-wrap h2 span, #member-wrap h2 span, #cred-wrap h2 span {
    margin: 0px 2px 0px 0px;
  }

  .ls-nav-prev, .ls-nav-next, .ls-bottom-nav-wrapper {
    display: none !important;
  }
}

@media screen and (max-width: 420px) {
  .pillars .pillar {
    height: 122px;
    width: 212px;
    left: 0px;
  }

  .pillars .pillar h3 {
    font-size: 22px;
  }

  .pillars .pillar-1 {
    background-position: 82px -65px;
    background-size: 90%;
  }

  .pillars .pillar-1 h3 {
    background-size: 100%;
    width: 187px;
    padding-top: 97px;
  }

  .pillars a:hover .pillar-1 {
    background-position: 82px -80px;
  }

  .pillars .pillar-2 {
    background-position: 43px -5px;
    background-size: 90%;
  }

  .pillars .pillar-2 h3 {
    background-size: 100%;
    width: 217px;
    padding-top: 97px;
  }

  .pillars a:hover .pillar-2 {
    background-position: 43px -15px;
  }

  .pillars .pillar-3 {
    background-position: 102px 0px;
    background-size: 70%;
  }

  .pillars .pillar-3 h3 {
    background-size: 100%;
    width: 225px;
    padding-top: 101px;
  }

  .pillars a:hover .pillar-3 {
    background-position: 102px -9px;
  }

  .pillars a:hover .pillar-3 h3 {
    padding-left: 86px;
  }

  #logo {
    width: 91px;
    height: 68px;
    left: 16px;
  }

  .mobmenu {
    right: 72px;
    top: 10px;
  }

  .mobcall {
    right: 13px;
    top: 10px;
  }

  .header {
    height: 74px;
  }

  .book {
    padding: 20px 59px 0px !important;
    font-size: 30px;
    line-height: 31px;
    text-align: center;
  }

  .book span {
    display: none;
  }

  .sidebar .blue-list {
    width: 291px;
  }
}

@media screen and (max-width: 390px) {
  .book {
    width: 100%;
    padding: 20px 50px 0px !important;
  }

  .inline-img-l, .inline-img-r {
    width: 190px;
    height: auto;
    float: none;
    display: block;
    margin: 0px auto 10px;
  }
}

@media screen and (max-width: 335px) {
  .sidebar .blue-list {
    width: 220px;
  }

  .sidebar .blue-list li {
    font-size: 13px !important;
    min-height: 25px;
  }
}

@media screen and (max-width: 320px) {
  .book {
    width: 100%;
    padding: 16px 30px 0px !important;
    font-size: 22px;
    height: 80px;
    line-height: 24px;
    background-position: -5px -20px;
  }
}

#fancybox-frame .goback {
  display: none !important;
}

.goback {
  display: block !important;
  width: 100%;
  background-color: #0fa3dc;
}

.bookhome {
  display: block;
  height: 150px;
}

@media screen and (max-width: 767px) {
  .goback {
    width: 100%;
    background-color: #0fa3dc;
    display: none !important;
  }

  .goback p {
    margin: 0px !important;
    padding: 10px !important;
    color: #FFF;
    text-align: left !important;
    display: block;
    border-bottom: none !important;
  }

  .goback p a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 11px;
    border-radius: 6px;
    border: 2px solid #FFF;
    padding: 4px 15px;
    float: right;
    position: relative;
    top: -3px;
    background-color: transparent;
    transition: all 0.2s;
  }

  .goback p a:hover {
    background-color: #FFF;
    transition: all 0.2s;
    color: #0fa3dc;
  }
}

@media screen and (max-width: 630px) {
  .cinfo {
    padding: 10px 20px;
    margin: 25px 0 20px;
    border: 1px solid #CCC;
    border-radius: 30px;
    background: #FAFAFA;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.125);
    width: 100%;
  }

  .cinfo p {
    display: block;
    float: none;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }

  .cinfo em {
    font-style: normal;
    text-align: left;
    display: block;
    background-color: #0ea5de;
    margin-bottom: 4px;
    border-radius: 30px;
    padding: 5px;
    margin-right: 0px;
    color: #FFF;
  }

  .cinfo em strong {
    color: #FFF;
  }

  .cinfo .clear {
    overflow: hidden;
    text-indent: -9999em;
    height: 1px;
  }

  .banner {
    background-repeat: no-repeat;
    background-size: 88%;
    background-position: bottom center;
    background-image: url(img/shadow.png);
    background-color: #FFF;
    padding-bottom: 10px;
    border-radius: 60px;
    margin-bottom: -5px;
  }
}

@media screen and (max-width: 550px) {
  .banner {
    background-repeat: no-repeat;
    background-size: 88%;
    background-position: bottom center;
    background-image: url(img/shadow.png);
    background-color: #FFF;
    padding-bottom: 10px;
    border-radius: 60px;
    margin-bottom: -5px;
  }
}

@media (max-width: 480px) {
  .page-title h1 {
    font-size: 25px;
  }

  .page-title.row {
    padding: 17px 0px 10px;
  }

  #logo {
    top: 5px;
  }

  .wrapper {
    margin-top: 80px;
  }

  .navwrap {
    top: 71px;
  }
}

.svclist span em {
  display: none;
}

* {
  font-family: 'Roboto';
  box-sizing: border-box;
}

.svclists {
  position: relative;
}

.svclist {
  left: 0%;
}

.svclist:nth-child(2n), .svclist.active:nth-child(2n) {
  left: 33%;
}

.svclist:nth-child(3n) {
  left: 66%;
}

.svclist.active:nth-child(3n) {
  left: 50%;
}

.svclist:nth-child(1n+4) {
  top: 160px;
}

.svclist:nth-child(1n+7) {
  top: 320px;
}

.svclist:nth-child(1n+10) {
  top: 480px;
}

.svclist {
  width: 30%;
  float: left;
  height: 140px;
  margin: 10px 10px;
  position: absolute;
}

.svclist a.trig {
  display: block;
  text-decoration: none !important;
  height: 140px;
  font-size: 17px;
  background: #fdcd75;
  background: -moz-linear-gradient(top, #fdcd75 0%, #fca438 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdcd75), color-stop(100%, #fca438));
  background: -webkit-linear-gradient(top, #fdcd75 0%, #fca438 100%);
  background: -o-linear-gradient(top, #fdcd75 0%, #fca438 100%);
  background: -ms-linear-gradient(top, #fdcd75 0%, #fca438 100%);
  background: linear-gradient(to bottom, #fdcd75 0%, #fca438 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdcd75', endColorstr='#fca438', GradientType=0);
  color: #442500 !important;
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0px;
  padding: 17px;
  text-align: center;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.svclist.active a.trig {
  height: 230px;
}

span.icon-plus {
  display: none;
}

.svclist a.trig:hover {
  color: #442500 !important;
}

@keyframes hvr {
  0% {
    transform: perspective(500px) rotateY(0deg);
    -webkit-transform: perspective(500px) rotateY(0deg);
  }

  25% {
    transform: perspective(500px) rotateY(-10deg);
    -webkit-transform: perspective(500px) rotateY(-10deg);
  }

  66% {
    transform: perspective(500px) rotateY(10deg);
    -webkit-transform: perspective(500px) rotateY(10deg);
  }

  100% {
    transform: perspective(500px) rotateY(0deg);
    -webkit-transform: perspective(500px) rotateY(0deg);
  }
}

@-webkit-keyframes hvr {
  0% {
    transform: perspective(500px) rotateY(0deg);
    -webkit-transform: perspective(500px) rotateY(0deg);
  }

  25% {
    transform: perspective(500px) rotateY(-10deg);
    -webkit-transform: perspective(500px) rotateY(-10deg);
  }

  66% {
    transform: perspective(500px) rotateY(10deg);
    -webkit-transform: perspective(500px) rotateY(10deg);
  }

  100% {
    transform: perspective(500px) rotateY(0deg);
    -webkit-transform: perspective(500px) rotateY(0deg);
  }
}

.svclist {
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.svclist a:hover {
  -webkit-animation-name: hvr;
  animation-name: hvr;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@keyframes act {
  0% {
    transform: perspective(500px) rotateY(0deg) scale(1);
    -webkit-transform: perspective(500px) rotateY(0deg) scale(1);
  }

  33% {
    transform: perspective(500px) rotateY(90deg) scale(1.15);
    -webkit-transform: perspective(500px) rotateY(90deg) scale(1.15);
  }

  66% {
    transform: perspective(500px) rotateY(189deg) scale(1.35);
    -webkit-transform: perspective(500px) rotateY(189deg) scale(1.35);
  }

  100% {
    transform: perspective(500px) rotateY(270deg) scale(1.5);
    -webkit-transform: perspective(500px) rotateY(270deg) scale(1.5);
  }
}

@-webkit-keyframes act {
  0% {
    transform: perspective(500px) rotateY(0deg) scale(1);
    -webkit-transform: perspective(500px) rotateY(0deg) scale(1);
  }

  33% {
    transform: perspective(500px) rotateY(90deg) scale(1.15);
    -webkit-transform: perspective(500px) rotateY(90deg) scale(1.15);
  }

  66% {
    transform: perspective(500px) rotateY(189deg) scale(1.35);
    -webkit-transform: perspective(500px) rotateY(189deg) scale(1.35);
  }

  100% {
    transform: perspective(500px) rotateY(270deg) scale(1.5);
    -webkit-transform: perspective(500px) rotateY(270deg) scale(1.5);
  }
}

.svclist.active {
  transition: all 500ms;
  -webkit-transition: all 500ms;
  z-index: 99;
  left: 20%;
  top: 0px;
  height: 230px;
  margin-top: 20px;
  -webkit-animation-name: act;
  animation-name: act;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.svclist.active.flipped {
  border: 10px solid #ddd;
}

.svclist.active.flipped {
  margin-top: 0px;
}

.svclist-content {
  display: none;
}

.svclist.flipped .svclist-content {
  display: block;
}

.svclist.flipped {
  transform: perspective(500px) rotateY(359deg) scale(1);
  -webkit-transform: perspective(500px) rotateY(359deg) scale(1);
}

.svclist.complete {
  transform: perspective(500px) rotateY(360deg) scale(1);
  -webkit-transform: perspective(500px) rotateY(360deg) scale(1);
}

.svclist.flipped a.trig {
  display: none;
}

.svclist.flipped {
  width: 85%;
  left: 7.5% !important;
  padding: 10px 20px;
  height: 500px;
  background-color: #fff;
}

.svclist-content {
  opacity: 0;
  -webkit-opacity: 0;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}

.complete .svclist-content {
  opacity: 1;
  -webkit-opacity: 1;
}

.svclists.disable .svclist {
  opacity: 0.7;
  -webkit-opacity: 0.7;
}

.svclists.disable .svclist.active, .svclists.disable .svclist:hover {
  opacity: 1;
  -webkit-opacity: 1;
}

a.closeSvc.sm {
  background: #fdcd75;
  background: -moz-linear-gradient(top, #fdcd75 0%, #fca438 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdcd75), color-stop(100%, #fca438));
  background: -webkit-linear-gradient(top, #fdcd75 0%, #fca438 100%);
  background: -o-linear-gradient(top, #fdcd75 0%, #fca438 100%);
  background: -ms-linear-gradient(top, #fdcd75 0%, #fca438 100%);
  background: linear-gradient(to bottom, #fdcd75 0%, #fca438 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdcd75', endColorstr='#fca438', GradientType=0);
  display: block;
  float: right;
  border-radius: 50%;
  padding: 3px 8px;
  color: #fff;
  font-weight: 900;
  width: 26px;
  height: 25px;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
  position: absolute;
  right: -34px;
  z-index: 999;
  top: -24px;
}

.svclist-content {
  position: relative;
}

.svclist {
  overflow: visible !important;
}

a.closeSvc.sm:hover {
  text-decoration: none;
  background: #f6bb4c;
  background: -moz-linear-gradient(top, #f6bb4c 0%, #f39119 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6bb4c), color-stop(100%, #f39119));
  background: -webkit-linear-gradient(top, #f6bb4c 0%, #f39119 100%);
  background: -o-linear-gradient(top, #f6bb4c 0%, #f39119 100%);
  background: -ms-linear-gradient(top, #f6bb4c 0%, #f39119 100%);
  background: linear-gradient(to bottom, #f6bb4c 0%, #f39119 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6bb4c', endColorstr='#f39119', GradientType=0);
  ;
}

a.closeSvc.md {
  background: #fdcd75;
  background: -moz-linear-gradient(top, #fdcd75 0%, #fca438 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdcd75), color-stop(100%, #fca438));
  background: -webkit-linear-gradient(top, #fdcd75 0%, #fca438 100%);
  background: -o-linear-gradient(top, #fdcd75 0%, #fca438 100%);
  background: -ms-linear-gradient(top, #fdcd75 0%, #fca438 100%);
  background: linear-gradient(to bottom, #fdcd75 0%, #fca438 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdcd75', endColorstr='#fca438', GradientType=0);
  display: block;
  margin: 0px auto;
  width: 150px;
  text-align: center;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
  padding: 10px 0px;
  border-radius: 2px
}

a.closeSvc.md:hover {
  text-decoration: none;
  background: #f6bb4c;
  background: -moz-linear-gradient(top, #f6bb4c 0%, #f39119 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6bb4c), color-stop(100%, #f39119));
  background: -webkit-linear-gradient(top, #f6bb4c 0%, #f39119 100%);
  background: -o-linear-gradient(top, #f6bb4c 0%, #f39119 100%);
  background: -ms-linear-gradient(top, #f6bb4c 0%, #f39119 100%);
  background: linear-gradient(to bottom, #f6bb4c 0%, #f39119 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6bb4c', endColorstr='#f39119', GradientType=0);
  ;
}

div#ajaxloader {
  width: 100%;
  height: 653px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 9;
  opacity: 1;
  display: block;
}

#ajaxloader img {
  width: 128px;
  height: 128px;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  opacity: 1;
  margin-left: -64px;
  margin-top: -64px;
}

.trig h3 {
  transform: scale(0.01);
  -webkit-transform: scale(0.01);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.trig h3.in {
  transform: scale(1);
  -webkit-transform: scale(1);
}

@media screen and (max-width: 767px) {
  .svclists {
    height: 356px;
    margin: 0px -15px 0px -23px;
  }

  .svclist a.trig {
    padding: 0px 5px;
    height: 74px;
  }

  .svclist a.trig h3 {
    font-family: 'Roboto';
    font-size: 11px;
  }

  .svclist {
    height: 80px;
    z-index: 4;
  }

  .svclist:nth-child(1n+4) {
    top: 90px;
  }

  .svclist:nth-child(1n+7) {
    top: 180px;
  }

  .svclist:nth-child(1n+10) {
    top: 270px;
  }

  .svclist.active {
    top: 0px;
  }

  .svclist.flipped {
    width: 90%;
    left: 3% !important;
  }

  .svclist.active.flipped {
    border: 5px solid #ddd;
    padding: 6px 11px;
    z-index: 999999;
  }

  a.closeSvc.sm {
    right: -23px;
    top: -17px;
  }

  div#ajaxloader {
    height: 360px;
  }
}

.ls-slide, .ls-slide .ls-bg, .ls-inner {
  border-radius: 30px !important;
  overflow: hidden !important;
}

.social li a.ig {
  background-position-x: 58px;
}

.social li a.ig:hover {
  background-position-y: 56px;
}

.book-a-consultation {
  display: none;
  max-width: 767px;
  width: 90%;
  margin: 50px 0 0;
  background-color: #FFF;
  padding: 40px;
}

.book-a-consultation .closeThis {
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
}

.cform2k22 fieldset {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.cform2k22 fieldset .mb-3,
.ccm-page-id-245 .cform2k22 fieldset .mb-3:last-of-type {
  grid-column: span 4;
}

.ccm-page-id-245 .cform2k22 fieldset .mb-3 {
  grid-column: span 2;
}

.cform2k22 fieldset .mb-3 input,
.cform2k22 fieldset .mb-3 select,
.cform2k22 fieldset .mb-3 textarea {
  width: 100%;
  transition: all .2s;
  border: 1px solid #d1d1d1;
  padding: 7px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cform2k22 fieldset .mb-3 input,
.cform2k22 fieldset .mb-3 select {
  border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.cform2k22 fieldset .mb-3 textarea {
  resize: none;
  height: 80px;
  border-radius: 7px;
  -o-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.cform2k22 fieldset .mb-3 label {
  color: #0ea5de;
}

.cform2k22 fieldset .mb-3 .text-muted.small {
  font-size: 0px;
}

.cform2k22 fieldset .mb-3 .text-muted.small:after {
  content: '*';
  font-size: 15px;
  color: red;
}

.cform2k22 fieldset .mb-3 input:focus,
.cform2k22 fieldset .mb-3 textarea:focus,
.cform2k22 fieldset .mb-3 select:focus {
  outline: 0;
  border: 1px solid #0ea5de;
  transition: all .2s;
}