* {
  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: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 768px) {
  table {
    overflow-y: scroll;
    display: block;
  }
  table tbody {
    display: block;
    width: 600px;
  }
}
td {
  vertical-align: top;
}
input[type="text"], 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 {
  -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;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  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;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 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;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #00213D;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #001324;
}
::-webkit-scrollbar-thumb:active {
  background: #001324;
}
html {
  font: 400 19px/1.5714 'Ubuntu', sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  color: #00213D;
  -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%;
}
p {
  margin-bottom: 30px;
  line-height: 1.66;
}
@media (max-width: 1024px) {
  p {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  p {
    margin-bottom: 12px;
  }
}
a {
  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: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 50px;
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  padding: 0 20px;
  font-family: 'Ubuntu';
  font-size: 14px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #00213D;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-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: #000;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-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: #000;
  opacity: 1;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
  display: block;
}
.btn, .gform_wrapper input[type="submit"], .submit {
  display: inline-block;
  line-height: 1.15;
  padding: 15px 40px;
  font-size: 22px;
  font-weight: 500;
  background: #FF9350;
  color: #fff;
  font-family: 'Ubuntu';
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .btn, .gform_wrapper input[type="submit"], .submit {
    font-size: 16px;
    padding: 15px 20px;
  }
}
.btn.arrow, .gform_wrapper input.arrow[type="submit"], .submit.arrow {
  padding: 15px 80px 15px 40px;
}
@media (max-width: 1024px) {
  .btn.arrow, .gform_wrapper input.arrow[type="submit"], .submit.arrow {
    padding: 15px 60px 15px 20px;
  }
}
.btn.arrow .arrow-icon, .gform_wrapper input.arrow[type="submit"] .arrow-icon, .submit.arrow .arrow-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 30px;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  display: block;
}
@media (max-width: 1024px) {
  .btn.arrow .arrow-icon, .gform_wrapper input.arrow[type="submit"] .arrow-icon, .submit.arrow .arrow-icon {
    right: 10px;
  }
}
.btn.arrow .arrow-icon::before, .gform_wrapper input.arrow[type="submit"] .arrow-icon::before, .submit.arrow .arrow-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 45%;
  border-bottom: 2px solid #FF9350;
  border-right: 2px solid #FF9350;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.btn.arrow.small, .gform_wrapper input.arrow.small[type="submit"], .submit.arrow.small {
  padding: 15px 60px 15px 20px;
}
.btn.arrow.small .arrow-icon, .gform_wrapper input.arrow.small[type="submit"] .arrow-icon, .submit.arrow.small .arrow-icon {
  right: 15px;
}
@media (min-width: 1024px) {
  .btn.small, .gform_wrapper input.small[type="submit"], .submit.small {
    font-size: 20px;
  }
}
.btn.transparent, .gform_wrapper input.transparent[type="submit"], .submit.transparent {
  border: 2px solid #00213D;
  background: transparent;
  color: #00213D;
  padding: 13px 60px 13px 30px;
}
.btn.transparent::before, .gform_wrapper input.transparent[type="submit"]::before, .submit.transparent::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: '';
  right: 20px;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #00213D;
  border-right: 3px solid #00213D;
  -webkit-transform: translate(0, -50%) rotateZ(-45deg);
  -moz-transform: translate(0, -50%) rotateZ(-45deg);
  -ms-transform: translate(0, -50%) rotateZ(-45deg);
  -o-transform: translate(0, -50%) rotateZ(-45deg);
  transform: translate(0, -50%) rotateZ(-45deg);
  -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;
}
.btn.transparent::after, .gform_wrapper input.transparent[type="submit"]::after, .submit.transparent::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 22px;
  width: 14px;
  height: 3px;
  background: #00213D;
  -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;
}
.btn.transparent:hover, .gform_wrapper input.transparent[type="submit"]:hover, .submit.transparent:hover {
  border-color: #0058a3;
}
.btn.transparent:hover::before, .gform_wrapper input.transparent[type="submit"]:hover::before, .submit.transparent:hover::before {
  border-color: #fff;
}
.btn.transparent:hover::after, .gform_wrapper input.transparent[type="submit"]:hover::after, .submit.transparent:hover::after {
  background: #fff;
}
.btn:hover, .gform_wrapper input[type="submit"]:hover, .submit:hover {
  background: #0058a3;
  color: #fff;
}
h1, h2 {
  font-size: 60px;
  line-height: 1.15;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
}
h3 {
  font-size: 40px;
  line-height: 1.15;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
h4 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
h5 {
  font-size: 20px;
  line-height: 1.05;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.container {
  margin: 0 auto;
  width: 1285px;
  max-width: 94%;
  position: relative;
}
.text ul {
  margin: 0 0 40px 15px;
}
@media (max-width: 1024px) {
  .text ul {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 480px) {
  .text ul {
    margin: 0 0 12px 0;
  }
}
.text ul li {
  padding-left: 27px;
  position: relative;
  line-height: inherit;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .text ul li {
    margin-bottom: 10px;
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .text ul li {
    margin-bottom: 5px;
  }
}
.text ul li:last-child {
  margin-bottom: 0;
}
.text ul li:before {
  content: "";
  background: #00213D;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  top: 0.5789473684rem;
  left: 0;
}
@media (max-width: 1024px) {
  .text ul li:before {
    width: 6px;
    height: 6px;
    top: 7px;
  }
}
.text p a:not(.btn), .text li a:not(.btn) {
  color: #FF9350;
  position: relative;
  display: inline-block;
}
.text p a:not(.btn):before, .text li a:not(.btn):before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #0058a3;
  -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;
}
.text p a:not(.btn):hover, .text li a:not(.btn):hover {
  color: #0058a3;
}
.text p a:not(.btn):hover:before, .text li a:not(.btn):hover:before {
  width: 100%;
  opacity: 1;
}
.text .btn, .text .gform_wrapper input[type="submit"], .gform_wrapper .text input[type="submit"] {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .text .btn, .text .gform_wrapper input[type="submit"], .gform_wrapper .text input[type="submit"] {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .text .btn, .text .gform_wrapper input[type="submit"], .gform_wrapper .text input[type="submit"] {
    margin-bottom: 12px;
  }
}
.text .btn:last-child, .text .gform_wrapper input[type="submit"]:last-child, .gform_wrapper .text input[type="submit"]:last-child {
  margin-bottom: 0;
}
.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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #FF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: 'Ubuntu';
  height: 100%;
  line-height: 50px;
  padding: 0 23px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: 'Ubuntu';
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
}
div.wpcf7 .wpcf7-spinner, div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  margin: 0 10px;
}
.main-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
}
.main-menu > ul > li {
  display: inline-block;
}
.main-menu > ul > li > a {
  font-size: 16px;
  color: #00213D;
  display: inline-block;
  line-height: 90px;
  padding: 0 27px;
}
@media (max-width: 1366px) {
  .main-menu > ul > li > a {
    padding: 0 15px;
    font-size: 14px;
    line-height: 50px;
  }
}
.main-menu > ul > li > a:hover {
  background: #E6F1F5;
}
.main-menu > ul > li.menu-item-has-children > a {
  position: relative;
  z-index: 0;
}
.main-menu > ul > li.menu-item-has-children > a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #76CA37 transparent transparent transparent;
}
@media (max-width: 1366px) {
  .main-menu > ul > li.menu-item-has-children > a::before {
    right: 5px;
  }
}
.main-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
}
.main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-menu .menu-item-has-children {
  position: relative;
}
.main-menu .menu-item-has-children .sub-menu {
  left: 100%;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 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;
  background: #E6F1F5;
  min-width: 100%;
  pointer-events: none;
}
.main-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  display: block;
  padding: 10px 27px;
  color: #00213D;
  white-space: nowrap;
}
@media (max-width: 1366px) {
  .main-menu .menu-item-has-children .sub-menu li a {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #00050a;
}
.main-menu .menu-item-has-children .sub-menu li:hover > a, .main-menu .menu-item-has-children .sub-menu li.current-menu-item > a {
  background: #9dc8d8;
}
.main-menu .menu-item-has-children:hover > a {
  background: #E6F1F5;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.menu-burger {
  display: none;
  width: 34px;
  height: 30px;
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #00213D;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 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;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  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;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00213D;
  z-index: 1;
  padding: 50px 0;
  overflow: auto;
  -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-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    display: block;
  }
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #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;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -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;
}
.mobile-main-menu .arrow path {
  color: #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;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.search-box {
  position: relative;
  display: inline-block;
  font-size: 0;
  z-index: 0;
}
.search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -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;
}
.search-box .search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: transparent;
  color: #252525;
  font-size: 20px;
  -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;
}
.search-box .search-form button::before {
  content: '';
  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;
  width: 12px;
  height: 12px;
  border: 1px solid #00213D;
  border-radius: 50%;
}
.search-box .search-form button::after {
  content: '';
  width: 7px;
  height: 1px;
  background: #00213D;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 70%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  -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;
}
.search-box .search-form button:hover::before {
  border-color: #0058a3;
}
.search-box .search-form button:hover::after {
  background: #0058a3;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type="text"] {
  width: 270px;
  padding: 0 40px;
  font-size: 16px;
}
.search-box .search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #252525;
  cursor: pointer;
}
.search-box .search-btn::before {
  content: '';
  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;
  width: 12px;
  height: 12px;
  border: 1px solid #00213D;
  border-radius: 50%;
}
.search-box .search-btn::after {
  content: '';
  width: 7px;
  height: 1px;
  background: #00213D;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 70%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  -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;
}
.search-box .search-btn.close::before {
  height: 10px;
  width: 0;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.search-box .search-btn.close::after {
  top: 50%;
  left: 50%;
  height: 2px;
  width: 11px;
}
.search-box .search-btn:hover::before {
  border-color: #0058a3;
}
.search-box .search-btn:hover::after {
  background: #0058a3;
}
.share-icons, .social-icons {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.share-icons a, .social-icons a {
  display: inline-block;
  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;
  font-size: 20px;
  margin: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  color: #fff;
}
@media (max-width: 1024px) {
  .share-icons a, .social-icons a {
    width: 30px;
    height: 30px;
  }
}
.share-icons a.facebook-icon:hover, .social-icons a.facebook-icon:hover {
  background: #3b5993;
}
.share-icons a.twitter-icon:hover, .social-icons a.twitter-icon:hover {
  background: #55acee;
}
.share-icons a.instagram-icon:hover, .social-icons a.instagram-icon:hover {
  background: #d6249f;
}
.share-icons a.linkedin-icon:hover, .social-icons a.linkedin-icon:hover {
  background: #0177b5;
}
.share-icons a.pinterest-icon:hover, .social-icons a.pinterest-icon:hover {
  background: #bd1e23;
}
.share-icons a.youtube-icon:hover, .social-icons a.youtube-icon:hover {
  background: #f80000;
}
.share-icons a.vimeo-icon:hover, .social-icons a.vimeo-icon:hover {
  background: #1ab7ea;
}
.share-icons a svg, .social-icons a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 20px;
  display: block;
  color: #fff;
}
.selectric {
  border: 1px solid #000;
  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;
}
.selectric .label {
  line-height: 50px;
  height: 50px;
  color: #00213D;
  font-family: 'Ubuntu';
  font-size: 14px;
  margin: 0 40px 0 20px;
}
.selectric .button {
  line-height: 50px;
  height: 50px;
  width: 50px;
  background: transparent;
}
.selectric .button::after {
  display: none;
}
.selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #76CA37 transparent transparent transparent;
  -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;
}
.selectric-hover .selectric, .selectric-focus .selectric {
  border-color: black;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: black;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  padding: 10px 20px;
  -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;
  font-size: 14px;
  margin-bottom: 0;
  color: #00213D;
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #00213D;
  color: #fff;
}
.breadcrumb {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #3e3e3e;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5;
}
.breadcrumb a {
  color: #4a8997;
}
.breadcrumb a:hover {
  color: #284b53;
}
.pagination {
  font-size: 0;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 20px;
  background: transparent;
  margin: 0 10px;
  color: #000;
  border: 1px solid #4a8997;
  padding: 3px 15px;
}
@media (max-width: 480px) {
  .pagination .page-numbers {
    font-size: 15px;
    margin: 0 5px;
  }
}
.pagination .current {
  background: #e3e4e4;
}
.pagination a.page-numbers:hover {
  background: #e3e4e4;
}
.posts-wrapper {
  background: #F6F3F3;
}
.posts-wrapper > .container {
  width: 1560px;
}
.posts-wrapper .blog-top {
  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;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .posts-wrapper .blog-top {
    -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: 768px) {
  .posts-wrapper .blog-top {
    display: block;
  }
}
@media (max-width: 480px) {
  .posts-wrapper .blog-top {
    margin-bottom: 10px;
  }
}
.posts-wrapper .blog-top .main-title {
  color: #4a8997;
  font-weight: 300;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 9.5%;
}
@media (max-width: 1366px) {
  .posts-wrapper .blog-top .main-title {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .posts-wrapper .blog-top .main-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .posts-wrapper .blog-top .main-title {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .posts-wrapper .blog-top .main-title {
    font-size: 24px;
  }
}
.posts-wrapper .blog-top .main-title strong {
  font-weight: 700;
}
.posts-wrapper .blog-top .right-wrapper {
  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;
}
@media (max-width: 768px) {
  .posts-wrapper .blog-top .right-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.posts-wrapper .blog-top .right-wrapper > * {
  max-width: 100%;
  width: 300px;
  margin-right: 15px;
}
@media (max-width: 1366px) {
  .posts-wrapper .blog-top .right-wrapper > * {
    width: 250px;
  }
}
@media (max-width: 1024px) {
  .posts-wrapper .blog-top .right-wrapper > * {
    width: 180px;
  }
}
.posts-wrapper .blog-top .right-wrapper > *:last-child {
  margin-right: 0;
}
.blog-search-form {
  position: relative;
  z-index: 0;
}
.blog-search-form .search-inner-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  background: transparent;
}
.blog-search-form .search-inner-btn::before {
  content: '';
  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;
  width: 12px;
  height: 12px;
  border: 1px solid #00213D;
  border-radius: 50%;
}
.blog-search-form .search-inner-btn::after {
  content: '';
  width: 7px;
  height: 1px;
  background: #00213D;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 65%;
  left: 65%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  -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;
}
.blog-search-form .search-inner-btn.close::before {
  height: 10px;
  width: 0;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.blog-search-form .search-inner-btn.close::after {
  top: 50%;
  left: 50%;
  height: 2px;
  width: 11px;
}
.blog-search-form .search-inner-btn:hover::before {
  border-color: #0058a3;
}
.blog-search-form .search-inner-btn:hover::after {
  background: #0058a3;
}
.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.6%;
  width: 101.2%;
}
.posts > * {
  width: 32.1333333333%;
  margin: 0 0.6% 0.8em;
}
@media (max-width: 1024px) {
  .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%;
  }
  .posts > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .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%;
  }
  .posts > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.post {
  margin-bottom: 55px;
}
@media (max-width: 1366px) {
  .post {
    margin-bottom: 30px;
  }
}
.post .thumb {
  display: block;
  margin-bottom: 50px;
  height: 338px;
}
@media (max-width: 1366px) {
  .post .thumb {
    height: 20vw;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .post .thumb {
    height: 30vw;
  }
}
@media (max-width: 480px) {
  .post .thumb {
    height: 50vw;
  }
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.post .thumb:hover {
  opacity: 0.7;
}
.post .title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .post .title {
    font-size: 18px;
  }
}
.post .title a {
  color: #54595f;
}
.post .title a:hover {
  color: #242629;
}
.post time {
  font-size: 12px;
  line-height: 1.3;
  color: #000;
}
.single-post-wrapper {
  background: #F6F3F3;
}
@media (max-width: 768px) {
  .single-post-wrapper > .flex {
    display: block;
  }
}
.single-post-wrapper > .container {
  width: 1180px;
}
.single-post-wrapper .top-wrapper {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.single-post-wrapper .top-wrapper .main-title {
  font-size: 35px;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 1024px) {
  .single-post-wrapper .top-wrapper .main-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .single-post-wrapper .top-wrapper .main-title {
    font-size: 24px;
  }
}
.single-post-wrapper .top-wrapper .posted {
  font-size: 14px;
  line-height: 1.5;
  color: #adadad;
}
.single-post-wrapper article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-post-wrapper article .thumb {
  display: block;
  margin-bottom: 20px;
}
.single-post-wrapper article p, .single-post-wrapper article li {
  font-size: 16px;
  line-height: 1.8;
  color: #312f30;
  margin-bottom: 10px;
}
.single-post-wrapper article p > a, .single-post-wrapper article li > a {
  color: #4A8997;
}
.single-post-wrapper article p > a:hover, .single-post-wrapper article li > a:hover {
  color: #284b53;
}
.single-post-wrapper aside {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-left: 70px;
}
@media (max-width: 1024px) {
  .single-post-wrapper aside {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .single-post-wrapper aside {
    margin-left: 0;
    margin-top: 30px;
  }
}
.single-post-wrapper aside .blog-search-form {
  margin-bottom: 25px;
}
.single-post-wrapper aside .category-select {
  margin-bottom: 25px;
  display: block;
}
.single-post-wrapper aside .aside-title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  color: #5d5d5d;
  margin-bottom: 20px;
}
.single-post-wrapper aside .item {
  border-bottom: 1px solid #DDD;
  padding-top: 3px;
  padding-bottom: 12px;
}
.single-post-wrapper aside .title {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 0;
}
.single-post-wrapper aside .title a {
  color: #5d5d5d;
}
.single-post-wrapper aside .title a:hover {
  color: #2a2a2a;
}
.single-post-wrapper aside time {
  display: block;
  font-size: 12px;
  line-height: 1.9;
  color: #989898;
}
.post-navigation {
  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;
  border-top: 1px solid #DDDDDD;
  padding-top: 40px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .post-navigation {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.post-navigation [rel="next"], .post-navigation [rel="prev"] {
  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;
}
@media (max-width: 480px) {
  .post-navigation [rel="next"], .post-navigation [rel="prev"] {
    display: block;
  }
}
.post-navigation [rel="next"] .text-icon-wrapper, .post-navigation [rel="prev"] .text-icon-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  -webkit-flex-basis: 30px;
  -moz-flex-basis: 30px;
  -ms-flex-preferred-size: 30px;
  flex-basis: 30px;
  fill: #4a8997;
  -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: 480px) {
  .post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
    width: 30px;
  }
}
.post-navigation [rel="next"] .title, .post-navigation [rel="prev"] .title {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #4a8997;
}
.post-navigation [rel="next"] .post-title, .post-navigation [rel="prev"] .post-title {
  display: block;
  color: #54595f;
  -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;
  font-size: 11px;
  line-height: 1.5;
}
.post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover {
  color: #284b53;
}
.post-navigation [rel="next"]:hover svg, .post-navigation [rel="prev"]:hover svg {
  fill: #284b53;
}
.post-navigation [rel="next"]:hover .post-title, .post-navigation [rel="prev"]:hover .post-title {
  color: #284b53;
}
.post-navigation [rel="prev"] svg {
  margin-right: 15px;
}
.post-navigation [rel="next"] {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
  margin-left: 30px;
}
.post-navigation [rel="next"] svg {
  margin-left: 15px;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}
.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 -2%;
  width: 104%;
}
.grid-2 > * {
  width: 46%;
  margin: 0 2% 3em;
}
@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 -1%;
    width: 102%;
  }
  .grid-2 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.grid-3 {
  -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%;
}
.grid-3 > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
@media (max-width: 768px) {
  .grid-3 {
    -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%;
  }
  .grid-3 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.space {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 25px 0;
  }
}
.external-space {
  margin: 100px 0;
}
@media (max-width: 1366px) {
  .external-space {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .external-space {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .external-space {
    margin: 25px 0;
  }
}
.top {
  position: relative;
  z-index: 0;
  color: #fff;
  min-height: 390px;
}
@media (max-width: 1024px) {
  .top {
    min-height: auto;
  }
}
.top::before {
  content: '';
  z-index: 0;
  position: absolute;
  left: 0;
  width: 60%;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 33, 61, 0.8) 0%, rgba(0, 33, 61, 0) 100%);
}
@media (max-width: 1024px) {
  .top::before {
    width: 100%;
  }
}
.top .image {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top h1 {
  max-width: 800px;
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
header {
  position: relative;
  z-index: 100;
}
header .top-header {
  background: #00213D;
  padding: 10px 20px 10px 30px;
}
@media (max-width: 1366px) {
  header .top-header {
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  header .top-header {
    display: block;
  }
}
header .top-header .right-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  header .top-header .right-wrapper {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  header .top-header .right-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
header .top-header .custom-logo-link {
  -webkit-flex-basis: 144px;
  -moz-flex-basis: 144px;
  -ms-flex-preferred-size: 144px;
  flex-basis: 144px;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  header .top-header .custom-logo-link {
    display: block;
    max-width: 120px;
    margin: 0 auto 10px;
  }
}
header .top-header .custom-logo-link:hover {
  opacity: 0.7;
}
header .top-header .social-icons a svg {
  color: #727271;
  height: 14px;
}
header .top-header .social-icons a:hover svg {
  color: #fff;
}
header .top-header .google-review, header .top-header .pay, header .top-header .phone, header .top-header .btn, header .top-header .gform_wrapper input[type="submit"], .gform_wrapper header .top-header input[type="submit"] {
  margin-left: 2%;
}
@media (max-width: 1366px) {
  header .top-header .google-review, header .top-header .pay, header .top-header .phone, header .top-header .btn, header .top-header .gform_wrapper input[type="submit"], .gform_wrapper header .top-header input[type="submit"] {
    margin-left: 10px;
  }
}
@media (max-width: 1024px) {
  header .top-header .google-review, header .top-header .pay, header .top-header .phone, header .top-header .btn, header .top-header .gform_wrapper input[type="submit"], .gform_wrapper header .top-header input[type="submit"] {
    margin: 5px;
  }
}
@media (max-width: 1366px) {
  header .top-header .google-review, header .top-header .pay {
    -webkit-flex-basis: 120px;
    -moz-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
  }
}
header .top-header .google-review:hover, header .top-header .pay:hover {
  opacity: 0.8;
}
header .top-header .phone {
  font-size: 16px;
  color: #00213D;
  background: #fff;
  padding: 15px 19px;
  border-radius: 30px;
  line-height: 1.15;
}
@media (max-width: 1366px) {
  header .top-header .phone {
    padding: 10px 15px;
  }
}
@media (max-width: 1024px) {
  header .top-header .phone {
    font-size: 14px;
  }
}
header .top-header .phone:hover {
  background: #0058a3;
  color: #fff;
}
header .top-header .btn, header .top-header .gform_wrapper input[type="submit"], .gform_wrapper header .top-header input[type="submit"] {
  font-size: 16px;
  padding: 15px 20px;
}
@media (max-width: 1366px) {
  header .top-header .btn, header .top-header .gform_wrapper input[type="submit"], .gform_wrapper header .top-header input[type="submit"] {
    padding: 10px 15px;
  }
}
@media (max-width: 1024px) {
  header .top-header .btn, header .top-header .gform_wrapper input[type="submit"], .gform_wrapper header .top-header input[type="submit"] {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  header .bottom-header .search-box {
    display: none;
  }
}
footer {
  background: #00213D;
  color: #fff;
  font-size: 15px;
  padding: 60px 0;
}
@media (max-width: 1024px) {
  footer {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 25px 0;
  }
}
footer p a {
  color: #fff;
  position: relative;
  display: inline-block;
}
footer p a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #ffd2b6;
  -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;
}
footer p a:hover {
  color: #ffd2b6;
}
footer p a:hover:before {
  width: 100%;
  opacity: 1;
}
footer .btn, footer .gform_wrapper input[type="submit"], .gform_wrapper footer input[type="submit"] {
  font-size: 16px;
  padding: 15px 20px;
}
footer .left-text {
  -webkit-flex-basis: 275px;
  -moz-flex-basis: 275px;
  -ms-flex-preferred-size: 275px;
  flex-basis: 275px;
}
footer .left-text p a {
  color: #FF9350;
  position: relative;
  display: inline-block;
}
footer .left-text p a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #ffd2b6;
  -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;
}
footer .left-text p a:hover {
  color: #ffd2b6;
}
footer .left-text p a:hover:before {
  width: 100%;
  opacity: 1;
}
footer .footer-list {
  -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 -1%;
  width: 102%;
  margin: 0 50px;
}
footer .footer-list > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1366px) {
  footer .footer-list {
    margin: 0 20px;
  }
}
@media (max-width: 1024px) {
  footer .footer-list {
    -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%;
    text-align: center;
    margin: 20px 0;
  }
  footer .footer-list > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  footer .footer-list > * {
    margin-bottom: 0;
  }
}
footer .footer-list p {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  footer .footer-list p {
    margin-bottom: 0;
  }
}
footer .right-text {
  text-align: right;
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  color: #797D80;
}
@media (max-width: 768px) {
  footer .right-text {
    text-align: center;
  }
}
footer .social-icons {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  footer .social-icons {
    margin-bottom: 10px;
  }
}
footer .top-footer {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  footer .top-footer {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  footer .top-footer {
    display: block;
    text-align: center;
  }
}
footer .top-footer .custom-logo-link {
  -webkit-flex-basis: 250px;
  -moz-flex-basis: 250px;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
}
@media (max-width: 1024px) {
  footer .top-footer .custom-logo-link {
    -webkit-flex-basis: 160px;
    -moz-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
  }
}
@media (max-width: 768px) {
  footer .top-footer .custom-logo-link {
    max-width: 160px;
    display: inline-block;
    margin: 0 auto 20px;
  }
}
footer .top-footer .custom-logo-link:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  footer .bottom-footer {
    display: block;
    text-align: center;
  }
}
.experts-popup {
  background: #E6F1F5;
  border-radius: 20px;
  max-width: 700px;
  width: 100%;
}
@media (max-width: 480px) {
  .experts-popup {
    padding: 20px;
  }
}
.experts-popup .btn, .experts-popup .gform_wrapper input[type="submit"], .gform_wrapper .experts-popup input[type="submit"] {
  margin-bottom: 0;
}
.coming-soon-popup {
  background: #E6F1F5;
  border-radius: 20px;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 480px) {
  .coming-soon-popup {
    padding: 20px;
  }
}
.button-box {
  background: #00213D;
  color: #fff;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .button-box {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .button-box > .alc {
    display: block;
    text-align: center;
  }
}
.button-box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.button-box .button-wrapper {
  margin-left: 30px;
}
@media (max-width: 768px) {
  .button-box .button-wrapper {
    margin-left: 0;
    padding-top: 20px;
  }
}
.default-text {
  text-align: center;
}
.default-text p {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.image-text-box > .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .image-text-box > .flex {
    display: block;
  }
}
.image-text-box .image-wrapper {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .image-text-box .image-wrapper {
    margin-bottom: 20px;
    margin-right: 20px;
  }
}
.image-text-box .image-wrapper::before {
  content: '';
  position: absolute;
  top: 45px;
  bottom: 45px;
  width: 30px;
  background: #76CA37;
}
@media (max-width: 1024px) {
  .image-text-box .image-wrapper::before {
    width: 15px;
  }
}
.image-text-box .image-wrapper .image {
  height: 570px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .image-text-box .image-wrapper .image {
    height: 40vw;
  }
}
@media (max-width: 768px) {
  .image-text-box .image-wrapper .image {
    border-radius: 50px 0 0 0;
    height: auto;
  }
}
.image-text-box .image-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .image-text-box .image-wrapper .image img {
    max-height: 450px;
  }
}
.image-text-box .image-wrapper .image.large {
  height: 870px;
}
@media (max-width: 1366px) {
  .image-text-box .image-wrapper .image.large {
    height: 60vw;
  }
}
@media (max-width: 768px) {
  .image-text-box .image-wrapper .image.large {
    height: auto;
  }
}
.image-text-box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.image-text-box:not(.reverse) .image-wrapper {
  margin-right: 11.5%;
}
@media (max-width: 1366px) {
  .image-text-box:not(.reverse) .image-wrapper {
    margin-right: 5vw;
  }
}
.image-text-box:not(.reverse) .image-wrapper::before {
  left: 100%;
}
@media (min-width: 769px) {
  .image-text-box:not(.reverse) .image {
    border-radius: 20% 0 0 0;
  }
}
.image-text-box.reverse > .flex {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 769px) {
  .image-text-box.reverse .image-wrapper {
    margin-left: 5vw;
  }
}
@media (min-width: 1367px) {
  .image-text-box.reverse .image-wrapper {
    margin-left: 11.5%;
  }
}
.image-text-box.reverse .image-wrapper::before {
  right: 100%;
}
@media (max-width: 768px) {
  .image-text-box.reverse .image-wrapper::before {
    right: auto;
    left: 100%;
  }
}
@media (min-width: 769px) {
  .image-text-box.reverse .image {
    border-radius: 0 20% 0 0;
  }
}
@media (max-width: 1024px) {
  .text-text-box > .flex {
    display: block;
  }
}
.text-text-box .text {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
@media (max-width: 1024px) {
  .text-text-box .text {
    margin-bottom: 20px;
  }
}
.card-box .text {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: #fff;
  padding: 60px;
}
@media (max-width: 1366px) {
  .card-box .text {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .card-box .text {
    padding: 25px;
  }
}
@media (min-width: 1025px) {
  .card-box .colums-4, .card-box .colums-3 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 1367px) {
  .card-box .colums-4 .text, .card-box .colums-3 .text {
    padding: 40px;
  }
}
.card-box .colums-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 -1%;
  width: 102%;
}
.card-box .colums-4 > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .card-box .colums-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 -1%;
    width: 102%;
  }
  .card-box .colums-4 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .card-box .colums-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 -1%;
    width: 102%;
  }
  .card-box .colums-4 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.card-box .colums-3 {
  -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%;
}
.card-box .colums-3 > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .card-box .colums-3 {
    -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%;
  }
  .card-box .colums-3 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .card-box .colums-3 {
    -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%;
  }
  .card-box .colums-3 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.card-box .colums-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 -1%;
  width: 102%;
}
.card-box .colums-2 > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 768px) {
  .card-box .colums-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 -1%;
    width: 102%;
  }
  .card-box .colums-2 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.card-box .colums-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 -1%;
  width: 102%;
}
.card-box .colums-1 > * {
  width: 98%;
  margin: 0 1% 2em;
}
.full-text-box > .container {
  width: 1100px;
}
.list-box {
  background: #E6F1F5;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .list-box {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .list-box {
    padding: 25px 0;
  }
}
.list-box .items {
  border-radius: 90px;
  overflow: hidden;
  position: relative;
  top: -50px;
  background: #fff;
  border: 2px solid #00213D;
}
@media (max-width: 1024px) {
  .list-box .items {
    position: static;
    border-radius: 40px;
  }
}
.list-box .item {
  background: #F5F5F5;
  -webkit-flex-basis: calc(20% - 2px);
  -moz-flex-basis: calc(20% - 2px);
  -ms-flex-preferred-size: calc(20% - 2px);
  flex-basis: calc(20% - 2px);
}
@media (max-width: 1024px) {
  .list-box .item {
    -webkit-flex-basis: calc(33.33% - 2px);
    -moz-flex-basis: calc(33.33% - 2px);
    -ms-flex-preferred-size: calc(33.33% - 2px);
    flex-basis: calc(33.33% - 2px);
  }
}
@media (max-width: 768px) {
  .list-box .item {
    -webkit-flex-basis: calc(50% - 2px);
    -moz-flex-basis: calc(50% - 2px);
    -ms-flex-preferred-size: calc(50% - 2px);
    flex-basis: calc(50% - 2px);
  }
}
@media (max-width: 480px) {
  .list-box .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.list-box .image {
  height: 255px;
}
@media (max-width: 1366px) {
  .list-box .image {
    height: 19vw;
  }
}
@media (max-width: 768px) {
  .list-box .image {
    height: 30vw;
  }
}
@media (max-width: 480px) {
  .list-box .image {
    height: auto;
  }
}
.list-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-box .title {
  border-bottom: 1px solid #E4E4E4;
  padding: 20px 15px;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .list-box .title {
    padding: 15px;
  }
}
.list-box .text {
  padding: 13px 15px 20px;
  font-size: 17px;
}
@media (max-width: 1366px) {
  .list-box .text {
    padding: 15px;
  }
}
.list-box .text p {
  line-height: 1.87;
}
@media (max-width: 1366px) {
  .list-box .text p {
    line-height: 1.4;
  }
}
.list-box .text p strong {
  font-weight: 500;
}
.home-specialization {
  background: #e6e6e6;
}
.home-specialization .top-text {
  background: #00213D;
  color: #fff;
  padding: 35px 0 55px;
}
@media (max-width: 768px) {
  .home-specialization .top-text {
    padding: 25px 0;
  }
}
.home-specialization .specialization {
  margin-top: -30px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .home-specialization .specialization {
    margin-top: 0;
    padding: 25px 0;
  }
}
.home-specialization .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.5%;
  width: 103%;
}
.home-specialization .items > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
@media (max-width: 1024px) {
  .home-specialization .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%;
  }
  .home-specialization .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .home-specialization .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%;
  }
  .home-specialization .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.home-specialization .item {
  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;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home-specialization .item:last-child {
    margin-bottom: 0;
  }
}
.home-specialization .item .image {
  -webkit-flex-basis: 100px;
  -moz-flex-basis: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  min-height: 90px;
  -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;
}
.home-specialization .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-specialization .item .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  color: #00213D;
  line-height: 1.4;
  padding: 5px 20px;
  -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;
}
.home-specialization a.item:hover .image {
  opacity: 0.7;
}
.home-specialization a.item:hover .title {
  color: #0058a3;
}
.home-info > .container {
  width: 960px;
}
.home-text-image {
  border-top: 2px solid #dadada;
  overflow: hidden;
}
.home-text-image .item {
  margin: 120px 0;
}
@media (max-width: 1366px) {
  .home-text-image .item {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .home-text-image .item {
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
  .home-text-image .item {
    display: block;
  }
}
@media (max-width: 480px) {
  .home-text-image .item {
    margin: 25px 0;
  }
}
.home-text-image .item .image-wrapper {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  position: relative;
  z-index: 0;
}
.home-text-image .item .image-wrapper::before {
  content: '';
  position: absolute;
  top: 45px;
  bottom: 45px;
  width: 30px;
  background: #76CA37;
}
@media (max-width: 1024px) {
  .home-text-image .item .image-wrapper::before {
    width: 15px;
  }
}
.home-text-image .item .image {
  height: 560px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .home-text-image .item .image {
    height: 40vw;
  }
}
@media (max-width: 768px) {
  .home-text-image .item .image {
    border-radius: 50px 0 0 0;
    height: auto;
    margin-bottom: 20px;
  }
}
.home-text-image .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .home-text-image .item .image img {
    max-height: 450px;
  }
}
.home-text-image .item .small-image {
  display: none;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .home-text-image .item .small-image {
    display: none;
  }
}
.home-text-image .item .small-image img {
  max-width: 240px;
  max-height: 240px;
}
@media (max-width: 1024px) {
  .home-text-image .item .small-image img {
    max-width: 120px;
    max-height: 120px;
  }
}
.home-text-image .item .text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home-text-image .item .text {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .home-text-image .item .text {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home-text-image .item .text {
    margin-bottom: 15px;
  }
}
.home-text-image .item .text [style="text-decoration: underline;"] {
  text-decoration: none !important;
  position: relative;
  z-index: 0;
}
.home-text-image .item .text [style="text-decoration: underline;"]::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #76CA37;
}
.home-text-image .item .btn, .home-text-image .item .gform_wrapper input[type="submit"], .gform_wrapper .home-text-image .item input[type="submit"] {
  margin: 5px 5px 5px 0;
  font-size: 16px;
}
@media (min-width: 769px) {
  .home-text-image .item:nth-child(2n-1) .image {
    border-radius: 20% 0 0 0;
  }
}
.home-text-image .item:nth-child(2n-1) .small-image {
  right: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
@media (min-width: 769px) {
  .home-text-image .item:nth-child(2n-1) .image-wrapper {
    margin-right: 5vw;
  }
}
@media (min-width: 1367px) {
  .home-text-image .item:nth-child(2n-1) .image-wrapper {
    margin-right: 11%;
  }
}
.home-text-image .item:nth-child(2n-1) .image-wrapper::before {
  left: 100%;
}
.home-text-image .item:nth-child(2n) {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 769px) {
  .home-text-image .item:nth-child(2n) .image {
    border-radius: 0 20% 0 0;
  }
}
.home-text-image .item:nth-child(2n) .small-image {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
@media (min-width: 769px) {
  .home-text-image .item:nth-child(2n) .image-wrapper {
    margin-left: 5vw;
  }
}
@media (min-width: 1367px) {
  .home-text-image .item:nth-child(2n) .image-wrapper {
    margin-left: 11%;
  }
}
.home-text-image .item:nth-child(2n) .image-wrapper::before {
  right: 100%;
}
@media (max-width: 768px) {
  .home-text-image .item:nth-child(2n) .image-wrapper::before {
    right: auto;
    left: 100%;
  }
}
@media (max-width: 1024px) {
  .search-results .top .image, .single-post .top .image {
    position: static;
  }
}
.contact-content-info {
  padding: 60px 0;
}
@media (max-width: 480px) {
  .contact-content-info {
    padding: 30px 0;
  }
}
.contact-content-info > .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.contact-content-info .left-info {
  -webkit-flex-basis: 38%;
  -moz-flex-basis: 38%;
  -ms-flex-preferred-size: 38%;
  flex-basis: 38%;
  margin-right: 25px;
}
@media (max-width: 1024px) {
  .contact-content-info .left-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.contact-content-info .right-info {
  -webkit-flex-basis: 58%;
  -moz-flex-basis: 58%;
  -ms-flex-preferred-size: 58%;
  flex-basis: 58%;
  background: #eee;
  padding: 45px 50px;
}
@media (max-width: 1024px) {
  .contact-content-info .right-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px;
  }
}
.taber-navigation {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .taber-navigation {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .taber-navigation {
    padding: 25px 0;
  }
}
.taber-navigation .nav-wrapper {
  font-size: 0;
  text-align: center;
}
.taber-navigation .nav-item {
  display: inline-block;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  padding: 17px 20px;
  border-radius: 33px;
  cursor: pointer;
  text-align: center;
  -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: 10px;
}
@media (max-width: 1366px) {
  .taber-navigation .nav-item {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .taber-navigation .nav-item {
    margin: 5px;
  }
}
@media (max-width: 480px) {
  .taber-navigation .nav-item {
    padding: 10px 20px;
  }
}
.taber-navigation .nav-item:hover {
  opacity: 0.8;
}
.taber-navigation .items-wrapper {
  display: none;
}
.taber-navigation .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%;
}
.taber-navigation .items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .taber-navigation .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%;
  }
  .taber-navigation .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .taber-navigation .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%;
    text-align: center;
  }
  .taber-navigation .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.taber-navigation .link {
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #DADADA;
  padding: 20px 0 15px;
  margin-bottom: 0;
  color: #00213D;
}
.taber-navigation .link:hover {
  color: #ffd2b6;
}
.taber-navigation .link.active {
  color: #0058a3;
}
.taber-navigation .no-items {
  text-align: center;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 0;
  padding: 25px 0;
}
.gform_body .gfield {
  text-align: left;
}
.gform_body .gfield_label {
  font-size: 14px !important;
}
.custom-form-text > label {
  height: 37px;
}
.gform_wrapper.gravity-theme .ginput_container_date input, .gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium {
  width: 100% !important;
}
.page-site-map .default-text .text {
  text-align: left;
}
.page-site-map .default-text .text ul li {
  margin-bottom: 15px;
}
.page-site-map .default-text .text .children {
  margin-top: 20px;
}
.page-id-1027 .card-box .text p a {
  word-break: break-all;
}
.post-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%;
}
.post-items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .post-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%;
  }
  .post-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .post-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%;
  }
  .post-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.post-items .post-item {
  background: #fff;
}
.post-items .post-item .time-block {
  margin-bottom: 15px;
  color: #878787;
  font-size: 13px;
}
@media (max-width: 1024px) {
  .post-items .post-item .time-block {
    margin-bottom: 10px;
  }
}
.post-items .post-item .thumb {
  display: block;
  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;
}
@media (max-width: 768px) {
  .post-items .post-item .thumb {
    margin-bottom: 0px;
  }
}
.post-items .post-item .thumb:hover {
  opacity: 0.7;
}
.post-items .post-item .thumb img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
.post-items .info {
  padding: 20px;
}
@media (max-width: 1024px) {
  .post-items .info {
    padding: 20px 15px;
  }
}
@media (max-width: 768px) {
  .post-items .info {
    padding: 20px 10px;
  }
}
.post-items .info a {
  color: #00213e;
  -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;
}
.post-items .info a:hover {
  color: #0058a3;
}
.post-items .info h5 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .post-items .info h5 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.post-items .info .more {
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
@media (max-width: 768px) {
  .post-items .info .more {
    font-size: 15px;
  }
}
.post-items .info .more:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00213e;
  width: 100%;
  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;
}
.post-items .info .more:hover {
  color: #0058a3;
}
.post-items .info .more:hover:before {
  background: #0058a3;
}
.single-post-block .top-single {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .single-post-block .top-single {
    margin-bottom: 15px;
  }
}
.single-post-block .time-block {
  color: #878787;
  font-size: 16px;
  font-weight: bold;
}
.posts-part {
  padding: 65px 0 70px;
  background: #e6f1f6;
}
@media (max-width: 1024px) {
  .posts-part {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .posts-part {
    padding: 30px 0;
  }
}
.posts-part h3 {
  font-weight: 300;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .posts-part h3 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .posts-part h3 {
    font-size: 20px;
    text-align: center;
  }
}
.posts-part .btn-block {
  text-align: center;
}
.posts-part .post-items {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .posts-part .post-items {
    margin-bottom: 0;
  }
}
