@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: middle;
}
input[type="text"], input[type="file"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button, .hbspt-form form .hs-button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #707070;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.part {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.desktop_hide {
  display: none;
}
.mobile_hide {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 16px;
  clear: both;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
}
div.wpcf7 .ajax-loader {
  display: none;
}
.error404 .content {
  text-align: center;
}
.error404 .content h1 {
  font-size: 3.4375rem;
  line-height: 1.2;
  padding-bottom: 40px;
  font-weight: 400;
}
.error404 .content h1 span {
  font-size: 5rem;
  line-height: 1.2;
  color: #39589f;
  font-weight: 700;
}
.error404 .content p {
  font-size: 1.125rem;
}
#menuOpen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #222;
  height: 50px;
  display: none;
  z-index: 100;
}
#menuOpen.opened span:before, #menuOpen.opened span:after {
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#menuOpen.opened span:before {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  -moz-transform: rotate(-45deg) translate(-7px, 7px);
  -ms-transform: rotate(-45deg) translate(-7px, 7px);
  -o-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}
#menuOpen.opened span:after {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -o-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
#menuOpen p {
  margin-left: 3%;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 50px;
  padding-bottom: 0;
}
#menuOpen span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 3%;
  width: 27px;
  height: 27px;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen span:before, #menuOpen span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen span:after {
  content: "";
  position: absolute;
  top: 7px;
  height: 4px;
  -webkit-box-shadow: 0 4px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff;
  -ms-box-shadow: 0 4px 0 0 #fff;
  -o-box-shadow: 0 4px 0 0 #fff;
  box-shadow: 0 4px 0 0 #fff;
}
html {
  font: 400 16px/1.5714 "Roboto", sans-serif;
}
body {
  color: #000;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
#main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
.container {
  margin: 0 auto;
  width: 1180px;
  max-width: 94%;
  position: relative;
}
.container.row_1850 {
  width: 1850px;
}
.container.row_1500 {
  width: 1500px;
}
.container.row_910 {
  width: 910px;
}
.container.row_740 {
  width: 740px;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.alstart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.alend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
input[type="text"], input[type="file"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 65px;
  width: 100%;
  border: 1px solid transparent;
  background: #fff;
  padding: 0 1.875rem;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: #000;
}
input[type="text"]:focus, input[type="file"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #39589f;
}
input[type="text"]::-webkit-input-placeholder, input[type="file"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #32495b;
}
input[type="text"]::-moz-placeholder, input[type="file"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #32495b;
}
input[type="text"]:-ms-input-placeholder, input[type="file"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #32495b;
}
input[type="file"] {
  position: relative;
  line-height: 65px;
  padding: 20px 30px 20px 20px;
}
input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
  width: 0;
  background-color: red;
  border: none;
}
input[type="file"]::after {
  content: "+";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 25px;
  font-size: 2.5rem;
  font-weight: 900;
  color: #81cf09;
}
textarea {
  resize: none;
  height: 130px;
  padding: 12px 1.25rem;
}
.button, .hbspt-form form .hs-button, .submit {
  display: inline-block;
  line-height: 4rem;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  background: #81cf09;
  color: #fff;
  font-family: "Roboto";
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.button:hover, .hbspt-form form .hs-button:hover, .submit:hover {
  background: #39589f;
  text-decoration: none;
}
.button.btn_blue, .hbspt-form form .btn_blue.hs-button, .submit.btn_blue {
  background: #39589f;
  line-height: 28px;
  border-radius: 4px;
  font-weight: 300;
  font-size: 12px;
}
.button.btn_blue:hover, .hbspt-form form .btn_blue.hs-button:hover, .submit.btn_blue:hover {
  background: #81cf09;
}
@font-face {
  font-family: "fontawesome-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "fontawesome-brands";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "fontawesome-solid";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/lato/Lato-Black.eot");
  src: url("../fonts/lato/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Black.woff") format("woff"), url("../fonts/lato/Lato-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/lato/Lato-Regular.eot");
  src: url("../fonts/lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Regular.woff") format("woff"), url("../fonts/lato/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/raleway/Raleway-Bold.eot");
  src: url("../fonts/raleway/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-Bold.woff") format("woff"), url("../fonts/raleway/Raleway-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/raleway/Raleway-Regular.eot");
  src: url("../fonts/raleway/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-Regular.woff") format("woff"), url("../fonts/raleway/Raleway-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/roboto/Roboto-Black.eot");
  src: url("../fonts/roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Black.woff") format("woff"), url("../fonts/roboto/Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/roboto/Roboto-Bold.eot");
  src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/roboto/Roboto-Regular.eot");
  src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/roboto/Roboto-Italic.eot");
  src: url("../fonts/roboto/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Italic.woff") format("woff"), url("../fonts/roboto/Roboto-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/roboto/Roboto-Light.eot");
  src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Cambria";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/cambria/Cambria.eot");
  src: url("../fonts/cambria/Cambria.eot?#iefix") format("embedded-opentype"), url("../fonts/cambria/Cambria.woff") format("woff"), url("../fonts/cambria/Cambria.ttf") format("truetype");
}
.fa, .fas, .far, .fal, .fab {
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fab {
  font-family: "fontawesome-brands";
}
.far {
  font-family: "fontawesome-regular";
}
.fa, .fas {
  font-family: "fontawesome-solid";
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}
.fa-accessible-icon:before {
  content: "";
}
.fa-accusoft:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-card:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-adversal:before {
  content: "";
}
.fa-affiliatetheme:before {
  content: "";
}
.fa-algolia:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-amazon-pay:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-amilia:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angrycreative:before {
  content: "";
}
.fa-angular:before {
  content: "";
}
.fa-app-store:before {
  content: "";
}
.fa-app-store-ios:before {
  content: "";
}
.fa-apper:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-apple-pay:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-arrow-alt-circle-down:before {
  content: "";
}
.fa-arrow-alt-circle-left:before {
  content: "";
}
.fa-arrow-alt-circle-right:before {
  content: "";
}
.fa-arrow-alt-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-arrows-alt-h:before {
  content: "";
}
.fa-arrows-alt-v:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-asymmetrik:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-audible:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-autoprefixer:before {
  content: "";
}
.fa-avianex:before {
  content: "";
}
.fa-aviato:before {
  content: "";
}
.fa-aws:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-bars:before {
  content: "";
}
.fa-baseball-ball:before {
  content: "";
}
.fa-basketball-ball:before {
  content: "";
}
.fa-bath:before {
  content: "";
}
.fa-battery-empty:before {
  content: "";
}
.fa-battery-full:before {
  content: "";
}
.fa-battery-half:before {
  content: "";
}
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-three-quarters:before {
  content: "";
}
.fa-bed:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bimobject:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitcoin:before {
  content: "";
}
.fa-bity:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-blackberry:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-blogger:before {
  content: "";
}
.fa-blogger-b:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-bolt:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-bowling-ball:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-btc:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-buromobelexperte:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-calendar-alt:before {
  content: "";
}
.fa-calendar-check:before {
  content: "";
}
.fa-calendar-minus:before {
  content: "";
}
.fa-calendar-plus:before {
  content: "";
}
.fa-calendar-times:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-car:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-caret-square-down:before {
  content: "";
}
.fa-caret-square-left:before {
  content: "";
}
.fa-caret-square-right:before {
  content: "";
}
.fa-caret-square-up:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cc-amazon-pay:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-apple-pay:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-centercode:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-chart-area:before {
  content: "";
}
.fa-chart-bar:before {
  content: "";
}
.fa-chart-line:before {
  content: "";
}
.fa-chart-pie:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-chess:before {
  content: "";
}
.fa-chess-bishop:before {
  content: "";
}
.fa-chess-board:before {
  content: "";
}
.fa-chess-king:before {
  content: "";
}
.fa-chess-knight:before {
  content: "";
}
.fa-chess-pawn:before {
  content: "";
}
.fa-chess-queen:before {
  content: "";
}
.fa-chess-rook:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-circle-notch:before {
  content: "";
}
.fa-clipboard:before {
  content: "";
}
.fa-clock:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-closed-captioning:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-cloud-download-alt:before {
  content: "";
}
.fa-cloud-upload-alt:before {
  content: "";
}
.fa-cloudscale:before {
  content: "";
}
.fa-cloudsmith:before {
  content: "";
}
.fa-cloudversify:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-code-branch:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cog:before {
  content: "";
}
.fa-cogs:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-comment-alt:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-copy:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-cpanel:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-css3-alt:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-cut:before {
  content: "";
}
.fa-cuttlefish:before {
  content: "";
}
.fa-d-and-d:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-deaf:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-deploydog:before {
  content: "";
}
.fa-deskpro:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-digital-ocean:before {
  content: "";
}
.fa-discord:before {
  content: "";
}
.fa-discourse:before {
  content: "";
}
.fa-dochub:before {
  content: "";
}
.fa-docker:before {
  content: "";
}
.fa-dollar-sign:before {
  content: "";
}
.fa-dot-circle:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-draft2digital:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-dribbble-square:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-dyalog:before {
  content: "";
}
.fa-earlybirds:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-edit:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-elementor:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-ember:before {
  content: "";
}
.fa-empire:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-erlang:before {
  content: "";
}
.fa-ethereum:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-euro-sign:before {
  content: "";
}
.fa-exchange-alt:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-exclamation-triangle:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-expand-arrows-alt:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-external-link-alt:before {
  content: "";
}
.fa-external-link-square-alt:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-dropper:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-facebook:before {
  content: "";
}
.fa-facebook-f:before {
  content: "";
}
.fa-facebook-messenger:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-alt:before {
  content: "";
}
.fa-file-archive:before {
  content: "";
}
.fa-file-audio:before {
  content: "";
}
.fa-file-code:before {
  content: "";
}
.fa-file-excel:before {
  content: "";
}
.fa-file-image:before {
  content: "";
}
.fa-file-pdf:before {
  content: "";
}
.fa-file-powerpoint:before {
  content: "";
}
.fa-file-video:before {
  content: "";
}
.fa-file-word:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-firstdraft:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-flipboard:before {
  content: "";
}
.fa-fly:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-font-awesome:before {
  content: "";
}
.fa-font-awesome-alt:before {
  content: "";
}
.fa-font-awesome-flag:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-fonticons-fi:before {
  content: "";
}
.fa-football-ball:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-fort-awesome-alt:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-freebsd:before {
  content: "";
}
.fa-frown:before {
  content: "";
}
.fa-futbol:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-gavel:before {
  content: "";
}
.fa-gem:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-gitkraken:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-gitter:before {
  content: "";
}
.fa-glass-martini:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-gofore:before {
  content: "";
}
.fa-golf-ball:before {
  content: "";
}
.fa-goodreads:before {
  content: "";
}
.fa-goodreads-g:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-google-drive:before {
  content: "";
}
.fa-google-play:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-google-plus-g:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-graduation-cap:before {
  content: "";
}
.fa-gratipay:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-gripfire:before {
  content: "";
}
.fa-grunt:before {
  content: "";
}
.fa-gulp:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-hacker-news:before {
  content: "";
}
.fa-hacker-news-square:before {
  content: "";
}
.fa-hand-lizard:before {
  content: "";
}
.fa-hand-paper:before {
  content: "";
}
.fa-hand-peace:before {
  content: "";
}
.fa-hand-point-down:before {
  content: "";
}
.fa-hand-point-left:before {
  content: "";
}
.fa-hand-point-right:before {
  content: "";
}
.fa-hand-point-up:before {
  content: "";
}
.fa-hand-pointer:before {
  content: "";
}
.fa-hand-rock:before {
  content: "";
}
.fa-hand-scissors:before {
  content: "";
}
.fa-hand-spock:before {
  content: "";
}
.fa-handshake:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-hdd:before {
  content: "";
}
.fa-heading:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-hips:before {
  content: "";
}
.fa-hire-a-helper:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-hockey-puck:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-hooli:before {
  content: "";
}
.fa-hospital:before {
  content: "";
}
.fa-hotjar:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-start:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-hubspot:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-id-card:before {
  content: "";
}
.fa-image:before {
  content: "";
}
.fa-images:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-itunes:before {
  content: "";
}
.fa-itunes-note:before {
  content: "";
}
.fa-jenkins:before {
  content: "";
}
.fa-joget:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-js:before {
  content: "";
}
.fa-js-square:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-keyboard:before {
  content: "";
}
.fa-keycdn:before {
  content: "";
}
.fa-kickstarter:before {
  content: "";
}
.fa-kickstarter-k:before {
  content: "";
}
.fa-korvue:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-laravel:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-lemon:before {
  content: "";
}
.fa-less:before {
  content: "";
}
.fa-level-down-alt:before {
  content: "";
}
.fa-level-up-alt:before {
  content: "";
}
.fa-life-ring:before {
  content: "";
}
.fa-lightbulb:before {
  content: "";
}
.fa-line:before {
  content: "";
}
.fa-link:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-linkedin-in:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-lira-sign:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-lock-open:before {
  content: "";
}
.fa-long-arrow-alt-down:before {
  content: "";
}
.fa-long-arrow-alt-left:before {
  content: "";
}
.fa-long-arrow-alt-right:before {
  content: "";
}
.fa-long-arrow-alt-up:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-lyft:before {
  content: "";
}
.fa-magento:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-map-marker-alt:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-medapps:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-medium-m:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-medrt:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.fa-meh:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-microsoft:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-mix:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-mizuni:before {
  content: "";
}
.fa-mobile:before {
  content: "";
}
.fa-mobile-alt:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-monero:before {
  content: "";
}
.fa-money-bill-alt:before {
  content: "";
}
.fa-moon:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-napster:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-newspaper:before {
  content: "";
}
.fa-nintendo-switch:before {
  content: "";
}
.fa-node:before {
  content: "";
}
.fa-node-js:before {
  content: "";
}
.fa-npm:before {
  content: "";
}
.fa-ns8:before {
  content: "";
}
.fa-nutritionix:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-osi:before {
  content: "";
}
.fa-outdent:before {
  content: "";
}
.fa-page4:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-palfed:before {
  content: "";
}
.fa-paper-plane:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-paste:before {
  content: "";
}
.fa-patreon:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-pen-square:before {
  content: "";
}
.fa-pencil-alt:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-periscope:before {
  content: "";
}
.fa-phabricator:before {
  content: "";
}
.fa-phoenix-framework:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-phone-volume:before {
  content: "";
}
.fa-php:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-playstation:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-pound-sign:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-pushed:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-python:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-quidditch:before {
  content: "";
}
.fa-quinscape:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-react:before {
  content: "";
}
.fa-rebel:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-red-river:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-redo:before {
  content: "";
}
.fa-redo-alt:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-rendact:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-reply:before {
  content: "";
}
.fa-reply-all:before {
  content: "";
}
.fa-replyd:before {
  content: "";
}
.fa-resolving:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-rocketchat:before {
  content: "";
}
.fa-rockrms:before {
  content: "";
}
.fa-rss:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-ruble-sign:before {
  content: "";
}
.fa-rupee-sign:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-sass:before {
  content: "";
}
.fa-save:before {
  content: "";
}
.fa-schlix:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-searchengin:before {
  content: "";
}
.fa-sellcast:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-servicestack:before {
  content: "";
}
.fa-share:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-shekel-sign:before {
  content: "";
}
.fa-shield-alt:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-sign-in-alt:before {
  content: "";
}
.fa-sign-language:before {
  content: "";
}
.fa-sign-out-alt:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-sistrix:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-slack-hash:before {
  content: "";
}
.fa-sliders-h:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-smile:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-snowflake:before {
  content: "";
}
.fa-sort:before {
  content: "";
}
.fa-sort-alpha-down:before {
  content: "";
}
.fa-sort-alpha-up:before {
  content: "";
}
.fa-sort-amount-down:before {
  content: "";
}
.fa-sort-amount-up:before {
  content: "";
}
.fa-sort-down:before {
  content: "";
}
.fa-sort-numeric-down:before {
  content: "";
}
.fa-sort-numeric-up:before {
  content: "";
}
.fa-sort-up:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-speakap:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-square-full:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-staylinked:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-steam-symbol:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-sticker-mule:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stopwatch:before {
  content: "";
}
.fa-strava:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-stripe:before {
  content: "";
}
.fa-stripe-s:before {
  content: "";
}
.fa-studiovinari:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-sun:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-supple:before {
  content: "";
}
.fa-sync:before {
  content: "";
}
.fa-sync-alt:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-table-tennis:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-tablet-alt:before {
  content: "";
}
.fa-tachometer-alt:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-taxi:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-telegram-plane:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-thermometer-empty:before {
  content: "";
}
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbtack:before {
  content: "";
}
.fa-ticket-alt:before {
  content: "";
}
.fa-times:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-trash-alt:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-tv:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-typo3:before {
  content: "";
}
.fa-uber:before {
  content: "";
}
.fa-uikit:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-undo:before {
  content: "";
}
.fa-undo-alt:before {
  content: "";
}
.fa-uniregistry:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-university:before {
  content: "";
}
.fa-unlink:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-untappd:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-users:before {
  content: "";
}
.fa-ussunnah:before {
  content: "";
}
.fa-utensil-spoon:before {
  content: "";
}
.fa-utensils:before {
  content: "";
}
.fa-vaadin:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-viber:before {
  content: "";
}
.fa-video:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-vimeo-v:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-vnv:before {
  content: "";
}
.fa-volleyball-ball:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-vuejs:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-weixin:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-whatsapp-square:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-whmcs:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-window-close:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-won-sign:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-wordpress-simple:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-xbox:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-y-combinator:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-yandex:before {
  content: "";
}
.fa-yandex-international:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-yen-sign:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-cog:before {
  content: "";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.fa, .fas {
  font-family: "fontawesome-solid";
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
html {
  scroll-behavior: smooth;
}
[class*="col-"] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-preferred-size: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-preferred-size: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-preferred-size: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-preferred-size: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-preferred-size: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-preferred-size: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-preferred-size: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-preferred-size: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-preferred-size: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-preferred-size: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-preferred-size: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-preferred-size: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-preferred-size: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-preferred-size: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-preferred-size: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-preferred-size: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-preferred-size: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-preferred-size: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-preferred-size: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-preferred-size: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-preferred-size: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-preferred-size: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-preferred-size: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-preferred-size: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-preferred-size: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-preferred-size: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-preferred-size: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-preferred-size: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-preferred-size: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-preferred-size: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-preferred-size: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-preferred-size: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-preferred-size: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-preferred-size: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-preferred-size: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-preferred-size: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-preferred-size: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-preferred-size: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-preferred-size: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-preferred-size: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 1.2;
  font-family: "Lato";
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 20px;
  text-transform: uppercase;
}
h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.5px;
  line-height: 1.6;
}
p {
  padding-bottom: 20px;
  line-height: 1.7;
  font-size: 18px;
}
a {
  color: #39589f;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: underline;
}
header {
  position: relative;
  z-index: 100;
}
header .topPanel {
  background-color: #eef7ff;
  padding: 6px 0 7px;
}
header .topPanel .alc {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
header .topPanel .button, header .topPanel .hbspt-form form .hs-button, .hbspt-form form header .topPanel .hs-button {
  margin: 0 3px;
}
header .topPanel .phoneHeader {
  margin-left: 25px;
  color: #003056;
  font-weight: 900;
  font-size: 18px;
}
header .topPanel .phoneHeader span {
  padding-right: 20px;
}
header .topPanel .phoneHeader:hover {
  color: #39589f;
  text-decoration: none;
}
@media (max-width: 1024px) {
  header .searchform {
    display: none;
  }
}
header .searchBox {
  position: relative;
}
header .searchBox input {
  height: 40px;
}
header .iconSearch:before {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  color: #626262;
}
header .iconSearch:hover:before {
  color: #39589f;
}
header .searchPlaceholder {
  color: #42505d;
  font-weight: 700;
  vertical-align: top;
  font-size: 14px;
  margin: 0 6px 0 12px;
  text-transform: uppercase;
  cursor: pointer;
}
header .searchInput {
  display: none;
  position: absolute;
  width: 200px;
  opacity: 0;
  top: 50px;
  right: 0;
}
header .searchInput input {
  border: 1px solid #000;
  padding: 0 10px;
}
header .searchInput.active {
  display: block;
  opacity: 1;
  z-index: 9;
  position: absolute;
  top: -8px;
  left: 105px;
}
@media (max-width: 1440px) {
  header .custom-logo-link {
    -webkit-flex-basis: 150px;
    -moz-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
  }
}
@media screen and (min-width: 1025px) {
  #mainMenu > ul {
    font-size: 0;
  }
  #mainMenu > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 39px 0 41px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li > a {
    font-size: 14px;
    display: block;
    color: #42505d;
    font-weight: 700;
    margin: 0 27px 0 13px;
    text-transform: uppercase;
  }
  #mainMenu > ul > li.menu-item-has-children:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg) translate(-50%, -100%);
    -moz-transform: rotate(45deg) translate(-50%, -100%);
    -ms-transform: rotate(45deg) translate(-50%, -100%);
    -o-transform: rotate(45deg) translate(-50%, -100%);
    transform: rotate(45deg) translate(-50%, -100%);
    border-bottom: 2px solid #42505d;
    border-right: 2px solid #42505d;
    top: 50%;
    right: 12px;
  }
  #mainMenu > ul > li:hover, #mainMenu > ul > li.current-menu-item {
    background-color: #114f88;
  }
  #mainMenu > ul > li:hover a, #mainMenu > ul > li.current-menu-item a {
    text-decoration: none;
    color: #fff;
  }
  #mainMenu > ul > li:hover:after, #mainMenu > ul > li.current-menu-item:after {
    border-color: #fff;
  }
  #mainMenu > ul > li:hover > ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  #mainMenu > ul > li ul {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    width: 200px;
    position: absolute;
    left: 0;
    top: 100%;
    background: #114f88;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li ul li {
    position: relative;
  }
  #mainMenu > ul > li ul li a {
    display: block;
    padding: 7px 18px;
    color: #fff;
    font-size: 0.8125rem;
    text-decoration: none;
  }
  #mainMenu > ul > li ul li:hover > a, #mainMenu > ul > li ul li.current-menu-item > a {
    color: #39589f;
    background: #fff;
  }
  #mainMenu > ul > li ul li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #mainMenu > ul > li ul li ul {
    left: 200px;
    top: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1365px) {
  #mainMenu > ul > li > a {
    margin: 0 22px 0 3px !important;
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  #mainMenu > ul > li > a {
    font-size: 11px;
  }
}
.pageTitle {
  padding-bottom: 40px;
}
.pageTitle h2 {
  text-align: center;
  color: #003056;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 4px;
}
.pageTitle h2 span {
  display: inline-block;
  padding: 0 25px;
  position: relative;
}
.pageTitle h2 span:before, .pageTitle h2 span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #81cf09;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pageTitle h2 span:before {
  left: 0;
}
.pageTitle h2 span:after {
  right: 0;
}
.content {
  padding: 70px 0 80px;
}
.page_ID_1887 .contactBox {
  padding: 0;
}
header ~ * ul {
  padding-bottom: 10px;
}
header ~ * ul li {
  padding: 0 0 0 20px;
  position: relative;
  color: #32495b;
  font-weight: 300;
}
header ~ * ul li:before {
  content: "";
  background: #39589f;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.topBox {
  min-height: 485px;
  position: relative;
  text-align: center;
}
.topBox:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background: rgba(37, 37, 37, 0.15);
}
.topBox h1 {
  color: #fff;
  position: relative;
  padding-bottom: 0;
  font-weight: 900;
  font-family: "Lato";
}
.topBox .button, .topBox .hbspt-form form .hs-button, .hbspt-form form .topBox .hs-button {
  min-width: 225px;
  margin: 10px 4px 0;
}
.sliderHome .swiper-slide {
  background-position: 100% 0;
  min-height: 820px;
}
.sliderHome .info {
  padding: 30px 55px 60px 3%;
  background-color: rgba(80, 105, 201, 0.8);
  position: relative;
}
.sliderHome .info .text {
  width: 515px;
  max-width: 100%;
}
.sliderHome .info * {
  color: #fff;
}
.sliderHome .info p {
  font-size: 15px;
}
.sliderHome .info span {
  color: #5768ab;
  font-size: 30px;
  font-weight: 900;
}
.sliderHome .info span sup {
  color: #5768ab;
  font-size: 20px;
}
.sliderHome .info h1 {
  font-weight: 900;
}
.sliderHome .info .button, .sliderHome .info .hbspt-form form .hs-button, .hbspt-form form .sliderHome .info .hs-button {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 283px;
}
.breadcrumbs {
  background-color: #eef7ff;
  padding: 18px 0 17px;
  text-align: center;
}
.breadcrumbs .container > *, .breadcrumbs .container1800 > * {
  color: #39589f;
  font-weight: 700;
  margin: 0 26px;
}
.breadcrumbs .container a, .breadcrumbs .container1800 a {
  color: #32495b;
  text-decoration: none;
  position: relative;
}
.breadcrumbs .container a:before, .breadcrumbs .container1800 a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #32495b;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.breadcrumbs .container a:hover, .breadcrumbs .container1800 a:hover {
  text-decoration: none;
}
.breadcrumbs .container a:hover:before, .breadcrumbs .container1800 a:hover:before {
  width: 100%;
}
.breadcrumbs .container a span, .breadcrumbs .container1800 a span {
  font-weight: 300;
}
.interestedBox .titleInterested {
  border-top: 1px solid #ced1d4;
  padding: 40px 0;
  margin-bottom: 30px;
}
.interestedBox .secondTitle, .interestedBox .ourTeam .info h3, .ourTeam .info .interestedBox h3 {
  padding-bottom: 0;
}
.interestedBox h2 {
  font-weight: 900;
  padding-bottom: 0;
}
.interestedBox a {
  color: #5876e9;
}
.interestedBox ol {
  list-style: none;
  margin-bottom: 40px;
}
.interestedBox ol li {
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  padding-left: 10px;
  color: #5876e9;
}
.interestedBox ol li a {
  position: relative;
}
.interestedBox ol li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #5876e9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.interestedBox ol li a:hover {
  text-decoration: none;
}
.interestedBox ol li a:hover:before {
  width: 100%;
}
.interestedBox ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  background-color: #f4f7fa;
  padding: 30px 360px 30px 60px;
  margin-bottom: 50px;
  position: relative;
}
.interestedBox ul:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background-color: #ced1d4;
}
.interestedBox ul li {
  font-size: 18px;
  color: #5876e9;
}
.interestedBox ul li a {
  position: relative;
}
.interestedBox ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #5876e9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.interestedBox ul li a:hover {
  text-decoration: none;
}
.interestedBox ul li a:hover:before {
  width: 100%;
}
.interestedBox .interestedInfo p {
  font-size: 18px;
  padding-bottom: 30px;
}
.interestedBox .linksInterested {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
  margin-bottom: 30px;
}
.interestedBox .linksInterested > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
.interestedBox .linksInterested .item, .interestedBox .linksInterested .communitiesBox .loadBox, .communitiesBox .interestedBox .linksInterested .loadBox {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 30px;
}
.interestedBox .linksInterested .item img, .interestedBox .linksInterested .communitiesBox .loadBox img, .communitiesBox .interestedBox .linksInterested .loadBox img {
  margin: 0 auto;
}
.interestedBox .linksInterested .item p, .interestedBox .linksInterested .communitiesBox .loadBox p, .communitiesBox .interestedBox .linksInterested .loadBox p {
  font-size: 16px;
  line-height: 1.3;
  padding: 20px 0;
}
.interestedBox .linksInterested .item.brochure figure, .interestedBox .linksInterested .communitiesBox .brochure.loadBox figure, .communitiesBox .interestedBox .linksInterested .brochure.loadBox figure {
  min-height: 178px;
}
.interestedBox .linksInterested .item.brochure .info, .interestedBox .linksInterested .communitiesBox .brochure.loadBox .info, .communitiesBox .interestedBox .linksInterested .brochure.loadBox .info {
  background-color: #39589f;
  padding: 25px 30px;
}
.interestedBox .linksInterested .item.brochure .info h4, .interestedBox .linksInterested .communitiesBox .brochure.loadBox .info h4, .communitiesBox .interestedBox .linksInterested .brochure.loadBox .info h4, .interestedBox .linksInterested .item.brochure .info p, .interestedBox .linksInterested .communitiesBox .brochure.loadBox .info p, .communitiesBox .interestedBox .linksInterested .brochure.loadBox .info p {
  color: #fff;
}
.interestedBox .linksInterested .item.brochure .info h4, .interestedBox .linksInterested .communitiesBox .brochure.loadBox .info h4, .communitiesBox .interestedBox .linksInterested .brochure.loadBox .info h4 {
  font-weight: 900;
  padding-bottom: 5px;
  font-size: 16px;
}
.interestedBox .linksInterested .item.brochure .info p, .interestedBox .linksInterested .communitiesBox .brochure.loadBox .info p, .communitiesBox .interestedBox .linksInterested .brochure.loadBox .info p {
  font-size: 14px;
}
.interestedBox .linksInterested .item.brochure span, .interestedBox .linksInterested .communitiesBox .brochure.loadBox span, .communitiesBox .interestedBox .linksInterested .brochure.loadBox span {
  color: #81cf09;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.interestedBox .linksInterested .item.anesthesia, .interestedBox .linksInterested .communitiesBox .anesthesia.loadBox, .communitiesBox .interestedBox .linksInterested .anesthesia.loadBox {
  height: 415px;
  color: #fff;
  font-style: italic;
  padding: 80px 25px 30px;
}
.interestedBox .linksInterested .item.anesthesia p, .interestedBox .linksInterested .communitiesBox .anesthesia.loadBox p, .communitiesBox .interestedBox .linksInterested .anesthesia.loadBox p {
  font-size: 14px;
}
.interestedBox .linksInterested .item.optimized, .interestedBox .linksInterested .communitiesBox .optimized.loadBox, .communitiesBox .interestedBox .linksInterested .optimized.loadBox {
  background-color: #81cf09;
  color: #fff;
  text-align: center;
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.interestedBox .linksInterested .item.optimized .info, .interestedBox .linksInterested .communitiesBox .optimized.loadBox .info, .communitiesBox .interestedBox .linksInterested .optimized.loadBox .info {
  display: block;
}
.interestedBox .linksInterested .item.optimized .info h4, .interestedBox .linksInterested .communitiesBox .optimized.loadBox .info h4, .communitiesBox .interestedBox .linksInterested .optimized.loadBox .info h4 {
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}
.interestedBox .linksInterested .item.optimized .info .button, .interestedBox .linksInterested .communitiesBox .optimized.loadBox .info .button, .communitiesBox .interestedBox .linksInterested .optimized.loadBox .info .button, .interestedBox .linksInterested .item.optimized .info .hbspt-form form .hs-button, .hbspt-form form .interestedBox .linksInterested .item.optimized .info .hs-button, .interestedBox .linksInterested .communitiesBox .optimized.loadBox .info .hbspt-form form .hs-button, .hbspt-form form .interestedBox .linksInterested .communitiesBox .optimized.loadBox .info .hs-button {
  background-color: #fff;
  color: #81cf09;
  line-height: 34px;
  margin-bottom: 15px;
  font-weight: 400;
}
.interestedBox .linksInterested .item.optimized .info p, .interestedBox .linksInterested .communitiesBox .optimized.loadBox .info p, .communitiesBox .interestedBox .linksInterested .optimized.loadBox .info p {
  padding-bottom: 0;
}
.interestedBox .linksInterested .item:hover, .interestedBox .linksInterested .communitiesBox .loadBox:hover, .communitiesBox .interestedBox .linksInterested .loadBox:hover {
  opacity: 0.8;
}
.interestedBox .buttonWrap {
  text-align: center;
  padding-bottom: 45px;
}
.interestedBox .buttonWrap .button, .interestedBox .buttonWrap .hbspt-form form .hs-button, .hbspt-form form .interestedBox .buttonWrap .hs-button {
  color: #fff;
  min-width: 230px;
}
.contactNow {
  background-color: #0053a0;
  padding: 40px 0;
  text-align: center;
}
.contactNow a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 20px;
  position: relative;
}
.contactNow a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contactNow a:hover {
  text-decoration: none;
}
.contactNow a:hover:before {
  width: 100%;
}
.itemsAbout .item h2, .itemsAbout .communitiesBox .loadBox h2, .communitiesBox .itemsAbout .loadBox h2 {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.itemsAbout .item h2:hover, .itemsAbout .communitiesBox .loadBox h2:hover, .communitiesBox .itemsAbout .loadBox h2:hover {
  color: #81cf09;
}
.itemsAbout .item .info, .itemsAbout .communitiesBox .loadBox .info, .communitiesBox .itemsAbout .loadBox .info {
  background-color: #f4f7fa;
  padding: 30px 250px 30px 60px;
  color: #5876e9;
  font-weight: 300;
  margin-bottom: 60px;
  font-size: 18px;
}
.itemsAbout .item .info a, .itemsAbout .communitiesBox .loadBox .info a, .communitiesBox .itemsAbout .loadBox .info a {
  color: #81cf09;
  position: relative;
}
.itemsAbout .item .info a:before, .itemsAbout .communitiesBox .loadBox .info a:before, .communitiesBox .itemsAbout .loadBox .info a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #81cf09;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.itemsAbout .item .info a:hover, .itemsAbout .communitiesBox .loadBox .info a:hover, .communitiesBox .itemsAbout .loadBox .info a:hover {
  text-decoration: none;
}
.itemsAbout .item .info a:hover:before, .itemsAbout .communitiesBox .loadBox .info a:hover:before, .communitiesBox .itemsAbout .loadBox .info a:hover:before {
  width: 100%;
}
.parentBox article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.parentBox article h3 {
  color: #003056;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.parentBox article p {
  letter-spacing: 0.4px;
}
.parentBox aside {
  -webkit-flex-basis: 350px;
  -moz-flex-basis: 350px;
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  margin-left: 70px;
}
.parentBox aside .item, .parentBox aside .communitiesBox .loadBox, .communitiesBox .parentBox aside .loadBox {
  background-color: #f4f7fa;
  display: block;
  margin-bottom: 18px;
  padding: 25px 25px 20px;
  text-decoration: none;
  color: #666666;
}
.parentBox aside .item img, .parentBox aside .communitiesBox .loadBox img, .communitiesBox .parentBox aside .loadBox img {
  margin: 0 auto 15px;
}
.parentBox aside .item h2, .parentBox aside .communitiesBox .loadBox h2, .communitiesBox .parentBox aside .loadBox h2 {
  color: #003056;
  font-weight: 900;
  letter-spacing: 2px;
}
.parentBox aside .item p, .parentBox aside .communitiesBox .loadBox p, .communitiesBox .parentBox aside .loadBox p {
  font-family: "Lato";
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 16px;
}
.parentBox aside .item p:last-of-type, .parentBox aside .communitiesBox .loadBox p:last-of-type, .communitiesBox .parentBox aside .loadBox p:last-of-type {
  padding-bottom: 0;
}
.parentBox aside .item:hover, .parentBox aside .communitiesBox .loadBox:hover, .communitiesBox .parentBox aside .loadBox:hover {
  -webkit-box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.5);
}
.missionTop {
  background-color: #eef7ff;
  padding: 100px 0 60px;
}
.missionBottom h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
}
.missionBottom p {
  padding-bottom: 30px;
}
.descriptionPodcast {
  padding: 65px 0 40px;
}
.podcastsBox .podcast {
  background-color: #39589f;
  color: #fff;
  margin-bottom: 18px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.podcastsBox .podcast h4 a {
  color: #fff;
  font-family: "Lato";
  font-weight: 900;
  position: relative;
}
.podcastsBox .podcast h4 a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.podcastsBox .podcast h4 a:hover {
  text-decoration: none;
}
.podcastsBox .podcast h4 a:hover:before {
  width: 100%;
}
.podcastsBox .podcast .more {
  color: #81cf09;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}
.podcastsBox .podcast .more:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #81cf09;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.podcastsBox .podcast .more:hover {
  text-decoration: none;
}
.podcastsBox .podcast .more:hover:before {
  width: 100%;
}
.podcastsBox .podcast .thumb {
  -webkit-flex-basis: 120px;
  -moz-flex-basis: 120px;
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  position: relative;
}
.podcastsBox .podcast .thumb i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.podcastsBox .podcast .thumb i:before {
  color: #fff;
  font-size: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.podcastsBox .podcast .thumb:hover i:before {
  color: #81cf09;
}
.podcastsBox .podcast .info {
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.podcastsBox .gas {
  margin-bottom: 35px;
}
.categoryBox {
  background-color: #eef7ff;
  padding: 7px 0 12px;
}
.categoryBox > .alc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.categoryBox h5 {
  font-family: "Roboto";
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 1px;
  padding-bottom: 0;
}
.categoryBox h5 a {
  color: #0080bd;
  display: inline-block;
  padding: 15px;
  text-decoration: none;
}
.categoryBox h5:hover a, .categoryBox h5.current a {
  background-color: #0080bd;
  color: #fff;
}
.categoryPosts .post {
  margin-bottom: 35px;
}
.categoryPosts .post .thumb {
  -webkit-flex-basis: 255px;
  -moz-flex-basis: 255px;
  -ms-flex-preferred-size: 255px;
  flex-basis: 255px;
  margin-right: 35px;
}
.categoryPosts .post .thumb img {
  width: 100%;
  height: 185px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.categoryPosts .post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.categoryPosts .post .info h3 {
  letter-spacing: 0;
  font-family: "Roboto";
}
.categoryPosts .post .info p {
  line-height: 1.4;
}
.categoryPosts .post .info a {
  color: #0080bd;
  position: relative;
}
.categoryPosts .post .info a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #0080bd;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.categoryPosts .post .info a:hover {
  text-decoration: none;
}
.categoryPosts .post .info a:hover:before {
  width: 100%;
}
.categoryPosts .post .info .more {
  font-family: "Lato";
}
.categoryPosts .post .info .more span {
  margin-left: 10px;
}
.categoryPosts .post .info .more span:before {
  font-size: 15px;
  color: #000;
}
.knowledgeBox {
  padding: 45px 0;
}
.categoryItems {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.categoryItems > * {
  width: 24%;
  margin: 0 0.5% 0.625em;
}
@media (max-width: 1280px) {
  .categoryItems {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .categoryItems > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 768px) {
  .categoryItems {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .categoryItems > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.categoryItems .button, .categoryItems .hbspt-form form .hs-button, .hbspt-form form .categoryItems .hs-button {
  font-size: 12px;
  font-weight: 900;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.categoryItems .more {
  font-weight: 900;
  font-size: 14px;
  color: #81cf09;
  text-transform: uppercase;
}
.categoryItems .categoryItem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  min-height: 370px !important;
  margin-bottom: 20px;
}
.categoryItems .categoryItem:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  right: -1px;
  top: 0;
  background-image: -moz-linear-gradient(90deg, #26387f 0%, rgba(38, 56, 127, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #26387f 0%, rgba(38, 56, 127, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #26387f 0%, rgba(38, 56, 127, 0) 100%);
}
.categoryItems .post {
  color: #fff;
  padding: 15px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.categoryItems .post figure {
  display: none;
}
.categoryItems .post .info {
  position: relative;
}
.categoryItems .post .info h3 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 1px;
}
.categoryItems .post .info p {
  line-height: 1.5;
}
.categoryItems .categoryItem {
  margin-bottom: 20px;
  background-color: #39589f;
}
.categoryItems .post {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.categoryItems .post figure {
  min-height: 205px;
}
.categoryItems .post .info {
  position: relative;
  color: #fff;
  padding: 30px;
}
.categoryItems .post .info p {
  line-height: 1.5;
}
.categoryItems .post .info h3 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}
.categoryItems .post .info .button, .categoryItems .post .info .hbspt-form form .hs-button, .hbspt-form form .categoryItems .post .info .hs-button {
  position: absolute;
  left: 0;
  top: -32px;
}
.categoryItems .rightBox {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topSidebar {
  background-color: #f4f7fa;
  margin-bottom: 15px;
}
.topSidebar a {
  display: block;
}
.topSidebar a:hover {
  opacity: 0.8;
}
.topSidebar .info {
  padding: 65px 80px 45px;
}
.topSidebar .info h2 {
  color: #003056;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.7;
  letter-spacing: 3px;
}
.blueButtonBg {
  background-color: #eef7ff;
  padding: 90px 0 80px;
}
.buttonsBlock .title {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
}
.buttonsBlock .buttonWrap {
  text-align: center;
}
.buttonsBlock .buttonWrap .button, .buttonsBlock .buttonWrap .hbspt-form form .hs-button, .hbspt-form form .buttonsBlock .buttonWrap .hs-button {
  margin: 0 9px;
  min-width: 220px;
}
.simpleButtonBg {
  padding: 0 0 80px;
}
.simpleButtonBg span:before, .simpleButtonBg span:after {
  display: none;
}
.educationContent .aligncenter {
  margin: 20px auto;
}
.communities-info-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}
@media (max-width: 768px) {
  .communities-info-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.communities-info-wrapper .left-block-info iframe {
  width: 100%;
}
.studyBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}
@media (max-width: 800px) {
  .studyBox {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
  }
}
.studyBox h2 {
  color: #003056;
  font-weight: 900;
  text-align: center;
  letter-spacing: 5px;
  padding-bottom: 40px;
}
.customTab .titleBox {
  text-align: center;
  margin-bottom: 55px;
}
.customTab .titleBox .titleType {
  display: inline-block;
  cursor: pointer;
  color: #0080bd;
  background-color: #edf2f6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 3px;
  padding: 15px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.customTab .titleBox .titleType.active, .customTab .titleBox .titleType:hover {
  background-color: #0080bd;
  color: #fff;
}
.customTab .titleBox .titleType.active:hover {
  cursor: auto;
}
.accCustomBox .infoBlock .item, .accCustomBox .infoBlock .communitiesBox .loadBox, .communitiesBox .accCustomBox .infoBlock .loadBox {
  background-color: #edf2f6;
}
.accCustomBox .infoBlock .title {
  background-color: #edf2f6;
  padding: 30px 57px 30px 25px;
  margin-bottom: 9px;
  position: relative;
  letter-spacing: 2px;
  min-height: 94px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.accCustomBox .infoBlock .title h2 {
  padding-bottom: 0;
  font-size: 24px;
  text-transform: none;
  font-weight: 700;
  color: #333;
  font-family: "Lato";
}
@media (max-width: 1300px) {
  .accCustomBox .infoBlock .title h2 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .accCustomBox .infoBlock .title h2 {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .accCustomBox .infoBlock .title h2 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .accCustomBox .infoBlock .title h2 {
    font-size: 16px;
  }
}
.accCustomBox .infoBlock .title span {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 25px;
  top: 30px;
  bottom: 30px;
}
.accCustomBox .infoBlock .title span:before, .accCustomBox .infoBlock .title span:after {
  content: "";
  position: absolute;
  background-color: #81CF08;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accCustomBox .infoBlock .title span:before {
  width: 32px;
  height: 2px;
}
.accCustomBox .infoBlock .title span:after {
  width: 2px;
  height: 32px;
}
.accCustomBox .infoBlock .title.opened {
  margin-bottom: 0;
}
.accCustomBox .infoBlock .title.opened span:after {
  opacity: 0;
}
.accCustomBox .infoBlock .info {
  margin-bottom: 20px;
  max-height: 400px;
  overflow: auto;
  padding: 0 30px;
}
.accCustomBox .infoBlock .info a {
  color: #81CF08;
}
.accCustomBox .infoBlock .info h3 {
  text-transform: uppercase;
}
.accCustomBox .infoBlock .info h5 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto";
  padding-bottom: 10px;
}
.accCustomBox .infoBlock .info ul li:before {
  background: #81cf09;
  border-radius: 0;
  top: 14px;
  width: 5px;
  height: 5px;
}
.mCSB_draggerContainer {
  display: none;
}
.warningBox {
  padding: 20px 0 60px;
}
.warningBox .info {
  border: 1px solid #dfe6eb;
  background-color: #f5f8fa;
  padding: 40px 50px 40px 140px;
  position: relative;
}
.warningBox .info strong {
  font-size: 16px;
  text-transform: uppercase;
}
.warningBox .info:before {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 30px;
  background: url("../images/warning.png") no-repeat;
}
.educationBox h2 {
  color: #003056;
  letter-spacing: 3px;
  font-weight: 900;
  padding-bottom: 30px;
  text-align: center;
}
.educationBox .item, .educationBox .communitiesBox .loadBox, .communitiesBox .educationBox .loadBox {
  margin-bottom: 14px;
}
.educationBox .item h3, .educationBox .communitiesBox .loadBox h3, .communitiesBox .educationBox .loadBox h3 {
  background-color: #002f56;
  color: #ffffff;
  padding: 17px 60px;
  letter-spacing: 3px;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
}
.educationBox .item .info, .educationBox .communitiesBox .loadBox .info, .communitiesBox .educationBox .loadBox .info {
  background-color: #0080bd;
  color: #ffffff;
  padding: 20px 40px 20px 60px;
}
.educationBox .item .info p, .educationBox .communitiesBox .loadBox .info p, .communitiesBox .educationBox .loadBox .info p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: justify;
  padding-bottom: 0;
}
.educationBox .item .info .button, .educationBox .communitiesBox .loadBox .info .button, .communitiesBox .educationBox .loadBox .info .button, .educationBox .item .info .hbspt-form form .hs-button, .hbspt-form form .educationBox .item .info .hs-button, .educationBox .communitiesBox .loadBox .info .hbspt-form form .hs-button, .hbspt-form form .educationBox .communitiesBox .loadBox .info .hs-button {
  background-color: #009cff;
  font-weight: 300;
  font-size: 18px;
  text-transform: lowercase;
  margin-left: 40px;
  line-height: 50px;
  -webkit-flex-basis: 162px;
  -moz-flex-basis: 162px;
  -ms-flex-preferred-size: 162px;
  flex-basis: 162px;
}
.educationBox .item .info .button:hover, .educationBox .communitiesBox .loadBox .info .button:hover, .communitiesBox .educationBox .loadBox .info .button:hover, .educationBox .item .info .hbspt-form form .hs-button:hover, .hbspt-form form .educationBox .item .info .hs-button:hover, .educationBox .communitiesBox .loadBox .info .hbspt-form form .hs-button:hover, .hbspt-form form .educationBox .communitiesBox .loadBox .info .hs-button:hover {
  background-color: #81cf09;
}
.bottomEducationBox {
  padding-bottom: 70px;
}
.bottomEducationBox .info {
  border: 1px solid #dfe6eb;
  background-color: #f5f8fa;
  padding: 35px 70px;
}
.bottomEducationBox .info strong {
  font-size: 16px;
  text-transform: uppercase;
}
.universityBox {
  padding-bottom: 50px;
}
.universityBox h2 {
  color: #003056;
  letter-spacing: 3px;
  font-weight: 900;
  padding-bottom: 30px;
  text-align: center;
}
.universityBox .items {
  border: 1px solid #dfe6eb;
}
.universityBox figure {
  -webkit-flex-basis: 570px;
  -moz-flex-basis: 570px;
  -ms-flex-preferred-size: 570px;
  flex-basis: 570px;
}
.universityBox figure img {
  margin: 0 auto;
}
.universityBox .info {
  background-color: #f5f8fa;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px 40px;
}
.universityBox .info strong {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.titleDate {
  text-align: center;
}
.titleDate h2 {
  color: #003056;
  letter-spacing: 3px;
  font-weight: 900;
}
.titleDate time {
  display: block;
  margin-bottom: 40px;
}
.styleBox {
  border: 1px solid #dfe6eb;
  background-color: #f5f8fa;
  margin-bottom: 26px;
  padding: 50px 51px;
}
.styleBox h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
.styleBox p {
  font-weight: 300;
  text-align: justify;
}
.styleBox table td {
  border-bottom: 1px solid #dfe6eb;
  padding: 20px 0;
  width: 27%;
}
.styleBox table tr td:last-child {
  text-align: right;
  width: 17%;
}
.styleBox.list {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.styleBox.list p {
  padding-bottom: 0;
}
.styleBox.list:hover {
  background-color: #39589f;
  color: #ffffff;
}
.services {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0;
  width: 100%;
  /*height: calc(100vh - 511px);*/
}
.services > * {
  width: 25%;
  margin: 0 0 0em;
}
.services .service {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.services .service figure {
  min-height: 335px;
  margin-bottom: 40px;
}
.services .service figure img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.services .service h2 {
  color: #0083b5;
  width: 200px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}
.services .service:before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  width: 200%;
  height: 200%;
  top: -100%;
  left: -100%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.services .service:hover:before {
  opacity: 0.4;
  top: 50%;
  left: 50%;
}
.services .service:hover figure img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.services .service:hover h2 {
  color: #fff;
}
.services .service.services_1:hover:before {
  background-color: #2c8007;
}
.services .service.services_2:hover:before {
  background-color: #9a9a9a;
}
.services .service.services_3:hover:before {
  background-color: #004eff;
}
.services .service.services_4:hover:before {
  background-color: #04804f;
}
.single-anesthesia-services .topDescriptionServices {
  padding-bottom: 30px;
}
.single-anesthesia-services .topDescriptionServices ul {
  padding-left: 18px;
}
.single-anesthesia-services .imageText {
  margin-bottom: 80px;
}
.single-anesthesia-services .imageText figure {
  -webkit-flex-basis: 400px;
  -moz-flex-basis: 400px;
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  margin-right: 30px;
}
.single-anesthesia-services .imageText .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-anesthesia-services .imageText .text h4 {
  color: #0080bd;
  font-size: 18px;
  font-weight: 900;
}
.single-anesthesia-services .studyBox {
  margin-bottom: 50px;
}
.careersBox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 45px;
}
.careersBox aside {
  -webkit-flex-basis: 300px;
  -moz-flex-basis: 300px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  margin-right: 60px;
}
.careersBox aside h2 {
  border-bottom: 1px solid #ced1d4;
  display: block;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.careersBox aside h2:before {
  top: 4px;
}
.careersBox aside .category:first-child {
  display: none;
}
.careersBox aside li.checked label {
  font-weight: 700;
}
.careersBox aside label {
  color: #5876e9;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  position: relative;
}
.careersBox aside label:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #5876e9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.careersBox aside label:hover {
  text-decoration: none;
}
.careersBox aside label:hover:before {
  width: 100%;
}
.careersBox aside .subCategory {
  padding-bottom: 40px;
}
.careersBox aside input {
  display: none;
}
.careersBox h4 {
  padding-bottom: 0;
}
.careersBox article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.careersBox table {
  width: 100%;
}
.careersBox table h3 {
  text-align: left;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  font-family: "Roboto";
  letter-spacing: 0;
}
.careersBox table tr:first-child {
  border-bottom: 1px solid #ced1d4;
  background-color: #fff !important;
}
.careersBox table tr:nth-child(2n+1) {
  background-color: #f4f7fa;
}
.careersBox table tr th {
  padding-top: 11px !important;
}
.careersBox table tr td, .careersBox table tr th {
  padding: 25px 30px;
  min-width: 190px;
}
.careersBox table tr th {
  padding-top: 11px;
}
.careersBox table tr a {
  color: #0080bd;
  position: relative;
}
.careersBox table tr a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #0080bd;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.careersBox table tr a:hover {
  text-decoration: none;
}
.careersBox table tr a:hover:before {
  width: 100%;
}
.careersBox table tr p, .careersBox table tr time, .careersBox table tr a {
  font-size: 18px;
}
.bottomDescriptionCareers {
  padding: 45px 0 25px;
}
.bottomDescriptionCareers h4 {
  color: #003057;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 25px;
}
.bottomDescriptionCareers h5 {
  color: #003057;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 0;
  text-transform: uppercase;
}
.bottomDescriptionCareers a {
  color: #768dec;
  font-size: 18px;
}
.openPositions {
  padding: 50px 0 20px;
}
.openPositions h2 {
  text-align: center;
  font-weight: 900;
  letter-spacing: 3px;
}
.comment_wrap textarea, .comment_wrap input {
  border-color: #39589f;
}
.comment_wrap textarea:focus, .comment_wrap input:focus {
  border-color: #81cf09;
}
.comment_wrap .comment-form-author {
  margin-bottom: 10px;
}
.backBtn {
  margin-bottom: 10px;
}
.single-knowledge-center .selectric {
  border: 1px solid #39589f;
  font-weight: 300;
  font-size: 1rem;
  color: #000;
  text-align: left;
}
.single-knowledge-center .selectric .label {
  padding: 0 1.875rem;
  height: 65px;
  line-height: 65px;
  margin: 0;
  font-size: 1rem;
  background: #fff;
}
@media (max-width: 1024px) {
  .single-knowledge-center .selectric .label {
    height: 50px;
    line-height: 50px;
  }
}
.single-knowledge-center .selectric .button, .single-knowledge-center .selectric .hbspt-form form .hs-button, .hbspt-form form .single-knowledge-center .selectric .hs-button {
  line-height: 65px;
  height: 65px;
  background: transparent;
}
@media (max-width: 1024px) {
  .single-knowledge-center .selectric .button, .single-knowledge-center .selectric .hbspt-form form .hs-button, .hbspt-form form .single-knowledge-center .selectric .hs-button {
    line-height: 50px;
    height: 50px;
  }
}
.page_ID_511 .topBox {
  min-height: calc(100vh - 548px);
}
.tpl-patient_information .patientInfoText h3 {
  padding: 10px 0;
}
.formBox form .flex > input {
  display: block;
  margin-bottom: 20px;
}
.formBox form p > input {
  display: block;
  margin-bottom: 20px;
}
.formBox form br {
  display: none;
}
.comment-form-comment {
  margin-bottom: 10px;
}
.google-recaptcha-container, .anr_captcha_field {
  margin-top: 10px;
}
.apr {
  padding: 50px 0 0 0;
}
.apr .content-info {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 60px;
}
.apr .content-info h2 {
  font-weight: 700;
}
.grid-2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.grid-2 > * {
  width: 49%;
  margin: 0 0.5% 0.75em;
}
@media (max-width: 768px) {
  .grid-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-2 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.grid-4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.grid-4 > * {
  width: 24%;
  margin: 0 0.5% 0.625em;
}
@media (max-width: 960px) {
  .grid-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-4 > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 480px) {
  .grid-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-4 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.container1800 {
  margin: 0 auto;
  width: 1800px;
  max-width: 94%;
  position: relative;
}
.resource-materials .image-info .img img {
  height: 200px;
}
.resource-materials .image-info p a {
  color: #a2eb32;
}
.repeater-apr {
  text-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.05%;
  width: 100.1%;
  margin-bottom: 50px;
  margin-top: 40px;
}
.repeater-apr > * {
  width: 14.1857142857%;
  margin: 0 0.05% 0.0571428571em;
}
@media (max-width: 1024px) {
  .repeater-apr {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.25%;
    width: 100.5%;
    margin-bottom: 50px;
  }
  .repeater-apr > * {
    width: 32.8333333333%;
    margin: 0 0.25% 0.3333333333em;
  }
}
@media (max-width: 480px) {
  .repeater-apr {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.25%;
    width: 100.5%;
    margin-bottom: 30px;
  }
  .repeater-apr > * {
    width: 49.5%;
    margin: 0 0.25% 0.375em;
  }
}
.repeater-apr svg {
  max-width: 72px;
  min-height: 72px;
}
.repeater-apr img {
  margin: 0 auto;
  min-height: 72px;
}
.repeater-apr .item, .repeater-apr .communitiesBox .loadBox, .communitiesBox .repeater-apr .loadBox {
  background: #fafafa;
  margin-bottom: 0;
  padding: 35px 0.5% 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.repeater-apr .item p, .repeater-apr .communitiesBox .loadBox p, .communitiesBox .repeater-apr .loadBox p {
  display: none;
}
.repeater-apr .item h3, .repeater-apr .communitiesBox .loadBox h3, .communitiesBox .repeater-apr .loadBox h3 {
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 18px;
  position: relative;
  padding-top: 15px;
}
.repeater-apr .item h3:before, .repeater-apr .communitiesBox .loadBox h3:before, .communitiesBox .repeater-apr .loadBox h3:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 40px;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
}
.repeater-apr .item:hover h3 a, .repeater-apr .communitiesBox .loadBox:hover h3 a, .communitiesBox .repeater-apr .loadBox:hover h3 a, .repeater-apr .item:hover p a, .repeater-apr .communitiesBox .loadBox:hover p a, .communitiesBox .repeater-apr .loadBox:hover p a {
  color: #fff;
  text-decoration: none;
}
.repeater-apr .item:hover h3:before, .repeater-apr .communitiesBox .loadBox:hover h3:before, .communitiesBox .repeater-apr .loadBox:hover h3:before {
  background: #fff;
}
.custom-wrap-apr .repeater-apr {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.1%;
  width: 100.2%;
  margin-bottom: 0;
  margin-top: 0;
}
.custom-wrap-apr .repeater-apr > * {
  width: 16.4666666667%;
  margin: 0 0.1% 0.1166666667em;
}
@media (max-width: 960px) {
  .custom-wrap-apr .repeater-apr {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.25%;
    width: 100.5%;
  }
  .custom-wrap-apr .repeater-apr > * {
    width: 32.8333333333%;
    margin: 0 0.25% 0.3333333333em;
  }
}
@media (max-width: 480px) {
  .custom-wrap-apr .repeater-apr {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.25%;
    width: 100.5%;
  }
  .custom-wrap-apr .repeater-apr > * {
    width: 49.5%;
    margin: 0 0.25% 0.375em;
  }
}
.custom-wrap-apr .repeater-apr .item, .custom-wrap-apr .repeater-apr .communitiesBox .loadBox, .communitiesBox .custom-wrap-apr .repeater-apr .loadBox {
  padding: 60px 2%;
}
@media (max-width: 1024px) {
  .custom-wrap-apr .repeater-apr .item, .custom-wrap-apr .repeater-apr .communitiesBox .loadBox, .communitiesBox .custom-wrap-apr .repeater-apr .loadBox {
    padding: 30px 1%;
  }
}
.custom-wrap-apr .repeater-apr .item.item-1, .custom-wrap-apr .repeater-apr .communitiesBox .item-1.loadBox, .communitiesBox .custom-wrap-apr .repeater-apr .item-1.loadBox {
  display: none;
}
.custom-wrap-apr .repeater-apr .item .apr-info h3, .custom-wrap-apr .repeater-apr .communitiesBox .loadBox .apr-info h3, .communitiesBox .custom-wrap-apr .repeater-apr .loadBox .apr-info h3 {
  font-size: 20px;
  padding-bottom: 5px;
}
.custom-wrap-apr .repeater-apr .item .apr-info h3:before, .custom-wrap-apr .repeater-apr .communitiesBox .loadBox .apr-info h3:before, .communitiesBox .custom-wrap-apr .repeater-apr .loadBox .apr-info h3:before {
  display: block;
}
.custom-wrap-apr .repeater-apr .item .apr-info h3 a, .custom-wrap-apr .repeater-apr .communitiesBox .loadBox .apr-info h3 a, .communitiesBox .custom-wrap-apr .repeater-apr .loadBox .apr-info h3 a {
  color: #000;
}
.custom-wrap-apr .repeater-apr .item .apr-info h3 a:hover, .custom-wrap-apr .repeater-apr .communitiesBox .loadBox .apr-info h3 a:hover, .communitiesBox .custom-wrap-apr .repeater-apr .loadBox .apr-info h3 a:hover {
  text-decoration: underline;
}
.custom-wrap-apr .repeater-apr .item .apr-info p, .custom-wrap-apr .repeater-apr .communitiesBox .loadBox .apr-info p, .communitiesBox .custom-wrap-apr .repeater-apr .loadBox .apr-info p {
  display: block;
}
.custom-wrap-apr .repeater-apr .item .apr-info p a, .custom-wrap-apr .repeater-apr .communitiesBox .loadBox .apr-info p a, .communitiesBox .custom-wrap-apr .repeater-apr .loadBox .apr-info p a {
  color: #32495b;
}
.custom-wrap-apr .repeater-apr .item .apr-info p a:hover, .custom-wrap-apr .repeater-apr .communitiesBox .loadBox .apr-info p a:hover, .communitiesBox .custom-wrap-apr .repeater-apr .loadBox .apr-info p a:hover {
  text-decoration: underline;
}
.custom-wrap-apr .repeater-apr .item:hover h3 a, .custom-wrap-apr .repeater-apr .communitiesBox .loadBox:hover h3 a, .communitiesBox .custom-wrap-apr .repeater-apr .loadBox:hover h3 a, .custom-wrap-apr .repeater-apr .item:hover p a, .custom-wrap-apr .repeater-apr .communitiesBox .loadBox:hover p a, .communitiesBox .custom-wrap-apr .repeater-apr .loadBox:hover p a {
  color: #fff;
  text-decoration: none;
}
.custom-wrap-apr .repeater-apr .item:hover h3:before, .custom-wrap-apr .repeater-apr .communitiesBox .loadBox:hover h3:before, .communitiesBox .custom-wrap-apr .repeater-apr .loadBox:hover h3:before {
  background: #fff;
  display: block;
}
.button.green, .hbspt-form form .green.hs-button {
  background: #81cf09;
  color: #fff !important;
  text-align: center;
  border: 1px solid #81cf09;
}
.button.green:before, .hbspt-form form .green.hs-button:before {
  display: none;
}
.button.transparent, .hbspt-form form .transparent.hs-button {
  background: transparent;
  color: #81cf09;
  border: 1px solid #fff;
  text-align: center;
}
.button.transparent:before, .hbspt-form form .transparent.hs-button:before {
  display: none;
}
.new-design-title .post .info h3 {
  font-size: 24px;
  padding-bottom: 8px;
}
.new-design-title .post .info p {
  padding-bottom: 8px;
}
.new-design-title .post .info .more {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1.4px;
}
.new-design-title a.button.green, .new-design-title .hbspt-form form a.green.hs-button, .hbspt-form form .new-design-title a.green.hs-button {
  min-width: 150px;
  text-transform: uppercase;
  line-height: 3rem;
}
.image-info.in-person a {
  margin: 0 3px 10px;
  line-height: 3rem;
  color: #81cf09;
}
.image-info.video-image .img {
  padding: 45px 10px;
  background: #003057;
  min-height: 200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.image-info.video-image .img img {
  max-height: 104px;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.image-info.video-image .info h2 {
  margin-bottom: 25px;
}
.image-info.video-image p {
  cursor: pointer;
}
.image-info.video-image p a {
  font-size: 18px;
  text-transform: initial;
  letter-spacing: normal;
  color: #fff;
  font-weight: 400;
}
.image-info.video-image .button, .image-info.video-image .hbspt-form form .hs-button, .hbspt-form form .image-info.video-image .hs-button {
  background: none;
  padding: 0;
  color: #81cf09;
  line-height: 2.5rem;
}
.image-info {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .image-info {
    padding-bottom: 30px;
  }
}
.image-info .item, .image-info .communitiesBox .loadBox, .communitiesBox .image-info .loadBox {
  background: #39589f;
}
.image-info .img img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .image-info .img img {
    height: auto;
  }
}
.image-info .info {
  background: #39589f;
  padding: 20px 25px 10px 25px;
  color: #fff;
}
.image-info .info h2 {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 900;
  padding-bottom: 5px;
}
.image-info .info p {
  padding-bottom: 5px;
}
.image-info .info .button, .image-info .info .hbspt-form form .hs-button, .hbspt-form form .image-info .info .hs-button {
  color: #a2eb32;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 1.6px;
}
.term-online-learning .image-info p a {
  color: #81cf09;
}
.advisories-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.advisories-items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 960px) {
  .advisories-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .advisories-items > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 480px) {
  .advisories-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .advisories-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.advisories-items .post {
  margin-bottom: 100px;
}
@media (max-width: 960px) {
  .advisories-items .post {
    margin-bottom: 30px;
  }
}
.advisories-items .thumb {
  display: block;
  min-height: 210px;
  cursor: pointer;
}
@media (max-width: 1365px) {
  .advisories-items .thumb {
    min-height: auto;
  }
}
.advisories-items .thumb img {
  margin: 0 auto 10px;
}
.advisories-items .info {
  text-align: center;
}
.advisories-items .info .title {
  padding-bottom: 0;
}
.advisories-items .info p {
  font-size: 24px;
  padding-bottom: 10px;
  font-family: "Lato";
  color: #121f51;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .advisories-items .info p {
    font-size: 18px;
  }
}
.advisories-items .info a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
}
.term-equipment .itl .pageTitle h2 {
  text-align: center;
}
.itl {
  margin-bottom: 60px;
}
.itl .pageTitle h2 {
  text-align: left;
}
.itl .column-itl {
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
}
.itl .row-item {
  margin-bottom: 20px;
  background: #eef7ff;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.itl .row-item:hover {
  text-decoration: none;
  background: #5195d3;
}
.itl .row-item:hover .title {
  color: #fff;
}
.itl .row-item .icon {
  -webkit-flex-basis: 72px;
  -moz-flex-basis: 72px;
  -ms-flex-preferred-size: 72px;
  flex-basis: 72px;
  background: #003057;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.itl .row-item .title {
  padding: 0 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 24px;
  color: #003057;
  font-family: "Lato";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1.6;
  font-weight: 700;
}
@media (max-width: 768px) {
  .itl .row-item .title {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .map-section iframe {
    height: 660px !important;
  }
}
@media (max-width: 768px) {
  .map-section iframe {
    height: 520px !important;
  }
}
@media (max-width: 480px) {
  .map-section iframe {
    height: 380px !important;
  }
}
.map-section iframe .headline-block {
  display: none;
}
.design-description {
  background: #eef7ff;
  padding: 95px 45px 45px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .design-description {
    padding: 30px 5px;
  }
}
.design-description .info {
  max-width: 725px;
  width: 100%;
  margin: 0 auto;
}
.design-description p {
  color: #32495b;
  font-size: 18px;
}
.design-description p a {
  font-size: 16px;
  text-transform: uppercase;
  color: #5195d3;
}
.contact-sections {
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .contact-sections .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.contact-sections .item, .contact-sections .communitiesBox .loadBox, .communitiesBox .contact-sections .loadBox {
  padding: 90px 60px 60px;
  background: #eef7ff;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 960px) {
  .contact-sections .item, .contact-sections .communitiesBox .loadBox, .communitiesBox .contact-sections .loadBox {
    padding: 30px 10px;
  }
}
.contact-sections .item .secondTitle, .contact-sections .communitiesBox .loadBox .secondTitle, .communitiesBox .contact-sections .loadBox .secondTitle, .contact-sections .item .ourTeam .info h3, .ourTeam .info .contact-sections .item h3, .contact-sections .communitiesBox .loadBox .ourTeam .info h3, .ourTeam .info .contact-sections .communitiesBox .loadBox h3 {
  padding-bottom: 0;
}
.contact-sections .item.a-uppercase a, .contact-sections .communitiesBox .a-uppercase.loadBox a, .communitiesBox .contact-sections .a-uppercase.loadBox a {
  text-transform: uppercase;
}
.contact-sections .item .info, .contact-sections .communitiesBox .loadBox .info, .communitiesBox .contact-sections .loadBox .info {
  max-width: 500px;
  margin: 0 auto;
}
.contact-sections p {
  color: #32495b;
  letter-spacing: 0.72px;
}
.news-tabs {
  margin-bottom: 80px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.news-tabs > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 768px) {
  .news-tabs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .news-tabs > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
.news-tabs .news-tab-title {
  background: #f0f3f5;
  padding: 20px;
  text-transform: uppercase;
  color: #39589f;
  font-weight: 900;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}
.news-tabs .news-tab-title.active, .news-tabs .news-tab-title:hover {
  text-decoration: none;
  background: #39589f;
  color: #fff;
}
.term-acute-pain-resources .descriptionPodcast {
  max-width: 785px;
  margin: 0 auto;
}
header ~ * ul li:before {
  display: none;
}
.register-form .input-field input {
  border: 1px solid #39589f;
}
.register-form .input-field.hidden {
  display: none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: 1px solid #e8e8e8;
}
.form-login .pageTitle, .woocommerce-account .pageTitle {
  display: none;
}
.form-login .content, .woocommerce-account .content {
  padding: 140px 0 80px;
}
.form-login .woocommerce h2, .woocommerce-account .woocommerce h2 {
  text-align: center;
  font-size: 20px;
  color: #003057;
  font-weight: 500;
  position: relative;
}
.form-login .woocommerce h2:before, .woocommerce-account .woocommerce h2:before {
  content: url("../images/Frame 7.png");
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  max-width: 416px;
  margin: 0 auto;
  border: none;
}
.woocommerce form.checkout_coupon label, .woocommerce form.login label, .woocommerce form.register label {
  text-align: center;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #003057;
}
.woocommerce form.checkout_coupon label span, .woocommerce form.login label span, .woocommerce form.register label span {
  text-transform: initial;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  background-color: #81cf09 !important;
  display: block;
  float: none;
  width: 100%;
  padding: 20px 20px;
  border-radius: 0;
  color: #fff;
}
.advisories-items-after-login .tabs-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .advisories-items-after-login .tabs-block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.advisories-items-after-login .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-flex-basis: 306px;
  -moz-flex-basis: 306px;
  -ms-flex-preferred-size: 306px;
  flex-basis: 306px;
  border-right: 1px solid #e8e8e8;
}
@media (max-width: 1366px) {
  .advisories-items-after-login .tabs {
    -webkit-flex-basis: 210px;
    -moz-flex-basis: 210px;
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
  }
}
@media (max-width: 768px) {
  .advisories-items-after-login .tabs {
    -webkit-flex-basis: 185px;
    -moz-flex-basis: 185px;
    -ms-flex-preferred-size: 185px;
    flex-basis: 185px;
  }
}
@media (max-width: 600px) {
  .advisories-items-after-login .tabs {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-right: none;
  }
}
.advisories-items-after-login .tabs div {
  display: block;
  margin-bottom: 30px;
  cursor: pointer;
  color: #333;
  background: none;
}
@media (max-width: 600px) {
  .advisories-items-after-login .tabs div {
    display: inline-block;
    padding: 5px;
  }
}
.advisories-items-after-login .tabs div.active {
  font-weight: 700;
}
.advisories-items-after-login .tab-title {
  margin-bottom: 30px !important;
}
@media (max-width: 1366px) {
  .advisories-items-after-login .tab-title {
    margin-bottom: 15px !important;
  }
}
.post-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  padding: 0px 50px 30px;
}
@media (max-width: 1366px) {
  .post-content {
    padding: 0 35px 20px;
  }
}
@media (max-width: 768px) {
  .post-content {
    padding: 15px;
  }
}
@media (max-width: 600px) {
  .post-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.post-content img {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .post-content img {
    margin-bottom: 10px;
  }
}
.post-content h3 {
  font-size: 30px;
  font-weight: 700;
  color: #003057;
}
@media (max-width: 768px) {
  .post-content h3 {
    font-size: 20px;
  }
}
.post-content .pdf-files .pdf-file {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 20px;
  margin-bottom: 20px;
  color: #333;
}
.post-content .pdf-files .pdf-file:hover {
  text-decoration: none;
}
.post-content .pdf-files .pdf-file:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 26px;
  font-family: "fontawesome-solid";
  color: #e71a1a;
}
.post-content .pdf-files .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .post-content .pdf-files .title {
    font-size: 20px;
  }
}
.post-content .pdf-files .img img {
  border: 1px solid #000;
}
.post-content.active {
  display: inherit;
}
.pdf-files .pdf-file {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}
.pdf-files .pdf-file:hover {
  text-decoration: none;
}
.pdf-files .pdf-file:before {
  content: url("../images/pdfIcon.png");
  position: absolute;
  left: 0;
  top: 0;
}
.pdf-files .item, .pdf-files .communitiesBox .loadBox, .communitiesBox .pdf-files .loadBox {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .pdf-files .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pdf-files .img {
    max-width: 50%;
  }
}
@media (max-width: 360px) {
  .pdf-files .img {
    max-width: 75%;
  }
}
.form-login {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 999;
  height: 100vh;
}
.form-login.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.form-login .woocommerce {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.form-login .close {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 36px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  border: 1px solid #003057;
  cursor: pointer;
}
.form-login .close span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrap-advisories-items {
  position: relative;
}
.acc-group h2 {
  padding-bottom: 10px;
  cursor: pointer;
}
.acc-group h2.active-acc span.fa {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.login-user-gallery .tabs div {
  margin-bottom: 10px;
}
.login-user-gallery .tab-content h3 {
  text-transform: uppercase;
}
.login-user-gallery .tabs-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .login-user-gallery .tabs-block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.login-user-gallery .tabs-block .sidebar-section {
  margin-bottom: 15px;
}
.login-user-gallery .tabs-block .sidebar-section .tab-title {
  cursor: pointer;
  margin-bottom: 10px;
}
.login-user-gallery .tabs-block .sidebar-section .tab-title.active {
  font-weight: 700;
}
.back a {
  color: #4caf50;
}
.hide_block {
  display: none;
}
.woocommerce .woocommerce-notices-wrapper + h2 {
  text-align: center;
}
@media (max-width: 600px) {
  .new-design-content > .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.new-design-content .column-item .info {
  display: block;
}
.new-design-content .column-item .info .title {
  display: inline-block;
  margin-bottom: 15px;
  cursor: pointer;
  color: #333;
  background: none;
}
@media (max-width: 600px) {
  .new-design-content .column-item .info .title {
    display: inline-block;
    padding: 5px;
  }
}
.new-design-content .column-item .info .title.active {
  font-weight: 700;
}
.new-design-content .gallery h4 {
  font-weight: 700;
  font-size: 36px;
}
@media (max-width: 768px) {
  .new-design-content .gallery h4 {
    font-size: 18px;
  }
}
.new-design-content .gallery .video-gallery, .new-design-content .gallery .photo-gallery {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.new-design-content .gallery .video-gallery > *, .new-design-content .gallery .photo-gallery > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .new-design-content .gallery .video-gallery, .new-design-content .gallery .photo-gallery {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .new-design-content .gallery .video-gallery > *, .new-design-content .gallery .photo-gallery > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .new-design-content .gallery .video-gallery, .new-design-content .gallery .photo-gallery {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .new-design-content .gallery .video-gallery > *, .new-design-content .gallery .photo-gallery > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.new-design-content .gallery .video-gallery img, .new-design-content .gallery .photo-gallery img {
  height: 190px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.new-design-content .gallery .video-gallery .link-item {
  position: relative;
  display: block;
}
.new-design-content .gallery .video-gallery span.play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.73);
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.new-design-content .gallery .video-gallery span.play:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  background: #4CAF50;
  border-radius: 50%;
}
.new-design-content .gallery .video-gallery span.play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 54%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #ffffff;
}
.new-design-content .nav {
  text-align: left;
  -webkit-flex-basis: 306px;
  -moz-flex-basis: 306px;
  -ms-flex-preferred-size: 306px;
  flex-basis: 306px;
  border-right: 1px solid #e3e3e3;
}
@media (max-width: 1366px) {
  .new-design-content .nav {
    -webkit-flex-basis: 210px;
    -moz-flex-basis: 210px;
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
  }
}
@media (max-width: 768px) {
  .new-design-content .nav {
    -webkit-flex-basis: 185px;
    -moz-flex-basis: 185px;
    -ms-flex-preferred-size: 185px;
    flex-basis: 185px;
  }
}
@media (max-width: 600px) {
  .new-design-content .nav {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-right: none;
  }
}
.new-design-content .nav h2 {
  font-weight: 700;
}
.new-design-content .post-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 600px) {
  .new-design-content .post-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.block-center {
  text-align: center;
}
.categoryItem.item_7 {
  display: none;
}
.single-post-kg {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
  margin-bottom: 20px;
}
.single-post-kg > * {
  width: 24%;
  margin: 0 0.5% 0.625em;
}
@media (max-width: 960px) {
  .single-post-kg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .single-post-kg > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
.single-post-kg a {
  color: #39589f;
  background: #f0f3f5;
  display: inline-block;
  font-weight: 900;
  text-align: center;
  padding: 20px;
}
.single-post-kg a:hover {
  background: #39589f;
  color: #fff;
  text-decoration: none;
}
.single-post-kg a:last-child {
  margin-right: 0;
}
.map-information {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.map-information > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .map-information {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .map-information > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.map-information .item, .map-information .communitiesBox .loadBox, .communitiesBox .map-information .loadBox {
  padding: 15px 20px 5px;
  border: 1px solid #4aba46;
  margin-bottom: 20px;
}
.hbspt-form {
  margin-top: 20px;
}
.hbspt-form form fieldset {
  max-width: 100%;
  margin-bottom: 15px;
}
.hbspt-form form fieldset .input {
  margin-right: 20px !important;
}
@media (max-width: 480px) {
  .hbspt-form form fieldset .input {
    margin-right: 0 !important;
  }
}
.hbspt-form form fieldset .input .hs-input {
  width: 100% !important;
}
.hbspt-form form fieldset .hs-form-field {
  text-align: left;
  margin-bottom: 8px;
}
.hbspt-form form fieldset .hs-form-field label {
  display: inline-block;
  margin-bottom: 5px;
}
.hbspt-form form .hs-button {
  min-width: 225px;
}
.mockup-interview-today {
  background: #eef7ff;
  padding: 85px 0 95px;
}
@media (max-width: 1024px) {
  .mockup-interview-today {
    padding: 35px 0;
  }
}
.mockup-interview-today .container {
  width: 1734px;
}
.mockup-interview-today #ic_signupform .elcontainer {
  max-width: 100%;
  background: none;
  border: none;
  padding: 0;
}
.mockup-interview-today #ic_signupform .elcontainer .form-header {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  margin-bottom: 50px;
}
.mockup-interview-today #ic_signupform .elcontainer .form-header h3 {
  font-size: 46px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .mockup-interview-today #ic_signupform .elcontainer .form-header h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .mockup-interview-today #ic_signupform .elcontainer .form-header h3 {
    font-size: 30px;
  }
}
.mockup-interview-today #ic_signupform .elcontainer .sortables {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mockup-interview-today #ic_signupform .elcontainer .sortables > * {
  -webkit-flex-basis: 23%;
  -moz-flex-basis: 23%;
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
}
@media (max-width: 1024px) {
  .mockup-interview-today #ic_signupform .elcontainer .sortables > * {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}
@media (max-width: 768px) {
  .mockup-interview-today #ic_signupform .elcontainer .sortables > * {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 480px) {
  .mockup-interview-today #ic_signupform .elcontainer .sortables > * {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.mockup-interview-today #ic_signupform .elcontainer .sortables > *:nth-child(5) {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  padding: 0;
}
@media (max-width: 1024px) {
  .mockup-interview-today #ic_signupform .elcontainer .sortables > *:nth-child(5) {
    -webkit-flex-basis: 663%;
    -moz-flex-basis: 663%;
    -ms-flex-preferred-size: 663%;
    flex-basis: 663%;
  }
}
@media (max-width: 768px) {
  .mockup-interview-today #ic_signupform .elcontainer .sortables > *:nth-child(5) {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.mockup-interview-today #ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-input label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
}
.mockup-interview-today #ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-input input {
  background: #fff;
  border: 1px solid #D9D9D9;
  margin-bottom: 20px;
  width: 100%;
  height: 63px;
}
@media (max-width: 1024px) {
  .mockup-interview-today #ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-input input {
    height: 50px;
  }
}
.mockup-interview-today #ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-checkbox {
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.mockup-interview-today #ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-checkbox h3 {
  display: none;
}
.mockup-interview-today #ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-checkbox .option-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.mockup-interview-today #ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-checkbox .option-container label {
  margin-right: 45px;
  font-size: 18px;
  color: #818181;
}
.mockup-interview-today #ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-checkbox .option-container input {
  width: 19px;
  height: 19px;
  border: 1px solid #114F88;
}
.mockup-interview-today #ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-checkbox[data-label="Lists"] {
  display: none !important;
}
.mockup-interview-today #ic_signupform .elcontainer .submit-container {
  text-align: right;
}
@media (max-width: 480px) {
  .mockup-interview-today #ic_signupform .elcontainer .submit-container {
    text-align: center;
  }
}
.mockup-interview-today #ic_signupform .elcontainer .submit-container .btn {
  padding: 12px 26px;
  border-radius: 0;
  background: #81CF08;
  font-size: 18px;
}
#top-section {
  min-height: 488px;
  position: relative;
}
#top-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
}
@media (max-width: 1024px) {
  #top-section {
    min-height: 250px;
  }
}
@media (max-width: 768px) {
  #top-section {
    min-height: 180px;
  }
}
@media (max-width: 480px) {
  #top-section {
    min-height: 150px;
    text-align: center;
  }
  #top-section:before {
    background: rgba(255, 255, 255, 0.5);
  }
}
#top-section .container {
  width: 1720px;
}
#top-section .container .title-wrapper {
  width: 750px;
  max-width: 50%;
}
@media (max-width: 768px) {
  #top-section .container .title-wrapper {
    max-width: 100%;
  }
}
#top-section.bg-center {
  background-position: right center;
}
#top-section h1 {
  font-size: 60px;
  font-weight: 800;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  #top-section h1 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  #top-section h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  #top-section h1 {
    font-size: 30px;
    padding-bottom: 0;
  }
}
.center-info {
  text-align: center;
  padding: 80px 0 40px;
}
@media (max-width: 1024px) {
  .center-info {
    padding: 35px 0;
  }
}
@media (max-width: 480px) {
  .center-info {
    padding: 30px 0;
  }
}
.center-info .container {
  width: 937px;
}
.center-info h2 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .center-info h2 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .center-info h2 {
    font-size: 30px;
  }
}
.center-info p {
  font-size: 18px;
}
.center-info .image-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 25px;
}
.center-info .image-link .item, .center-info .image-link .communitiesBox .loadBox, .communitiesBox .center-info .image-link .loadBox {
  margin: 0 45px;
}
@media (max-width: 768px) {
  .center-info .image-link .item, .center-info .image-link .communitiesBox .loadBox, .communitiesBox .center-info .image-link .loadBox {
    margin: 0 10px;
  }
}
.center-info .image-link .item .link, .center-info .image-link .communitiesBox .loadBox .link, .communitiesBox .center-info .image-link .loadBox .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #81CF08;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
}
@media (max-width: 768px) {
  .center-info .image-link .item .link, .center-info .image-link .communitiesBox .loadBox .link, .communitiesBox .center-info .image-link .loadBox .link {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.center-info .image-link .item .link:hover, .center-info .image-link .communitiesBox .loadBox .link:hover, .communitiesBox .center-info .image-link .loadBox .link:hover {
  text-decoration: none;
}
.center-info .image-link .item .link:after, .center-info .image-link .communitiesBox .loadBox .link:after, .communitiesBox .center-info .image-link .loadBox .link:after {
  content: url("../images/green-arrow.png");
  vertical-align: middle;
  margin-left: 13px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .center-info .image-link .item .link:after, .center-info .image-link .communitiesBox .loadBox .link:after, .communitiesBox .center-info .image-link .loadBox .link:after {
    display: none;
  }
}
.center-info .image-link .item .link span, .center-info .image-link .communitiesBox .loadBox .link span, .communitiesBox .center-info .image-link .loadBox .link span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.center-info .image-link .item .image, .center-info .image-link .communitiesBox .loadBox .image, .communitiesBox .center-info .image-link .loadBox .image {
  margin-bottom: 0;
  margin-right: 20px;
  -webkit-flex-basis: 82px;
  -moz-flex-basis: 82px;
  -ms-flex-preferred-size: 82px;
  flex-basis: 82px;
}
@media (max-width: 768px) {
  .center-info .image-link .item .image, .center-info .image-link .communitiesBox .loadBox .image, .communitiesBox .center-info .image-link .loadBox .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}
.center-info .image-link .item .image img, .center-info .image-link .communitiesBox .loadBox .image img, .communitiesBox .center-info .image-link .loadBox .image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .center-info .image-link .item .image img, .center-info .image-link .communitiesBox .loadBox .image img, .communitiesBox .center-info .image-link .loadBox .image img {
    margin: 0 auto;
  }
}
.career-tools-new {
  background: #EEF7FF;
  padding: 60px 0 50px;
}
@media (max-width: 1024px) {
  .career-tools-new {
    padding: 35px 0;
  }
}
.career-tools-new .container {
  width: 1730px;
}
.career-tools-new .item, .career-tools-new .communitiesBox .loadBox, .communitiesBox .career-tools-new .loadBox {
  border: 1px solid #D9EDFF;
}
@media (max-width: 960px) {
  .career-tools-new .item, .career-tools-new .communitiesBox .loadBox, .communitiesBox .career-tools-new .loadBox {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.career-tools-new .left {
  border-right: 1px solid #D9EDFF;
}
.career-tools-new h3 {
  font-size: 30px;
  letter-spacing: normal;
  color: #5278C1;
  text-transform: capitalize;
  padding: 20px 30px;
  background: #D9EDFF;
}
@media (max-width: 1024px) {
  .career-tools-new h3 {
    font-size: 26px;
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .career-tools-new h3 {
    font-size: 20px;
  }
}
.career-tools-new p {
  padding: 15px 30px;
}
@media (max-width: 1024px) {
  .career-tools-new p {
    padding: 10px 20px;
  }
}
.career-tools-new a.button, .career-tools-new .hbspt-form form a.hs-button, .hbspt-form form .career-tools-new a.hs-button {
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .career-tools-new a.button, .career-tools-new .hbspt-form form a.hs-button, .hbspt-form form .career-tools-new a.hs-button {
    margin-left: 20px;
    font-size: 14px;
  }
}
.career-tools-new .quick-apply-button {
  text-align: center;
  margin-top: 48px;
}
.try-our-spinwheel {
  padding: 95px 0 77px;
  background-image: url("../images/bg-spinwheel.png");
}
@media (max-width: 1024px) {
  .try-our-spinwheel {
    padding: 35px 0;
  }
}
.try-our-spinwheel .info {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.try-our-spinwheel .info h2 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 33px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .try-our-spinwheel .info h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .try-our-spinwheel .info h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.try-our-spinwheel .info p {
  color: #333333;
}
.try-our-spinwheel .link {
  margin-top: 10px;
}
.top-gradient-section {
  background: #EEF7FF;
  padding-top: 180px;
  min-height: 635px;
}
@media (max-width: 960px) {
  .top-gradient-section {
    min-height: auto;
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .top-gradient-section {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .top-gradient-section {
    padding-top: 35px;
  }
}
.top-gradient-section .container {
  width: 1734px;
}
.top-gradient-section h1 {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  position: relative;
  z-index: 9;
}
@media (max-width: 1500px) {
  .top-gradient-section h1 {
    padding: 0 18%;
  }
}
@media (max-width: 960px) {
  .top-gradient-section h1 {
    padding: 0;
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .top-gradient-section h1 {
    font-size: 32px;
  }
}
.top-gradient-section .image-doctor {
  position: absolute;
  bottom: 0;
  max-width: 348px;
  left: 8%;
}
@media (max-width: 1500px) {
  .top-gradient-section .image-doctor {
    left: 0;
    bottom: 17%;
  }
}
@media (max-width: 960px) {
  .top-gradient-section .image-doctor {
    display: none;
  }
}
.top-gradient-section .image-doctor img {
  width: 100%;
}
.top-gradient-section .inner-container {
  background: linear-gradient(90deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  padding: 43px 43px 35px 0;
  max-width: 1498px;
  margin-left: auto;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .top-gradient-section .inner-container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .top-gradient-section .info {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top-gradient-section .info .image {
  -webkit-flex-basis: 348px;
  -moz-flex-basis: 348px;
  -ms-flex-preferred-size: 348px;
  flex-basis: 348px;
  margin-right: 76px;
}
@media (max-width: 768px) {
  .top-gradient-section .info .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.top-gradient-section .info .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .top-gradient-section .info .text {
    padding: 15px;
  }
}
.download-now {
  padding: 80px 0;
}
@media (max-width: 960px) {
  .download-now {
    padding: 35px 0;
  }
}
.download-now .flex {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.download-now h2 {
  font-size: 30px;
  text-transform: capitalize;
}
.download-now input[type="text"], .download-now input[type="file"], .download-now input[type="email"], .download-now input[type="tel"], .download-now input[type="search"], .download-now input[type="password"], .download-now textarea {
  border: 1px solid #D9D9D9;
}
.download-now .button, .download-now .hbspt-form form .hs-button, .hbspt-form form .download-now .hs-button {
  min-width: 110px;
}
.relative {
  position: relative;
}
.text-right {
  text-align: right;
}
.why-somnia-new .whySomnia {
  padding: 80px 0;
}
@media (max-width: 960px) {
  .why-somnia-new .whySomnia {
    padding: 35px 0;
  }
}
.why-somnia-new .benefitsBox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.why-somnia-new .benefitsBox > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 960px) {
  .why-somnia-new .benefitsBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .why-somnia-new .benefitsBox > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .why-somnia-new .benefitsBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .why-somnia-new .benefitsBox > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.why-somnia-new .benefitsBox .item, .why-somnia-new .benefitsBox .communitiesBox .loadBox, .communitiesBox .why-somnia-new .benefitsBox .loadBox {
  background: #EEF7FF;
  padding: 45px 30px 25px;
  height: 595px;
  overflow-y: scroll;
}
@media (max-width: 960px) {
  .why-somnia-new .benefitsBox .item, .why-somnia-new .benefitsBox .communitiesBox .loadBox, .communitiesBox .why-somnia-new .benefitsBox .loadBox {
    padding: 30px 20px 15px;
  }
}
@media (max-width: 768px) {
  .why-somnia-new .benefitsBox .item, .why-somnia-new .benefitsBox .communitiesBox .loadBox, .communitiesBox .why-somnia-new .benefitsBox .loadBox {
    height: 500px;
  }
}
.why-somnia-new .benefitsBox .item .image img, .why-somnia-new .benefitsBox .communitiesBox .loadBox .image img, .communitiesBox .why-somnia-new .benefitsBox .loadBox .image img {
  width: 174px;
  height: 174px;
  border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
  margin: 0 auto 27px;
}
@media (max-width: 768px) {
  .why-somnia-new .benefitsBox .item .image img, .why-somnia-new .benefitsBox .communitiesBox .loadBox .image img, .communitiesBox .why-somnia-new .benefitsBox .loadBox .image img {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
  }
}
.why-somnia-new .benefitsBox .item .text, .why-somnia-new .benefitsBox .communitiesBox .loadBox .text, .communitiesBox .why-somnia-new .benefitsBox .loadBox .text {
  text-align: center;
}
.why-somnia-new .benefitsBox .item .text h3, .why-somnia-new .benefitsBox .communitiesBox .loadBox .text h3, .communitiesBox .why-somnia-new .benefitsBox .loadBox .text h3 {
  font-size: 24px;
  letter-spacing: normal;
}
.galleryBox-new {
  margin-bottom: 33px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.galleryBox-new .wrapInfo {
  background: #EEF7FF;
  padding: 97px 48px 30px;
}
@media (max-width: 960px) {
  .galleryBox-new .wrapInfo {
    padding: 35px;
  }
}
.galleryBox-new .wrapInfo h3 {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 37px;
  padding-bottom: 0;
}
@media (max-width: 960px) {
  .galleryBox-new .wrapInfo h3 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .galleryBox-new .wrapInfo h3 {
    font-size: 32px;
  }
}
.galleryBox-new .wrapInfo ul {
  margin-top: 30px;
}
.galleryBox-new .wrapInfo ul li {
  font-size: 18px;
  margin-bottom: 35px;
  padding-left: 37px;
}
@media (max-width: 768px) {
  .galleryBox-new .wrapInfo ul li {
    margin-bottom: 15px;
  }
}
.galleryBox-new .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.galleryBox-new .items .item, .galleryBox-new .items .communitiesBox .loadBox, .communitiesBox .galleryBox-new .items .loadBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 17px;
}
.galleryBox-new .items .item:last-child, .galleryBox-new .items .communitiesBox .loadBox:last-child, .communitiesBox .galleryBox-new .items .loadBox:last-child {
  margin-bottom: 0;
}
.galleryBox-new .items .item img, .galleryBox-new .items .communitiesBox .loadBox img, .communitiesBox .galleryBox-new .items .loadBox img {
  height: 356px;
  width: 100%;
  object-fit: cover;
}
.green-bullets ul li {
  position: relative;
}
.green-bullets ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  background: #81CF08;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.somnia-philanthropy {
  margin-bottom: 78px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.somnia-philanthropy .left {
  -webkit-flex-basis: 43%;
  -moz-flex-basis: 43%;
  -ms-flex-preferred-size: 43%;
  flex-basis: 43%;
}
@media (max-width: 960px) {
  .somnia-philanthropy .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 25px;
  }
}
.somnia-philanthropy .left img {
  height: 100%;
}
@media (max-width: 960px) {
  .somnia-philanthropy .left img {
    height: auto;
    width: 100%;
  }
}
.somnia-philanthropy .right {
  -webkit-flex-basis: 54%;
  -moz-flex-basis: 54%;
  -ms-flex-preferred-size: 54%;
  flex-basis: 54%;
}
@media (max-width: 960px) {
  .somnia-philanthropy .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.somnia-philanthropy .right img {
  width: 100%;
}
.somnia-philanthropy .right .philanthropy-info {
  padding: 20px 45px;
  background: #EEF7FF;
  min-height: 352px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.somnia-philanthropy .right .philanthropy-info h2 {
  font-size: 46px;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-weight: 700;
}
.sliderWrap-new {
  padding: 40px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.sliderWrap-new .swiper-slide {
  text-align: center;
  padding: 0 100px;
}
@media (max-width: 960px) {
  .sliderWrap-new .swiper-slide {
    padding: 0 50px;
  }
}
.sliderWrap-new .swiper-slide .item, .sliderWrap-new .swiper-slide .communitiesBox .loadBox, .communitiesBox .sliderWrap-new .swiper-slide .loadBox {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
.sliderWrap-new .swiper-slide .item figure img, .sliderWrap-new .swiper-slide .communitiesBox .loadBox figure img, .communitiesBox .sliderWrap-new .swiper-slide .loadBox figure img {
  margin: 0 auto 20px;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  object-fit: cover;
}
.sliderWrap-new .swiper-slide .item .name, .sliderWrap-new .swiper-slide .communitiesBox .loadBox .name, .communitiesBox .sliderWrap-new .swiper-slide .loadBox .name {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .sliderWrap-new .swiper-slide .item .name, .sliderWrap-new .swiper-slide .communitiesBox .loadBox .name, .communitiesBox .sliderWrap-new .swiper-slide .loadBox .name {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .sliderWrap-new .swiper-slide .item .name, .sliderWrap-new .swiper-slide .communitiesBox .loadBox .name, .communitiesBox .sliderWrap-new .swiper-slide .loadBox .name {
    font-size: 32px;
  }
}
.sliderWrap-new .swiper-slide .item .position, .sliderWrap-new .swiper-slide .communitiesBox .loadBox .position, .communitiesBox .sliderWrap-new .swiper-slide .loadBox .position {
  margin-bottom: 16px;
  color: #999999;
  font-size: 18px;
}
.sliderWrap-new .swiper-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 9;
}
.sliderWrap-new .swiper-button.button-prev {
  left: 12%;
}
@media (max-width: 1700px) {
  .sliderWrap-new .swiper-button.button-prev {
    left: 0px;
  }
}
.sliderWrap-new .swiper-button.button-next {
  right: 12%;
}
@media (max-width: 1700px) {
  .sliderWrap-new .swiper-button.button-next {
    right: 0px;
  }
}
@media (max-width: 960px) {
  .sliderWrap-new .swiper-button img {
    max-width: 45px;
  }
}
.tpl-new-grads .title-wrapper h1, .tpl-new-grads .title-wrapper p {
  color: #fff;
}
@media (max-width: 768px) {
  .tpl-new-grads .title-wrapper h1, .tpl-new-grads .title-wrapper p {
    text-shadow: 2px 2px 2px #555;
  }
}
@media (max-width: 1500px) {
  .tpl-new-grads #top-section {
    background-position: 35% 50%;
  }
}
.quolity-resources {
  background: #EEF7FF;
  padding: 137px 0 166px;
}
@media (max-width: 1280px) {
  .quolity-resources {
    padding: 60px 0;
  }
}
@media (max-width: 960px) {
  .quolity-resources {
    padding: 35px 0;
  }
}
.quolity-resources > .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .quolity-resources > .flex {
    display: block;
  }
}
.quolity-resources .left-section {
  -webkit-flex-basis: 26%;
  -moz-flex-basis: 26%;
  -ms-flex-preferred-size: 26%;
  flex-basis: 26%;
  font-family: "Lato";
}
@media (max-width: 480px) {
  .quolity-resources .left-section {
    margin-bottom: 20px;
  }
  .quolity-resources .left-section p {
    font-size: 16px;
  }
}
.quolity-resources .center-section {
  -webkit-flex-basis: 715px;
  -moz-flex-basis: 715px;
  -ms-flex-preferred-size: 715px;
  flex-basis: 715px;
}
@media (max-width: 1800px) {
  .quolity-resources .center-section {
    -webkit-flex-basis: 600px;
    -moz-flex-basis: 600px;
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
  }
}
@media (max-width: 1600px) {
  .quolity-resources .center-section {
    -webkit-flex-basis: 500px;
    -moz-flex-basis: 500px;
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
  }
}
@media (max-width: 1500px) {
  .quolity-resources .center-section {
    -webkit-flex-basis: 400px;
    -moz-flex-basis: 400px;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
  }
}
.quolity-resources .center-section .title {
  background: #114F88;
  text-align: center;
  border-radius: 50%;
  height: 715px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 20px;
  font-family: "Lato";
}
@media (max-width: 1800px) {
  .quolity-resources .center-section .title {
    height: 600px;
  }
}
@media (max-width: 1600px) {
  .quolity-resources .center-section .title {
    height: 500px;
  }
}
@media (max-width: 1500px) {
  .quolity-resources .center-section .title {
    height: 400px;
  }
}
@media (max-width: 1280px) {
  .quolity-resources .center-section .title {
    height: auto;
    border-radius: 10px;
    margin-bottom: 30px;
  }
}
.quolity-resources .center-section .title h2 {
  font-size: 46px;
  width: 100%;
  color: #fff;
  font-weight: 900;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .quolity-resources .center-section .title h2 {
    font-size: 30px;
  }
}
.quolity-resources .right-section {
  -webkit-flex-basis: 470px;
  -moz-flex-basis: 470px;
  -ms-flex-preferred-size: 470px;
  flex-basis: 470px;
}
@media (max-width: 1280px) {
  .quolity-resources .right-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.quolity-resources .right-section .item, .quolity-resources .right-section .communitiesBox .loadBox, .communitiesBox .quolity-resources .right-section .loadBox {
  background: #114F88;
  padding: 10px 20px 10px 10px;
  border-radius: 105px;
  margin-bottom: 15px;
  max-width: 470px;
  width: 100%;
}
@media (max-width: 1280px) {
  .quolity-resources .right-section .item, .quolity-resources .right-section .communitiesBox .loadBox, .communitiesBox .quolity-resources .right-section .loadBox {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }
}
@media (max-width: 768px) {
  .quolity-resources .right-section .item, .quolity-resources .right-section .communitiesBox .loadBox, .communitiesBox .quolity-resources .right-section .loadBox {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.quolity-resources .right-section .item:hover, .quolity-resources .right-section .communitiesBox .loadBox:hover, .communitiesBox .quolity-resources .right-section .loadBox:hover {
  text-decoration: none;
  box-shadow: 1px 3px 5px 2px #555;
}
@media (max-width: 1280px) {
  .quolity-resources .right-section .item, .quolity-resources .right-section .communitiesBox .loadBox, .communitiesBox .quolity-resources .right-section .loadBox {
    margin-left: 0;
  }
}
.quolity-resources .right-section .item:first-child, .quolity-resources .right-section .communitiesBox .loadBox:first-child, .communitiesBox .quolity-resources .right-section .loadBox:first-child, .quolity-resources .right-section .item:last-child, .quolity-resources .right-section .communitiesBox .loadBox:last-child, .communitiesBox .quolity-resources .right-section .loadBox:last-child {
  margin-left: -98px;
}
@media (max-width: 1280px) {
  .quolity-resources .right-section .item:first-child, .quolity-resources .right-section .communitiesBox .loadBox:first-child, .communitiesBox .quolity-resources .right-section .loadBox:first-child, .quolity-resources .right-section .item:last-child, .quolity-resources .right-section .communitiesBox .loadBox:last-child, .communitiesBox .quolity-resources .right-section .loadBox:last-child {
    margin-left: 0;
  }
}
.quolity-resources .right-section .item:nth-child(2), .quolity-resources .right-section .communitiesBox .loadBox:nth-child(2), .communitiesBox .quolity-resources .right-section .loadBox:nth-child(2), .quolity-resources .right-section .item:nth-last-child(2), .quolity-resources .right-section .communitiesBox .loadBox:nth-last-child(2), .communitiesBox .quolity-resources .right-section .loadBox:nth-last-child(2) {
  margin-left: -48px;
}
@media (max-width: 1280px) {
  .quolity-resources .right-section .item:nth-child(2), .quolity-resources .right-section .communitiesBox .loadBox:nth-child(2), .communitiesBox .quolity-resources .right-section .loadBox:nth-child(2), .quolity-resources .right-section .item:nth-last-child(2), .quolity-resources .right-section .communitiesBox .loadBox:nth-last-child(2), .communitiesBox .quolity-resources .right-section .loadBox:nth-last-child(2) {
    margin-left: 0;
  }
}
.quolity-resources .right-section .item:first-child, .quolity-resources .right-section .communitiesBox .loadBox:first-child, .communitiesBox .quolity-resources .right-section .loadBox:first-child, .quolity-resources .right-section .item:last-child, .quolity-resources .right-section .communitiesBox .loadBox:last-child, .communitiesBox .quolity-resources .right-section .loadBox:last-child {
  margin-left: -98px;
}
@media (max-width: 1280px) {
  .quolity-resources .right-section .item:first-child, .quolity-resources .right-section .communitiesBox .loadBox:first-child, .communitiesBox .quolity-resources .right-section .loadBox:first-child, .quolity-resources .right-section .item:last-child, .quolity-resources .right-section .communitiesBox .loadBox:last-child, .communitiesBox .quolity-resources .right-section .loadBox:last-child {
    margin-left: 0;
  }
}
.quolity-resources .right-section .item:nth-child(3), .quolity-resources .right-section .communitiesBox .loadBox:nth-child(3), .communitiesBox .quolity-resources .right-section .loadBox:nth-child(3), .quolity-resources .right-section .item:nth-last-child(3), .quolity-resources .right-section .communitiesBox .loadBox:nth-last-child(3), .communitiesBox .quolity-resources .right-section .loadBox:nth-last-child(3) {
  margin-left: -13px;
}
@media (max-width: 1280px) {
  .quolity-resources .right-section .item:nth-child(3), .quolity-resources .right-section .communitiesBox .loadBox:nth-child(3), .communitiesBox .quolity-resources .right-section .loadBox:nth-child(3), .quolity-resources .right-section .item:nth-last-child(3), .quolity-resources .right-section .communitiesBox .loadBox:nth-last-child(3), .communitiesBox .quolity-resources .right-section .loadBox:nth-last-child(3) {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  .quolity-resources .right-section .item, .quolity-resources .right-section .communitiesBox .loadBox, .communitiesBox .quolity-resources .right-section .loadBox {
    max-width: 100%;
  }
}
.quolity-resources .right-section .item figure, .quolity-resources .right-section .communitiesBox .loadBox figure, .communitiesBox .quolity-resources .right-section .loadBox figure {
  width: 65px;
  height: 65px;
  background: #81CF08;
  border-radius: 50%;
  display: inline-block;
  -webkit-flex-basis: 65px;
  -moz-flex-basis: 65px;
  -ms-flex-preferred-size: 65px;
  flex-basis: 65px;
  margin-right: 17px;
  position: relative;
}
.quolity-resources .right-section .item figure img, .quolity-resources .right-section .communitiesBox .loadBox figure img, .communitiesBox .quolity-resources .right-section .loadBox figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.quolity-resources .right-section .item .text, .quolity-resources .right-section .communitiesBox .loadBox .text, .communitiesBox .quolity-resources .right-section .loadBox .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "Cambria";
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1800px) {
  .quolity-resources .right-section .item .text, .quolity-resources .right-section .communitiesBox .loadBox .text, .communitiesBox .quolity-resources .right-section .loadBox .text {
    font-size: 24px;
  }
}
.tpl-quality-program #top-section h1 {
  font-size: 60px;
}
@media (max-width: 960px) {
  .tpl-quality-program #top-section h1 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .tpl-quality-program #top-section h1 {
    font-size: 30px;
  }
}
.some {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  text-align: center;
  width: auto;
  padding-top: 5px;
}
.some a {
  color: #ffffff;
  display: inline-block;
  height: 25px;
  margin: 0 3px 6px;
  position: relative;
  width: 25px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.some a:before {
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.some a:hover {
  background: #81cf09 !important;
}
.some a.fa-facebook-f {
  background: #3b5993;
}
.some a.fa-twitter {
  background: #55acee;
}
.some a.fa-linkedin-in {
  background: #0177b5;
}
.some a.fa-play {
  background: #f80000;
}
.some a.fa-rss {
  background: #E6772F;
}
.some a.fa-at {
  background: #a2b1c4;
}
.some a.fa-phone {
  background: #9F7C56;
}
.some a.fa-instagram {
  background-color: #d6249f;
}
.pagination {
  text-align: center;
  margin-bottom: 35px;
}
.pagination h2, .pagination .prev, .pagination .next {
  display: none;
}
.pagination .page-numbers {
  font-family: "Lato";
  font-weight: 900;
  font-size: 20px;
  color: #003057;
  margin: 0 7px;
}
.pagination .page-numbers:hover {
  text-decoration: none;
  color: #39589f;
}
.pagination .current {
  color: #39589f;
}
.formBox {
  background: #eef7ff;
  padding: 90px 0 40px;
  text-align: center;
}
.formBox .formWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0;
}
.formBox .formWrap .email {
  -webkit-flex-basis: 59%;
  -moz-flex-basis: 59%;
  -ms-flex-preferred-size: 59%;
  flex-basis: 59%;
}
.formBox .formWrap .button, .formBox .formWrap .hbspt-form form .hs-button, .hbspt-form form .formBox .formWrap .hs-button {
  -webkit-flex-basis: 39%;
  -moz-flex-basis: 39%;
  -ms-flex-preferred-size: 39%;
  flex-basis: 39%;
}
.formBox .flex *, .formBox .alc * {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
.formBox .buttonBox .button, .formBox .buttonBox .hbspt-form form .hs-button, .hbspt-form form .formBox .buttonBox .hs-button {
  min-width: 225px;
}
.formBox .linkBox {
  padding: 5px 0 25px;
}
.formBox .linkBox p {
  color: #32495b;
  line-height: 1;
  padding-bottom: 12px;
}
.formBox .linkBox a {
  text-transform: uppercase;
  font-weight: 700;
  color: #39589f;
  position: relative;
}
.formBox .linkBox a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #39589f;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.formBox .linkBox a:hover {
  text-decoration: none;
}
.formBox .linkBox a:hover:before {
  width: 100%;
}
.formBox hr {
  border-bottom: 1px solid #d7dde9;
  margin: 50px 0 30px;
}
.formBox .fa-facebook-f {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #3b5993;
}
.formBox .fa-facebook-f:before {
  font-size: 26px;
}
.formBox .fa-facebook-f:hover {
  background: #81cf09;
  text-decoration: none;
}
.formBox .tar {
  text-align: right;
}
.formBox .tal {
  text-align: left;
}
.formBox .wrapCheckbox {
  text-align: left;
  padding: 10px 0;
}
.formBox .wrapCheckbox .wpcf7-checkbox {
  display: inline-block;
  padding: 0 0 30px 30px;
}
.formBox .titleCheckbox {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 0 20px 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dde3e9;
}
.formBox .wpcf7-list-item {
  display: inline-block;
  margin: 0 30px 0 0;
  color: #32495b;
  font-weight: 300;
  letter-spacing: 1px;
}
.formBox .wpcf7-list-item label {
  display: inline-block;
}
.formBox .wpcf7-list-item label span {
  position: relative;
  display: inline-block;
  padding-left: 45px;
  cursor: pointer;
  vertical-align: top;
}
.formBox .wpcf7-list-item label span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  content: "";
  border: none;
}
.formBox .wpcf7-list-item label span:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 8px;
  width: 14px;
  height: 14px;
  background: #003057;
  content: "";
  opacity: 0;
}
.formBox .wpcf7-list-item label input {
  display: none;
}
.formBox .wpcf7-list-item label input:checked + span:after {
  opacity: 1;
}
.formBox .statesBox {
  text-align: left;
  padding: 10px 0 55px;
}
.formBox .statesBox .wpcf7-checkbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  margin-left: 30px;
}
.formBox .statesBox .wpcf7-checkbox > * {
  width: 18%;
  margin: 0 1% 1.2em;
}
.formBox .statesBox .wpcf7-checkbox > * {
  margin: 0 1% 20px;
}
.secondTitle, .ourTeam .info h3 {
  font-size: 20px;
  font-weight: 900;
  display: inline-block;
  color: #003057;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-bottom: 35px;
  position: relative;
}
.secondTitle:before, .ourTeam .info h3:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 17px;
  background: #81cf09;
}
.simple-sitemap-page > li {
  padding-bottom: 20px;
}
.simple-sitemap-page > li > a {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.simple-sitemap-page > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #003057;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.simple-sitemap-page > li > a:hover {
  text-decoration: none;
}
.simple-sitemap-page > li > a:hover:before {
  width: 100%;
}
.simple-sitemap-page > li > a:hover {
  color: #003057;
}
.simple-sitemap-page > li .children {
  padding-left: 30px;
}
.simple-sitemap-page > li .children li a {
  position: relative;
}
.simple-sitemap-page > li .children li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #003057;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.simple-sitemap-page > li .children li a:hover {
  text-decoration: none;
}
.simple-sitemap-page > li .children li a:hover:before {
  width: 100%;
}
.simple-sitemap-page > li .children li a:hover {
  color: #003057;
}
.testimonialsBox .testimonialsPrev, .testimonialsBox .testimonialsNext {
  background-image: none;
  border-top: 3px solid #003057;
  border-left: 3px solid #003057;
  width: 18px;
  height: 18px;
  margin-top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonialsBox .testimonialsPrev:hover, .testimonialsBox .testimonialsNext:hover {
  border-color: #39589f;
}
.testimonialsBox .testimonialsPrev {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  left: -40px;
}
.testimonialsBox .testimonialsNext {
  -webkit-transform: rotateZ(135deg);
  -moz-transform: rotateZ(135deg);
  -ms-transform: rotateZ(135deg);
  -o-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
  right: -40px;
}
.testimonialsBox .testimonialsSlider {
  background-image: url("../images/testimonail.jpg");
}
.testimonialsBox .item, .testimonialsBox .communitiesBox .loadBox, .communitiesBox .testimonialsBox .loadBox {
  cursor: pointer;
  padding: 70px 50px 45px;
}
.testimonialsBox .left {
  -webkit-flex-basis: 115px;
  -moz-flex-basis: 115px;
  -ms-flex-preferred-size: 115px;
  flex-basis: 115px;
  margin-right: 3%;
}
.testimonialsBox .left img {
  border: 8px solid #ffffff;
}
.testimonialsBox .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.testimonialsBox .name {
  color: #003057;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 3.5px;
  padding-bottom: 10px;
}
.testimonialsBox .subTitle {
  font-weight: 900;
  font-style: italic;
  color: #003057;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.testimonialsBox .text p {
  left: 1.5em;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  color: #fff;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: " ";
}
.stickyPost .thumb {
  height: calc(100% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 0;
}
.stickyPost .thumb:before {
  content: "";
  background-image: -moz-linear-gradient(90deg, #26387f 0%, rgba(38, 56, 127, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #26387f 0%, rgba(38, 56, 127, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #26387f 0%, rgba(38, 56, 127, 0) 100%);
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.stickyPost .date {
  color: #fff;
  font-family: "Lato";
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  background: #81cf09;
  padding: 7px 10px;
  display: inline-block;
  margin-bottom: 25px;
}
.stickyPost .info {
  padding: 60px 75px;
  width: 71%;
}
.stickyPost .title {
  padding-bottom: 12px;
}
.stickyPost .title a {
  font-family: "Lato";
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  position: relative;
}
.stickyPost .title a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.stickyPost .title a:hover {
  text-decoration: none;
}
.stickyPost .title a:hover:before {
  width: 100%;
}
.stickyPost .text {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 33px;
}
.stickyPost .more {
  text-transform: uppercase;
  color: #81cf09;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 1.5px;
  position: relative;
}
.stickyPost .more:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #81cf09;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.stickyPost .more:hover {
  text-decoration: none;
}
.stickyPost .more:hover:before {
  width: 100%;
}
.postsWrap {
  padding: 30px 0;
}
.postsWrap .stickyPost {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.postsWrap .postWrap {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-left: 20px;
}
.postsWrap .postWrap .posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.postsWrap .postWrap .posts > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
.postsWrap .postWrap .posts .post {
  background-color: #39589f;
  margin-bottom: 20px;
}
.postsWrap .postWrap .posts .post .thumb {
  min-height: 205px;
  position: relative;
}
.postsWrap .postWrap .posts .post .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.postsWrap .postWrap .posts .post .date {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Lato";
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  background: #81cf09;
  padding: 7px 10px;
}
.postsWrap .postWrap .posts .post .info {
  padding: 25px 30px 25px;
  min-height: 210px;
}
.postsWrap .postWrap .posts .post .title a {
  font-family: "Lato";
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.postsWrap .postWrap .posts .post .title a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.postsWrap .postWrap .posts .post .title a:hover {
  text-decoration: none;
}
.postsWrap .postWrap .posts .post .title a:hover:before {
  width: 100%;
}
.postsWrap .postWrap .posts .post .text {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  padding-bottom: 25px;
}
.postsWrap .postWrap .posts .post .more {
  text-transform: uppercase;
  color: #81cf09;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 1.5px;
  position: relative;
}
.postsWrap .postWrap .posts .post .more:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #81cf09;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.postsWrap .postWrap .posts .post .more:hover {
  text-decoration: none;
}
.postsWrap .postWrap .posts .post .more:hover:before {
  width: 100%;
}
.newsPosts .post {
  padding-bottom: 55px;
}
.newsPosts .post .title a {
  text-transform: uppercase;
  color: #000;
  position: relative;
}
.newsPosts .post .title a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #39589f;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.newsPosts .post .title a:hover {
  text-decoration: none;
}
.newsPosts .post .title a:hover:before {
  width: 100%;
}
.newsPosts .post .title a:hover {
  color: #39589f;
}
.newsPosts .post .categoriesWrap .category {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  padding-right: 20px;
  padding-bottom: 15px;
}
.newsPosts .post .categoriesWrap .category:last-child {
  padding-right: 0;
}
.newsPosts .post .date {
  font-family: "Lato";
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  padding-bottom: 15px;
}
.newsPosts .post .text {
  font-weight: 300;
}
.contactBox {
  padding: 40px 0 20px;
}
.teamBox {
  padding: 55px 0 10px;
}
.teamBox .item, .teamBox .communitiesBox .loadBox, .communitiesBox .teamBox .loadBox {
  background: #f4f7fa;
  margin-bottom: 18px;
  padding: 40px 50px;
}
.teamBox .leftInfo {
  -webkit-flex-basis: 115px;
  -moz-flex-basis: 115px;
  -ms-flex-preferred-size: 115px;
  flex-basis: 115px;
  margin-right: 5%;
  text-align: center;
}
.teamBox .rightInfo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.teamBox .rightInfo h2 {
  padding-bottom: 10px;
}
.teamBox .thumb {
  border: 15px solid #ffffff;
  margin-bottom: 20px;
}
.teamBox .some a {
  width: 27px;
  height: 27px;
  border-radius: 50%;
}
.teamBox .title {
  font-weight: 900;
  color: #003057;
  letter-spacing: 4px;
  position: relative;
}
.teamBox .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #003057;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.teamBox .title:hover {
  text-decoration: none;
}
.teamBox .title:hover:before {
  width: 100%;
}
.teamBox .subTitle {
  font-weight: 900;
  text-transform: uppercase;
  color: #003057;
  letter-spacing: 3.5px;
  padding-bottom: 15px;
}
.teamBox .text {
  color: #32495b;
  font-weight: 300;
  line-height: 1.7;
}
.teamBox .staff-title {
  background: #0095C9;
  text-align: center;
  padding: 35px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}
.singleTeamBox {
  padding-bottom: 45px;
}
.singleTeamBox .title:before {
  display: none;
}
.corporateJobsBox .item, .corporateJobsBox .communitiesBox .loadBox, .communitiesBox .corporateJobsBox .loadBox {
  padding-bottom: 50px;
}
.corporateJobsBox h3 {
  display: inline-block;
  margin-right: 25px;
  padding-bottom: 10px;
}
.corporateJobsBox h3:last-child {
  margin-right: 0;
}
.corporateJobsBox .title {
  text-transform: uppercase;
  color: #5876e9;
  position: relative;
}
.corporateJobsBox .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #003057;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.corporateJobsBox .title:hover {
  text-decoration: none;
}
.corporateJobsBox .title:hover:before {
  width: 100%;
}
.corporateJobsBox .title:hover {
  color: #003057;
}
.corporateJobsBox .district {
  text-transform: uppercase;
  color: #003057;
}
.corporateJobsBox .text {
  font-weight: 300;
}
.applyNowBox .image {
  -webkit-flex-basis: 35%;
  -moz-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}
.applyNowBox .text {
  -webkit-flex-basis: 65%;
  -moz-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  padding: 1.875rem;
  background: #f4f7fa;
}
.applyNowBox .text h3 a {
  font-size: 1.25rem;
  font-weight: 900;
  color: #003057;
  position: relative;
}
.applyNowBox .text h3 a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #5876e9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.applyNowBox .text h3 a:hover {
  text-decoration: none;
}
.applyNowBox .text h3 a:hover:before {
  width: 100%;
}
.applyNowBox .text h3 a:hover {
  color: #5876e9;
}
.applyNowBox .text p a {
  font-size: 14px;
  font-weight: 900;
  color: #5876e9;
  letter-spacing: 1.5px;
  position: relative;
}
.applyNowBox .text p a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #003057;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.applyNowBox .text p a:hover {
  text-decoration: none;
}
.applyNowBox .text p a:hover:before {
  width: 100%;
}
.applyNowBox .text p a:hover {
  color: #003057;
}
.patientInfoText {
  padding: 70px 0 30px;
}
.patientInfoText h3 {
  letter-spacing: 4px;
  padding-bottom: 50px;
}
.patientInfoText h4 {
  font-weight: 900;
}
.patientInfoText p {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.6;
}
.patientInfo .item, .patientInfo .communitiesBox .loadBox, .communitiesBox .patientInfo .loadBox {
  padding: 70px 0 40px;
}
.patientInfo .item:nth-child(2n-1), .patientInfo .communitiesBox .loadBox:nth-child(2n-1), .communitiesBox .patientInfo .loadBox:nth-child(2n-1) {
  background: #eef7ff;
}
.patientInfo .instructiond {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3.5%;
  width: 107%;
}
.patientInfo .instructiond > * {
  width: 26.3333333333%;
  margin: 0 3.5% 4.6666666667em;
}
.patientInfo .instructiond > * {
  margin: 0 3.5% 0;
}
.patientInfo .text {
  padding-bottom: 25px;
}
.patientInfo .text h3 {
  letter-spacing: 4px;
  padding-bottom: 27px;
}
.patientInfo .text p {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.7;
}
.patientInfo .suptext h4 {
  font-weight: 900;
  padding-bottom: 10px;
}
.patientInfo .suptext p {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.6;
}
.patientInfo .image {
  min-height: 210px;
  margin-bottom: 35px;
}
.recruitersBlock .wrapBox .title {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.25rem;
  padding-bottom: 60px;
}
.recruitersBlock .wrapBox .recruitersBox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  padding-bottom: 35px;
}
.recruitersBlock .wrapBox .recruitersBox > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
.recruitersBlock .wrapBox .item, .recruitersBlock .wrapBox .communitiesBox .loadBox, .communitiesBox .recruitersBlock .wrapBox .loadBox {
  background: #f4f7fa;
  margin-bottom: 18px;
  padding: 40px 30px;
}
.recruitersBlock .wrapBox .left {
  -webkit-flex-basis: 115px;
  -moz-flex-basis: 115px;
  -ms-flex-preferred-size: 115px;
  flex-basis: 115px;
  margin-right: 8%;
}
.recruitersBlock .wrapBox .left img {
  border: 15px solid #ffffff;
}
.recruitersBlock .wrapBox .left .some {
  padding-top: 15px;
}
.recruitersBlock .wrapBox .left .some a {
  border-radius: 50%;
}
.recruitersBlock .wrapBox .left .some a:first-child, .recruitersBlock .wrapBox .left .some a:last-child {
  margin: 0 3px;
}
.recruitersBlock .wrapBox .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.recruitersBlock .wrapBox .name {
  padding-bottom: 10px;
  font-weight: 900;
  color: #003057;
  letter-spacing: 4px;
}
.recruitersBlock .wrapBox .position {
  font-weight: 900;
  text-transform: uppercase;
  color: #003057;
  letter-spacing: 3.5px;
}
.recruitersBlock .wrapBox .text {
  font-weight: 300;
}
.recruitersBlock .wrapBox .text p {
  font-size: 16px;
  letter-spacing: 0.5px;
}
.recruitersBlock .wrapBox .buttonWrap {
  text-align: center;
}
.recruitersBlock .wrapBox .buttonWrap .button, .recruitersBlock .wrapBox .buttonWrap .hbspt-form form .hs-button, .hbspt-form form .recruitersBlock .wrapBox .buttonWrap .hs-button {
  min-width: 350px;
  line-height: 90px;
  font-size: 1.5rem;
}
.clinicalTools {
  background: #eef7ff;
  padding: 70px 0 80px;
}
.clinicalTools .toolsPrev, .clinicalTools .toolsNext {
  background-image: none;
  border-top: 2px solid #003057;
  border-left: 2px solid #003057;
  width: 18px;
  height: 18px;
  margin-top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.clinicalTools .toolsPrev:hover, .clinicalTools .toolsNext:hover {
  border-color: #39589f;
}
.clinicalTools .toolsPrev {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  left: -30px;
}
.clinicalTools .toolsNext {
  -webkit-transform: rotateZ(135deg);
  -moz-transform: rotateZ(135deg);
  -ms-transform: rotateZ(135deg);
  -o-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
  right: -30px;
}
.clinicalTools .title {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 35px;
}
.clinicalTools .item, .clinicalTools .communitiesBox .loadBox, .communitiesBox .clinicalTools .loadBox {
  min-height: 390px;
  padding: 30px 7% 30px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}
.clinicalTools .item:before, .clinicalTools .communitiesBox .loadBox:before, .communitiesBox .clinicalTools .loadBox:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,27397f+100&0+50,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(39, 57, 127, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(39, 57, 127, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(39, 57, 127, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#27397f", GradientType=0);
  /* IE6-9 */
}
.clinicalTools .itemTitle {
  font-weight: 900;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0;
  padding-bottom: 10px;
}
.clinicalTools .text {
  color: #fff;
}
.clinicalTools .text p {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
.clinicalTools .text p:last-child {
  padding-bottom: 10px;
}
.clinicalTools .more {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 2px;
  color: #81cf09;
  position: relative;
}
.clinicalTools .more:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #81cf09;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.clinicalTools .more:hover {
  text-decoration: none;
}
.clinicalTools .more:hover:before {
  width: 100%;
}
.tpl-join_our_team .topBox {
  min-height: 820px;
}
.tpl-join_our_team .topBox:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#383a8d+0,4077cb+100 */
  background: #383a8d;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(56, 58, 141, 0.8) 0%, rgba(64, 119, 203, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(56, 58, 141, 0.8) 0%, rgba(64, 119, 203, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(56, 58, 141, 0.8) 0%, rgba(64, 119, 203, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#383a8d", endColorstr="#4077cb", GradientType=0);
  /* IE6-9 */
}
.ourTeam {
  padding: 85px 0 45px;
}
.ourTeam .info {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-right: 15px;
}
.ourTeam .info p {
  font-weight: 300;
  color: #32495b;
}
.ourTeam .info p a {
  color: #5876e9;
  position: relative;
}
.ourTeam .info p a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #5876e9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ourTeam .info p a:hover {
  text-decoration: none;
}
.ourTeam .info p a:hover:before {
  width: 100%;
}
.ourTeam .whySomnia {
  padding-bottom: 65px;
}
.ourTeam .whySomnia .title {
  text-transform: uppercase;
  text-align: center;
  color: #003057;
  font-weight: 900;
  letter-spacing: 4px;
  padding-bottom: 50px;
}
.ourTeam .whySomnia .benefitsBox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.ourTeam .whySomnia .benefitsBox > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
.ourTeam .whySomnia .item, .ourTeam .whySomnia .communitiesBox .loadBox, .communitiesBox .ourTeam .whySomnia .loadBox {
  background-color: #beced4;
  padding: 40px 7% 40px 30px;
}
.ourTeam .whySomnia .image {
  -webkit-flex-basis: 100px;
  -moz-flex-basis: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  margin-right: 25px;
}
.ourTeam .whySomnia .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  padding-top: 30px;
}
.ourTeam .whySomnia .text h3 {
  font-weight: 900;
  font-size: 1.25rem;
}
.ourTeam .whySomnia .text p {
  font-family: "Lato";
  line-height: 1.3;
  font-size: 1rem;
}
.ourTeam .sliderWrap {
  padding-bottom: 95px;
}
.ourTeam .sliderWrap .videoSlider {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.ourTeam .sliderWrap .videoSlider .videoSliderNext, .ourTeam .sliderWrap .videoSlider .videoSliderPrev {
  background-image: none;
  border-top: 3px solid #39589f;
  border-left: 3px solid #39589f;
  width: 18px;
  height: 18px;
  margin-top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ourTeam .sliderWrap .videoSlider .videoSliderNext:hover, .ourTeam .sliderWrap .videoSlider .videoSliderPrev:hover {
  border-color: #39589f;
}
.ourTeam .sliderWrap .videoSlider .videoSliderPrev {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.ourTeam .sliderWrap .videoSlider .videoSliderNext {
  -webkit-transform: rotateZ(135deg);
  -moz-transform: rotateZ(135deg);
  -ms-transform: rotateZ(135deg);
  -o-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
}
.ourTeam .sliderWrap .item, .ourTeam .sliderWrap .communitiesBox .loadBox, .communitiesBox .ourTeam .sliderWrap .loadBox {
  min-height: 390px;
  width: 620px;
  max-width: 100%;
}
.ourTeam .sliderWrap .play {
  position: relative;
}
.ourTeam .sliderWrap .play:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: url("../images/play.png");
  width: 60px;
  height: 60px;
}
.ourTeam .sliderWrap .play:hover {
  text-decoration: none;
}
.ourTeam .galleryBox {
  padding-bottom: 45px;
}
.ourTeam .galleryBox .items {
  margin-bottom: 10px;
}
.ourTeam .galleryBox .item, .ourTeam .galleryBox .communitiesBox .loadBox, .communitiesBox .ourTeam .galleryBox .loadBox {
  min-height: 390px;
  -webkit-flex-basis: 24.5%;
  -moz-flex-basis: 24.5%;
  -ms-flex-preferred-size: 24.5%;
  flex-basis: 24.5%;
}
.ourTeam .galleryBox .item:nth-child(3n-2), .ourTeam .galleryBox .communitiesBox .loadBox:nth-child(3n-2), .communitiesBox .ourTeam .galleryBox .loadBox:nth-child(3n-2) {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.ourTeam .galleryBox .image {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  min-height: 635px;
}
.ourTeam .galleryBox .info {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 20px 4%;
}
.communitiesBox .text h2 {
  font-weight: 900;
  letter-spacing: 4px;
  color: #08375d;
}
@media (max-width: 768px) {
  .communitiesBox .text h2 {
    font-size: 34px !important;
  }
}
.communitiesBox .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
  align-items: stretch;
}
.communitiesBox .items > * {
  width: 23.5%;
  margin: 0 0.75% 0.9375em;
}
.communitiesBox .items > * {
  margin: 0 0.75% 20px;
}
.communitiesBox .item, .communitiesBox .loadBox {
  min-height: 235px;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.communitiesBox .item:hover, .communitiesBox .loadBox:hover {
  text-decoration: none;
}
.communitiesBox .item:hover:before, .communitiesBox .loadBox:hover:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.communitiesBox .item .titleWrap, .communitiesBox .loadBox .titleWrap {
  background-color: #EEF7FF;
  height: 100%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.communitiesBox .item .titleWrap a, .communitiesBox .loadBox .titleWrap a {
  padding: 3px 17px;
  background-color: #81CF08;
  color: #fff;
  width: fit-content;
  margin-top: 20px;
  text-decoration: none;
}
.communitiesBox .title {
  font-weight: 700;
  font-size: 24px;
  color: #333;
  font-family: "Lato";
  line-height: 28px;
}
.communitiesBox .location-wrapper {
  background-color: #fff;
  padding: 5px 15px;
  width: fit-content;
}
.communitiesBox .location {
  font-family: "Roboto";
  font-size: 18px;
  color: #333333;
  padding: 0;
}
.communitiesBox .more {
  margin-left: auto;
  font-weight: 900;
  font-size: 12px;
  color: #81cf09;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
}
.communitiesBox .more:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #81cf09;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.communitiesBox .more:hover {
  text-decoration: none;
}
.communitiesBox .more:hover:before {
  width: 100%;
}
.communitiesBox .loadBox:before {
  background-color: #39589f;
}
.communitiesBox .loadBox:hover {
  opacity: 0.8;
}
.communitiesBox .loadBox:hover:before {
  background-color: #39589f;
}
.careersTopWrap .leftBox {
  -webkit-flex-basis: 33.3333333333%;
  -moz-flex-basis: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  min-height: 820px;
  position: relative;
  z-index: 0;
  color: #ffffff;
  padding: 80px 7%;
}
.careersTopWrap .leftBox:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(80, 105, 201, 0.8);
}
.careersTopWrap .leftBox h1 {
  font-weight: 900;
}
.careersTopWrap .leftBox p {
  font-weight: 300;
}
.careersTopWrap .imagesBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0;
  width: 100%;
}
.careersTopWrap .imagesBox > * {
  width: 33.3333333333%;
  margin: 0 0 0em;
}
.careersTopWrap .item, .careersTopWrap .communitiesBox .loadBox, .communitiesBox .careersTopWrap .loadBox {
  position: relative;
  z-index: 0;
  padding: 80px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.careersTopWrap .item:before, .careersTopWrap .communitiesBox .loadBox:before, .communitiesBox .careersTopWrap .loadBox:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(64, 89, 174, 0.35);
}
.careersTopWrap .item:first-child:before, .careersTopWrap .communitiesBox .loadBox:first-child:before, .communitiesBox .careersTopWrap .loadBox:first-child:before {
  display: none;
}
.careersTopWrap .item .button, .careersTopWrap .communitiesBox .loadBox .button, .communitiesBox .careersTopWrap .loadBox .button, .careersTopWrap .item .hbspt-form form .hs-button, .hbspt-form form .careersTopWrap .item .hs-button, .careersTopWrap .communitiesBox .loadBox .hbspt-form form .hs-button, .hbspt-form form .careersTopWrap .communitiesBox .loadBox .hs-button {
  font-weight: 400;
  letter-spacing: 1px;
  min-width: 250px;
}
.iconsBox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0%;
  width: 100%;
}
.iconsBox > * {
  width: 16.6666666667%;
  margin: 0 0% 0em;
}
.iconsBox .item, .iconsBox .communitiesBox .loadBox, .communitiesBox .iconsBox .loadBox {
  padding: 65px 65px 65px 40px;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px 2px 2px 0;
  color: #000000;
  text-decoration: none;
}
.iconsBox .item:nth-child(1), .iconsBox .communitiesBox .loadBox:nth-child(1), .communitiesBox .iconsBox .loadBox:nth-child(1) {
  background-color: rgba(153, 175, 188, 0);
}
.iconsBox .item:nth-child(2), .iconsBox .communitiesBox .loadBox:nth-child(2), .communitiesBox .iconsBox .loadBox:nth-child(2) {
  background-color: rgba(153, 175, 188, 0.2);
}
.iconsBox .item:nth-child(3), .iconsBox .communitiesBox .loadBox:nth-child(3), .communitiesBox .iconsBox .loadBox:nth-child(3) {
  background-color: rgba(153, 175, 188, 0.4);
}
.iconsBox .item:nth-child(4), .iconsBox .communitiesBox .loadBox:nth-child(4), .communitiesBox .iconsBox .loadBox:nth-child(4) {
  background-color: rgba(153, 175, 188, 0.6);
}
.iconsBox .item:nth-child(5), .iconsBox .communitiesBox .loadBox:nth-child(5), .communitiesBox .iconsBox .loadBox:nth-child(5) {
  background-color: rgba(153, 175, 188, 0.8);
}
.iconsBox .item:nth-child(6), .iconsBox .communitiesBox .loadBox:nth-child(6), .communitiesBox .iconsBox .loadBox:nth-child(6) {
  background-color: #99afbc;
}
.iconsBox .item:last-child, .iconsBox .communitiesBox .loadBox:last-child, .communitiesBox .iconsBox .loadBox:last-child {
  border-right: none;
}
.iconsBox .item:hover, .iconsBox .communitiesBox .loadBox:hover, .communitiesBox .iconsBox .loadBox:hover {
  background-color: #4059ae;
  color: #ffffff;
}
.iconsBox .icon {
  min-height: 60px;
  margin-bottom: 30px;
}
.iconsBox .title {
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  padding-top: 20px;
  line-height: 1.5;
  position: relative;
}
.iconsBox .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 40px;
  background-color: #ffffff;
}
.homePagination {
  bottom: 32px !important;
}
.homePagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #fff;
  margin: 0 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.homePagination .swiper-pagination-bullet:hover {
  background-color: #39589f;
}
.homePagination .swiper-pagination-bullet-active {
  background-color: #39589f;
}
.homeServicesBox .pageTitle {
  padding: 75px 0 65px;
}
.homeServicesBox .clinicalTools {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.1%;
  width: 100.2%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-color: #fff;
  padding: 0 0 15px;
}
.homeServicesBox .clinicalTools > * {
  width: 19.8%;
  margin: 0 0.1% 0.12em;
}
.homeServicesBox .clinicalTools .item:nth-child(4), .homeServicesBox .clinicalTools .communitiesBox .loadBox:nth-child(4), .communitiesBox .homeServicesBox .clinicalTools .loadBox:nth-child(4) {
  display: none;
}
.homeInfoBox {
  background-color: #eef7ff;
  padding: 65px 0;
}
.homeInfoBox .wrapSlider {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  position: relative;
  padding: 0 35px;
}
.homeInfoBox .item, .homeInfoBox .communitiesBox .loadBox, .communitiesBox .homeInfoBox .loadBox {
  min-height: 390px;
  background-size: contain !important;
}
.homeInfoBox .homeInfoPrev, .homeInfoBox .homeInfoNext {
  background-image: none;
  border-top: 3px solid #003057;
  border-left: 3px solid #003057;
  width: 18px;
  height: 18px;
  margin-top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.homeInfoBox .homeInfoPrev:hover, .homeInfoBox .homeInfoNext:hover {
  border-color: #39589f;
}
.homeInfoBox .homeInfoPrev {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  left: 0;
}
.homeInfoBox .homeInfoNext {
  -webkit-transform: rotateZ(135deg);
  -moz-transform: rotateZ(135deg);
  -ms-transform: rotateZ(135deg);
  -o-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
  right: 0;
}
.homeInfoBox .infoWrap {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}
.homeInfoBox .text {
  color: #32495b;
  font-weight: 300;
}
.homeInfoBox .text p {
  font-size: 16px;
}
.homeInfoBox .text blockquote {
  font-style: italic;
}
.homeInfoBox .text blockquote p:first-child:before {
  content: url("../images/quoter.png");
  margin-right: 10px;
}
.homeInfoBox .text a {
  color: #5876e9;
  position: relative;
}
.homeInfoBox .text a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #5876e9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.homeInfoBox .text a:hover {
  text-decoration: none;
}
.homeInfoBox .text a:hover:before {
  width: 100%;
}
.homeInfoBox .text hr {
  background-color: #ced1d4;
  height: 1px;
  margin-bottom: 20px;
}
.homeInfoBox .more {
  font-weight: 700;
  font-size: 14px;
  color: #81cf09;
  position: relative;
}
.homeInfoBox .more:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #81cf09;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.homeInfoBox .more:hover {
  text-decoration: none;
}
.homeInfoBox .more:hover:before {
  width: 100%;
}
footer {
  background: #003057;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
footer:before {
  content: url("../images/footer_img.png");
  position: absolute;
  bottom: -8px;
  left: 0;
}
footer .wrapInfo {
  padding-bottom: 30px;
}
footer #footerMenu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1280px) {
  footer #footerMenu > ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer #footerMenu > ul > li {
  position: relative;
  padding-left: 10px;
}
@media (max-width: 1280px) {
  footer #footerMenu > ul > li {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    margin-bottom: 20px;
  }
}
footer #footerMenu > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #001323;
}
footer #footerMenu > ul > li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 1px;
  height: 100%;
  background: #1a4568;
}
footer #footerMenu > ul > li:first-child {
  padding-left: 0;
}
footer #footerMenu > ul > li:first-child:before, footer #footerMenu > ul > li:first-child:after {
  display: none;
}
footer #footerMenu > ul > li.columnTwo .sub-menu {
  column-count: 2;
  column-gap: 50px;
}
footer #footerMenu > ul > li > a {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}
footer #footerMenu > ul > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer #footerMenu > ul > li > a:hover {
  text-decoration: none;
}
footer #footerMenu > ul > li > a:hover:before {
  width: 100%;
}
footer #footerMenu > ul > li .sub-menu li {
  line-height: 1;
  padding-bottom: 4px;
}
footer #footerMenu > ul > li .sub-menu li a {
  font-family: "Raleway";
  font-size: 12px;
  color: #7696b1;
  letter-spacing: 0.5px;
  position: relative;
}
footer #footerMenu > ul > li .sub-menu li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #7696b1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer #footerMenu > ul > li .sub-menu li a:hover {
  text-decoration: none;
}
footer #footerMenu > ul > li .sub-menu li a:hover:before {
  width: 100%;
}
footer .info {
  -webkit-flex-basis: 150px;
  -moz-flex-basis: 150px;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  margin-left: 8%;
  font-family: "Raleway";
  font-size: 12px;
  color: #7696b1;
  padding-top: 35px;
}
footer .copyright {
  font-family: "Raleway";
  font-size: 12px;
  color: #39589f;
  letter-spacing: 0.5px;
}
footer .copyright a {
  position: relative;
}
footer .copyright a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #7696b1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer .copyright a:hover {
  text-decoration: none;
}
footer .copyright a:hover:before {
  width: 100%;
}
footer .copyright a:hover {
  color: #7696b1;
}
@media screen and (max-width: 1500px) {
  .ourTeam .whySomnia .item, .ourTeam .whySomnia .communitiesBox .loadBox, .communitiesBox .ourTeam .whySomnia .loadBox {
    display: block;
    padding: 30px;
  }
  .ourTeam .whySomnia .image {
    margin: 0 0 15px;
  }
  .ourTeam .whySomnia .text {
    padding-top: 0;
  }
  .recruitersBlock .wrapBox .item, .recruitersBlock .wrapBox .communitiesBox .loadBox, .communitiesBox .recruitersBlock .wrapBox .loadBox {
    display: block;
  }
  .recruitersBlock .wrapBox .left {
    margin: 0 0 15px;
  }
  .homeServicesBox .clinicalTools {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.1%;
    width: 100.2%;
  }
  .homeServicesBox .clinicalTools > * {
    width: 24.8%;
    margin: 0 0.1% 0.125em;
  }
  .homeServicesBox .clinicalTools .item, .homeServicesBox .clinicalTools .communitiesBox .loadBox, .communitiesBox .homeServicesBox .clinicalTools .loadBox {
    padding: 20px;
  }
}
@media screen and (max-width: 1380px) {
  .tpl-join_our_team .topBox {
    min-height: 300px;
  }
  .ourTeam .galleryBox .items {
    margin-bottom: 6px;
  }
  .ourTeam .galleryBox .item, .ourTeam .galleryBox .communitiesBox .loadBox, .communitiesBox .ourTeam .galleryBox .loadBox {
    min-height: 250px;
  }
  .ourTeam .galleryBox .image {
    min-height: 540px;
  }
  .careersTopWrap {
    display: block;
  }
  .careersTopWrap .leftBox {
    min-height: 600px;
    padding: 40px 2%;
  }
  .careersTopWrap .item, .careersTopWrap .communitiesBox .loadBox, .communitiesBox .careersTopWrap .loadBox {
    min-height: 600px;
  }
  .careersTopWrap .item .button, .careersTopWrap .communitiesBox .loadBox .button, .communitiesBox .careersTopWrap .loadBox .button, .careersTopWrap .item .hbspt-form form .hs-button, .hbspt-form form .careersTopWrap .item .hs-button, .careersTopWrap .communitiesBox .loadBox .hbspt-form form .hs-button, .hbspt-form form .careersTopWrap .communitiesBox .loadBox .hs-button {
    min-width: auto;
    width: 100%;
  }
  .iconsBox .item, .iconsBox .communitiesBox .loadBox, .communitiesBox .iconsBox .loadBox {
    padding: 30px 20px 20px 20px;
  }
  .iconsBox .icon {
    margin-bottom: 10px;
  }
  .iconsBox .title {
    padding-top: 10px;
  }
  .homeServicesBox .clinicalTools {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.1%;
    width: 100.2%;
  }
  .homeServicesBox .clinicalTools > * {
    width: 49.8%;
    margin: 0 0.1% 0.15em;
  }
}
@media screen and (max-width: 1024px) {
  .blueButtonBg {
    padding: 40px 0 30px;
  }
  .blueButtonBg .title {
    padding-bottom: 0;
  }
  .formBox {
    padding: 40px 0 20px;
  }
  .formBox hr {
    margin: 20px 0 15px;
  }
  .teamBox {
    padding: 30px 0 10px;
  }
  .teamBox .item, .teamBox .communitiesBox .loadBox, .communitiesBox .teamBox .loadBox {
    padding: 20px 30px 10px;
  }
  .singleTeamBox {
    padding-bottom: 10px;
  }
  .communitiesBox .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .communitiesBox .items > * {
    width: 32.3333333333%;
    margin: 0 0.5% 0.6666666667em;
  }
  .ourTeam {
    padding: 30px 0 10px;
  }
  .ourTeam .whySomnia {
    padding-bottom: 30px;
  }
  .ourTeam .whySomnia .title {
    padding-bottom: 20px;
  }
  .ourTeam .whySomnia .benefitsBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .ourTeam .whySomnia .benefitsBox > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .ourTeam .sliderWrap {
    display: block;
    padding-bottom: 30px;
  }
  .ourTeam .galleryBox {
    padding-bottom: 0;
  }
  .ourTeam .galleryBox .wrapInfo {
    display: block;
  }
  .ourTeam .galleryBox .items {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ourTeam .galleryBox .item, .ourTeam .galleryBox .communitiesBox .loadBox, .communitiesBox .ourTeam .galleryBox .loadBox {
    -webkit-flex-basis: 49.5%;
    -moz-flex-basis: 49.5%;
    -ms-flex-preferred-size: 49.5%;
    flex-basis: 49.5%;
  }
  .ourTeam .galleryBox .item:nth-child(3n-2), .ourTeam .galleryBox .communitiesBox .loadBox:nth-child(3n-2), .communitiesBox .ourTeam .galleryBox .loadBox:nth-child(3n-2) {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 6px;
  }
  .ourTeam .galleryBox .image {
    min-height: 350px;
  }
  .patientInfoText {
    padding: 30px 0 20px;
  }
  .patientInfoText h3 {
    padding-bottom: 30px;
  }
  .patientInfo .item, .patientInfo .communitiesBox .loadBox, .communitiesBox .patientInfo .loadBox {
    padding: 30px 0 20px;
  }
  .patientInfo .instructiond {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
  }
  .patientInfo .instructiond > * {
    width: 47%;
    margin: 0 1.5% 2.25em;
  }
  .patientInfo .image {
    margin-bottom: 15px;
  }
  .careersTopWrap .leftBox {
    min-height: 400px;
  }
  .careersTopWrap .item, .careersTopWrap .communitiesBox .loadBox, .communitiesBox .careersTopWrap .loadBox {
    min-height: 400px;
  }
  .iconsBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .iconsBox > * {
    width: 33.3333333333%;
    margin: 0 0% 0em;
  }
  .iconsBox .item, .iconsBox .communitiesBox .loadBox, .communitiesBox .iconsBox .loadBox {
    border-width: 0;
  }
  .recruitersBlock .wrapBox .title {
    padding-bottom: 30px;
  }
  .recruitersBlock .wrapBox .recruitersBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    padding-bottom: 10px;
  }
  .recruitersBlock .wrapBox .recruitersBox > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .recruitersBlock .wrapBox .item, .recruitersBlock .wrapBox .communitiesBox .loadBox, .communitiesBox .recruitersBlock .wrapBox .loadBox {
    padding: 20px 20px 10px;
  }
  .recruitersBlock .wrapBox .buttonWrap .button, .recruitersBlock .wrapBox .buttonWrap .hbspt-form form .hs-button, .hbspt-form form .recruitersBlock .wrapBox .buttonWrap .hs-button {
    min-width: 250px;
    line-height: 60px;
  }
  .clinicalTools {
    background: #eef7ff;
    padding: 30px 0 40px;
  }
  .clinicalTools .toolsPrev {
    left: -20px;
  }
  .clinicalTools .toolsNext {
    right: -20px;
  }
  .corporateJobsBox .item, .corporateJobsBox .communitiesBox .loadBox, .communitiesBox .corporateJobsBox .loadBox {
    padding-bottom: 10px;
  }
  .sliderHome .swiper-slide {
    min-height: 500px;
    padding: 60px 0;
  }
  .homeServicesBox .pageTitle {
    padding: 30px 0 20px;
  }
  .homeInfoBox {
    padding: 30px 0 20px;
  }
  .homeInfoBox > .alc {
    display: block;
  }
  .homeInfoBox .wrapSlider {
    margin-bottom: 30px;
  }
  footer {
    padding: 25px 0;
  }
  footer:before {
    display: none;
  }
  footer .wrapInfo {
    padding-bottom: 15px;
  }
  footer #footerMenu > ul > li {
    padding-left: 15px;
  }
  footer #footerMenu > ul > li:first-child {
    padding-left: 0;
  }
  footer #footerMenu > ul > li.columnTwo .sub-menu {
    column-count: 1;
  }
  footer .info {
    padding-top: 0;
    margin-left: 4%;
  }
  footer .info p {
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .secondTitle, .ourTeam .info h3 {
    font-size: 18px;
    letter-spacing: 1px;
    padding-bottom: 15px;
  }
  .blueButtonBg .buttonWrap .button, .blueButtonBg .buttonWrap .hbspt-form form .hs-button, .hbspt-form form .blueButtonBg .buttonWrap .hs-button {
    margin-bottom: 15px;
  }
  .pageTitle {
    padding-bottom: 20px;
  }
  .pageTitle h2 {
    letter-spacing: 0;
  }
  .pageTitle h2 span {
    margin: 0 10px;
  }
  .formBox .flex, .formBox .alc {
    display: block;
  }
  .formBox .wrapCheckbox .wpcf7-checkbox {
    padding: 0 0 25px 0;
  }
  .formBox .statesBox {
    padding: 10px 0;
  }
  .formBox .statesBox .wpcf7-checkbox {
    margin-left: 0;
  }
  .formBox .wpcf7-list-item label span {
    padding-left: 35px;
  }
  .teamBox .item, .teamBox .communitiesBox .loadBox, .communitiesBox .teamBox .loadBox {
    display: block;
  }
  .teamBox .leftInfo {
    margin: 0 0 15px;
  }
  .teamBox .thumb {
    display: inline-block;
  }
  .teamBox .some {
    display: block;
  }
  .teamBox .title {
    letter-spacing: 0;
  }
  .teamBox .subTitle {
    letter-spacing: 0;
  }
  .communitiesBox .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .communitiesBox .items > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
  .ourTeam .whySomnia .benefitsBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .ourTeam .whySomnia .benefitsBox > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .ourTeam .sliderWrap .item, .ourTeam .sliderWrap .communitiesBox .loadBox, .communitiesBox .ourTeam .sliderWrap .loadBox {
    min-height: 300px;
  }
  .patientInfo .instructiond {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .patientInfo .instructiond > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .careersTopWrap .imagesBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .careersTopWrap .imagesBox > * {
    width: 100%;
    margin: 0 0% 0em;
  }
  .careersTopWrap .item .button, .careersTopWrap .communitiesBox .loadBox .button, .communitiesBox .careersTopWrap .loadBox .button, .careersTopWrap .item .hbspt-form form .hs-button, .hbspt-form form .careersTopWrap .item .hs-button, .careersTopWrap .communitiesBox .loadBox .hbspt-form form .hs-button, .hbspt-form form .careersTopWrap .communitiesBox .loadBox .hs-button {
    width: 50%;
  }
  .newsPosts .post {
    padding-bottom: 20px;
  }
  .simpleButtonBg {
    padding-bottom: 30px;
  }
  .simpleButtonBg .pageTitle {
    padding-bottom: 0;
  }
  .simpleButtonBg .buttonsBlock .buttonWrap .button, .simpleButtonBg .buttonsBlock .buttonWrap .hbspt-form form .hs-button, .hbspt-form form .simpleButtonBg .buttonsBlock .buttonWrap .hs-button {
    margin: 0 10px 10px;
  }
  .clinicalTools .toolsPrev {
    left: 15px;
  }
  .clinicalTools .toolsNext {
    right: 15px;
  }
  .applyNowBox {
    display: block;
  }
  .applyNowBox .image {
    min-height: 250px;
  }
  .sliderHome .swiper-slide {
    min-height: 400px;
    padding: 30px 0 60px;
  }
  .sliderHome .swiper-slide h1 {
    font-size: 28px;
  }
  .homeServicesBox .clinicalTools {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.1%;
    width: 100.2%;
  }
  .homeServicesBox .clinicalTools > * {
    width: 99.8%;
    margin: 0 0.1% 0.2em;
  }
  .homeInfoBox .item, .homeInfoBox .communitiesBox .loadBox, .communitiesBox .homeInfoBox .loadBox {
    min-height: 280px;
  }
  footer {
    text-align: center;
  }
  footer .wrapInfo {
    display: block;
  }
  footer #footerMenu > ul {
    display: block;
  }
  footer #footerMenu > ul > li {
    padding: 0 0 15px;
  }
  footer #footerMenu > ul > li:before, footer #footerMenu > ul > li:after {
    display: none;
  }
  footer #footerMenu > ul > li > a {
    margin-bottom: 10px;
  }
  footer .info {
    margin-left: 0;
  }
  footer .info p {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .recruitersBlock .wrapBox .left img {
    margin: 0 auto;
  }
  footer #footerMenu > ul > li .sub-menu li a:before {
    display: none;
  }
  footer #footerMenu > ul > li .sub-menu li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  h3 {
    font-size: 15px;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  h4 {
    padding-bottom: 10px;
  }
  p {
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
  }
  .secondTitle, .ourTeam .info h3 {
    font-size: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .secondTitle:before, .ourTeam .info h3:before {
    top: 4px;
  }
  .blueButtonBg {
    padding: 20px 0 10px;
  }
  .blueButtonBg .buttonWrap .button, .blueButtonBg .buttonWrap .hbspt-form form .hs-button, .hbspt-form form .blueButtonBg .buttonWrap .hs-button {
    display: block;
  }
  .formBox {
    padding: 25px 0 10px;
  }
  .formBox .wpcf7-list-item {
    margin: 0 30px 20px 0;
  }
  .formBox .wrapCheckbox {
    padding: 0;
  }
  .formBox .wrapCheckbox .wpcf7-checkbox {
    padding: 0;
  }
  .formBox .statesBox .wpcf7-checkbox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .formBox .statesBox .wpcf7-checkbox > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
  .formBox input[type="file"] {
    padding: 15px 30px 15px 20px;
  }
  .teamBox {
    padding: 14px 0 10px;
  }
  .teamBox .item, .teamBox .communitiesBox .loadBox, .communitiesBox .teamBox .loadBox {
    padding: 10px 15px 10px;
    margin-bottom: 10px;
  }
  .teamBox .thumb {
    border: 5px solid #fff;
    margin-bottom: 5px;
  }
  .communitiesBox .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .communitiesBox .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .communitiesBox .items > * {
    margin: 0 0.5% 5px;
  }
  .tpl-join_our_team .topBox {
    min-height: 250px;
  }
  .ourTeam {
    padding: 20px 0 10px;
  }
  .ourTeam .sliderWrap {
    padding-bottom: 15px;
  }
  .ourTeam .whySomnia {
    padding-bottom: 10px;
  }
  .ourTeam .whySomnia .item, .ourTeam .whySomnia .communitiesBox .loadBox, .communitiesBox .ourTeam .whySomnia .loadBox {
    padding: 15px 15px 10px;
  }
  .ourTeam .sliderWrap .item, .ourTeam .sliderWrap .communitiesBox .loadBox, .communitiesBox .ourTeam .sliderWrap .loadBox {
    min-height: 220px;
  }
  .ourTeam .galleryBox .items {
    display: block;
  }
  .ourTeam .galleryBox .item, .ourTeam .galleryBox .communitiesBox .loadBox, .communitiesBox .ourTeam .galleryBox .loadBox {
    margin-bottom: 6px;
  }
  .ourTeam .galleryBox .image {
    min-height: 250px;
  }
  .patientInfoText {
    padding: 20px 0 10px;
  }
  .patientInfoText h3 {
    letter-spacing: 0;
    padding-bottom: 10px;
  }
  .patientInfoText p {
    font-size: 14px;
    line-height: 1.4;
  }
  .patientInfo .item, .patientInfo .communitiesBox .loadBox, .communitiesBox .patientInfo .loadBox {
    padding: 20px 0 10px;
  }
  .patientInfo .text {
    padding-bottom: 15px;
  }
  .patientInfo .text h3 {
    letter-spacing: 0;
    padding-bottom: 15px;
  }
  .patientInfo .text p {
    font-size: 14px;
    line-height: 1.4;
  }
  .patientInfo .suptext h4 {
    font-weight: 900;
    padding-bottom: 10px;
  }
  .patientInfo .suptext p {
    font-size: 14px;
    line-height: 1.4;
  }
  .careersTopWrap .item .button, .careersTopWrap .communitiesBox .loadBox .button, .communitiesBox .careersTopWrap .loadBox .button, .careersTopWrap .item .hbspt-form form .hs-button, .hbspt-form form .careersTopWrap .item .hs-button, .careersTopWrap .communitiesBox .loadBox .hbspt-form form .hs-button, .hbspt-form form .careersTopWrap .communitiesBox .loadBox .hs-button {
    width: 80%;
  }
  .iconsBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .iconsBox > * {
    width: 50%;
    margin: 0 0% 0em;
  }
  .contactBox {
    padding: 20px 0 10px;
  }
  .clinicalTools {
    padding: 20px 0 10px;
  }
  .clinicalTools .title {
    padding-bottom: 15px;
  }
  .clinicalTools .item, .clinicalTools .communitiesBox .loadBox, .communitiesBox .clinicalTools .loadBox {
    min-height: 220px;
    padding: 20px;
  }
  .clinicalTools .itemTitle {
    font-size: 16px;
  }
  .sliderHome .swiper-slide {
    padding: 30px 0 40px;
  }
  .sliderHome .info {
    padding: 10px 10px 55px;
  }
  .homePagination {
    bottom: 10px !important;
  }
  .homeInfoBox .item, .homeInfoBox .communitiesBox .loadBox, .communitiesBox .homeInfoBox .loadBox {
    min-height: 180px;
  }
}
.g-recaptcha > div {
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .services {
    height: inherit;
  }
  .page_ID_511 .topBox {
    min-height: 450px;
  }
}
@media screen and (max-width: 1380px) {
  .topBox {
    min-height: 300px;
  }
  .page_ID_511 .topBox {
    min-height: 300px;
  }
  .testimonialsBox .testimonialsPrev {
    left: -15px;
  }
  .testimonialsBox .testimonialsNext {
    right: -15px;
  }
  .categoryItems .leftBox .post {
    padding: 20px;
  }
  .categoryItems .rightBox .post .info {
    padding: 20px;
  }
  .stickyPost .info {
    padding: 40px;
    max-width: 100%;
    width: 500px;
  }
  .postsWrap .postWrap .posts .post .info {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 1080px) {
  #mainMenu > ul > li > a {
    margin: 0 21px 0 13px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    margin-top: 50px;
  }
  header .mainHeader {
    padding: 10px 0;
  }
  html {
    font-size: 14px;
  }
  #menuOpen {
    display: block;
  }
  #menuOpen.opened + #mainMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 100;
  }
  #mainMenu {
    position: fixed;
    top: 50px;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: rgba(26, 26, 26, 0.95);
    right: 0;
    bottom: 0;
    z-index: 100;
    overflow-y: auto;
  }
  #mainMenu ul li {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  #mainMenu ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 15px 3%;
    border-bottom: 1px solid #000;
    position: relative;
    display: block;
    text-decoration: none;
  }
  #mainMenu ul li a:after {
    display: none;
  }
  #mainMenu ul li:hover > a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li.current-menu-item > a {
    background: #39589f;
    color: #fff;
  }
  #mainMenu ul li.menu-item-has-children > a:after {
    display: none;
  }
  #mainMenu ul li span {
    width: 60px;
    background: #39589f;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  #mainMenu ul li span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 18px;
    height: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 2px;
    height: 18px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span.active:after {
    opacity: 0;
  }
  #mainMenu ul li ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: static;
    background: none;
    display: none;
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
  }
  #mainMenu ul li ul li {
    display: inline-block;
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  #mainMenu ul li ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 6%;
    border-bottom: 1px solid #000;
    position: relative;
    text-decoration: none;
  }
  #mainMenu ul li ul li span {
    background: none;
  }
  #mainMenu ul li ul li:hover a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li ul li.current-menu-item a {
    background: #39589f;
    color: #fff;
  }
  #mainMenu ul li ul li ul li a {
    font-size: 16px;
    font-style: italic;
  }
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
  .btnBox {
    text-align: center;
  }
  .content {
    padding: 30px 0;
  }
  .careersBox {
    display: block;
  }
  .careersBox aside h2 {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .contactNow {
    padding: 20px 0;
  }
  .itemsAbout .item h2, .itemsAbout .communitiesBox .loadBox h2, .communitiesBox .itemsAbout .loadBox h2 {
    font-size: 18px;
    letter-spacing: 2px;
    padding-bottom: 20px;
  }
  .itemsAbout .item h2:before, .itemsAbout .communitiesBox .loadBox h2:before, .communitiesBox .itemsAbout .loadBox h2:before {
    top: 3px;
  }
  .itemsAbout .item .info, .itemsAbout .communitiesBox .loadBox .info, .communitiesBox .itemsAbout .loadBox .info {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .interestedBox .titleInterested {
    padding: 20px 0;
    margin-bottom: 10px;
  }
  .interestedBox ol {
    margin-bottom: 20px;
  }
  .interestedBox ul {
    padding: 20px 30px;
  }
  .interestedBox .linksInterested {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .interestedBox .linksInterested > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
  .categoryItems .leftBox, .categoryItems .rightBox {
    width: 100%;
  }
  .categoryItems .categoryItem {
    min-height: 400px !important;
  }
  .categoryPosts .post {
    margin-bottom: 20px;
  }
  .categoryPosts .post .thumb {
    margin-right: 20px;
    -webkit-flex-basis: 300px;
    -moz-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
  }
  .categoryPosts .post .info h3 {
    line-height: 1.2;
  }
  .categoryPosts .post .info p {
    font-size: 16px;
  }
  .stickyPost {
    margin-bottom: 20px;
  }
  .postsWrap {
    display: block;
  }
  .postsWrap .postWrap {
    padding-left: 0;
  }
  input[type="text"], input[type="file"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
    height: 50px;
  }
  .button, .hbspt-form form .hs-button {
    line-height: 50px;
  }
  .residents_srnas, .careersTools {
    display: block;
  }
  .residents_srnas article, .careersTools article {
    margin-bottom: 20px;
  }
  .residents_srnas aside, .careersTools aside {
    margin-left: 0;
  }
  .services {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0;
    width: 100%;
    height: auto;
  }
  .services > * {
    width: 50%;
    margin: 0 0 0em;
  }
  .single-anesthesia-services .topDescriptionServices {
    padding-bottom: 10px;
  }
  .single-anesthesia-services .imageText {
    margin-bottom: 40px;
  }
  .single-anesthesia-services .imageText figure {
    -webkit-flex-basis: 350px;
    -moz-flex-basis: 350px;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    margin-right: 20px;
  }
  .parentBox aside .item, .parentBox aside .communitiesBox .loadBox, .communitiesBox .parentBox aside .loadBox {
    padding: 25px;
    text-align: center;
  }
  .parentBox aside .item h2, .parentBox aside .communitiesBox .loadBox h2, .communitiesBox .parentBox aside .loadBox h2 {
    padding-bottom: 10px;
  }
  .topSidebar {
    text-align: center;
    padding: 25px;
  }
  .topSidebar a {
    display: inline-block;
  }
  .topSidebar .info {
    padding: 10px 0 0;
  }
  .missionTop {
    padding: 30px 0 10px;
  }
  .universityBox figure {
    -webkit-flex-basis: 300px;
    -moz-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
  }
}
@media screen and (max-width: 800px) {
  .page .simple-sitemap-page > li .children {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .desktop_hide {
    display: block;
  }
  .mobile_hide {
    display: none;
  }
  h1 {
    font-size: 30px;
  }
  .topBox {
    min-height: 250px;
  }
  .page_ID_511 .topBox {
    min-height: 250px;
  }
  .careersBox table tbody a, .careersBox table tbody h3, .careersBox table tbody h4, .careersBox table tbody td, .careersBox table tbody time {
    font-size: 16px;
  }
  .careersBox table tbody td, .careersBox table tbody th {
    padding: 15px;
    min-width: 150px;
  }
  .testimonialsBox .item, .testimonialsBox .communitiesBox .loadBox, .communitiesBox .testimonialsBox .loadBox {
    display: block;
    padding: 20px 20px 25px;
  }
  .testimonialsBox .item figure, .testimonialsBox .communitiesBox .loadBox figure, .communitiesBox .testimonialsBox .loadBox figure {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .bottomDescriptionCareers {
    padding: 30px 0 0;
  }
  .interestedBox ul {
    padding: 20px 30px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .descriptionPodcast {
    padding: 30px 0 20px;
  }
  .podcast .textPost {
    font-size: 16px;
    line-height: 1.5;
  }
  .categoryBox h5 a {
    padding: 15px 5px;
  }
  .postsWrap {
    padding: 30px 0 10px;
  }
  .postsWrap .postWrap .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .postsWrap .postWrap .posts > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .pagination {
    margin-bottom: 20px;
  }
  .services {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0;
    width: 100%;
  }
  .services > * {
    width: 100%;
    margin: 0 0 0em;
  }
  .services .service {
    padding-bottom: 20px;
  }
  .services .service figure {
    margin-bottom: 20px;
  }
  .single-anesthesia-services .imageText {
    display: block;
    margin-bottom: 20px;
  }
  .single-anesthesia-services .imageText figure {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .single-anesthesia-services .imageText figure img {
    margin: 0 auto;
  }
  .educationBox .item h3, .educationBox .communitiesBox .loadBox h3, .communitiesBox .educationBox .loadBox h3 {
    padding: 15px 20px;
  }
  .educationBox .item .info, .educationBox .communitiesBox .loadBox .info, .communitiesBox .educationBox .loadBox .info {
    padding: 20px;
  }
  .educationBox .item .info .button, .educationBox .communitiesBox .loadBox .info .button, .communitiesBox .educationBox .loadBox .info .button, .educationBox .item .info .hbspt-form form .hs-button, .hbspt-form form .educationBox .item .info .hs-button, .educationBox .communitiesBox .loadBox .info .hbspt-form form .hs-button, .hbspt-form form .educationBox .communitiesBox .loadBox .info .hs-button {
    margin-left: 20px;
  }
  .universityBox .items {
    display: block;
  }
  .universityBox .items .info {
    padding: 20px;
  }
  .customTab .titleBox {
    margin-bottom: 20px;
  }
  .customTab .titleBox .titleType {
    margin-bottom: 7px;
  }
  .styleBox {
    padding: 20px;
  }
  .titleDate time {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  header .topPanel .alc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  header .topPanel .alc > * {
    width: 32.3333333333%;
    margin: 0 0.5% 0.6666666667em;
  }
  header .topPanel .button, header .topPanel .hbspt-form form .hs-button, .hbspt-form form header .topPanel .hs-button {
    margin-bottom: 5px;
  }
  header .topPanel .phoneHeader {
    font-size: 14px;
    margin-left: 0;
  }
  .testimonialsBox .testimonialsPrev {
    left: -5px;
  }
  .testimonialsBox .testimonialsNext {
    right: -5px;
  }
  .knowledgeBox {
    padding: 30px 0 20px;
  }
  .categoryItems .leftBox, .categoryItems .rightBox {
    display: block;
  }
  .categoryItems .leftBox .categoryItem, .categoryItems .rightBox .categoryItem {
    margin-bottom: 20px !important;
    min-height: 200px !important;
  }
  .categoryPosts .post {
    display: block;
  }
  .categoryPosts .post .thumb {
    display: block;
    width: 300px;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .categoryPosts .post .thumb img {
    height: 180px;
  }
  .categoryBox .alc {
    display: block;
  }
  .categoryBox h5 a {
    padding: 10px 5px;
  }
  .accCustomBox .infoBlock .title span {
    right: 10px;
  }
  .educationBox .item h3, .educationBox .communitiesBox .loadBox h3, .communitiesBox .educationBox .loadBox h3 {
    padding: 15px 20px;
  }
  .educationBox .item .info, .educationBox .communitiesBox .loadBox .info, .communitiesBox .educationBox .loadBox .info {
    display: block;
  }
  .educationBox .item .info p, .educationBox .communitiesBox .loadBox .info p, .communitiesBox .educationBox .loadBox .info p {
    text-align: left;
  }
  .educationBox .item .info .button, .educationBox .communitiesBox .loadBox .info .button, .communitiesBox .educationBox .loadBox .info .button, .educationBox .item .info .hbspt-form form .hs-button, .hbspt-form form .educationBox .item .info .hs-button, .educationBox .communitiesBox .loadBox .info .hbspt-form form .hs-button, .hbspt-form form .educationBox .communitiesBox .loadBox .info .hs-button {
    margin-left: 0;
    margin-top: 10px;
    font-size: 16px;
    line-height: 40px;
  }
  .warningBox, .bottomEducationBox {
    padding-bottom: 20px;
  }
  .warningBox .info, .bottomEducationBox .info {
    padding: 20px;
  }
  .warningBox .info:before, .bottomEducationBox .info:before {
    display: none;
  }
  .styleBox {
    margin-bottom: 10px;
  }
  .styleBox table {
    display: block;
    overflow: auto;
  }
  .styleBox table tbody {
    display: block;
    width: 600px;
  }
  .topBox {
    min-height: 200px;
  }
  .page_ID_511 .topBox {
    min-height: 200px;
  }
}
@media screen and (max-width: 479px) {
  .searchform {
    display: none;
  }
  .custom-logo-link {
    margin: 0 auto;
  }
  .custom-logo-link img {
    width: 200px;
  }
  .careersBox table {
    display: block;
    overflow: auto;
  }
  .careersBox table tbody {
    display: block;
    width: 479px;
  }
  header .topPanel .alc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  header .topPanel .alc > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
  header .topPanel .phoneHeader {
    text-align: center;
  }
  header .topPanel .phoneHeader span {
    padding-right: 10px;
  }
  .podcast {
    display: block;
  }
  .podcast .info {
    padding: 20px;
  }
  .interestedBox .linksInterested {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .interestedBox .linksInterested > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .interestedBox ul {
    padding: 20px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .single-knowledge-center .content img {
    float: none;
    margin: 0 auto 20px;
  }
}
.videos-section {
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .videos-section {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .videos-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .videos-section {
    margin: 40px 0;
  }
}
.videos-section .container {
  width: 1520px;
}
.videos-section .container .videos-wrapper .item-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .videos-section .container .videos-wrapper .item-block {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
}
.videos-section .container .videos-wrapper .item-block .text {
  margin-left: 100px;
  display: flex;
  align-items: center;
}
.videos-section .container .videos-wrapper .item-block .text h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 13px;
}
@media (max-width: 576px) {
  .videos-section .container .videos-wrapper .item-block .text h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .videos-section .container .videos-wrapper .item-block .text {
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .videos-section .container .videos-wrapper .item-block .text {
    order: -1;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
  }
}
.videos-section .container .videos-wrapper .item-block .video-block .name-video {
  background-color: #114F88;
  padding: 16px 30px;
}
@media (max-width: 576px) {
  .videos-section .container .videos-wrapper .item-block .video-block .name-video {
    padding: 7px 20px;
  }
}
.videos-section .container .videos-wrapper .item-block .video-block .name-video p {
  padding: 0;
  color: #EEF7FF;
}
.videos-section .container .videos-wrapper .item-block .video-block .video {
  position: relative;
}
.videos-section .container .videos-wrapper .item-block .video-block .video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.videos-section .container .videos-wrapper .item-block .video-block .video::after {
  content: "";
  display: block;
  padding-bottom: 56.6%;
}
.videos-section .container .videos-wrapper .item-block:nth-child(even) .text {
  order: -1;
  margin-right: 100px;
  margin-left: 0px;
}
@media (max-width: 1024px) {
  .videos-section .container .videos-wrapper .item-block:nth-child(even) .text {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .videos-section .container .videos-wrapper .item-block:nth-child(even) .text {
    margin: 0 auto;
  }
}
.referral-programs-section {
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .referral-programs-section {
    margin: 60px 0;
  }
}
@media (max-width: 768px) {
  .referral-programs-section {
    margin: 40px 0;
  }
}
@media (max-width: 576px) {
  .referral-programs-section {
    margin: 20px 0;
  }
}
.referral-programs-section .info ul {
  list-style: inside;
}
.referral-programs-section .info ul li {
  font-size: 18px;
  font-weight: 400;
  padding-left: 10px;
}
.bottom-sign-us-section {
  margin: 50px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/bottom-sign-up-bg.png");
  padding: 50px;
}
@media (max-width: 768px) {
  .bottom-sign-us-section {
    margin: 40px 0;
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .bottom-sign-us-section {
    margin: 20px 0;
    padding: 20px;
  }
}
.bottom-sign-us-section .container {
  width: 1520px;
}
.bottom-sign-us-section .container .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media (max-width: 768px) {
  .bottom-sign-us-section .container .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bottom-sign-us-section .container .wrapper .info {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .bottom-sign-us-section .container .wrapper .info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
}
.bottom-sign-us-section .container .wrapper .info .text h2 {
  font-size: 46px;
  font-weight: 700;
  text-transform: unset;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .bottom-sign-us-section .container .wrapper .info .text h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .bottom-sign-us-section .container .wrapper .info .text h2 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .bottom-sign-us-section .container .wrapper .info .text h2 {
    font-size: 28px;
  }
}
.bottom-sign-us-section .container .wrapper .info .text .btn {
  padding: 12px 25px;
  background-color: #81CF08;
  text-decoration: none;
  color: #fff;
}
.bottom-sign-us-section .logo img {
  max-width: 50%;
  margin: 0 auto;
}
.single-video-section {
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .single-video-section {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .single-video-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .single-video-section {
    margin: 40px 0;
  }
}
.single-video-section .video-wrapper {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
.single-video-section .video-wrapper .name-video {
  background-color: #114F88;
  padding: 16px 30px;
}
@media (max-width: 576px) {
  .single-video-section .video-wrapper .name-video {
    padding: 7px 20px;
  }
}
.single-video-section .video-wrapper .name-video p {
  padding: 0;
  color: #EEF7FF;
}
.single-video-section .video-wrapper .video {
  position: relative;
}
.single-video-section .video-wrapper .video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.single-video-section .video-wrapper .video::after {
  content: "";
  display: block;
  padding-bottom: 56.6%;
}
.single-video-section .info-wrapper {
  max-width: 580px;
  margin: 50px auto 0;
}
.single-video-section .info-wrapper h3 {
  font-size: 25px;
  font-weight: 700;
}
.careers-top-section {
  padding: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.careers-top-section .careers-top-wrapper {
  padding-left: 70px;
  display: grid;
  grid-template-columns: 27% 1fr;
  grid-gap: 50px;
}
@media (max-width: 1300px) {
  .careers-top-section .careers-top-wrapper {
    grid-gap: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1300px) {
  .careers-top-section .careers-top-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.careers-top-section .careers-top-wrapper .imagesBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1300px) {
  .careers-top-section .careers-top-wrapper .imagesBox {
    grid-gap: 5px;
  }
}
@media (max-width: 768px) {
  .careers-top-section .careers-top-wrapper .imagesBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .careers-top-section .careers-top-wrapper .imagesBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.careers-top-section .careers-top-wrapper .imagesBox .item, .careers-top-section .careers-top-wrapper .imagesBox .communitiesBox .loadBox, .communitiesBox .careers-top-section .careers-top-wrapper .imagesBox .loadBox {
  position: relative;
}
.careers-top-section .careers-top-wrapper .imagesBox .item::after, .careers-top-section .careers-top-wrapper .imagesBox .communitiesBox .loadBox::after, .communitiesBox .careers-top-section .careers-top-wrapper .imagesBox .loadBox::after {
  content: "";
  display: block;
  padding-bottom: 146.66%;
}
.careers-top-section .careers-top-wrapper .imagesBox .item::before, .careers-top-section .careers-top-wrapper .imagesBox .communitiesBox .loadBox::before, .communitiesBox .careers-top-section .careers-top-wrapper .imagesBox .loadBox::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(39, 57, 127, 0.63);
  z-index: 10;
}
.careers-top-section .careers-top-wrapper .imagesBox .item .button, .careers-top-section .careers-top-wrapper .imagesBox .communitiesBox .loadBox .button, .communitiesBox .careers-top-section .careers-top-wrapper .imagesBox .loadBox .button, .careers-top-section .careers-top-wrapper .imagesBox .item .hbspt-form form .hs-button, .hbspt-form form .careers-top-section .careers-top-wrapper .imagesBox .item .hs-button, .careers-top-section .careers-top-wrapper .imagesBox .communitiesBox .loadBox .hbspt-form form .hs-button, .hbspt-form form .careers-top-section .careers-top-wrapper .imagesBox .communitiesBox .loadBox .hs-button {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  width: max-content;
}
.icons-section {
  margin: 70px 0;
}
@media (max-width: 1024px) {
  .icons-section {
    margin: 50px 0;
  }
}
@media (max-width: 768px) {
  .icons-section {
    margin: 30px 0;
  }
}
@media (max-width: 576px) {
  .icons-section {
    margin: 20px 0;
  }
}
.icons-section .container {
  width: 1700px;
}
.icons-section .icons-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.icons-section .icons-wrapper .icons-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 80px 0;
  text-decoration: none;
  min-height: 390px;
}
.icons-section .icons-wrapper .icons-block::before {
  position: absolute;
  content: "";
  width: 87%;
  height: 1px;
  background-color: #D9D9D9;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.icons-section .icons-wrapper .icons-block::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 87%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #D9D9D9;
}
.icons-section .icons-wrapper .icons-block:nth-last-child(-n + 3)::before {
  display: none;
}
.icons-section .icons-wrapper .icons-block:nth-child(3n)::after {
  display: none;
}
.icons-section .icons-wrapper .icons-block .link-wrapper {
  margin-top: 25px;
  position: relative;
}
.icons-section .icons-wrapper .icons-block .link-wrapper .item, .icons-section .icons-wrapper .icons-block .link-wrapper .communitiesBox .loadBox, .communitiesBox .icons-section .icons-wrapper .icons-block .link-wrapper .loadBox {
  position: relative;
}
.icons-section .icons-wrapper .icons-block .link-wrapper .item h2, .icons-section .icons-wrapper .icons-block .link-wrapper .communitiesBox .loadBox h2, .communitiesBox .icons-section .icons-wrapper .icons-block .link-wrapper .loadBox h2 {
  text-transform: none;
  font-weight: 700;
  color: #333;
  padding-bottom: 40px;
}
.icons-section .icons-wrapper .icons-block .link-wrapper .item::after, .icons-section .icons-wrapper .icons-block .link-wrapper .communitiesBox .loadBox::after, .communitiesBox .icons-section .icons-wrapper .icons-block .link-wrapper .loadBox::after {
  content: url("../images/arrow-right-green.svg");
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .icons-section .icons-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .icons-section .icons-wrapper .icons-block {
    padding: 60px 0;
    min-height: 330px;
  }
  .icons-section .icons-wrapper .icons-block:nth-last-child(-n + 3)::before {
    display: inline-block;
  }
  .icons-section .icons-wrapper .icons-block:nth-child(3n)::after {
    display: inline-block;
  }
  .icons-section .icons-wrapper .icons-block:nth-last-child(-n + 2)::before {
    display: none;
  }
  .icons-section .icons-wrapper .icons-block:nth-child(2n)::after {
    display: none;
  }
}
@media (max-width: 576px) {
  .icons-section .icons-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .icons-section .icons-wrapper .icons-block {
    padding: 20px 0;
    min-height: 260px;
  }
  .icons-section .icons-wrapper .icons-block:nth-last-child(-n + 2)::before {
    display: inline-block;
  }
  .icons-section .icons-wrapper .icons-block:nth-child(2n)::after {
    display: inline-block;
  }
  .icons-section .icons-wrapper .icons-block:nth-last-child(-n + 1)::before {
    display: none;
  }
  .icons-section .icons-wrapper .icons-block:nth-child(1n)::after {
    display: none;
  }
}
.bottom-box-section {
  padding: 130px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .bottom-box-section {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .bottom-box-section {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .bottom-box-section {
    padding: 20px 0;
  }
}
.bottom-box-section .container {
  width: 1700px;
}
.bottom-box-section .bottom-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media (max-width: 768px) {
  .bottom-box-section .bottom-box-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bottom-box-section .bottom-box-wrapper .left-block, .bottom-box-section .bottom-box-wrapper .right-block {
  text-align: center;
}
.bottom-box-section .bottom-box-wrapper .left-block h2, .bottom-box-section .bottom-box-wrapper .right-block h2 {
  font-size: 42px;
  font-family: 700;
}
@media (max-width: 1300px) {
  .bottom-box-section .bottom-box-wrapper .left-block h2, .bottom-box-section .bottom-box-wrapper .right-block h2 {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .bottom-box-section .bottom-box-wrapper .left-block h2, .bottom-box-section .bottom-box-wrapper .right-block h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .bottom-box-section .bottom-box-wrapper .left-block h2, .bottom-box-section .bottom-box-wrapper .right-block h2 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .bottom-box-section .bottom-box-wrapper .left-block h2, .bottom-box-section .bottom-box-wrapper .right-block h2 {
    font-size: 18px;
  }
}
.bottom-box-section .bottom-box-wrapper .left-block a {
  font-size: 45px;
  color: #333;
  text-decoration-color: #81CF08;
  line-height: 32px;
}
@media (max-width: 1300px) {
  .bottom-box-section .bottom-box-wrapper .left-block a {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .bottom-box-section .bottom-box-wrapper .left-block a {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .bottom-box-section .bottom-box-wrapper .left-block a {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .bottom-box-section .bottom-box-wrapper .left-block a {
    font-size: 18px;
  }
}
.bottom-box-section .bottom-box-wrapper .right-block .btn {
  background-color: #81CF08;
  padding: 12px 25px;
  color: #fff;
  display: inline-block;
}
.communities-top-section .topBox {
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: unset;
}
.communities-top-section .topBox::before {
  display: none;
}
.communities-top-section .topBox .container {
  width: 1600px;
}
.communities-top-section .topBox .container .title-wrapper {
  width: 750px;
  max-width: 50%;
}
@media (max-width: 576px) {
  .communities-top-section .topBox .container .title-wrapper {
    max-width: 75%;
  }
}
.communities-top-section .topBox .container h1 {
  color: #333;
  font-size: 60px;
  font-weight: 800;
}
@media (max-width: 1300px) {
  .communities-top-section .topBox .container h1 {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  .communities-top-section .topBox .container h1 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .communities-top-section .topBox .container h1 {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .communities-top-section .topBox .container h1 {
    font-size: 20px;
  }
}
.communities-top-section .topBox .container .top-button-wrapper .btn {
  padding: 12px 25px;
  color: #fff;
  width: fit-content;
  text-decoration: none;
  background-color: #81CF08;
}
.communitiesBox .container {
  width: 1730px;
}
.communitiesBox .container .text h2 {
  font-size: 46px;
  font-weight: 700;
  color: #333;
}
.communities-info-section .container {
  width: 1740px;
}
.our-team {
  padding-top: 240px;
  position: relative;
  background: linear-gradient(to top, #EEF7FF 0%, #EEF7FF 20%, #fff 20%, #fff 100%);
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .our-team {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .our-team {
    padding-top: 35px;
  }
}
.our-team .decor {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.our-team .top-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .our-team .top-text {
    text-align: center;
  }
}
.our-team .top-text h2 {
  color: #333;
  font-size: 46px;
  font-style: normal;
  font-weight: 900;
  line-height: 102%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .our-team .top-text h2 {
    font-size: 36px;
  }
}
.our-team .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px);
}
.our-team .item, .our-team .communitiesBox .loadBox, .communitiesBox .our-team .loadBox {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(25% - 60px);
  -moz-box-flex: 0;
  -moz-flex: 0 1 calc(25% - 60px);
  -ms-flex: 0 1 calc(25% - 60px);
  flex: 0 1 calc(25% - 60px);
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .our-team .item, .our-team .communitiesBox .loadBox, .communitiesBox .our-team .loadBox {
    -webkit-flex-basis: calc(50% - 60px);
    -moz-flex-basis: calc(50% - 60px);
    -ms-flex-preferred-size: calc(50% - 60px);
    flex-basis: calc(50% - 60px);
  }
}
@media (max-width: 768px) {
  .our-team .item, .our-team .communitiesBox .loadBox, .communitiesBox .our-team .loadBox {
    -webkit-flex-basis: calc(100% - 60px);
    -moz-flex-basis: calc(100% - 60px);
    -ms-flex-preferred-size: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
  }
}
.our-team .item figure, .our-team .communitiesBox .loadBox figure, .communitiesBox .our-team .loadBox figure {
  width: 177px;
  height: 177px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.our-team .item figure img, .our-team .communitiesBox .loadBox figure img, .communitiesBox .our-team .loadBox figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-team .item .name, .our-team .communitiesBox .loadBox .name, .communitiesBox .our-team .loadBox .name {
  margin-bottom: 10px;
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  text-transform: capitalize;
}
.our-team .item .position, .our-team .communitiesBox .loadBox .position, .communitiesBox .our-team .loadBox .position {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 163%;
}
.text-columns {
  padding-top: 80px;
  background-color: #EEF7FF;
}
@media (max-width: 1024px) {
  .text-columns {
    padding-top: 40px;
  }
}
.text-columns .flex {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .text-columns .flex {
    margin-bottom: 20px;
  }
}
.text-columns .item, .text-columns .communitiesBox .loadBox, .communitiesBox .text-columns .loadBox {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .text-columns .item, .text-columns .communitiesBox .loadBox, .communitiesBox .text-columns .loadBox {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  .text-columns .item, .text-columns .communitiesBox .loadBox, .communitiesBox .text-columns .loadBox {
    margin-bottom: 20px;
  }
}
.text-columns h2 {
  color: #333;
  font-size: 46px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .text-columns h2 {
    font-size: 36px;
  }
}
.text-columns p {
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 480px) {
  .text-columns p {
    font-size: 16px;
  }
}
.text-columns .bottom-image {
  width: 100%;
  height: auto;
}
.research-pi {
  margin-bottom: 24px;
  padding-top: 160px;
}
@media (max-width: 960px) {
  .research-pi {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .research-pi {
    padding-top: 35px;
  }
}
.research-pi .flex {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .research-pi .flex {
    margin-bottom: 10px;
  }
}
.research-pi .item, .research-pi .communitiesBox .loadBox, .communitiesBox .research-pi .loadBox {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .research-pi .item, .research-pi .communitiesBox .loadBox, .communitiesBox .research-pi .loadBox {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  .research-pi .item, .research-pi .communitiesBox .loadBox, .communitiesBox .research-pi .loadBox {
    margin-bottom: 10px;
  }
}
.research-pi .item h2, .research-pi .communitiesBox .loadBox h2, .communitiesBox .research-pi .loadBox h2 {
  color: #333;
  font-size: 46px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .research-pi .item h2, .research-pi .communitiesBox .loadBox h2, .communitiesBox .research-pi .loadBox h2 {
    font-size: 40px;
  }
}
.research-pi .item p, .research-pi .communitiesBox .loadBox p, .communitiesBox .research-pi .loadBox p {
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 960px) {
  .research-pi .item p, .research-pi .communitiesBox .loadBox p, .communitiesBox .research-pi .loadBox p {
    font-size: 18px;
  }
}
.research-pi .swiper-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 1401px) {
  .research-pi .swiper-slide.swiper-slide-active {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .research-pi .swiper-slide.swiper-slide-active .text {
    padding-top: 25px;
  }
  .research-pi .swiper-slide.swiper-slide-active .text h3 {
    font-size: 30px;
    line-height: 1.06;
  }
}
@media screen and (min-width: 1401px) {
  .research-pi .swiper-slide.swiper-slide-next {
    width: calc(25% - 30px) !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .research-pi .swiper-slide.swiper-slide-next .inner {
    padding-bottom: 82%;
  }
  .research-pi .swiper-slide.swiper-slide-next .text {
    width: 90%;
  }
  .research-pi .swiper-slide.swiper-slide-next + .swiper-slide {
    width: calc(25% - 30px) !important;
  }
  .research-pi .swiper-slide.swiper-slide-next + .swiper-slide .inner {
    padding-bottom: 82%;
  }
  .research-pi .swiper-slide.swiper-slide-next + .swiper-slide .text {
    width: 90%;
  }
}
.research-pi .swiper-slide .inner {
  position: relative;
  height: 0;
  padding-bottom: 72%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .research-pi .swiper-slide .inner {
    height: auto;
    padding-bottom: 0;
  }
}
.research-pi .swiper-slide .inner .image {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 75px 0 0;
}
@media (max-width: 768px) {
  .research-pi .swiper-slide .inner .image {
    position: relative;
    display: block;
    height: auto;
  }
}
.research-pi .swiper-slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  padding: 10px 40px 0;
  background-color: #fff;
  border-radius: 0px 49px 0px 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .research-pi .swiper-slide .text {
    width: 100%;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
}
.research-pi .swiper-slide .text h3 {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  text-transform: capitalize;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  letter-spacing: unset;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .research-pi .swiper-slide .text h3 {
    font-size: 16px;
  }
}
.research-pi .swiper-slide .text > *:last-child {
  margin-bottom: 0;
}
.research-pi .swiper-slide .text .button, .research-pi .swiper-slide .text .hbspt-form form .hs-button, .hbspt-form form .research-pi .swiper-slide .text .hs-button {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding-left: 17px;
  padding-right: 17px;
  line-height: 32px;
}
.research-pi .swiper-button-next, .research-pi .swiper-button-prev {
  background: none;
  width: 84px;
  height: 84px;
  margin: -42px 0 0;
  display: none;
}
@media (max-width: 1400px) {
  .research-pi .swiper-button-next, .research-pi .swiper-button-prev {
    display: block;
  }
}
.research-pi .swiper-button-next rect, .research-pi .swiper-button-next path, .research-pi .swiper-button-prev rect, .research-pi .swiper-button-prev path {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.research-pi .swiper-button-next:hover rect, .research-pi .swiper-button-next.swiper-button-disabled rect, .research-pi .swiper-button-prev:hover rect, .research-pi .swiper-button-prev.swiper-button-disabled rect {
  fill: #81CF08;
}
.research-pi .swiper-button-next:hover path, .research-pi .swiper-button-next.swiper-button-disabled path, .research-pi .swiper-button-prev:hover path, .research-pi .swiper-button-prev.swiper-button-disabled path {
  stroke: #fff;
}
@media screen and (min-width: 1401px) {
  .research-pi .swiper-button-next {
    top: 103px;
    right: 0;
  }
  .research-pi .swiper-button-prev {
    top: 103px;
    right: 100px;
    left: auto;
  }
}
@media (max-width: 768px) {
  .lr-content--row.item-1 div.image figure img {
    display: none;
  }
}
.lr-content--row {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media (max-width: 768px) {
  .lr-content--row {
    padding: 40px 0 !important;
  }
}
.lr-content--row:nth-child(even) .lr-content--wrapper {
  flex-direction: row-reverse;
}
.lr-content--row .row {
  max-width: 96%;
  width: 1680px;
  margin: 0 auto;
}
.lr-content--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.lr-content--wrapper > div {
  -webkit-flex-basis: 46%;
  -moz-flex-basis: 46%;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  max-width: 46%;
}
@media (max-width: 768px) {
  .lr-content--wrapper > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.lr-content--wrapper > div.text h2 {
  font-size: 46px;
  color: #333;
}
.lr-content--wrapper > div.text h2 strong {
  font-weight: 900;
}
@media (max-width: 1024px) {
  .lr-content--wrapper > div.text h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .lr-content--wrapper > div.text h2 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .lr-content--wrapper > div.text h2 {
    font-size: 28px;
  }
}
.lr-content--wrapper > div.text ol {
  list-style: none;
  counter-reset: custom-counter;
  padding-left: 0;
}
.lr-content--wrapper > div.text ol li {
  counter-increment: custom-counter;
  padding-left: 0;
  position: relative;
  margin-bottom: 25px;
  line-height: 1;
}
.lr-content--wrapper > div.text ol li:before {
  content: counter(custom-counter, decimal-leading-zero) ".";
  color: #81cf08;
  font-size: 20px;
  font-weight: bold;
  margin-right: 25px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.lr-content--wrapper > div.text ol li:after {
  content: "";
  position: absolute;
  left: -3px;
  top: 1px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  transform: rotate(-45deg);
  z-index: 1;
}
.lr-content--wrapper > div.image figure {
  width: 100%;
}
.lr-content--wrapper > div.image figure img {
  max-width: 100%;
  object-fit: cover;
}
.cqe-section {
  background: #204999;
  padding: 30px 0 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .cqe-section {
    padding: 30px 0 30px 0;
  }
}
.cqe-section .bot-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cqe-section .bot-image {
    display: none;
  }
}
.cqe-section .bot-image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1600px) {
  .cqe-section .bot-image img {
    max-height: 200px;
    object-fit: fill;
  }
}
.cqe-section .cqe-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .cqe-section .cqe-wrapper {
    flex-wrap: wrap;
  }
}
.cqe-section .cqe-wrapper .image {
  flex-basis: 55%;
}
@media (max-width: 1400px) {
  .cqe-section .cqe-wrapper .image {
    flex-basis: 50%;
  }
}
@media (max-width: 1024px) {
  .cqe-section .cqe-wrapper .image {
    flex-basis: 100%;
  }
}
.cqe-section .cqe-wrapper .text {
  flex: 1;
  padding-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1600px) {
  .cqe-section .cqe-wrapper .text {
    padding-top: 40px;
  }
}
@media (max-width: 1024px) {
  .cqe-section .cqe-wrapper .text {
    margin-bottom: 0px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cqe-section .cqe-wrapper .text {
    padding-top: 20px;
  }
}
@media (max-width: 576px) {
  .cqe-section .cqe-wrapper .text {
    padding-top: 0px;
  }
}
.cqe-section .cqe-wrapper .text h2 {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  .cqe-section .cqe-wrapper .text h2 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .cqe-section .cqe-wrapper .text h2 {
    font-size: 30px;
  }
}
.our-acc-section {
  padding: 120px 0;
  background-color: #EEF7FF;
}
@media (max-width: 1024px) {
  .our-acc-section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .our-acc-section {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .our-acc-section {
    padding: 40px 0;
  }
}
.our-acc-section .our-acc-wrapper .title {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .our-acc-section .our-acc-wrapper .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .our-acc-section .our-acc-wrapper .title {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .our-acc-section .our-acc-wrapper .title {
    margin-bottom: 0px;
  }
}
.our-acc-section .our-acc-wrapper .title h2 {
  color: #333;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .our-acc-section .our-acc-wrapper .title h2 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .our-acc-section .our-acc-wrapper .title h2 {
    font-size: 26px;
  }
}
.our-acc-section .our-acc-wrapper .out-acc-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 30px;
}
@media (max-width: 1200px) {
  .our-acc-section .our-acc-wrapper .out-acc-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 20px;
  }
}
@media (max-width: 768px) {
  .our-acc-section .our-acc-wrapper .out-acc-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 10px;
  }
}
.our-acc-section .our-acc-wrapper .out-acc-items .item, .our-acc-section .our-acc-wrapper .out-acc-items .communitiesBox .loadBox, .communitiesBox .our-acc-section .our-acc-wrapper .out-acc-items .loadBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 22px;
}
.our-acc-section .our-acc-wrapper .out-acc-items .item .img-wrapper, .our-acc-section .our-acc-wrapper .out-acc-items .communitiesBox .loadBox .img-wrapper, .communitiesBox .our-acc-section .our-acc-wrapper .out-acc-items .loadBox .img-wrapper {
  flex-basis: 165px;
  width: 165px;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-acc-section .our-acc-wrapper .out-acc-items .item .img-wrapper .image, .our-acc-section .our-acc-wrapper .out-acc-items .communitiesBox .loadBox .img-wrapper .image, .communitiesBox .our-acc-section .our-acc-wrapper .out-acc-items .loadBox .img-wrapper .image {
  width: 115.345px;
  height: 115.345px;
  transform: rotate(-45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
}
.our-acc-section .our-acc-wrapper .out-acc-items .item .img-wrapper .image img, .our-acc-section .our-acc-wrapper .out-acc-items .communitiesBox .loadBox .img-wrapper .image img, .communitiesBox .our-acc-section .our-acc-wrapper .out-acc-items .loadBox .img-wrapper .image img {
  transform: rotate(45deg);
}
.our-acc-section .our-acc-wrapper .out-acc-items .item .text, .our-acc-section .our-acc-wrapper .out-acc-items .communitiesBox .loadBox .text, .communitiesBox .our-acc-section .our-acc-wrapper .out-acc-items .loadBox .text {
  flex: 1;
}
.our-acc-section .our-acc-wrapper .out-acc-items .item .text p, .our-acc-section .our-acc-wrapper .out-acc-items .communitiesBox .loadBox .text p, .communitiesBox .our-acc-section .our-acc-wrapper .out-acc-items .loadBox .text p {
  padding-bottom: 0;
}
