@charset "utf-8";
/* fonts settings */
html,
body {
  font-family: "Roboto Regular", sans-serif;
  color: #383838;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}

table, th, td {
  border: 1px solid grey;
  border-collapse: collapse;
  padding: 6px;
}

.wide {
  width: 100%;
}
.w-1210 {
  max-width: 1210px;
  margin: auto;
  padding: 0 25px;
}
.w-1210 .w-1210 {
  padding: 0;
}
.w-1015 {
  max-width: 1015px;
  margin: auto;
  padding: 0 25px;
}
.w-1210 .w-1015 {
  padding: 0;
}
.w-1015 .w-1015 {
  padding: 0;
}
.w-850 {
  max-width: 850px;
  margin: auto;
  padding: 0 25px;
}
.w-1210 .w-850 {
  padding: 0;
}
.w-1015 .w-850 {
  padding: 0;
}
.w-850 .w-850 {
  padding: 0;
}
.w-725 {
  max-width: 725px;
  margin: auto;
  padding: 0 25px;
}
.w-1210 .w-725 {
  padding: 0;
}
.w-1015 .w-725 {
  padding: 0;
}
.w-850 .w-725 {
  padding: 0;
}
.w-725 .w-725 {
  padding: 0;
}
.text-center {
  text-align: center;
}
.clearfix:after {
  content: '';
  width: 100%;
  display: table;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 10px 0;
  color: #383838;
  font-weight: inherit;
}
h1 {
  font-size: 64px;
  line-height: 72px;
}
h1 strong {
  font-family: "Roboto Medium", sans-serif;
}
h2 {
  font-size: 36px;
  line-height: 42px;
}
h2 strong {
  font-family: "Roboto Bold", sans-serif;
}
h3 {
  font-size: 24px;
  line-height: 30px;
}
h3 strong {
  font-family: "Roboto Bold", sans-serif;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto Medium", sans-serif;
}
h4 strong {
  font-family: "Roboto Bold", sans-serif;
}
h5 {
  font-size: 14px;
}
h5 strong {
  font-family: "Roboto Bold", sans-serif;
}
p {
  font-size: 16px;
}
p strong span {
  font-family: "Roboto Bold", sans-serif;
}
a {
  color: #0b67ba;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  color: #1177d3;
}
a strong {
  font-family: "Roboto Bold", sans-serif;
}
/*main ctas*/
.cta {
  display: inline-block;
  padding: 10px 35px;
  color: #ffffff;
  background-color: #0b67ba;
  border: 1px solid #0b67ba;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-align: center;
}
.cta:hover {
  color: #ffffff;
  background-color: #1177d3;
  border: 1px solid #1177d3;
}
.cta:active,
.cta:focus {
  color: #ffffff;
  background-color: #1177d3;
  border: 1px solid #1177d3;
}
.cta.onblue {
  color: #ffffff;
  background-color: #0b67ba;
  border: 1px solid #0b67ba;
}
.cta.onblue:hover {
  color: #ffffff;
  background-color: #1177d3;
  border: 1px solid #1177d3;
}
.cta.onblue:active,
.cta.onblue:focus {
  color: #ffffff;
  background-color: #1177d3;
  border: 1px solid #1177d3;
}
.cta.ongreen {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.cta.ongreen:hover {
  color: #383838;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.cta.ongreen:active,
.cta.ongreen:focus {
  color: #383838;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.cta.onwhite {
  color: #0b67ba;
  background-color: transparent;
  border: 1px solid #0b67ba;
}
.cta.onwhite:hover {
  color: #ffffff;
  background-color: #0b67ba;
  border: 1px solid #0b67ba;
}
.cta.onwhite:active,
.cta.onwhite:focus {
  color: #ffffff;
  background-color: #0b67ba;
  border: 1px solid #0b67ba;
}
.cta.green {
  color: #86bb46;
  background-color: transparent;
  border: 1px solid #86bb46;
}
.cta.green:hover {
  color: #ffffff;
  background-color: #86bb46;
  border: 1px solid #86bb46;
}
.cta.green:active,
.cta.onwhite:focus {
  color: #ffffff;
  background-color: #86bb46;
  border: 1px solid #86bb46;
}
/*modules*/
.module {
  width: 100%;
  float: left;
}
.inside {
  position: relative;
  width: 100%;
  float: left;
}
.image-holder {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
}
.content-holder {
  position: relative;
  width: 100%;
  float: left;
}
.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inline-block-container {
  display: inline-block;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-content-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-content-left {
  -webkit-box-pack: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
}
.justify-content-right {
  -webkit-box-pack: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  -webkit-justify-content: right;
  justify-content: right;
}
.align-content-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.align-content-left {
  -webkit-align-content: left;
  -ms-flex-line-pack: left;
  align-content: left;
}
.align-content-right {
  -webkit-align-content: right;
  -ms-flex-line-pack: right;
  align-content: right;
}
.align-items-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-left {
  -webkit-box-align: left;
  -moz-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
}
.align-items-right {
  -webkit-box-align: right;
  -moz-box-align: right;
  -webkit-align-items: right;
  -ms-flex-align: right;
  align-items: right;
}
.justify-content-space-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.hero.default {
  position: relative;
  height: 100px;
}
.header-wrapper.painted + .main-menu + .hero.default {
  height: 80px;
}
.hero.normal {
  position: relative;
  height: 360px;
  margin-top: 100px;
  padding: 140px 0;
  background-color: #383838;
  overflow: hidden;
}
.hero.normal:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.21);
}
.header-wrapper.painted + .main-menu + .hero.normal {
  height: 80px;
}
.hero.normal img {
  position: absolute;
  top: 0;
  display: block;
  min-width: 100%;
  max-width: 1000%;
  height: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}
.hero.normal .hero-content {
  position: relative;
  height: 100%;
  z-index: 2;
}
.hero.normal .hero-content h1 {
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
  color: #ffffff;
}
.hero.normal.left {
  text-align: left;
}
.hero.normal.center {
  text-align: center;
}
/* module icons */
.module.icon-boxes section {
  width: 20%;
  padding: 40px 15px;
}
.module.icon-boxes section .image-holder {
  text-align: center;
}
.module.icon-boxes section .image-holder img {
  height: 55px;
  margin: 0 auto;
}
.module.icon-boxes section p {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  font-family: "Roboto Bold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.icon-boxes section a:hover p {
  color: #1177d3;
}
/* module icons on team member page */
.page-template-team-member .module.icon-boxes section {
  width: 11.111111%;
  padding: 40px 10px;
}
.page-template-team-member .module.icon-boxes section p {
  font-size: 12px;
  line-height: 16px;
}
/* module partners */
.module.partner-boxes .partners-slider.no-pagination .swiper-pagination {
  display: none;
}
.module.partner-boxes .partners-container {
  position: relative;
  width: 100%;
  float: left;
}
.module.partner-boxes .partners-slider {
  position: relative;
  padding-bottom: 60px;
}
.module.partner-boxes .partners-slider.no-pagination {
  padding-bottom: 0;
}
.module.partner-boxes .swiper-wrapper .swiper-slide {
  padding: 10px;
}
.module.partner-boxes .swiper-wrapper .swiper-slide a {
  position: relative;
  width: 100%;
  min-height: 100px;
  float: left;
  padding: 10px;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.partner-boxes .swiper-wrapper .swiper-slide a img {
  position: absolute;
  width: auto;
  max-width: 70%;
  height: auto;
  max-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 10px;
}
.module.partner-boxes .swiper-container .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: transparent;
  border: 1px solid #0b67ba;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.module.partner-boxes .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0b67ba;
}
.module.partner-boxes .flex-container section {
  width: 20%;
  padding: 10px 10px 25px 10px;
}
.module.partner-boxes .flex-container section a {
  position: relative;
  width: 100%;
  min-height: 100px;
  float: left;
  padding: 10px;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.partner-boxes .flex-container section img {
  position: absolute;
  width: auto;
  max-width: 70%;
  height: auto;
  max-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 10px;
}
/* module flags */
.module.flag-boxes .flex-container section {
  width: 20%;
  padding: 10px 55px 25px 55px;
}
.module.flag-boxes .flex-container section a {
  text-decoration: none;
}
.module.flag-boxes .flex-container section .image-holder {
  position: relative;
  width: 120px;
  height: 120px;
  float: none;
  margin: auto;
  padding: 10px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.module.flag-boxes .flex-container section .image-holder:before {
  content: '';
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 1;
}
.module.flag-boxes .flex-container section .image-holder:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0b67ba;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.module.flag-boxes .flex-container section .image-holder p {
  position: relative;
  width: 100%;
  color: #ffffff;
  line-height: 18px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.module.flag-boxes .flex-container section a:hover .image-holder:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.module.flag-boxes .flex-container section a:hover .image-holder:after {
  zoom: 1;
  filter: alpha(opacity=79);
  -webkit-opacity: 0.79;
  -moz-opacity: 0.79;
  opacity: 0.79;
}
.module.flag-boxes .flex-container section a:hover .image-holder p {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* module team */
.module.team-member-container {
  margin-top: 80px;
}
.module.team-member-container .w-1210 > .inside h1:first-of-type {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 42px;
}
.module.team-member-container p,
.module.team-member-container li {
  text-align: justify;
}
.module.team-boxes .flex-container {
  margin-bottom: 50px;
}
.module.team-boxes .flex-container section:nth-of-type(odd) {
  width: 20%;
  padding: 0 25px 25px 0;
}
.module.team-boxes .flex-container section:nth-of-type(odd) .image-holder {
  width: auto;
  padding-bottom: 21.2px;
  overflow: auto;
}
.module.team-boxes .flex-container section:nth-of-type(odd) .socials {
  position: absolute;
  width: 80%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 12px 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.12);
  border-bottom: 2px solid #0b67ba;
  text-align: center;
}
.module.team-boxes .flex-container section:nth-of-type(odd) .socials a {
  display: inline-block;
  margin: 0 10px;
  padding: 5px;
  color: #85d6ff;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.team-boxes .flex-container section:nth-of-type(odd) .socials a:hover {
  color: #0b67ba;
}
.module.team-boxes .flex-container section:nth-of-type(even) {
  width: 80%;
  padding: 0 0 25px 25px;
}
.module.team-boxes .flex-container section:nth-of-type(even) h3 {
  margin: 0 0 5px 0;
}
.module.team-boxes .flex-container section:nth-of-type(even) h4 {
  margin: 0 0 25px 0;
}
.module.team-boxes .flex-container section:nth-of-type(even) p,
.module.team-boxes .flex-container section:nth-of-type(even) li {
  color: #6f6f6f;
  text-align: justify;
}
/* module cards */
.module.card-boxes .flex-container {
  margin-left: -10px;
  margin-right: -10px;
}
.module.card-boxes section {
  width: 25%;
  padding: 10px 10px 20px 10px;
}
.module.card-boxes section .inside {
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.card-boxes section .inside[href]:hover {
  -webkit-box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, 0.11);
}
.module.card-boxes section .image-holder img {
  float: left;
}
.module.card-boxes section .content-holder {
  padding: 20px;
}
.module.card-boxes section h4 {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.card-boxes section .inside[href]:hover h4 {
  color: #1177d3;
}
.module.card-boxes section h4:before {
  content: '';
  position: absolute;
  width: 50%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #0b67ba;
}
.module.card-boxes section p {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #6f6f6f;
}
.module.card-boxes section p:empty {
  display: none;
}
/* module gallery */
.module.gallery-boxes .flex-container {
  margin-left: -15px;
  margin-right: -15px;
}
.module.gallery-boxes .gallery-individual-box {
  width: 25%;
  padding: 10px 15px 20px 15px;
}
.module.gallery-boxes .gallery-individual-box section {
  width: 100%;
  float: left;
  display: none;
}
.module.gallery-boxes section:nth-of-type(1) {
  display: inline-block;
}
.module.gallery-boxes section .inside {
  height: 100%;
  background-color: #ffffff;
  cursor: pointer;
}
.module.gallery-boxes section .image-holder img {
  float: left;
}
.module.gallery-boxes section .image-holder label {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #0b67ba;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.gallery-boxes section .inside:hover .image-holder label {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.module.gallery-boxes section .image-holder label i {
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
}
.module.gallery-boxes section .content-holder {
  padding-bottom: 20px;
}
.module.gallery-boxes section p {
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
  padding: 15px 5px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.gallery-boxes section p:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #0b67ba;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.gallery-boxes section .inside:hover p:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-outer .lg-toogle-thumb,
.lg-toolbar .lg-icon {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.lg-actions .lg-next:before {
  content: '\f054' !important;
}
.lg-actions .lg-prev:after {
  content: '\f053' !important;
}
.lg-outer .lg-toogle-thumb:after {
  content: '\f078' !important;
}
.lg-outer.lg-thumb-open .lg-toogle-thumb:after {
  content: '\f077' !important;
}
.lg-toolbar .lg-close:after {
  content: '\f00d' !important;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #0b67ba !important;
}
.lg-outer .lg-thumb-item {
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
}
#lg-download,
#lg-zoom-in,
#lg-zoom-out,
#lg-actual-size,
#lg-share,
.lg-fullscreen,
.lg-autoplay-button {
  display: none !important;
}
.logged-in.admin-bar .lg-toolbar {
  top: 32px;
}
/* module side by side */
.module.side-by-side-boxes .flex-container {
  margin-left: -15px;
  margin-right: -15px;
}
.module.side-by-side-boxes .side-by-side-container {
  width: 50%;
  padding: 0 15px 30px 15px;
}
.module.side-by-side-boxes .side-by-side-container section {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 165px;
  float: left;
  padding: 0 0 0 50%;
  background-color: #f7f9fa;
}
.module.side-by-side-boxes .side-by-side-container section:before {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
}
.module.side-by-side-boxes .side-by-side-container .inside {
  height: 100%;
}
.module.side-by-side-boxes .side-by-side-container .content-holder {
  height: 100%;
  padding: 20px 30px 80px 30px;
  background-color: #f7f9fa;
}
.module.side-by-side-boxes .side-by-side-container .content-holder h3 {
  width: 100%;
  float: left;
}
.module.side-by-side-boxes .side-by-side-container .content-holder h3 a {
  color: #383838;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.side-by-side-boxes .side-by-side-container .content-holder h3 a:hover {
  color: #0b67ba;
}
.module.side-by-side-boxes .side-by-side-container .content-holder p {
  width: 100%;
  float: left;
  color: #6f6f6f;
}
.module.side-by-side-boxes .side-by-side-container .content-holder .side-by-side-arrow {
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: #0b67ba;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.side-by-side-boxes .side-by-side-container .content-holder .side-by-side-arrow:hover {
  color: #1177d3;
}
.module.side-by-side-boxes .side-by-side-container .content-holder .side-by-side-arrow i {
  font-size: 22px;
}
/* module splash */
.module.splash-box {
  position: relative;
}
.module.splash-box:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
}
.module.splash-box .flex-container {
  padding: 70px 0;
}
.module.splash-box .content-holder h3 {
  width: 100%;
  float: left;
  color: #ffffff;
  font-family: "Roboto Medium", sans-serif;
}
.module.splash-box .content-holder p {
  width: 100%;
  float: left;
  margin: 5px 0;
  color: #ffffff;
}
.module.splash-box.align-center .content-holder {
  text-align: center;
}
.module.splash-box.align-center .content-holder a {
  margin: 35px 0 10px 0;
}
.module.splash-box.align-left .content-holder {
  padding-right: 280px;
}
.module.splash-box.align-left .content-holder a {
  position: absolute;
  max-width: 250px;
  right: 0;
}
.module.splash-box.align-left .content-holder h3 + p + a {
  top: 20px;
}
.module.splash-box.align-left .content-holder p + a {
  top: 0;
}
/* module quote */
.module.quote-box {
  position: relative;
}
.module.quote-box:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
}
.module.quote-box .flex-container {
  padding: 70px 0;
}
.module.quote-box .content-holder {
  padding: 0 150px;
}
.module.quote-box .content-holder h3 {
  position: relative;
  width: 100%;
  float: left;
  padding: 30px 0;
  color: #ffffff;
  text-align: center;
}
.module.quote-box .content-holder h3 i + i {
  position: absolute;
  top: -15px;
  left: -35px;
  color: rgba(247, 249, 250, 0.3);
  font-size: 150px;
}
.module.quote-box .content-holder h4 {
  width: 100%;
  float: left;
  color: #ffffff;
  text-align: right;
}
/* module content */
.module.content-box iframe {
  width: 100% !important;
  max-width: 100% !important;
  float: left;
}
.module.content-box p[style*="text-align:center;"] .iframe {
  float: none;
}
.module.content-box p,
.module.content-box li {
  text-align: justify;
}
.module.content-box.the-content-exist {
  margin-top: 80px;
}
/* wysiwyg content */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* module two conntent boxes */
.module.two-content-boxes section {
  width: 50%;
}
.module.two-content-boxes section:nth-of-type(odd) {
  padding: 0 20px 20px 0;
}
.module.two-content-boxes section:nth-of-type(even) {
  padding: 0 0 20px 20px;
}
.module.two-content-boxes section p,
.module.two-content-boxes section li {
  text-align: justify;
}
/* module image */
.module.image-box img {
  float: left;
}
/* module back to */
.module.back-to-box {
  margin: 0 !important;
}
.module.back-to-box .inside {
  padding: 40px 0 18px 0;
}
.module.back-to-box .inside a {
  font-family: "Roboto Medium", sans-serif;
}
.module.back-to-box .inside a i {
  margin-right: 20px;
}
/* module alignament boxes */
.module.alignament-boxes section {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module.alignament-boxes section:not(.alignament-padding) {
  margin-bottom: 25px;
}
.module.alignament-boxes section:nth-of-type(odd) {
  padding-right: 35px;
}
.module.alignament-boxes section:nth-of-type(even) {
  padding-left: 35px;
}
.module.alignament-boxes section .inside {
  height: 100%;
  min-height: 386px;
}
.module.alignament-boxes section .alignament-box {
  width: 100%;
  height: 100%;
  float: left;
}
.module.alignament-boxes section .alignament-box h1 {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
.module.alignament-boxes section .alignament-box h2 {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
.module.alignament-boxes section .alignament-box h3 {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
.module.alignament-boxes section .alignament-box h4 {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
.module.alignament-boxes section .alignament-box h5 {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
.module.alignament-boxes section .alignament-box p,
.module.alignament-boxes section .alignament-box li {
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
  text-align: justify;
}
.module.alignament-boxes section .alignament-box a {
  margin: 20px 0 0 0;
}
/* module left and right */
.module.left-and-right-box {
  overflow: hidden;
}
.module.left-and-right-box section {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  min-height: 290px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: wrap;
  -moz-box-flex: wrap;
  -webkit-flex: wrap;
  -ms-flex: wrap;
  flex: wrap;
}
.module.left-and-right-box section .inside {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.module.left-and-right-box section .inside .flex-container {
  width: 604px;
  height: 100%;
  padding: 25px 80px 25px 25px;
}
.module.left-and-right-box section .inside .flex-container h1 {
  color: #ffffff;
}
.module.left-and-right-box section .inside .flex-container h2 {
  color: #ffffff;
}
.module.left-and-right-box section .inside .flex-container h3 {
  color: #ffffff;
}
.module.left-and-right-box section .inside .flex-container h4 {
  color: #ffffff;
}
.module.left-and-right-box section .inside .flex-container h5 {
  color: #ffffff;
}
.module.left-and-right-box section .inside .flex-container p {
  color: #ffffff;
}
/* module blogs */
.module.blogs-boxes.blogs-filters {
  margin-top: 50px;
}
.module.blogs-boxes.blogs-filters .w-1210 > .inside {
  width: 25%;
  float: right;
  padding: 25px 0 25px 25px;
}
.module.blogs-boxes.blogs-filters .w-1210 > .inside + .inside {
  width: 75%;
  float: right;
  padding: 25px 25px 25px 0;
}
.module.blogs-boxes.blogs-filters .reset-filters {
  float: right;
  margin: 10px 0 0 0;
  font-size: 14px;
  font-family: "Roboto Bold", sans-serif;
}
.module.blogs-boxes .keyword-filter {
  margin-top: 0;
}
.module.blogs-boxes .filter-field label:before {
  display: none;
}
.module.blogs-boxes .filter-field {
  width: 100%;
  float: left;
  padding: 2px 0;
  border: none;
}
.module.blogs-boxes .filter-field label {
  width: auto;
  float: left;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  color: #6F6F6F;
}
.module.blogs-boxes .filter-field input:checked + label {
  color: #0b67ba;
}
.module.blogs-boxes .filter-field span {
  width: auto;
  float: left;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  color: #6F6F6F;
}
.module.blogs-boxes .filters-form h4 {
  margin-top: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ACACAC;
}
.module.blogs-boxes .filters-form h4.by-label {
  display: none;
}
.module.blogs-boxes .featured-holder {
  margin-top: 12px;
}
.featured-holder .featured-item {
  position: relative;
  width: 100%;
  min-height: 38px;
  float: left;
  padding-left: 78px;
  margin-bottom: 18px;
}
.featured-item .image-holder {
  position: absolute;
  width: 58px;
  height: 38px;
  top: 0;
  left: 0;
}
.featured-item .image-holder img {
  float: left;
}
.featured-item p {
  width: 100%;
  float: left;
  margin: 0;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.featured-item:hover p {
  color: #0b67ba;
}
.featured-item span {
  font-family: "Roboto Regular", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #ACACAC;
}
.module.blogs-boxes section {
  width: 100%;
  margin-bottom: 35px;
}
.module.blogs-boxes section .inside {
  padding-bottom: 20px;
  border-bottom: 1px solid #ACACAC;
}
.module.blogs-boxes section span {
  width: 100%;
  float: left;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  color: #ACACAC;
}
.module.blogs-boxes section .image-holder + span {
  margin: 20px 0 0 0;
}
.module.blogs-boxes section .image-holder img {
  float: left;
}
.module.blogs-boxes section h3 {
  width: 100%;
  float: left;
}
.module.blogs-boxes section h3 a {
  color: inherit;
}
.module.blogs-boxes section h3:hover a {
  color: #0b67ba;
}
.module.blogs-boxes section p {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #000000;
}
.module.blogs-boxes section h3 + p {
  margin-top: 5px;
}
.module.blogs-boxes section h3 + a,
.module.blogs-boxes section p + a {
  font-family: "Roboto Regular", sans-serif;
  font-size: 12px;
  color: #ACACAC;
}
.module.blogs-boxes section h3 + a:hover,
.module.blogs-boxes section p + a:hover {
  color: #0b67ba;
}
/* module power calculator */
.module.power-calculator-box {
  background-image: url("https://www.ccreee.org/wp-content/uploads/2020/08/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  --myVar: 0;
  position: relative;
}
.module.power-calculator-box:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: var(--myVar);
  background-color: black;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  transition: ease-in-out 0.2s;
}
.module.power-calculator-box .inside {
  padding-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-height: 571px;
  align-items: center;
  background-image: none;
  z-index: 2;
}
.module.power-calculator-box .inside .slider-container {
  margin-bottom: 40px;
  padding-left: 40px;
}
.module.power-calculator-box .inside .input-holder h4 {
  color: #fff;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  text-align: center;
  margin-right: 62px;
}
.module.power-calculator-box .inside .input-holder {
  width: 40%;
  color: #fff;
  position: relative;
}
.module.power-calculator-box .inside .input-holder span {
  width: 24px;
  font-family: "Roboto Regular", sans-serif;
}
.module.power-calculator-box .inside .input-holder p {
  color: #fff;
  font-size: 12px;
}
.module.power-calculator-box .slider-holder span {
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  box-sizing: content-box;
}
.module.power-calculator-box .slider-icon {
  max-width: 25px;
  width: 100%;
  position: absolute;
  left: 0;
}
.module.power-calculator-box .result-holder {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30%;
  color: #fff;
}
.module.power-calculator-box .result-holder img {
  max-width: 70px;
}
.module.power-calculator-box .result-holder span {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}
.module.power-calculator-box .result-holder h4 {
  margin-top: 0;
  color: #fff;
  font-size: 14px;
}
.module.power-calculator-box .slider {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 22px;
  background: transparent;
  color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.module.power-calculator-box .slider::before {
  position: absolute;
  bottom: -25px;
  left: 10px;
  content: attr(data-content-before);
}
.module.power-calculator-box .slider::after {
  position: absolute;
  right: 10px;
  bottom: -25px;
  content: attr(data-content-after);
}
.module.power-calculator-box .slider:focus {
  outline: none;
}
.module.power-calculator-box .slider::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, #4f6c2b 0%, #a7c56f 100%);
  height: 20px;
  border-radius: 22px;
  overflow: hidden;
}
.module.power-calculator-box .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: white;
  border: 5px solid #abc466;
  border-radius: 22px;
  box-shadow: -3000px 0 0 2990px #abc466, 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.module.power-calculator-box .bulb {
  max-width: 130px !important;
}
.module.power-calculator-box #Layer_1 {
  max-width: 140px;
  overflow: unset;
  margin-bottom: 20px;
}
/* module country box */
.module.country-box {
  overflow: hidden;
}
.module.country-box section {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  min-height: 450px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: wrap;
  -moz-box-flex: wrap;
  -webkit-flex: wrap;
  -ms-flex: wrap;
  flex: wrap;
}
.module.country-box section:nth-of-type(odd) .flex-container {
  width: 100%;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.module.country-box section:nth-of-type(even) {
  background-color: #f7f9fa;
}
.module.country-box section .inside {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module.country-box section .inside .flex-container {
  width: 100%;
  height: 100%;
  padding: 35px 50px;
}
.module.country-box section .image-holder {
  background-color: rgba(11, 103, 186, 0.82);
}
.module.country-box section .image-holder .image-flag {
  position: absolute;
  width: 120px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}
.module.country-box section .image-holder h1 {
  width: 100%;
  float: left;
  padding: 8px 50px 8px 180px;
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
}
.module.country-box section .inside .content-holder {
  width: 50%;
}
.module.country-box section .inside .content-holder h4 {
  margin-bottom: 20px;
  color: #0b67ba;
}
.module.country-box section .inside .content-holder p {
  margin-bottom: 15px;
  color: #383838;
}
/* module head of state */
.module.head-of-state-box {
  background-color: #f7f9fa;
}
.module.head-of-state-box .flex-container {
  margin-left: -25px;
  margin-right: -25px;
}
.module.head-of-state-box section {
  width: 33.333333%;
  padding: 20px 30px;
}
.module.head-of-state-box section.small-image {
  width: 25%;
}
.module.head-of-state-box section.small-image + section {
  width: 37.5%;
}
.module.head-of-state-box section.small-image + section + section {
  width: 37.5%;
}
.module.head-of-state-box section .inside img {
  float: left;
}
.module.head-of-state-box section .inside h1,
.module.head-of-state-box section .inside h2,
.module.head-of-state-box section .inside h3,
.module.head-of-state-box section .inside h4,
.module.head-of-state-box section .inside h5,
.module.head-of-state-box section .inside p {
  margin: 0 0 5px 0;
}
/* module procurements */
.module.procurements-boxes section {
  width: 100%;
  padding: 10px 0;
}
.module.procurements-boxes section:not(:last-child) {
  border-bottom: 1px solid rgba(88, 88, 88, 0.32);
}
.module.procurements-boxes section h4 {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
.module.procurements-boxes section p {
  width: 100%;
  float: left;
  letter-spacing: 0.8px;
}
.module.procurements-boxes section h4 + p {
  color: #6f6f6f;
}
.module.procurements-boxes section h4 + p span {
  font-family: "Roboto Medium", sans-serif;
}
.module.procurements-boxes section h4 + p + p {
  color: #383838;
}
.module.procurements-boxes section h4 a {
  color: #383838;
}
.module.procurements-boxes section h4 a:hover {
  color: #1177d3;
}
.module.procurements-boxes section h4 + a,
.module.procurements-boxes section p + a {
  margin: 10px 0 20px 0;
  float: right;
  display: inline-block;
  color: #0b67ba;
  font-family: "Roboto Medium", sans-serif;
  letter-spacing: 0.8px;
}
.module.procurements-boxes section h4 + a:hover,
.module.procurements-boxes section p + a:hover {
  color: #1177d3;
}
/* jobs */
.module.jobs-boxes section {
  width: 100%;
  padding: 10px 0;
}
.module.jobs-boxes section:not(:last-child) {
  border-bottom: 1px solid rgba(88, 88, 88, 0.32);
}
.module.jobs-boxes section h4 {
  width: 100%;
  float: left;
  margin: 20px 0 5px 0;
}
.module.jobs-boxes section p {
  width: 100%;
  float: left;
  font-size: 14px;
  letter-spacing: 0.8px;
}
.module.jobs-boxes section h4 + p {
  color: #6f6f6f;
}
.module.jobs-boxes section h4 + p span {
  font-size: 14px;
}
.module.jobs-boxes section h4 + p span:nth-of-type(2) {
  margin: 0 20px;
}
.module.jobs-boxes section h4 a {
  color: #383838;
}
.module.jobs-boxes section h4 a:hover {
  color: #1177d3;
}
.module.jobs-boxes section h4 + p + a {
  position: absolute;
  top: 59px;
  right: 0;
  color: #0b67ba;
  font-family: "Roboto Medium", sans-serif;
  letter-spacing: 0.8px;
}
.module.jobs-boxes section h4 + p + a:hover {
  color: #1177d3;
}
/* single job */
.single-jobpost .flex-container section:nth-of-type(odd) {
  width: 65%;
  padding: 0 45px 20px 0;
}
.single-jobpost .flex-container section:nth-of-type(even) {
  width: 35%;
  padding: 0 0 20px 45px;
}
.single-jobpost .contact-form,
.single-jobpost .row {
  position: relative;
  width: 100%;
  float: left;
}
.single-jobpost .contact-form .form-control {
  margin: 10px 0 5px 0 !important;
  padding: 13px 30px 13px 20px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.single-jobpost .contact-form .form-control:focus {
  border-color: #0b67ba;
}
.single-jobpost .row {
  margin-bottom: 25px;
  padding: 20px 50px;
  background-color: #f7f9fa;
}
.single-jobpost .row:nth-of-type(1) h4:nth-of-type(odd) {
  margin: 10px 0 0 0;
}
.single-jobpost .flex-container section:nth-of-type(odd) p,
.single-jobpost .flex-container section:nth-of-type(odd) li {
  text-align: justify;
}
.single-jobpost .row:nth-of-type(1) h4:nth-of-type(even) {
  margin: 0 0 30px 0;
  font-family: "Roboto Regular", sans-serif;
  font-size: 16px;
}
.single-jobpost .row:nth-of-type(1) h4:nth-of-type(even):last-child {
  margin: 0 0 10px 0;
}
.single-jobpost .contact-form label {
  width: 100%;
  float: left;
  margin-top: 10px;
  display: none;
}
.single-jobpost .flex-container section:nth-of-type(even) span {
  width: auto;
  float: left;
}
.single-jobpost .flex-container section:nth-of-type(even) span.validity-note {
  font-size: 12px;
  color: #f15122;
  text-transform: initial;
  display: none;
}
.single-jobpost .flex-container section:nth-of-type(even) input.sjb-email-address.invalid + span.validity-note {
  display: inline-block;
}
.single-jobpost .flex-container section:nth-of-type(even) .single-job-attach-cv {
  position: relative;
  width: 150px;
  float: left;
  margin-top: 20px;
}
.single-jobpost .flex-container section:nth-of-type(even) .single-job-attach-cv span {
  width: 100%;
  float: left;
  padding: 5px 10px;
  font-size: 12px;
  color: #ffffff;
  background: #0b67ba;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-jobpost .flex-container section:nth-of-type(even) .single-job-attach-cv span:hover {
  background: #1177d3;
}
.single-jobpost .flex-container section:nth-of-type(even) .single-job-attach-cv input {
  padding: 0;
}
.single-jobpost .flex-container section:nth-of-type(even) .single-job-attach-cv .file {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.single-jobpost .flex-container section:nth-of-type(even) .single-job-attach-cv .file input {
  position: absolute;
  width: 100%;
  height: 150px;
  top: -50px;
  right: 0;
  bottom: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  cursor: pointer;
  pointer-events: all;
}
.single-jobpost .flex-container section:nth-of-type(even) .single-job-attach-cv .file span {
  display: none;
}
.single-jobpost .flex-container section:nth-of-type(even) .single-job-attach-cv .file span + div {
  display: none;
}
.single-jobpost .flex-container section:nth-of-type(even) #sjb-form-padding-button {
  width: 100%;
  float: left;
  margin: 30px 0 10px 0;
  text-align: center;
}
.single-jobpost .iti-flag {
  background-image: url(../img/flags.png);
}
.single-jobpost .flex-container section:nth-of-type(even) .sjb-loading,
.single-jobpost .flex-container section:nth-of-type(even) .sjb-loader-wrapper {
  width: 100%;
  float: left;
}
.single-jobpost .flex-container section:nth-of-type(even) .sjb-loading {
  display: none;
}
.single-jobpost .flex-container section:nth-of-type(even) .sjb-loader {
  width: 80px;
  margin: 10px auto 0 auto;
  display: block;
}
.single-jobpost .flex-container section:nth-of-type(even) .single-job-attach-cv {
  position: relative;
  width: 150px;
  float: left;
}
.single-jobpost .flex-container section:nth-of-type(even) span.sjb-invalid-attachment {
  width: 150px;
  float: left;
  padding: 5px 0;
  font-size: 12px;
  color: #f15122;
  text-align: center;
  background-color: transparent;
  line-height: normal;
  display: none;
}
.single-jobpost .flex-container section:nth-of-type(even) .jobpost_form_status {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #0b67ba;
}
.single-jobpost .flex-container section:nth-of-type(even) .app-submit.cta {
  width: 100%;
}
.single-jobpost #jobpost_form_status {
  width: 100%;
  float: left;
  margin: 0;
}
.single-jobpost #jobpost_form_status .alert-success {
  width: 100%;
  float: left;
  color: #0b67ba;
  font-family: "Roboto Medium", sans-serif;
  font-size: 18px;
  text-align: center;
}
.single-jobpost .no-job-listing {
  width: 100%;
  float: left;
}
.single-jobpost .no-job-listing h3 {
  width: 100%;
  float: left;
  color: #0b67ba;
  font-family: "Roboto Medium", sans-serif;
  text-align: center;
}
.single-jobpost .gdpr {
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
/* single */
.single .module {
  margin-top: 40px;
}
.single-post .module.module.news-boxes {
  margin-top: 0;
}
/* single procurements */
.single-procurements .module h1 {
  font-size: 24px;
  line-height: 30px;
}
.single-procurements .module h1 strong {
  font-family: "Roboto Bold", sans-serif;
}
.single-procurements .module p,
.single-procurements .module li {
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
  text-align: justify;
}
.single-procurements .module h1 + p {
  margin: 20px 0;
  color: #6f6f6f;
}
.single-procurements .module h1 + p span {
  font-family: "Roboto Medium", sans-serif;
}
.single-procurements .module .inside {
  padding-bottom: 30px;
}
.single-procurements .module .inside:not(:last-child) {
  border-bottom: 1px solid rgba(88, 88, 88, 0.32);
}
.single-procurements .module .inside:nth-of-type(2) {
  padding-top: 20px;
  padding-bottom: 60px;
}
.single-procurements .module .addthis_inline_share_toolbox a {
  margin-top: 5px;
  background-color: #0b67ba !important;
}
/* module publications */
.module.publications-boxes .flex-container {
  margin-left: -25px;
  margin-right: -25px;
}
.module.publications-boxes section {
  width: 33.333333%;
  padding: 25px 25px 45px 25px;
}
.module.publications-boxes section .inside {
  height: 100%;
  padding-bottom: 70px;
  overflow: hidden;
}
.module.publications-boxes section span {
  width: 100%;
  float: left;
  color: #6f6f6f;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.module.publications-boxes section h4 {
  width: 100%;
  float: left;
  margin: 5px 0 10px 0;
  letter-spacing: 0.9px;
}
.module.publications-boxes section p {
  width: 100%;
  float: left;
  margin: 3px 0;
  color: #383838;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.8px;
}
.module.publications-boxes section p span {
  width: auto;
  float: none;
  color: inherit;
  font-family: "Roboto Medium", sans-serif;
  font-size: inherit;
  letter-spacing: inherit;
}
.module.publications-boxes section .download-attachment {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(88, 88, 88, 0.32);
}
.module.publications-boxes section .download-attachment a {
  margin-top: 18px;
}
/* module publications filters */
.module.publications-boxes.publications-filters .w-1210 > .inside {
  width: 25%;
  padding: 0 25px 25px 0;
}
.module.publications-boxes.publications-filters .w-1210 > .inside + .inside {
  width: 75%;
  padding: 0 0 25px 25px;
}
.filters-form {
  position: relative;
  width: 100%;
  float: left;
}
.filters-form h4:nth-of-type(1) {
  margin: 25px 0 15px 0;
}
.filters-form h4 {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.filters-form h4:nth-of-type(2) {
  margin-top: 15px;
}
.filters-form h4:not(:first-child) {
  font-size: 16px;
}
.filters {
  width: 100%;
  float: left;
  margin-bottom: 6px;
}
.module.search-tabs .filters a {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 10px 40px 10px 0;
  padding-left: 25px;
  color: #383838;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.search-tabs .filters a:hover {
  color: #0b67ba;
}
.module.search-tabs .filters a i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.search-tabs .filters a i:first-child {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.module.search-tabs .filters a i:last-child {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.module.search-tabs .filters a:hover i,
.module.search-tabs .filters a.active-search-tab i {
  color: #0b67ba;
}
.module.search-tabs .filters a:hover i:first-child {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.module.search-tabs .filters a:hover i:last-child {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.module.search-tabs .filters a.active-search-tab i:first-child {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.module.search-tabs .filters a.active-search-tab i:last-child {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.module.search-tabs .filters h4.by-label {
  display: none;
}
.filter-field {
  padding: 15px 0;
  border-bottom: solid 1px rgba(88, 88, 88, 0.32);
}
.filter-field [type="checkbox"] {
  display: none;
}
.filter-field label {
  cursor: pointer;
}
.filter-field label:before {
  content: '';
  margin-right: 15px;
  width: 15px;
  height: 15px;
  border: solid 1px rgba(88, 88, 88, 0.32);
  display: inline-block;
  margin-bottom: -2.5px;
}
.filter-field label:hover:before,
.filter-field input:checked + label:before {
  background: url(../img/check.png) no-repeat center left;
}
.filter-field input:checked + label {
  font-family: "Roboto Bold", sans-serif;
  color: #0b67ba;
}
.filter-field span {
  float: right;
  font-size: 14px;
}
.module.publications-boxes.publications-filters .reset-filters {
  float: right;
  margin: 10px 0 0 0;
  font-size: 14px;
  font-family: "Roboto Bold", sans-serif;
}
.expand-button {
  float: left;
  width: 100%;
  font-family: "Roboto Bold", sans-serif;
  font-size: 12px;
  color: #383838;
  text-decoration: none;
  margin: 10px 0 30px;
}
.keyword-filter {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 35px;
}
.keyword-filter input {
  color: #383838;
  border: solid 1px rgba(88, 88, 88, 0.32);
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 12px;
  float: left;
}
.keyword-filter ::-webkit-input-placeholder,
.keyword-filter ::placeholder {
  color: #383838;
  opacity: 1;
}
.keyword-filter button {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.keyword-filter button:hover {
  color: #0b67ba;
}
/* module strategic documents */
.module.strategic-documents-boxes .flex-container {
  margin-left: -25px;
  margin-right: -25px;
}
.module.strategic-documents-boxes section {
  width: 33.333333%;
  padding: 25px;
}
.module.strategic-documents-boxes section .inside {
  height: 100%;
  padding-bottom: 70px;
  overflow: hidden;
}
.module.strategic-documents-boxes section span {
  width: 100%;
  float: left;
  color: #6f6f6f;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.module.strategic-documents-boxes section h4 {
  width: 100%;
  float: left;
  margin: 5px 0 10px 0;
  letter-spacing: 0.9px;
}
.module.strategic-documents-boxes section p {
  width: 100%;
  float: left;
  margin: 3px 0;
  color: #383838;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.8px;
}
.module.strategic-documents-boxes section p span {
  width: auto;
  float: none;
  color: inherit;
  font-family: "Roboto Medium", sans-serif;
  font-size: inherit;
  letter-spacing: inherit;
}
.module.strategic-documents-boxes section .download-attachment {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(88, 88, 88, 0.32);
}
.module.strategic-documents-boxes section .download-attachment a {
  margin-top: 18px;
}
/* module news */
.module.news-boxes section {
  width: 50%;
}
.module.news-boxes section:nth-of-type(odd) {
  padding: 15px 25px 15px 0;
}
.module.news-boxes section:nth-of-type(even) {
  padding: 15px 0 15px 25px;
}
.module.news-boxes section .inside {
  height: 100%;
  padding-bottom: 35px;
  overflow: hidden;
}
.module.news-boxes section span {
  width: 100%;
  float: left;
  color: #6f6f6f;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.module.news-boxes section h4 {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.module.news-boxes section h4 a {
  color: #383838;
}
.module.news-boxes section h4 a:hover {
  color: #1177d3;
}
.module.news-boxes section p {
  width: 100%;
  float: left;
  margin: 5px 0;
  color: #383838;
  font-family: "Roboto Regular", sans-serif;
  letter-spacing: 0.8px;
}
.module.news-boxes section .read-more {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.module.news-boxes section .read-more a {
  margin-top: 18px;
  color: #0b67ba;
  font-family: "Roboto Medium", sans-serif;
  letter-spacing: 0.8px;
}
.module.news-boxes section .read-more a:hover {
  color: #1177d3;
}
/* module tabs */
.module.tabs-title-and-icons-boxes {
  padding-bottom: 60px;
}
.module.tabs-title-and-icons-boxes section {
  width: 20%;
  padding: 15px;
}
.module.tabs-title-and-icons-boxes section .inside {
  cursor: pointer;
}
.module.tabs-title-and-icons-boxes section .image-holder {
  width: 58px;
  height: 58px;
  float: none;
  margin: 10px auto;
}
.module.tabs-title-and-icons-boxes section .image-holder img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.tabs-title-and-icons-boxes section .image-holder img:first-child {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.module.tabs-title-and-icons-boxes section .image-holder img:last-child {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.module.tabs-title-and-icons-boxes section .inside:hover img:first-child {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.module.tabs-title-and-icons-boxes section .inside:hover img:last-child {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.module.tabs-title-and-icons-boxes section .inside.active-tab-button img:first-child {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.module.tabs-title-and-icons-boxes section .inside.active-tab-button img:last-child {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.module.tabs-title-and-icons-boxes section p {
  font-family: "Roboto Medium", sans-serif;
  color: #6f6f6f;
  text-align: center;
  text-transform: uppercase;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.tabs-title-and-icons-boxes section .inside.active-tab-button p,
.module.tabs-title-and-icons-boxes section .inside:hover p {
  color: #86bb46;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.module.tabs-content-boxes.content-box .inside.tab-content.active-tab-content {
  display: inline-block;
}
.module.tabs-content-boxes.content-box .inside.tab-content {
  display: none;
}
/* module uppcoming events */
.module.news-boxes.with-thumbnail .flex-container {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.module.news-boxes.with-thumbnail section {
  padding: 10px 15px 20px 15px;
}
.module.news-boxes.with-thumbnail.per_row_3 section {
  width: 33.333333%;
}
.module.news-boxes.with-thumbnail.per_row_4 section {
  width: 25%;
}
.module.news-boxes.with-thumbnail section .content-holder {
  padding-top: 10px;
}
.module.news-boxes.with-thumbnail section a {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  padding-bottom: 0;
}
.module.news-boxes.with-thumbnail section img {
  float: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.news-boxes.with-thumbnail section a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.module.news-boxes.with-thumbnail section .image-holder label {
  position: absolute;
  bottom: 15px;
  left: 0;
  cursor: pointer;
}
.module.news-boxes.with-thumbnail section .image-holder label span {
  width: 100%;
  float: left;
  padding: 5px;
  font-family: "Roboto Bold", sans-serif;
  padding: 5px 10px;
  font-size: 12px;
  color: #ffffff;
  background-color: #ff9900;
  text-align: left;
}
.module.news-boxes.with-thumbnail section h4 {
  width: 100%;
  float: left;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.news-boxes.with-thumbnail a:hover h4 {
  color: #0b67ba;
}
/* single news */
.single-post .module h1 {
  font-size: 24px;
  line-height: 30px;
}
.single-post .module h1 strong {
  font-family: "Roboto Bold", sans-serif;
}
.single-post .module p,
.single-post .module li,
.single-post .module h1,
.single-post .module h2,
.single-post .module h3,
.single-post .module h4,
.single-post .module h5 {
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
  text-align: justify;
}
.single-post .module h1 + p {
  margin: 20px 0;
  color: #6f6f6f;
}
.single-post .module h1 + p span {
  font-family: "Roboto Medium", sans-serif;
}
.single-post .module .inside {
  padding-bottom: 30px;
}
.single-post .module .inside ul {
  width: auto;
  clear: both;
}
.single-post .module .inside:not(:last-child) {
  border-bottom: 1px solid rgba(88, 88, 88, 0.32);
}
.single-post .module .inside.share {
  padding-top: 30px;
  padding-bottom: 40px;
}
.single-post .module .inside.topics {
  padding-top: 30px;
  padding-bottom: 40px;
}
.single-post .module .inside.related {
  padding-top: 30px;
  padding-bottom: 5px;
}
.single-post .module .inside.topics ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  color: #383838;
}
.single-post .module .inside.topics ul li {
  width: auto;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-post .module .inside.topics ul li:hover a {
  text-decoration: underline;
}
.single-post .module .inside.topics ul li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-post .module .inside.next-previous {
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-post .module .inside.comments {
  padding-top: 5px;
  padding-bottom: 40px;
}
.single-post .module .addthis_inline_share_toolbox a {
  margin-top: 5px;
  background-color: #0b67ba !important;
}
.single-post-next-previos-buttons {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-post-next-previos-buttons div {
  width: 50%;
  margin: 10px 0;
  display: inline-block;
}
.single-post-next-previos-buttons.not-previous .next-post {
  width: 100%;
}
.single-post-next-previos-buttons.not-next .previous-post {
  width: 100%;
}
.single-post-next-previos-buttons div.previous-post {
  text-align: left;
}
.single-post-next-previos-buttons div.next-post {
  text-align: right;
}
.single-post-next-previos-buttons div a {
  min-width: 160px;
}
/* module uppcoming events */
.module.cards.upcoming-events .flex-container {
  margin-left: -15px;
  margin-right: -15px;
}
.module.cards section {
  width: 33.333333%;
  padding: 10px 15px 20px 15px;
}
.module.cards section .content-holder {
  padding-top: 10px;
}
.module.cards section .card-holder {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}
.module.cards section img {
  float: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.cards section a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.module.cards section .image-holder label {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.module.cards section .image-holder label.events-label {
  width: 60px;
}
.module.cards section .image-holder label span {
  width: 100%;
  float: left;
  padding: 5px;
  text-align: center;
}
.module.cards section .image-holder label.events-label span:nth-of-type(1) {
  font-family: "Roboto Bold", sans-serif;
  padding: 5px 5px 2px 5px;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 1.2px;
  color: #ffffff;
  background-color: #0b67ba;
}
.module.cards section .image-holder label.events-label span:nth-of-type(2) {
  font-family: "Roboto Bold", sans-serif;
  padding: 0 5px 2px 5px;
  font-size: 14px;
  color: #ffffff;
  background-color: #589FFE;
}
.module.cards section .image-holder label span {
  width: 100%;
  float: left;
  text-align: center;
}
.module.cards section .card-event-date {
  width: 100%;
  margin: 5px 0;
  display: inline-block;
  color: #6f6f6f;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
}
.module.cards section .card-event-date i {
  margin-right: 10px;
}
.module.cards.upcoming-events section .card-event-date {
  margin: 2px 0;
}
.module.cards section .card-event-location {
  width: 100%;
  margin: 5px 0;
  display: inline-block;
  color: #6f6f6f;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
}
.module.cards section .card-event-location i {
  margin-right: 12px;
}
.module.cards.upcoming-events section .card-event-location {
  margin: 2px 0;
}
.module.cards section h4 {
  width: 100%;
  float: left;
  margin-bottom: 0;
  letter-spacing: 0.9px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.cards.upcoming-events section h4 {
  margin-bottom: 7px;
}
.module.cards a.card-holder:hover h4 {
  color: #0b67ba;
}
.module.cards section p {
  width: 100%;
  float: left;
  margin: 0;
  letter-spacing: 0.8px;
}
/* module past events */
.module.cards.past-events section {
  width: 100%;
  padding: 10px 0 30px 0;
}
.module.cards.past-events section .card-event-date {
  width: auto;
  margin-right: 50px;
}
.module.cards.past-events section .card-event-location {
  width: auto;
}
.module.cards.past-events section .image-holder {
  position: absolute;
  top: 10px;
  left: 0;
  overflow: initial;
}
.module.cards.past-events section .image-holder label {
  top: 0;
  bottom: auto;
  left: 0;
}
.module.cards.past-events section .content-holder {
  min-height: 77px;
  padding-top: 0;
  padding-left: 115px;
}
.module.cards.past-events section .content-holder h3 {
  margin-top: 13px;
}
.module.cards.past-events section .content-holder a {
  color: #383838;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.cards.past-events section .content-holder a:hover {
  color: #0b67ba;
}
.module.cards.past-events section .content-holder p {
  width: 100%;
  float: left;
  padding: 10px 0;
  letter-spacing: 0.8px;
}
.module.cards.past-events section + .pagination {
  margin-top: 20px;
}
/* single event */
.single-tribe_events .wide > .w-1210 {
  width: 100%;
  max-width: 100%;
  float: left;
  padding: 0;
}
.single-tribe_events .module h1 {
  font-size: 24px;
  line-height: 30px;
}
.single-tribe_events .module h1 strong {
  font-family: "Roboto Bold", sans-serif;
}
.single-tribe_events .module p,
.single-tribe_events .module li {
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
  text-align: justify;
}
.single-tribe_events .module p img {
  margin-top: 10px;
}
.single-tribe_events .module h1 + p {
  margin: 20px 0;
  color: #6f6f6f;
}
.single-tribe_events .module h1 + p span {
  font-family: "Roboto Medium", sans-serif;
}
.single-tribe_events .module .inside {
  padding-bottom: 30px;
}
.single-tribe_events .module .inside .caption {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #6f6f6f;
  font-style: italic;
}
.single-tribe_events .module .inside .description {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #6f6f6f;
}
.single-tribe_events .module .inside:not(:last-child) {
  border-bottom: 1px solid rgba(88, 88, 88, 0.32);
}
.single-tribe_events .module .inside.share {
  padding-top: 30px;
  padding-bottom: 40px;
}
.single-tribe_events .module .inside.related {
  padding-top: 30px;
  padding-bottom: 5px;
}
.single-tribe_events .module .inside.related .module {
  margin-top: 15px;
}
.single-tribe_events .module.cards.upcoming-events .flex-container {
  margin-left: -15px;
  margin-right: -15px;
}
.single-tribe_events .module .addthis_inline_share_toolbox a {
  margin-top: 5px;
  background-color: #0b67ba !important;
}
.single-tribe_events .module .inside.top-post-container .card-event-date {
  width: 100%;
  margin: 2px 0;
  display: inline-block;
  color: #6f6f6f;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
}
.single-tribe_events .module .inside.top-post-container .card-event-date i {
  margin-right: 10px;
}
.single-tribe_events .module .inside.top-post-container .card-event-location {
  width: 100%;
  margin: 2px 0 30px 0;
  display: inline-block;
  color: #6f6f6f;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
}
.single-tribe_events .module .inside.top-post-container .card-event-location i {
  margin-right: 12px;
}
.single-tribe_events .tribe-events-cal-links a {
  display: inline-block !important;
  color: #0b67ba !important;
  background-color: transparent !important;
  border: 1px solid #0b67ba !important;
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  font-family: "Roboto Regular", sans-serif !important;
  font-size: 14px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  line-height: 18px !important;
  padding: 10px 35px !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
  cursor: pointer !important;
  text-align: center !important;
}
.single-tribe_events .tribe-events-cal-links a:hover {
  color: #ffffff !important;
  background-color: #0b67ba !important;
  border: 1px solid #0b67ba !important;
}
.single-tribe_events .tribe-events-cal-links a:active,
.single-tribe_events .tribe-events-cal-links a:focus {
  color: #ffffff !important;
  background-color: #0b67ba !important;
  border: 1px solid #0b67ba !important;
}
.single-tribe_events .tribe-events-cal-links a img {
  margin: 0 10px 0 0 !important;
}
.single-tribe_events .module .inside.topics {
  padding-top: 30px;
  padding-bottom: 40px;
}
.single-tribe_events .module .inside.topics ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  color: #383838;
}
.single-tribe_events .module .inside.topics ul li {
  width: auto;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-tribe_events .module .inside.topics ul li:hover a {
  text-decoration: underline;
}
.single-tribe_events .module .inside.topics ul li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* event mini calednar */
/* second mini calendar */
.tribe-events .tribe-events-l-container {
  min-height: auto !important;
  padding-bottom: 0 !important;
}
.tribe-common .tribe-common-h--alt {
  line-height: 48px !important;
}
.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
  line-height: 32px !important;
}
.tribe-events-view .tribe-events .tribe-events-l-container {
  min-height: auto !important;
}
.tribe-events-view {
  position: initial !important;
  max-width: 700px;
  margin: 0 auto;
}
.tribe-events-view .tribe-events-c-nav {
  border: none !important;
}
.tribe-events .tribe-events-c-events-bar__views {
  display: none !important;
}
.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event + .tribe-events-calendar-month-mobile-events__mobile-event {
  border: none !important;
}
.tribe-events-view .tribe-events-calendar-month-mobile-events__mobile-day {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tribe-events-view .calendar-event-link {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  margin: 20px 0 10px 0;
  border: none;
  padding: 0;
}
.tribe-events-view .calendar-event-link .list-date {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-weight: initial;
  background: transparent;
  overflow: initial;
}
.tribe-events-view .calendar-event-link .list-date time {
  position: absolute;
  width: 60px;
  top: 0;
  bottom: auto;
  left: 0;
  cursor: pointer;
}
.tribe-events-view .calendar-event-link .list-date time span {
  width: 100%;
  float: left;
  padding: 5px;
  text-align: center;
}
.tribe-events-view .calendar-event-link .list-date time span:nth-of-type(1) {
  font-family: "Roboto Bold", sans-serif;
  padding: 5px 5px 2px 5px;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 1.2px;
  color: #ffffff;
  background-color: #0b67ba;
}
.tribe-events-view .calendar-event-link .list-date time span:nth-of-type(2) {
  font-family: "Roboto Bold", sans-serif;
  padding: 0 5px 2px 5px;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  background-color: #589FFE;
  text-transform: initial;
}
.tribe-events-view .calendar-event-link #list-info {
  position: relative;
  width: 100%;
  min-height: 77px;
  float: left;
  margin: 0 0 20px 0;
  padding: 0 0 0 115px;
}
.tribe-events-view .calendar-event-link #list-info h4 {
  width: 100%;
  float: left;
  font-family: "Roboto Regular", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
  margin-bottom: 0;
  letter-spacing: 0.9px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tribe-events-view .calendar-event-link:hover #list-info h4 {
  color: #0b67ba;
}
.tribe-events-view .calendar-event-link p {
  width: 100%;
  float: left;
  margin: 0 !important;
  padding: 10px 0;
  letter-spacing: 0.8px;
  display: inline-block !important;
}
.tribe-events-view .calendar-event-link {
  width: 100%;
  float: left;
}
.tribe-events-view .calendar-event-link .card-event-date {
  width: auto;
  margin: 5px 50px 5px 0;
  display: inline-block;
  color: #6f6f6f;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
}
.tribe-events-view .calendar-event-link .card-event-date i {
  margin-right: 10px;
}
.tribe-events-view .calendar-event-link .card-event-location {
  width: auto;
  margin: 5px 0;
  display: inline-block;
  color: #6f6f6f;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
}
.tribe-events-view .calendar-event-link .card-event-location i {
  margin-right: 12px;
}
.tribe-events-view .calendar-event-link .tribe-events-c-day-marker:after {
  display: none;
}
/* module info */
.module.info-boxes .flex-container {
  margin-left: -10px;
  margin-right: -10px;
}
.module.info-boxes section {
  width: 33.333333%;
  padding: 10px;
  text-align: center;
}
.module.info-boxes .image-holder {
  width: 40px !important;
  height: 40px;
  background-color: #0b67ba;
  vertical-align: top;
}
.module.info-boxes .image-holder,
.module.info-boxes .content-holder {
  width: auto;
  float: none;
  display: inline-block;
  padding: 0 10px !important;
}
.module.info-boxes p {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  padding: 0 !important;
  text-align: left;
}
.module.info-boxes p:nth-of-type(2) {
  color: #6f6f6f;
}
.module.info-boxes i {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
}
/* search results */
.search-results-container:last-child {
  margin-bottom: 60px;
}
.search-results-container .flex-container section {
  position: relative;
  width: 100%;
  padding: 30px 0;
}
.search-results-container .flex-container section:nth-of-type(1):before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  right: 0;
  left: 0;
  background-color: #383838;
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.search-results-container .flex-container section:not(:last-child):after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #383838;
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.search-results-container .flex-container section h4 {
  margin: 20px 0 0 0;
}
.search-results-container .flex-container section h4 a {
  color: #383838;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.search-results-container .flex-container section h4 a:hover {
  color: #0b67ba;
}
.search-results-container .flex-container section h4 + span {
  margin-top: 10px;
}
.search-results-container .flex-container section label {
  position: relative;
  width: auto;
  display: inline-block;
  padding: 7px 24px;
  font-family: "Roboto Bold", sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  background-color: #0b67ba;
  text-transform: uppercase;
}
.search-results-container section[post-type="post"] span {
  width: auto;
  display: inline-block;
  padding: 0;
  font-family: "Roboto Regular", sans-serif;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
}
.search-results-container section[post-type="post"] span:not(:last-child) {
  margin-right: 10px;
}
.search-results-container section[post-type="jobpost"] span {
  width: auto;
  display: inline-block;
  padding: 0;
  font-family: "Roboto Regular", sans-serif;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
}
.search-results-container section[post-type="jobpost"] span:not(:last-child) {
  margin-right: 10px;
}
.search-results-container section[post-type="jobpost"] span:nth-of-type(2) {
  margin: 0 20px;
}
.search-results-container section .card-event-date {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  color: #6f6f6f;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
}
.search-results-container section .card-event-date i {
  margin-right: 10px;
}
.search-results .search-form-container {
  margin: 20px 0 30px 0;
}
.no-search-results {
  margin: 25px 0 0 0;
  color: #6f6f6f;
  text-align: center;
}
.module.search-tabs {
  margin-bottom: 20px;
}
/* author */
.single-post .author-post-container {
  position: relative;
  width: auto;
  float: left;
  clear: both;
  margin: 20px 0 30px 0;
  padding: 8px 0 12px 85px;
}
.single-post .author-post-container .author-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
}
.single-post .author-post-container .author-icon img {
  max-width: 100%;
  height: auto;
}
.single-post .author-post-container p {
  width: auto;
  margin: 0;
  float: left;
  clear: both;
}
.single-post .author-post-container p:nth-of-type(1) {
  font-size: 16px;
  font-family: "Roboto Bold", sans-serif;
  line-height: 18px;
  color: #383838;
  text-transform: capitalize;
}
.single-post .author-post-container p:nth-of-type(2) {
  margin-top: 4px;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #6f6f6f;
}
/* comments */
.single-post .inside.comments .comment {
  width: 100%;
  float: left;
  padding: 10px 0;
}
.single-post .inside.comments .comment a.url {
  color: #383838;
  cursor: none;
  pointer-events: none;
}
.single-post .inside.comments .comment-body {
  position: relative;
  width: 100%;
  float: left;
}
.single-post .inside.comments h4 {
  margin: 35px 0 20px 0 !important;
  font-family: "Roboto Bold", sans-serif;
  color: #383838;
  vertical-align: middle;
}
.single-post .inside.comments {
  width: 100%;
  float: left;
  margin: 0;
}
.single-post .inside.comments .comments-title {
  width: 100%;
  float: left;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto Bold", sans-serif;
  color: #6f6f6f;
}
.single-post .inside.comments .comment-respond {
  width: 100%;
  float: left;
  padding-top: 15px;
}
.single-post .inside.comments .comments + .comment-respond {
  padding-top: 40px;
}
.single-post .inside.comments .comment-reply-title {
  font-size: 20px !important;
  line-height: 24px;
  display: none;
}
.single-post .inside.comments .comment-form,
.single-post .inside.comments .form-holder {
  width: 100%;
  float: left;
}
.single-post .inside.comments .submit-button {
  width: 100%;
  float: left;
  margin: 10px 0 60px 0;
}
.single-post .inside.comments .submit-button button {
  width: auto;
  min-width: 180px;
  display: inline-block;
  padding: 15px 30px;
  color: #ffffff;
  background-color: #0b67ba;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-post .inside.comments .submit-button button:hover {
  color: #ffffff;
  background-color: #1177d3;
}
.single-post .inside.comments .submit-button button:hover {
  background-color: #1177d3;
}
.single-post .inside.comments .comment-edit-link {
  color: #0b67ba;
}
.single-post .inside.comments ol {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.single-post .inside.comments ol li {
  width: 100%;
  float: left;
}
.single-post .inside.comments ol li article {
  width: 100%;
  float: left;
}
.single-post .inside.comments ol li article footer {
  width: 100%;
  float: left;
}
.single-post .inside.comments .comment-author.vcard {
  position: relative;
  width: 100%;
  float: left;
  padding-left: 85px;
}
.single-post .inside.comments .comment-author.vcard img {
  position: absolute;
  width: 60px;
  height: auto;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.single-post .inside.comments .comment-author.vcard .post-author-badge {
  position: absolute;
  top: 0;
  left: 40px;
  width: 18px;
  height: 18px;
  background: #0b67ba;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.single-post .inside.comments .comment-author.vcard .fn {
  font-family: "Roboto Bold", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #383838;
  text-transform: capitalize;
}
.single-post .inside.comments .comment-author.vcard + .comment-metadata a {
  cursor: none;
  pointer-events: none;
  margin-top: 4px;
  font-family: "Roboto Regular", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #6f6f6f;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-post .inside.comments.admin-bar .comment-author.vcard + .comment-metadata a.comment-edit-link {
  cursor: pointer;
  pointer-events: all;
}
.single-post .inside.comments.admin-bar .comment-author.vcard + .comment-metadata a.comment-edit-link:hover {
  color: #0b67ba;
}
.single-post .inside.comments .post-author-badge svg {
  fill: #ffffff;
  width: 18px;
  height: 18px;
  display: block;
  -webkit-transform: scale(0.875);
  -moz-transform: scale(0.875);
  -o-transform: scale(0.875);
  -ms-transform: scale(0.875);
  transform: scale(0.875);
}
.single-post .inside.comments b.fn {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto Bold", sans-serif;
  color: #6f6f6f;
  display: block;
  text-transform: capitalize;
  word-break: break-all;
}
.single-post .inside.comments .fn.comment-author-name {
  font-family: "Roboto Bold", sans-serif;
}
.single-post .inside.comments .screen-reader-text.says {
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  font-style: italic;
  color: #6f6f6f;
  display: none;
}
.single-post .inside.comments .comment-metadata {
  width: 100%;
  float: left;
  padding-left: 85px;
}
.single-post .inside.comments .comment-metadata span {
  width: auto;
  font-size: 13px;
  line-height: 14px;
  font-weight: 300;
  color: #6f6f6f;
}
.single-post .inside.comments .comment-metadata span[aria-hidden="true"] {
  display: none;
}
.single-post .inside.comments .comment-metadata .edit-link-sep {
  color: #6f6f6f;
}
.single-post .inside.comments .comment-metadata .edit-link svg {
  fill: #6f6f6f;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  vertical-align: text-bottom;
}
.single-post .inside.comments .comment-content {
  width: 100%;
  float: left;
  padding-top: 10px;
  padding-left: 85px;
}
.single-post .inside.comments .comment-content p {
  width: 100%;
  float: left;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #383838;
}
.single-post .inside.comments .comment-awaiting-moderation {
  width: 100% !important;
  float: left !important;
  margin: 10px 0 0 0 !important;
  padding-left: 85px;
  font-family: "Roboto Bold", sans-serif;
  color: #383838;
  font-size: 14px !important;
  line-height: 16px !important;
  font-family: "Roboto Bold", sans-serif !important;
  color: #6f6f6f !important;
}
.single-post .inside.comments .comment-reply {
  width: 100%;
  float: left;
  margin: 20px 0;
  padding-left: 85px;
}
.single-post .inside.comments .comment-reply a {
  width: auto;
  min-width: 180px;
  display: inline-block;
  padding: 15px 30px;
  color: #ffffff;
  background-color: #0b67ba;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single-post .inside.comments .comment-reply a:hover {
  color: #ffffff;
  background-color: #ffffff;
}
.single-post .inside.comments ol .comment-respond {
  width: 100%;
  float: left;
  padding-left: 95px;
}
.single-post .inside.comments ol .comment-respond + .comment-reply {
  display: none;
}
.single-post .inside.comments ol .comment-respond .comment-reply-title {
  width: 100%;
  float: left;
}
.single-post .inside.comments ol .comment-respond .comment-reply-title a {
  width: auto;
  margin: 0;
  padding: 5px 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  background: #0b67ba;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.single-post .inside.comments ol .comment-respond .comment-reply-title a:hover {
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.single-post .inside.comments .comment.byuser.bypostauthor .by-post-author {
  position: absolute;
  top: 90px;
  left: 0;
  font-family: "Roboto Medium", sans-serif;
  font-size: 10px;
}
.single-post .inside.comments ol.children {
  padding-left: 0;
}
.single-post .inside.comments .width-100 {
  width: 100%;
}
.single-post .inside.comments .width-50 {
  width: 50%;
  float: left;
}
.single-post .inside.comments .width-33 {
  width: 33.333333%;
  float: left;
}
.single-post .inside.comments .form-group {
  position: relative;
  width: 100%;
  float: left;
}
.single-post .inside.comments .width-100 .form-group {
  padding-bottom: 30px;
}
.single-post .inside.comments .form-group .error {
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 0;
  font-family: "Roboto Bold", sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #f15122;
}
.single-post .inside.comments .width-33:nth-of-type(1) .form-group {
  padding: 0 24px 30px 0;
}
.single-post .inside.comments .width-33:nth-of-type(2) .form-group {
  padding: 0 12px 30px 0;
}
.single-post .inside.comments .width-33:nth-of-type(3) .form-group {
  padding: 0 0 30px 12px;
}
.single-post .inside.comments .width-50:nth-of-type(odd) .form-group {
  padding: 0 12px 30px 0;
}
.single-post .inside.comments .width-50:nth-of-type(even) .form-group {
  padding: 0 0 30px 12px;
}
.single-post .inside.comments .width-50:nth-of-type(even) .form-group .error {
  left: 12px;
}
.single-post .inside.comments .width-33:nth-of-type(3) .form-group .error {
  left: 12px;
}
.single-post .inside.comments .form-group textarea,
.single-post .inside.comments .form-group input {
  width: 100%;
  float: left;
  padding: 15px;
  color: #383838;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.single-post .inside.comments .form-group textarea:focus,
.single-post .inside.comments .form-group input:focus {
  border: 1px solid #0b67ba;
}
.single-post .inside.comments .form-group ::-webkit-input-placeholder {
  color: #383838;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.single-post .inside.comments .form-group ::-moz-placeholder {
  color: #383838;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.single-post .inside.comments .form-group :-ms-input-placeholder {
  color: #383838;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.single-post .inside.comments .form-group :-moz-placeholder {
  color: #383838;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.single-post .inside.comments .form-group ::placeholder {
  color: #383838;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.single-post .inside.comments footer {
  position: initial;
  padding: 0;
  background: none;
}
.single-post .inside.comments .comment-meta {
  padding: 20px 0 0 0;
}
.single .logged-in-as {
  display: none;
}
/* pagination */
.pagination {
  position: relative;
  width: 100%;
  float: left;
  margin: 35px 0;
  text-align: center;
}
.pagination ul {
  position: relative;
  width: auto;
  margin: 0;
  padding: 5px;
  display: inline-block;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
}
.pagination ul li {
  position: relative;
  margin: 5px 5px 0 0;
  display: inline-block;
  list-style: none;
  font-family: "Roboto Bold", sans-serif;
}
.pagination ul li:before {
  display: none;
}
.pagination ul li .page-numbers {
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 36px;
  display: block;
  text-align: center;
}
.pagination ul li a {
  text-decoration: none !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination ul li a,
.pagination ul li span {
  border: 1px solid #142B36;
  color: #142B36;
}
.pagination ul li span.current {
  background: #0b67ba;
  color: #ffffff;
  border-color: #0b67ba;
}
.pagination ul li a:hover {
  background: #0b67ba;
  color: #ffffff;
  border-color: #0b67ba;
}
.pagination ul li .next i {
  padding-right: 5px;
}
.pagination ul li .prev i {
  padding-left: 5px;
}
.pagination ul li i:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  line-height: 36px;
}
.pagination ul li .next i:before {
  right: 12px;
}
.pagination ul li .prev i:before {
  left: 12px;
}
/* 404 */
.module.container-404 {
  margin: 100px 0 60px 0;
  text-align: center;
}
.module.container-404 img {
  width: 100%;
  max-width: 690px;
  display: inline-block;
}
.module.container-404 h2 {
  width: 100%;
  float: left;
  margin: 50px 0 20px 0;
  color: #383838;
  font-family: "Roboto Medium", sans-serif;
  letter-spacing: 0.72px;
  text-align: center;
}
.module.container-404 p {
  width: 100%;
  float: left;
  margin: 0;
  color: #383838;
  letter-spacing: 0.32px;
  text-align: center;
}
.module.container-404.search-form-container .search-form {
  margin: 50px 0;
}
/* search form */
.search-form-container .search-form {
  position: relative;
  width: 100%;
  height: 55px;
  padding: 0 0 0 20px;
  background-color: rgba(11, 103, 186, 0.15);
  z-index: 1;
}
.search-form-container .search-form-input {
  position: relative;
  width: 100%;
  float: left;
  padding-right: 70px;
}
.search-form-container .search-form-input input {
  position: relative;
  width: 100%;
  float: left;
  padding: 0;
  font-family: "Roboto Regular", sans-serif;
  font-size: 16px;
  line-height: 55px;
  background: none;
  color: #383838;
  opacity: 0.77;
  border: 0 none;
}
.search-form-container .search-form-input ::-webkit-input-placeholder {
  color: #383838;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.search-form-container .search-form-input ::-moz-placeholder {
  color: #383838;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.search-form-container .search-form-input:-ms-input-placeholder {
  color: #383838;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.search-form-container .search-form-input :-moz-placeholder {
  color: #383838;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.search-form-container .search-form-input ::placeholder {
  color: #383838;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.search-form-container .search-form-input button {
  position: absolute;
  height: 40px;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  padding: 0 15px;
  font-size: 20px;
  background-color: transparent !important;
  color: #383838;
  cursor: pointer;
  pointer-events: all;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.search-form-container .search-form-input button:hover {
  color: #1177d3;
}
/* back to top */
.module.back-to-top-holder {
  position: relative;
  margin: 0;
  overflow: visible;
}
.module.back-to-top-holder .inside {
  margin: 0;
  padding: 0;
}
.back-to-top {
  position: absolute;
  width: 100%;
  max-width: 1210px;
  height: 0;
  top: 0;
  right: 40px;
  left: 0;
  margin: auto;
  z-index: 8;
}
.back-to-top:after {
  content: "\f077";
  position: absolute;
  width: 46px;
  height: 46px;
  top: -46px;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  background-color: #0b67ba;
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  cursor: pointer;
}
.back-to-top:hover:after {
  background-color: #1177d3;
}
.show-back:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.fixed-back {
  position: fixed;
  top: 100%;
  right: 40px;
}
/* header */
header.header-wrapper {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 9;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
body:not(.admin-bar) header.header-wrapper {
  top: 0;
}
.admin-bar .header-wrapper {
  top: 32px;
}
.header-wrapper.painted {
  height: 80px;
}
header.header-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -webkit-box-shadow: -3px 3px 9px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -3px 3px 9px 1px rgba(0, 0, 0, 0.15);
  box-shadow: -3px 3px 9px 1px rgba(0, 0, 0, 0.15);
}
header.header-wrapper > .w-1210 {
  max-width: 100%;
}
.inside-header {
  position: relative;
  width: 100%;
  float: left;
  z-index: 1;
  text-align: center;
}
.page-template-home .header-wrapper:after,
.page-template-home .nav-active .header-wrapper:after {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.page-template-home .header-wrapper.painted:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.page-template-home.menu-active .header-wrapper:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.logo {
  width: 500px;
  line-height: 100px;
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.header-wrapper.painted .logo {
  width: 350px;
  height: 80px;
  line-height: 80px;
}
.logo img {
  width: 100%;
  vertical-align: middle;
}
.tagline {
  position: absolute;
  left: 70px;
  right: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 80px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto Bold", sans-serif;
  text-transform: uppercase;
}
.subnav-menu {
  float: right;
}
.subnav-menu ul {
  margin: 0;
  padding: 0;
  min-width: 100%;
}
.subnav-menu ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}
.subnav-menu ul li:after {
  content: '';
  height: 3px;
  width: 100%;
  background: #383838;
  position: absolute;
  left: 0;
  bottom: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.subnav-menu ul li a,
.subnav-menu ul li a:hover,
.subnav-menu ul li a:focus {
  margin: 0;
  padding: 0 20px;
  line-height: 50px;
  color: #383838;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  z-index: 2;
}
.subnav-menu ul li a:hover {
  color: #383838;
}
.subnav-menu > ul > li:hover:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.subnav-menu .sub-menu {
  position: absolute;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-transform: translate3d(0, -20px, 0) scale(1, 1);
  -moz-transform: translate3d(0, -20px, 0) scale(1, 1);
  -o-transform: translate3d(0, -20px, 0) scale(1, 1);
  -ms-transform: translate3d(0, -20px, 0) scale(1, 1);
  transform: translate3d(0, -20px, 0) scale(1, 1);
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.subnav-menu .sub-menu li {
  float: left;
  width: 100%;
}
.subnav-menu .sub-menu li a,
.subnav-menu .sub-menu li a:hover,
.subnav-menu .sub-menu li a:focus {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 10px 20px;
  line-height: 18px;
  color: #383838;
  font-size: 13px;
  white-space: nowrap;
  -webkit-transition: color 0.15s ease, background 0.15s ease-in;
  -moz-transition: color 0.15s ease, background 0.15s ease-in;
  -o-transition: color 0.15s ease, background 0.15s ease-in;
  transition: color 0.15s ease, background 0.15s ease-in;
}
.subnav-menu .sub-menu li a:hover {
  color: #ffffff;
  background: #0b67ba;
}
.subnav-menu li:hover .sub-menu {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
  pointer-events: all;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.nav-trigger,
.search-trigger {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: none;
  cursor: pointer;
  color: #383838;
}
.page-template-home .nav-trigger,
.page-template-home .search-trigger {
  color: #ffffff;
}
.page-template-home.menu-active .search-trigger {
  color: #383838;
}
.page-template-home.menu-active .nav-trigger span {
  background: #383838;
}
.page-template-home .header-wrapper.painted .nav-trigger,
.page-template-home .header-wrapper.painted .search-trigger {
  color: #383838;
}
.search-trigger {
  right: 0;
  font-size: 18px;
}
.search-trigger i {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
}
.search-trigger span {
  height: 2px;
  position: absolute;
  background: #383838;
  margin: auto;
  left: 7px;
  right: 7px;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-transform: translate3d(0, 0, 0) scale(0, 0);
  -moz-transform: translate3d(0, 0, 0) scale(0, 0);
  -o-transform: translate3d(0, 0, 0) scale(0, 0);
  -ms-transform: translate3d(0, 0, 0) scale(0, 0);
  transform: translate3d(0, 0, 0) scale(0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.page-template-home .search-trigger span {
  color: #ffffff;
}
.page-template-home .header-wrapper.painted .search-trigger span {
  color: #383838;
}
.search-active .search-trigger i {
  -webkit-transform: translate3d(0, 0, 0) scale(0, 0);
  -moz-transform: translate3d(0, 0, 0) scale(0, 0);
  -o-transform: translate3d(0, 0, 0) scale(0, 0);
  -ms-transform: translate3d(0, 0, 0) scale(0, 0);
  transform: translate3d(0, 0, 0) scale(0, 0);
}
.search-active .search-trigger span:nth-of-type(1) {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 0.8);
  -moz-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 0.8);
  -o-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 0.8);
  -ms-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 0.8);
  transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 0.8);
}
.search-active .search-trigger span:nth-of-type(2) {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 0.8);
  -moz-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 0.8);
  -o-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 0.8);
  -ms-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 0.8);
  transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 0.8);
}
.search-active .header-wrapper:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.search-active .nav-trigger span {
  background: #383838;
}
.nav-trigger {
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-trigger span {
  height: 2px;
  position: absolute;
  background: #383838;
  margin: auto;
  left: 7px;
  right: 7px;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
}
.nav-trigger span:nth-of-type(1) {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  -o-transform: translate3d(0, -7px, 0);
  -ms-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.nav-trigger span:nth-of-type(2) {
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
}
.nav-trigger span:nth-of-type(3) {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  -o-transform: translate3d(0, 7px, 0);
  -ms-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.page-template-home .nav-trigger span {
  background: #ffffff;
}
.page-template-home.search-active .nav-trigger span {
  background: #383838;
}
.page-template-home .header-wrapper.painted .nav-trigger span {
  background: #383838;
}
.menu-active {
  overflow: hidden;
}
.menu-active .nav-trigger span:nth-of-type(1) {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 0.8);
  -moz-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 0.8);
  -o-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 0.8);
  -ms-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 0.8);
  transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 0.8);
}
.menu-active .nav-trigger span:nth-of-type(2) {
  -webkit-transform: translate3d(0, 0, 0) scale(0, 0.8);
  -moz-transform: translate3d(0, 0, 0) scale(0, 0.8);
  -o-transform: translate3d(0, 0, 0) scale(0, 0.8);
  -ms-transform: translate3d(0, 0, 0) scale(0, 0.8);
  transform: translate3d(0, 0, 0) scale(0, 0.8);
}
.menu-active .nav-trigger span:nth-of-type(3) {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 0.8);
  -moz-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 0.8);
  -o-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 0.8);
  -ms-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 0.8);
  transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 0.8);
}
.subnav-trigger {
  width: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: none;
  cursor: pointer;
  color: #0b67ba;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease,-moz-transform 0.25s ease,-o-transform 0.25s ease,transform 0.25s ease;
  display: none;
}
.subnav-trigger i {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease,-moz-transform 0.25s ease,-o-transform 0.25s ease,transform 0.25s ease;
}
.subnav-trigger.no-action {
  display: none !important;
}
.main-menu {
  position: fixed;
  top: 132px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 35, 49, 0);
  pointer-events: none;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
  z-index: 3;
}
.header-wrapper.painted + .main-menu {
  top: 112px;
}
body:not(.admin-bar) .main-menu {
  top: 100px;
}
body:not(.admin-bar) .header-wrapper.painted + .main-menu {
  top: 80px;
}
.main-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-menu .nav-menu > ul:before {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  background: #ffffff;
}
.main-menu li {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}
.main-menu .nav-menu > ul > li:before {
  content: '';
  position: absolute;
  height: 100%;
  left: -50px;
  top: 0;
  right: -50px;
  background: #ffffff;
}
.main-menu .w-1210 {
  height: 100%;
  max-width: 100%;
}
.nav-menu {
  position: relative;
  float: left;
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 50px 50px 0 10px;
  -webkit-transform: translate3d(-1000px, 0, 0);
  -moz-transform: translate3d(-1000px, 0, 0);
  -o-transform: translate3d(-1000px, 0, 0);
  -ms-transform: translate3d(-1000px, 0, 0);
  transform: translate3d(-1000px, 0, 0);
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease,-moz-transform 0.6s ease,-o-transform 0.6s ease,transform 0.6s ease;
}
.nav-menu:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  -webkit-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.nav-active .main-menu {
  background-color: rgba(33, 35, 49, 0.9);
  pointer-events: auto;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.menu-active .nav-menu {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease,-moz-transform 0.4s ease,-o-transform 0.4s ease,transform 0.4s ease;
}
.nav-menu .close {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 20px;
  margin: auto;
  right: 10px;
  background: none;
  cursor: pointer;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0) scale(0, 0);
  -moz-transform: translate3d(0, 0, 0) scale(0, 0);
  -o-transform: translate3d(0, 0, 0) scale(0, 0);
  -ms-transform: translate3d(0, 0, 0) scale(0, 0);
  transform: translate3d(0, 0, 0) scale(0, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.nav-menu .close span {
  height: 2px;
  position: absolute;
  background: #383838;
  margin: auto;
  left: 7px;
  right: 7px;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.nav-menu .close span:nth-of-type(1) {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 0.8);
  -moz-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 0.8);
  -o-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 0.8);
  -ms-transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 0.8);
  transform: translate3d(0, 0, 0) rotate(45deg) scale(0.8, 0.8);
}
.nav-menu .close span:nth-of-type(2) {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 0.8);
  -moz-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 0.8);
  -o-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 0.8);
  -ms-transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 0.8);
  transform: translate3d(0, 0, 0) rotate(-45deg) scale(0.8, 0.8);
}
.menu-active .nav-menu .close {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.nav-menu:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 5000px;
  top: 0;
  right: 100%;
  background: #ffffff;
}
.nav-menu a,
.nav-menu a:hover {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0 0 25px 0;
  color: #383838;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  z-index: 2;
}
.nav-menu a:hover,
.current-menu-item > a,
.current-menu-ancestor > a {
  color: #0b67ba;
}
.current-page-ancestor > a {
  color: #0b67ba !important;
}
.nav-menu a[href="#"] + .sub-menu .overview {
  display: none;
}
.nav-menu li.submenu:first-of-type:before {
  content: '';
  position: relative;
  width: 100%;
  height: 20px;
  float: left;
  border-top: solid 1px #383838;
}
.submenu:before {
  content: '';
  position: relative !important;
  width: 100% !important;
  height: 25px !important;
  left: auto !important;
  right: auto !important;
  float: left;
  border-top: solid 1px #383838;
  z-index: 1;
}
.submenu ~ .submenu:before {
  display: none;
}
.nav-menu li.submenu a {
  padding: 0 0 10px 0;
  font-weight: normal;
  font-size: 14px;
}
.main-menu ul.sub-menu {
  position: absolute;
  max-width: 100%;
  top: -25px;
  right: -50px;
  padding: 15px 0;
  background: #f7f9fa;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s ease, opacity 0.2s ease;
  -moz-transition: -moz-transform 0.4s ease, opacity 0.2s ease;
  -o-transition: -o-transform 0.4s ease, opacity 0.2s ease;
  transition: -webkit-transform 0.4s ease,-moz-transform 0.4s ease,-o-transform 0.4s ease,transform 0.4s ease, opacity 0.2s ease;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.main-menu ul.sub-menu li {
  padding: 0 20px;
}
li.overview {
  display: none;
}
.main-menu ul.sub-menu li a {
  padding: 10px;
  font-size: 14px;
  color: #383838;
}
.main-menu ul.sub-menu li a:hover {
  color: #0b67ba;
}
.main-menu ul.sub-menu .current-menu-item > a,
.main-menu ul.sub-menu .current-menu-ancestor > a {
  color: #0b67ba;
}
.main-menu ul.sub-menu .current-menu-item > a[href*="#"] {
  color: #383838;
}
.main-menu ul li:hover .sub-menu {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
li.menu-item-has-children > a:after {
  content: '\f054' !important;
  font-family: "Font Awesome 5 Pro Light";
  font-weight: 300;
  position: absolute !important;
  right: -20px !important;
  left: auto !important;
  bottom: auto !important;
  top: 0px !important;
  display: block !important;
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  background: none !important;
  height: auto !important;
  width: auto !important;
  font-size: 12px;
}
.search:not(body) {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 20%;
  margin: auto;
  width: 90%;
  max-width: 640px;
  height: 50px;
  z-index: 1;
  -webkit-transform: translate3d(0, -60px, 0);
  -moz-transform: translate3d(0, -60px, 0);
  -o-transform: translate3d(0, -60px, 0);
  -ms-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0);
  -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease, opacity 0.2s ease;
  -o-transition: -o-transform 0.2s ease, opacity 0.2s ease;
  transition: -webkit-transform 0.2s ease,-moz-transform 0.2s ease,-o-transform 0.2s ease,transform 0.2s ease, opacity 0.2s ease;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
}
.search-active .search:not(body) {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: all;
}
.search-form {
  position: relative;
  width: 100%;
}
.search:not(body) input,
.content-search input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 65px 0 10px;
  background: none;
  border-bottom: solid 1px #ffffff;
  color: #ffffff;
  font-family: century-gothic, sans-serif;
  font-size: 24px;
}
.search:not(body) button,
.content-search button {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.search:not(body) button:hover,
.content-search button:hover {
  color: #0b67ba;
}
/* hero */
.module.main-hero[style*="background-image"] {
  position: relative;
  background-position: center center;
  background-size: cover;
  margin-top: 0;
  padding-top: 280px;
  padding-bottom: 280px;
}
.module.main-hero h1 {
  margin: 0 0 30px 0;
  color: #ffffff;
  font-family: "Roboto Medium", sans-serif;
  letter-spacing: -0.19px;
}
.module.main-hero.featured:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  display: block;
}
.module.main-hero .inside {
  z-index: 1;
}
.module.main-hero.video {
  position: relative;
  height: 0;
  overflow: hidden;
}
.module.main-hero.video[style*="background-image"] {
  padding: 0 0 56.25% 0;
}
.module.main-hero.video iframe,
.module.main-hero.video #player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  z-index: 0;
}
.vp-controls,
.vp-sidedock {
  display: none !important;
}
.module.main-hero.video .flex-container {
  min-height: 100vh;
}
.list-buttons {
  padding: 0;
  margin: 0;
}
.list-buttons {
  list-style-type: none;
}
.list-buttons li {
  text-align: left;
  width: 320px;
}
.list-buttons li a {
  cursor: pointer;
  float: left;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: "Roboto Bold", sans-serif;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
  text-decoration: none;
  position: relative;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.list-buttons li a:hover {
  text-decoration: none;
  width: 100%;
}
.list-buttons li a:before {
  content: '';
  width: 6px;
  background: #0b67ba;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
  z-index: -1;
}
.list-buttons li a:hover:before {
  width: 100%;
}
.list-buttons li:hover .button-list-content-inside i {
  color: #ffffff;
}
.button-list-content {
  padding: 10px 18px 10px 18px;
  text-align: left;
}
.button-list-content p,
.button-list-content h4 {
  margin: 0;
  color: #ffffff;
  font-family: "Roboto Bold", sans-serif;
}
.button-list-content-inside {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.button-list-content-inside span {
  padding: 0px 10px 0px 0px;
  margin-bottom: 0;
  font-family: "Roboto Medium", sans-serif;
  font-size: 14px;
}
.button-list-content-inside i {
  color: #0b67ba;
}
.themes-menu {
  pointer-events: none;
  position: relative;
  float: right;
  width: 600px;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.themes-menu ul {
  pointer-events: all;
  margin: 0 0 0 0;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.themes-menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 320px;
}
/* forms */
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder,
.contact-form select::-webkit-input-placeholder {
  color: #6f6f6f;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.contact-form selecta::-moz-placeholder {
  color: #6f6f6f;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder,
.contact-form select:-ms-input-placeholder {
  color: #6f6f6f;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder,
.contact-form select:-moz-placeholder {
  color: #6f6f6f;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.contact-form .single-content {
  position: relative;
}
.contact-form h1 {
  margin-bottom: 50px;
}
.contact-form h2,
.contact-form h3 {
  margin-bottom: 50px;
  font-weight: normal;
}
.wpcf7-form.sent .contact-form.registration-form + div.wpcf7-response-output {
  top: 65px;
}
.contact-form .align-center {
  text-align: center;
}
.wpcf7-form {
  position: relative;
}
.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  float: left;
}
.contact-form .field {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.field.hidden-field {
  display: none !important;
}
.contact-form .field:nth-of-type(even) {
  padding: 0 0 0 10px;
}
.contact-form .field.width-100 {
  width: 100%;
  padding: 0 10px;
}
.contact-form .field.width-100 + .field {
  padding: 0 10px;
}
.contact-form input[type="radio"] {
  -webkit-appearance: radio;
}
.contact-form input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.contact-form .form-control {
  width: 100% !important;
  margin-bottom: 20px !important;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px 20px;
  background: #F7F7F7;
  border: 1px solid #F0F0F0;
  color: #6f6f6f;
}
.module.content-box[style="background-color:#f7f9fa;"] .contact-form .form-control {
  background: #ffffff;
  border-color: #ffffff;
}
.contact-form .form-control,
.contact-form .field select {
  width: 100% !important;
  margin-bottom: 30px !important;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px 30px 20px 20px;
  border: 1px solid #F0F0F0;
  color: #6f6f6f;
}
.module.content-box[style="background-color:#f7f9fa;"] .contact-form .form-control {
  background: #ffffff;
  border-color: #ffffff;
}
.module.content-box[style="background-color:#f7f9fa;"] .inside {
  position: relative;
  width: 100%;
  float: left;
}
.module.content-box[style="background-color:#f7f9fa;"] .contact-form .field select {
  background-color: #ffffff;
  border-color: #ffffff;
}
.module.content-box[style="background-color:#f7f9fa;"] .contact-form .field select {
  background-color: #ffffff;
  color: rgba(20, 43, 53, 0.5);
}
.contact-form .form-control:focus {
  border-color: #0b67ba !important;
  box-shadow: none !important;
  outline: none !important;
}
.contact-form input[type="submit"],
.contact-form button[data-action="submit"] {
  min-width: 161px;
  padding: 0 30px;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  background-color: #0b67ba;
  cursor: pointer;
  pointer-events: all;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-form input[type="submit"]:hover,
.contact-form button[data-action="submit"]:hover {
  background-color: #1177d3;
}
.contact-form .field select {
  padding: 12px 30px 12px 20px;
  background-color: #F7F7F7;
  vertical-align: middle;
  color: rgba(20, 43, 53, 0.5);
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23111111%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.contact-form .field select::-ms-expand {
  display: none;
}
.contact-form .field select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #383838;
}
.contact-form .field select option {
  width: 100%;
  float: left;
  margin: 0;
  padding: 12px 0;
  border: 1px solid #F0F0F0;
}
.contact-form .field select option:focus {
  box-shadow: none;
  outline: none;
}
.contact-form .field.select + .field {
  clear: both;
}
.contact-form .field.select + .field.submit {
  clear: none;
}
.contact-form .wpcf7-list-item {
  position: relative;
}
.contact-form .wpcf7-list-item input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: all;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 1;
}
.module.content-box[style="background-color:#f7f9fa;"] .contact-form .wpcf7-list-item-label:before {
  border-color: rgba(0, 0, 0, 0.55);
}
.contact-form .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  background-color: #0b67ba;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.contact-form .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.wpcf7-form .ajax-loader.is-active {
  display: none;
}
.wpcf7-form span.wpcf7-list-item {
  margin: 0 35px 5px 0;
}
.wpcf7-form-control-wrap #message {
  min-height: 170px;
}
.sent-cf7-form {
  width: 100%;
  float: left;
  padding: 40px 50% 30px 0;
}
.sent-cf7-form > h2 {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  font-family: "Roboto Bold", sans-serif;
}
.sent-cf7-form .screen-reader-response {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  float: left;
  font-size: 16px;
  line-height: 25px;
  color: #6f6f6f;
}
.sent-cf7-form .wpcf7-form.sent {
  display: none;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 0;
  color: #f15122;
  font-size: 12px;
  font-family: "Roboto Bold", sans-serif;
}
div.wpcf7-response-output {
  display: none !important;
}
.wpcf7-form.sent div.wpcf7-response-output {
  position: absolute;
  width: 100%;
  top: 60px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  display: block !important;
  border: none !important;
  color: #383838;
  text-align: center;
}
.ajax-loader {
  display: none !important;
}
/* event registration form */
.contact-form.registration-form {
  padding-top: 20px;
}
.contact-form.registration-form .field {
  padding: 0 !important;
}
.contact-form.registration-form .field.width-50:nth-of-type(odd) {
  padding: 0 10px 0 0 !important;
}
.contact-form.registration-form .field.width-50:nth-of-type(even) {
  padding: 0 0 0 10px !important;
}
.contact-form.registration-form .field.width-100 {
  padding: 0 !important;
}
/* jobs */
.sjb-page .no-job-listing {
  margin: 10px 0;
  color: #6f6f6f;
  text-align: center;
}
.single-jobpost .module h1 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.single-jobpost .module h1 strong {
  font-family: "Roboto Bold", sans-serif;
}
.single-jobpost .module {
  margin-top: 40px;
}
/* sitemap */
.page-template-sitemap .module ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-template-sitemap .module ul li {
  width: auto;
  float: left;
  clear: both;
  padding: 5px 0;
  color: #383838;
  list-style-type: none;
}
.page-template-sitemap .module ul li a {
  color: #383838;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page-template-sitemap .module ul li a:hover {
  color: #0b67ba;
}
.page-template-sitemap .module ul li .sub-menu {
  padding-left: 30px;
}
/* footer */
footer {
  position: relative;
  width: 100%;
  float: left;
}
footer .inside:first-of-type {
  background-color: #0b67ba;
}
footer .inside {
  padding: 0 !important;
}
footer a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer a:hover {
  color: #85d6ff;
}
footer ul,
footer li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
footer ul {
  max-width: 25%;
}
footer .flex-container li:first-child {
  padding-bottom: 10px;
  font-family: "Roboto Bold", sans-serif;
  font-size: 16px;
}
footer li {
  float: none !important;
  text-align: initial !important;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0.55px;
}
footer li a {
  position: relative;
  display: inline-block;
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0.55px;
  text-decoration: none;
}
footer li a.social-relative-holder {
  padding-left: 35px;
}
footer li a.social-relative-holder i {
  position: absolute;
  left: 0;
  line-height: 22px;
}
footer li.footer-event {
  margin-bottom: 10px;
}
footer .footer-logo {
  max-width: 450px;
  display: block;
  margin: 70px auto;
}
footer .flex-container.justify-content-space-between {
  padding: 30px 0 60px 0;
}
footer .flex-container.subscribe {
  width: 100%;
  padding-bottom: 40px;
}
footer .flex-container.subscribe p {
  width: 100%;
  float: left;
  margin: 0;
  color: #ffffff;
  text-align: center;
}
footer .flex-container.subscribe p:nth-of-type(1) {
  text-transform: uppercase;
}
footer .flex-container.subscribe .subscribe {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 40px;
  margin: 5px auto 0 auto;
}
footer .flex-container.subscribe .subscribe .wpcf7-form.sent div.wpcf7-response-output {
  top: 50px;
  color: #ffffff;
  font-size: 14px;
}
footer .flex-container.subscribe .subscribe span {
  width: 100%;
  float: left;
}
footer .flex-container.subscribe .subscribe input[type="submit"] {
  position: absolute;
  min-width: 161px;
  top: 0;
  right: 0;
  padding: 0 30px;
  font-size: 14px;
  line-height: 38px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #0b67ba;
  cursor: pointer;
  pointer-events: all;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer .flex-container.subscribe .subscribe input[type="submit"]:hover {
  background-color: #1177d3;
}
footer .flex-container.subscribe .subscribe span input {
  width: 100%;
  float: left;
  color: #6f6f6f;
  padding: 0 170px 0 20px;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 0.47px;
}
footer .flex-container.subscribe .subscribe ::-webkit-input-placeholder {
  color: #6f6f6f;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
footer .flex-container.subscribe .subscribe ::-moz-placeholder {
  color: #6f6f6f;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
footer .flex-container.subscribe .subscribe :-ms-input-placeholder {
  color: #6f6f6f;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
footer .flex-container.subscribe .subscribe :-moz-placeholder {
  color: #6f6f6f;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
footer .flex-container.subscribe .subscribe ::placeholder {
  color: #6f6f6f;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
footer p.small {
  font-size: 12px;
}
footer section {
  width: 50%;
  float: left;
}
footer span.wpcf7-not-valid-tip {
  bottom: -20px;
}
footer section:nth-of-type(odd) {
  padding-right: 20px;
  text-align: left;
}
footer section:nth-of-type(even) {
  padding-left: 20px;
  text-align: right;
}
footer section p {
  position: relative;
  color: #383838;
  margin: 15px 0 !important;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.47px;
}
footer section p a {
  color: #383838;
  font-family: "Roboto Bold", sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer section p a:hover {
  color: #0b67ba;
}
footer section:nth-of-type(odd) p a {
  font-family: "Roboto Regular", sans-serif;
  font-size: 14px;
}
footer section:nth-of-type(odd) p a img {
  position: absolute;
  top: 2px;
  left: 175px;
  width: 110px;
}
footer section:nth-of-type(odd) p {
  text-align: left !important;
}
footer section:nth-of-type(even) p {
  text-align: right !important;
}
/* cookies */
#cookie-notice .cookie-notice-container {
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 20px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 20px 20px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 20px 20px rgba(0, 0, 0, 0.15);
}
#cookie-notice .cn-text-container {
  margin: 20px 0;
  color: #383838;
}
#cookie-notice .cn-button {
  width: auto;
  min-width: 180px;
  display: inline-block;
  padding: 15px 30px;
  color: #ffffff;
  background-color: #0b67ba;
  font-family: "Roboto Regular", sans-serif;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#cookie-notice .cn-button:hover {
  background-color: #1177d3;
}
#cookie-notice .cn-buttons-container,
.cn-text-container {
  font-family: "Roboto Regular", sans-serif;
  font-size: 13px;
}
#cookie-notice .cn-close-icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#cookie-notice .cn-close-icon:before,
#cookie-notice .cn-close-icon:after {
  background: #0b67ba;
}
/* recaptcha */
.grecaptcha-badge {
  visibility: hidden;
}
/*table of contents module*/
.module.table-of-contents .table-links {
  padding: 0 0 40px 0;
}
.module.table-of-contents .table-links a {
  position: relative;
  float: left;
  width: 100%;
  font-family: "Roboto Medium", sans-serif;
  padding: 0 0 15px 0;
  font-size: 20px;
}
.module.table-of-contents .table-content section {
  padding: 0 0 40px 0;
}
.module.table-of-contents .table-content section h3 {
  padding: 0 0 15px 0;
}
@media (max-width: 1920px) {
  .hero.normal img {
    min-width: 1920px;
  }
}
@media (max-width: 1210px) {
  /* module spacer */
  .module.spacer-box[style*="height:10px;"] {
    height: 5px !important;
  }
  .module.spacer-box[style*="height:20px;"] {
    height: 10px !important;
  }
  .module.spacer-box[style*="height:30px;"] {
    height: 15px !important;
  }
  .module.spacer-box[style*="height:40px;"] {
    height: 20px !important;
  }
  .module.spacer-box[style*="height:50px;"] {
    height: 25px !important;
  }
  .module.spacer-box[style*="height:60px;"] {
    height: 30px !important;
  }
  .module.spacer-box[style*="height:70px;"] {
    height: 35px !important;
  }
  .module.spacer-box[style*="height:80px;"] {
    height: 40px !important;
  }
  .module.spacer-box[style*="height:90px;"] {
    height: 45px !important;
  }
  .module.spacer-box[style*="height:100px;"] {
    height: 50px !important;
  }
  /* module back to */
  .module.back-to-box .inside {
    padding: 20px 0 18px 0;
  }
  /* content box */
  .module.content-box.the-content-exist {
    margin-top: 40px;
  }
  /* module flags */
  .module.flag-boxes .flex-container section {
    padding: 10px 35px 25px 35px;
  }
  /* module left and right */
  .module.left-and-right-box section .inside .flex-container {
    width: 100%;
  }
  /* module country box */
  .module.country-box section .image-holder h1 {
    font-size: 26px;
    line-height: 34px;
  }
  .module.country-box section .inside .content-holder {
    width: 100%;
  }
  /* home hero */
  .module.main-hero h1 {
    font-size: 44px;
    line-height: 50px;
  }
  .module.main-hero[style*="background-image"] {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  /* module publications with filters */
  .module.publications-boxes.publications-filters section {
    width: 50%;
  }
  /* module team */
  .module.team-boxes .flex-container section:nth-of-type(odd) .socials a {
    padding: 5px 0;
  }
  /* module icons on team member page */
  .page-template-team-member .module.icon-boxes section {
    width: 12%;
    padding: 40px 10px 0 10px;
  }
}
@media (max-width: 1024px) {
  /* module icons */
  .module.icon-boxes section {
    width: 33.333333%;
  }
  /* module flags */
  .module.flag-boxes .flex-container section {
    width: 25%;
    padding: 10px 25px 25px 25px;
  }
  /* module team */
  .module.team-member-container {
    margin-top: 40px;
  }
  .module.team-member-container .w-1210 > .inside h1:first-of-type {
    font-size: 26px;
    line-height: 30px;
  }
  .module.team-boxes .flex-container section:nth-of-type(odd) {
    width: 30%;
  }
  .module.team-boxes .flex-container section:nth-of-type(odd) .socials a {
    margin: 0 10px;
    padding: 5px;
  }
  .module.team-boxes .flex-container section:nth-of-type(even) {
    width: 70%;
  }
  /* module side by side */
  .module.side-by-side-boxes .flex-container {
    margin-left: 0;
    margin-right: 0;
  }
  .module.side-by-side-boxes .side-by-side-container {
    width: 100%;
    padding: 0 0 30px 0;
  }
  /* module quote */
  .module.quote-box .content-holder {
    padding: 0 100px;
  }
  /* general fonts */
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
  h4 {
    font-size: 16px;
    line-height: 22px;
  }
  p,
  li {
    font-size: 14px;
  }
  /* module publications */
  .module.publications-boxes section {
    width: 50%;
  }
  /* module publications filters */
  .module.publications-boxes.publications-filters .w-1210 > .inside {
    width: 30%;
    padding: 0 25px 25px 0;
  }
  .module.publications-boxes.publications-filters .w-1210 > .inside + .inside {
    width: 70%;
    padding: 0 0 25px 25px;
  }
  /* module strategic documents */
  .module.strategic-documents-boxes section {
    width: 50%;
  }
  /* hero */
  .hero.normal {
    height: 250px;
    padding: 100px 0;
  }
  /* header */
  .logo {
    position: relative;
    z-index: 1;
    display: inline-block;
  }
  .logo img {
    width: 100%;
    vertical-align: middle;
  }
  header.header-wrapper {
    height: 80px;
  }
  body:not(.admin-bar) .main-menu {
    top: 80px;
  }
  .header-wrapper .logo {
    height: 80px;
    line-height: 80px;
  }
  .nav-menu {
    height: auto;
    padding-bottom: 100px;
    padding-left: 35px;
    min-height: 100%;
  }
  .menu-active .main-menu {
    overflow: auto;
  }
  .main-menu {
    top: 112px;
  }
  .hero.normal {
    margin-top: 80px;
  }
  .hero.default {
    height: 80px;
  }
  .main-menu .w-1210 {
    padding: 0;
  }
  .main-menu ul.sub-menu {
    top: 0;
    max-height: 0;
    overflow: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: max-height 0.45s ease, opacity 0.65s ease;
    -moz-transition: max-height 0.45s ease, opacity 0.65s ease;
    -o-transition: max-height 0.45s ease, opacity 0.65s ease;
    transition: max-height 0.45s ease, opacity 0.65s ease;
    padding: 0;
    position: relative;
    left: -58px;
    right: -50px;
    max-width: 150%;
    width: 150%;
    float: left;
    z-index: 1;
    -webkit-box-shadow: inset 0 5px 3px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 5px 3px -3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 5px 3px -3px rgba(0, 0, 0, 0.1);
  }
  .main-menu .active-sub ul.sub-menu {
    max-height: 1000px;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .main-menu .active-sub > a {
    color: #0b67ba;
  }
  .main-menu ul.sub-menu:after {
    content: '';
    position: relative;
    height: 30px;
    width: 100%;
    float: left;
    background: #ffffff;
  }
  .main-menu ul.sub-menu li {
    padding: 0 20px 0 50px;
  }
  li.overview {
    display: block;
  }
  .main-menu ul li:hover .sub-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .subnav-trigger {
    display: inline-block;
  }
  .subnav-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .subnav-active .subnav-menu {
    overflow: auto;
  }
  .subnav-menu > ul {
    background: #ffffff;
    float: left;
    width: 300px;
    min-width: 0;
    height: 100%;
    padding: 35px 50px 0 50px;
    -webkit-transform: translate3d(-1000%, 0, 0);
    -moz-transform: translate3d(-1000%, 0, 0);
    -o-transform: translate3d(-1000%, 0, 0);
    -ms-transform: translate3d(-1000%, 0, 0);
    transform: translate3d(-1000%, 0, 0);
    -webkit-transition: -webkit-transform 0.6s ease;
    -moz-transition: -moz-transform 0.6s ease;
    -o-transition: -o-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease,-moz-transform 0.6s ease,-o-transform 0.6s ease,transform 0.6s ease;
    pointer-events: all;
  }
  .subnav-menu > ul:after {
    content: '';
    width: 150%;
    float: left;
    height: 150px;
    background: #ffffff;
    margin-left: -25%;
  }
  .subnav-menu > ul:before {
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    width: 5px;
    height: 100%;
    -webkit-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
  .subnav-menu ul li {
    width: 100%;
    text-align: left;
  }
  .subnav-menu > ul > li:before {
    content: '';
    position: absolute;
    top: 50px;
    right: -50px;
    bottom: 0;
    left: -50px;
    background: #F5F5F5;
    -webkit-box-shadow: inset 0 5px 3px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 5px 3px -3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 5px 3px -3px rgba(0, 0, 0, 0.1);
  }
  .subnav-menu ul li:after {
    display: none;
  }
  .subnav-menu ul li a,
  .subnav-menu ul li a:hover,
  .subnav-menu ul li a:focus {
    padding: 0 0;
    color: #383838;
    text-transform: uppercase;
    font-family: "Roboto Bold", sans-serif;
    width: 100%;
    display: inline-block;
  }
  .subnav-menu ul li a:hover {
    color: #0b67ba;
  }
  .subnav-menu .sub-menu li {
    border-bottom: 1px solid #E6E9ED;
  }
  .subnav-menu .sub-menu li a,
  .subnav-menu .sub-menu li a:hover,
  .subnav-menu .sub-menu li a:focus {
    padding: 10px 0px;
    background: none;
    color: #383838;
    text-transform: uppercase;
    font-family: "Roboto Bold", sans-serif;
    position: relative;
  }
  .subnav-menu .sub-menu li:first-child a,
  .subnav-menu .sub-menu li:first-child a:hover,
  .subnav-menu .sub-menu li:first-child a:focus {
    padding-top: 15px;
  }
  .subnav-menu .sub-menu li a:hover {
    color: #0b67ba;
  }
  .subnav-menu > ul .sub-menu {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    -moz-transform: translate3d(0, 0, 0) scale(1, 1);
    -o-transform: translate3d(0, 0, 0) scale(1, 1);
    -ms-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .subnav-menu .sub-menu {
    position: relative;
    float: left;
    max-height: 0;
    overflow: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: max-height 0.45s ease, opacity 0.65s ease;
    -moz-transition: max-height 0.45s ease, opacity 0.65s ease;
    -o-transition: max-height 0.45s ease, opacity 0.65s ease;
    transition: max-height 0.45s ease, opacity 0.65s ease;
  }
  .subnav-menu .active-sub ul.sub-menu {
    max-height: 1000px;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .subnav-active {
    overflow: hidden;
  }
  .subnav-active .subnav-menu > ul {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease,-moz-transform 0.4s ease,-o-transform 0.4s ease,transform 0.4s ease;
  }
  .subnav-active .subnav-trigger i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .subnav-menu > ul > li.active-sub > a,
  .subnav-menu > ul > li.active-sub > a:hover,
  .subnav-menu > ul > li.active-sub > a:focus {
    color: #0b67ba;
  }
  li.menu-item-has-children > a:after {
    content: '\f055' !important;
    font-size: 18px;
  }
  li.menu-item-has-children.active-sub > a:after {
    content: '\f056' !important;
    color: #0b67ba !important;
  }
  .sub-menu li.menu-item-has-children a:after {
    display: none !important;
  }
  .single-quote section {
    padding: 50px 0 !important;
  }
  /* module info */
  .module.info-boxes .image-holder {
    margin-bottom: 10px;
    text-align: center;
  }
  .module.info-boxes .content-holder {
    width: 100%;
    text-align: center;
  }
  .module.info-boxes p {
    text-align: inherit;
  }
  /* module uppcoming events */
  .module.news-boxes.with-thumbnail.per_row_4 section {
    width: 33.333333%;
  }
  /* single news, events, procurements */
  .single-post .module h1,
  .single-tribe_events .module h1,
  .single-procurements .module h1,
  .single-jobpost .module h1 {
    font-size: 20px;
    line-height: 24px;
  }
  /* single job */
  .single-jobpost .flex-container section:nth-of-type(odd) {
    width: 55%;
    padding: 0 25px 20px 0;
  }
  .single-jobpost .flex-container section:nth-of-type(even) {
    width: 45%;
    padding: 0 0 0 25px;
  }
  /* hero */
  .module.main-hero.video {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .module.main-hero.video[style*="background-image"] {
    padding: 140px 0 80px 0;
    background-size: cover !important;
  }
  .module.main-hero.video .flex-container {
    min-height: auto;
  }
  .module.main-hero.video iframe {
    display: none;
  }
  /* module icons on team member page */
  .page-template-team-member .module.icon-boxes section {
    width: 20%;
  }
  /* module gallery */
  .module.gallery-boxes .gallery-individual-box {
    width: 33.333333%;
  }
}
@media (max-width: 782px) {
  .admin-bar header.header-wrapper {
    top: 46px;
  }
  /*module table of contents*/
  .module.table-of-contents .table-links a {
    padding: 0 0 10px 0;
    font-size: 18px;
  }
  .module.table-of-contents .table-links {
    padding: 0 0 30px 0;
  }
  .module.table-of-contents .table-content section {
    padding: 0 0 30px 0;
  }
  .module.table-of-contents .table-content section h3 {
    padding: 0 0 10px 0;
  }
  /* module partners */
  .module.partner-boxes .flex-container section {
    width: 25%;
  }
  .module.partner-boxes .flex-container section img {
    max-width: 80%;
  }
  /* module flags */
  .module.flag-boxes .flex-container section {
    padding: 10px 15px 25px 15px;
  }
  /* module team */
  .module.team-boxes .flex-container section:nth-of-type(odd) {
    width: 40%;
  }
  .module.team-boxes .flex-container section:nth-of-type(odd) .socials a {
    margin: 0 10px;
  }
  .module.team-boxes .flex-container section:nth-of-type(even) {
    width: 60%;
  }
  /* module cards */
  .module.card-boxes section {
    width: 33.333333%;
  }
  /* module quote */
  .module.quote-box .content-holder {
    padding: 0 50px;
  }
  .module.quote-box .content-holder h3 i + i {
    top: 10px;
    font-size: 100px;
  }
  /* module country box */
  .module.country-box section .image-holder h1 {
    padding: 8px 20px 8px 140px;
    font-size: 22px;
    line-height: 28px;
  }
  /* module head of state */
  .module.head-of-state-box section:nth-of-type(1) {
    width: 100%;
  }
  .module.head-of-state-box section:nth-of-type(1) .inside {
    text-align: center;
  }
  .module.head-of-state-box section:nth-of-type(1) .inside img {
    float: none;
  }
  .module.head-of-state-box section:nth-of-type(2) {
    width: 50% !important;
  }
  .module.head-of-state-box section:nth-of-type(3) {
    width: 50% !important;
  }
  /* back to top */
  .back-to-top:after {
    top: -36px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* forms */
  .contact-form .field {
    width: 100% !important;
    padding: 0 !important;
  }
  .contact-form.registration-form .field.width-50:nth-of-type(odd) {
    padding: 0 !important;
  }
  .contact-form.registration-form .field.width-50:nth-of-type(even) {
    padding: 0 !important;
  }
  .contact-form h2 {
    margin-bottom: 30px;
  }
  .wpcf7-radio {
    margin-bottom: 20px;
  }
  /* module upcoming events */
  .module.cards section {
    width: 50%;
    padding: 10px 10px 20px 10px;
  }
  /* single events */
  .single-tribe_events .module.cards.upcoming-events .flex-container {
    margin-left: -35px;
    margin-right: -35px;
  }
  /* header */
  .logo,
  .header-wrapper.painted .logo {
    width: 350px;
  }
  /* home hero */
  .module.main-hero.featured .flex-container {
    display: inline-block;
    text-align: center;
  }
  .module.main-hero[style*="background-image"] {
    padding-top: 140px;
    padding-bottom: 80px;
  }
  .module.main-hero h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .themes-menu {
    width: 100%;
    margin-top: 60px;
    display: inline-block;
    display: none;
  }
  .themes-menu ul li {
    margin: auto;
  }
  .list-buttons li a:before {
    width: 100%;
  }
  .button-list-content-inside i {
    color: #ffffff;
  }
  /* module publications filters */
  .module.publications-boxes.publications-filters .w-1210 > .inside {
    width: 100%;
    padding: 0 0 25px 0;
  }
  .module.publications-boxes.publications-filters .w-1210 > .inside + .inside {
    width: 100%;
    padding: 0 0 25px 0;
  }
  .filters-form .filters,
  .filters-form h4:not(:first-child) {
    display: none;
  }
  .filters-form h4:nth-of-type(2) {
    margin-top: 0;
  }
  .filters-form {
    padding: 0 15px;
    background-color: #0b67ba;
  }
  .filters-form.expanded-filters {
    padding: 0 15px 15px 15px;
  }
  .filters-form.expanded-filters h4,
  .filters-form.expanded-filters .filters {
    color: #ffffff;
    display: block;
  }
  .keyword-filter input {
    color: #ffffff;
    background: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-color: #ffffff;
  }
  .keyword-filter ::-webkit-input-placeholder,
  .keyword-filter ::placeholder {
    color: #ffffff;
    opacity: 1;
  }
  .keyword-filter button {
    color: #ffffff;
  }
  .keyword-filter button:hover {
    color: #85d6ff;
  }
  .filter-field {
    padding: 10px 0;
    font-size: 14px;
    border-color: #ffffff;
  }
  .filters-form h4:not(:first-child) {
    font-size: 14px;
  }
  .filter-field input:checked + label {
    font-family: "Roboto Bold", sans-serif;
    color: #85d6ff;
  }
  .filters-form h4 {
    margin: 0;
    padding: 10px 0;
    border-bottom: solid 1px #ffffff;
    position: relative;
    cursor: pointer;
  }
  .filters-form h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    margin: auto;
    border: 0 none;
    right: 4px;
    top: 0;
    height: 10px;
    width: 2px;
    background-color: #ffffff;
  }
  .filters-form h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    margin: auto;
    border: 0 none;
    right: 0;
    top: 0;
    height: 2px;
    width: 10px;
    background-color: #ffffff;
  }
  .filters-form h4.by-label {
    margin: 0;
    border: none;
    color: #ffffff;
  }
  .keyword-filter {
    margin-top: 10px;
  }
  .filters-form h4.expanded-label {
    border-bottom: 0 none;
  }
  .filters-form h4.expanded-label:before {
    display: none;
  }
  .filters.expanded-filters .filter-field {
    display: block !important;
  }
  .filters {
    margin-bottom: 0;
  }
  .filter-field span {
    display: none;
  }
  .filter-field {
    display: none !important;
  }
  .expand-button {
    display: none;
  }
  .filter-field label:before {
    display: none;
  }
  /* module blogs */
  .module.blogs-boxes.blogs-filters .w-1210 > .inside {
    width: 100%;
    float: right;
    padding: 25px 0 25px 0;
  }
  .module.blogs-boxes.blogs-filters .w-1210 > .inside + .inside {
    width: 100%;
    float: right;
    padding: 0 0 25px 0;
  }
  .featured-item:hover p {
    color: #ffffff;
  }
  .module.blogs-boxes .filter-field input:checked + label {
    color: #ffffff;
    font-family: "Roboto Medium", sans-serif;
  }
  .module.blogs-boxes .filters-form h4 {
    margin: 0;
  }
  .module.blogs-boxes .filters-form h4.by-label {
    display: inline-block;
    border: none;
  }
  .module.blogs-boxes .filters-form h4 {
    border-color: #ffffff;
  }
  .module.blogs-boxes .filter-field label,
  .featured-item p,
  .featured-item span {
    color: #ffffff;
  }
  .module.blogs-boxes .featured-holder {
    margin-top: 0;
  }
  .module.blogs-boxes .featured-holder span {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
  }
  .featured-holder .featured-item {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .module.search-tabs .filters h4.by-label {
    margin: 0;
    border: none;
    color: #ffffff;
    display: inline-block;
  }
  .module.search-tabs .filters a {
    width: 100%;
    color: #ffffff;
    display: none;
  }
  .module.search-tabs .filters a:hover {
    color: #85d6ff;
  }
  .module.search-tabs .filters a:hover i {
    color: #85d6ff;
  }
  .module.search-tabs .filters a.active-search-tab,
  .module.search-tabs .filters a.active-search-tab i {
    color: #85d6ff;
  }
  .module.search-tabs .filters .filters-form.expanded-filters a {
    display: inline-block;
  }
  .module.search-tabs {
    margin-bottom: 30px;
  }
  /* footer */
  footer .flex-container.justify-content-space-between {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  footer ul {
    width: 50%;
    max-width: 100%;
    padding: 25px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    flex-grow: inherit;
    text-align: center;
  }
  footer ul li {
    text-align: center !important;
  }
  footer .footer-logo {
    margin: 50px auto 25px auto;
  }
  footer li a.social-relative-holder {
    max-width: 82px;
  }
  /* single job */
  .single-jobpost .flex-container section:nth-of-type(odd) {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .single-jobpost .flex-container section:nth-of-type(even) {
    width: 100%;
    padding: 0;
  }
  .single-jobpost .row {
    padding: 20px;
  }
  /* module left and right */
  .module.left-and-right-box section {
    width: 100%;
    min-height: 200px;
    -webkit-flex-grow: auto;
    flex-grow: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .module.left-and-right-box section:nth-of-type(odd) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .module.left-and-right-box section:nth-of-type(even) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .module.left-and-right-box section:nth-of-type(even):before {
    width: 200%;
    min-width: auto;
    left: -50%;
  }
  .module.left-and-right-box section .inside .flex-container {
    padding: 25px ;
  }
  /* module tabs */
  .module.tabs-title-and-icons-boxes section {
    width: 25%;
  }
  .module.power-calculator-box .inside {
    max-height: none;
  }
  .module.power-calculator-box .inside .input-holder {
    width: 100%;
  }
  .module.power-calculator-box .inside .input-holder p {
    display: none;
  }
  .module.power-calculator-box .inside .input-holder h4 {
    margin: 0 42px 6px 0;
    font-size: 12px;
    line-height: 13px;
  }
  .module.power-calculator-box .slider-holder span {
    padding: 0 10px;
  }
  .module.power-calculator-box .result-holder {
    width: 100%;
    margin-top: 30px;
  }
  /* sdg goals */
  img[style="display: inline-block; margin: 0 20px 20px 0;"] {
    width: 20%;
    margin: 0 !important;
    padding: 10px;
  }
  /* form response output */
  .wpcf7-form.sent div.wpcf7-response-output {
    top: 40px;
    font-size: 12px;
  }
  footer .flex-container.subscribe .subscribe .wpcf7-form.sent div.wpcf7-response-output {
    font-size: 12px;
  }
}
@media (max-width: 680px) {
  /* module icons */
  .module.icon-boxes section {
    width: 50%;
    padding: 20px 10px;
  }
  .module.icon-boxes section .image-holder img {
    height: 45px;
  }
  .module.icon-boxes section p {
    font-size: 14px;
  }
  /* module partners */
  .module.partner-boxes .flex-container section {
    width: 33.333333%;
  }
  .module.partner-boxes .flex-container section img {
    max-width: 90%;
  }
  /* module flags */
  .module.flag-boxes .flex-container section {
    width: 33.333333%;
  }
  /* module team */
  .module.team-boxes .flex-container section .inside {
    text-align: center;
  }
  .module.team-boxes .flex-container section:nth-of-type(odd) {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .module.team-boxes .flex-container section:nth-of-type(odd) .image-holder {
    max-width: 250px;
    float: none;
    margin: auto;
  }
  .module.team-boxes .flex-container section:nth-of-type(odd) .socials a {
    margin: 0 15px;
  }
  .module.team-boxes .flex-container section:nth-of-type(even) {
    width: 100%;
    padding: 0;
  }
  .module.team-boxes .flex-container section:nth-of-type(even) p,
  .module.team-boxes .flex-container section:nth-of-type(even) li {
    text-align: center;
  }
  /* module cards */
  .module.card-boxes section {
    width: 50%;
  }
  /* module side by side */
  .module.side-by-side-boxes .side-by-side-container .content-holder {
    width: 100%;
    padding: 20px 30px 50px 30px;
  }
  /* module quote */
  .module.quote-box .flex-container {
    padding: 30px 0;
  }
  .module.quote-box .content-holder {
    padding: 0 40px;
  }
  .module.quote-box .content-holder h3 i + i {
    top: 10px;
    font-size: 80px;
  }
  /* module splash */
  .module.splash-box .flex-container {
    padding: 30px 0;
  }
  .module.splash-box.align-left .content-holder {
    padding-right: 0;
  }
  .module.splash-box.align-center .content-holder a {
    margin: 35px 0 10px 0;
  }
  .module.splash-box.align-left .content-holder a {
    position: relative;
    max-width: 100%;
    margin: 15px 0 10px 0;
  }
  .module.splash-box.align-left .content-holder h3 + p + a {
    top: 0;
  }
  .module.splash-box.align-left .content-holder p + a {
    top: 0;
  }
  /* module alignament boxes */
  .module.alignament-boxes section {
    width: 100%;
    padding: 0 !important;
  }
  .module.alignament-boxes section {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .module.alignament-boxes section:not(.alignament-padding) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .module.alignament-boxes section .inside {
    min-height: 250px;
  }
  /* module country box */
  .module.country-box section {
    width: 100%;
    min-height: 200px;
    -webkit-flex-grow: auto;
    flex-grow: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .module.country-box section .inside .flex-container {
    padding: 15px 25px;
  }
  .module.country-box section .image-holder h1 {
    font-size: 20px;
    line-height: 26px;
  }
  /* module two conntent boxes */
  .module.two-content-boxes section {
    width: 100%;
  }
  .module.two-content-boxes section:nth-of-type(odd) {
    padding: 0 0 10px 0;
  }
  .module.two-content-boxes section:nth-of-type(even) {
    padding: 0 0 10px 0;
  }
  /* module publications */
  .module.publications-boxes .flex-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .module.publications-boxes section {
    padding: 15px 15px 35px 15px;
  }
  /* module publications */
  .module.strategic-documents-boxes .flex-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .module.strategic-documents-boxes section {
    padding: 15px 15px 35px 15px;
  }
  /* module info */
  .module.info-boxes section {
    width: 50%;
  }
  /* 404 */
  .module.container-404 {
    margin: 30px 0 10px 0;
  }
  /* search form */
  .search-form-container .search-form-input input {
    font-size: 14px;
  }
  /* module past events */
  .module.cards.past-events section .image-holder {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
  }
  .module.cards.past-events section .image-holder label {
    position: relative;
    width: 60px;
    top: auto;
    left: auto;
    display: inline-block;
    z-index: -1;
  }
  .module.cards.past-events section .content-holder {
    padding-left: 0;
    text-align: center;
  }
  .module.cards.past-events section .card-event-date {
    width: 100%;
    float: left;
    margin: 0;
  }
  .module.cards.past-events section .card-event-location {
    width: 100%;
    float: left;
    margin: 0;
  }
  .module.cards.past-events section h4 {
    margin-bottom: 5px;
  }
  /* mini calendar */
  .tribe-events-view .calendar-event-link .list-date {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 20px;
    text-align: center;
  }
  .tribe-events-view .calendar-event-link .list-date time {
    position: relative;
    width: 60px;
    top: auto;
    left: auto;
    margin: auto;
    display: inline-block;
  }
  .tribe-events-view .calendar-event-link #list-info {
    padding-left: 0 !important;
    text-align: center;
  }
  .tribe-events-view .calendar-event-link #list-info h4 {
    margin-bottom: 5px;
  }
  .tribe-events-view .calendar-event-link .card-event-date {
    width: 100%;
    float: left;
    margin: 0;
  }
  .tribe-events-view .calendar-event-link .card-event-location {
    width: 100%;
    float: left;
    margin: 0;
  }
  .tribe-events-view .calendar-event-link p {
    text-align: center;
  }
  /* module uppcoming events */
  .module.news-boxes.with-thumbnail.per_row_3 section {
    width: 50%;
  }
  .module.news-boxes.with-thumbnail.per_row_4 section {
    width: 50%;
  }
  /* module icons on team member page */
  .page-template-team-member .module.icon-boxes section {
    width: 25%;
  }
  /* module gallery */
  .module.gallery-boxes .gallery-individual-box {
    width: 50%;
  }
}
@media (max-width: 600px) {
  /* header */
  .page-template-home.admin-bar header.header-wrapper.painted {
    top: 46px;
  }
  .logo,
  .header-wrapper.painted .logo {
    width: 300px;
  }
  /* cookies */
  .cookie-notice-container {
    padding: 15px 45px 15px 25px;
  }
  #cookie-notice .cn-button {
    font-size: 12px;
    padding: 15px 20px !important;
    min-width: auto;
  }
  /* wp caption */
  .wp-caption {
    margin: 10px 0;
  }
  /* jobs */
  .module.jobs-boxes section h4 + p + a {
    position: relative;
    top: auto;
  }
  /* module tabs */
  .module.tabs-title-and-icons-boxes section {
    width: 33.333333%;
    padding: 10px;
  }
  /* sdg goals */
  img[style="display: inline-block; margin: 0 20px 20px 0;"] {
    width: 25%;
    margin: 0 !important;
    padding: 10px;
  }
  /* footer */
  footer ul {
    width: 100%;
    padding: 15px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    flex-grow: inherit;
  }
  footer section {
    width: 100% !important;
    padding: 0 !important;
    text-align: center !important;
  }
  footer section p {
    margin: 5px 0 !important;
  }
  footer .footer-logo {
    margin: 50px auto 0 auto;
  }
  footer .inside + .inside {
    padding: 10px 0 !important;
  }
  footer .flex-container.subscribe .subscribe {
    margin-bottom: 30px;
  }
  footer .flex-container.subscribe .subscribe input[type="submit"] {
    min-width: initial;
    padding: 0 10px;
  }
  footer section:nth-of-type(odd) p {
    text-align: center !important;
  }
  footer section:nth-of-type(even) p {
    text-align: center !important;
  }
  footer section:nth-of-type(odd) p a img {
    position: relative;
    top: 0;
    left: 2px;
  }
  /* recapthca */
  footer .flex-container.subscribe {
    padding-bottom: 10px;
  }
}
@media (max-width: 500px) {
  /* header */
  .logo,
  .header-wrapper.painted .logo {
    width: 200px;
  }
  /* module partners */
  .module.partner-boxes .flex-container section {
    width: 50%;
  }
  .module.partner-boxes .flex-container section img {
    max-width: 100%;
  }
  /* module flags */
  .module.flag-boxes .flex-container section .image-holder {
    width: 100px;
    height: 100px;
  }
  .module.flag-boxes .flex-container section {
    width: 50%;
  }
  .module.flag-boxes .flex-container section .image-holder p {
    line-height: 16px;
  }
  /* module cards */
  .module.card-boxes .flex-container {
    margin-left: 0;
    margin-right: 0;
  }
  .module.card-boxes section {
    width: 100%;
    padding: 10px 0;
  }
  /* module side by side */
  .module.side-by-side-boxes .side-by-side-container section {
    padding: 50% 0 0 0;
  }
  .module.side-by-side-boxes .side-by-side-container section:before {
    top: 0;
    right: 0;
  }
  /* module head of state */
  .module.head-of-state-box section:nth-of-type(1),
  .module.head-of-state-box section:nth-of-type(2),
  .module.head-of-state-box section:nth-of-type(3) {
    width: 100% !important;
    padding: 10px 30px !important;
  }
  /* module publications */
  .module.publications-boxes section {
    width: 100%;
  }
  /* module publications filters */
  .module.publications-boxes.publications-filters section {
    width: 100%;
  }
  /* module publications */
  .module.strategic-documents-boxes section {
    width: 100%;
  }
  /* module news */
  .module.news-boxes section {
    width: 100%;
  }
  .module.news-boxes section:nth-of-type(odd) {
    padding: 10px 0 20px 0;
  }
  .module.news-boxes section:nth-of-type(even) {
    padding: 10px 0 20px 0;
  }
  .module.news-boxes section span {
    font-size: 14px;
  }
  /* single news */
  .single-post-next-previos-buttons div {
    width: 100%;
    text-align: center !important;
  }
  /* module publications */
  .module.publications-boxes section span {
    font-size: 14px;
  }
  /* module strategic documents */
  .module.strategic-documents-boxes section span {
    font-size: 14px;
  }
  /* module procurements */
  .module.procurements-boxes section h4 + p {
    font-size: 14px;
  }
  /* comments */
  .single-post .inside.comments .comment-form .width-50 {
    width: 100%;
  }
  .single-post .inside.comments .comment-form .width-50 .form-group {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .single-post .inside.comments .comment-form .width-50:nth-of-type(even) .form-group .error {
    left: 0;
  }
  /* comment */
  .single-post .inside.comments .comment-form .comment {
    padding: 0;
  }
  .single-post .inside.comments .comment-form .comment-author.vcard,
  .single-post .inside.comments .comment-form .comment-metadata,
  .single-post .inside.comments .comment-form .comment-content p,
  .single-post .inside.comments .comment-form .comment-content {
    padding-left: 0;
  }
  .single-post .inside.comments .comment-form .comment-author.vcard {
    padding-top: 90px;
  }
  .single-post .inside.comments .comment-form .comment-author.vcard img {
    right: 0;
  }
  .single-post .inside.comments .comment-form .comment.byuser.bypostauthor .by-post-author {
    width: 100%;
    right: 0;
  }
  .single-post .inside.comments .comment-form .comment-author.vcard + .comment-metadata a {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
  /* module upcoming events */
  .module.cards.upcoming-events .flex-container {
    margin-left: 0;
    margin-right: 0;
  }
  .module.cards section {
    width: 100%;
    padding: 10px 0 20px 0;
  }
  /* single events */
  .single-tribe_events .module.cards.upcoming-events .flex-container {
    margin-left: -25px;
    margin-right: -25px;
  }
  /* home hero */
  .module.main-hero[style*="background-image"] {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .themes-menu {
    margin-top: 30px;
  }
  .module.main-hero h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .button-list-content {
    padding: 10px 18px;
  }
  .module.main-hero.video[style*="background-image"] {
    padding: 100px 0 50px 0;
  }
  /* module uppcoming events */
  .module.news-boxes.with-thumbnail .flex-container {
    margin-left: -10px;
    margin-right: -10px;
  }
  .module.news-boxes.with-thumbnail section {
    padding: 10px 10px 20px 10px;
  }
  /* home */
  .themes-menu ul li {
    width: 280px;
  }
  /* module icons on team member page */
  .page-template-team-member .module.icon-boxes section {
    width: 33.333333%;
  }
  /* hero */
  .hero.normal {
    height: 200px;
    padding: 75px 0;
  }
  /* module info */
  .module.info-boxes section {
    width: 100%;
  }
  /* sdg goals */
  img[style="display: inline-block; margin: 0 20px 20px 0;"] {
    width: 33.333333%;
    margin: 0 !important;
    padding: 10px;
  }
  /* module gallery */
  .module.gallery-boxes .gallery-individual-box {
    width: 100%;
  }
  .module.gallery-boxes .flex-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 382px) {
  /* module icons on team member page */
  .page-template-team-member .module.icon-boxes section {
    width: 50%;
  }
  /* module tabs */
  .module.tabs-title-and-icons-boxes section {
    width: 50%;
  }
  /* sdg goals */
  img[style="display: inline-block; margin: 0 20px 20px 0;"] {
    width: 50%;
    margin: 0 !important;
    padding: 10px;
  }
}
/* module carina */
.module.colored-cards {
  position: relative;
  float: left;
  width: 100%;
}
.module.colored-cards a.inside {
  position: relative;
  float: left;
  width: 20%;
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.module.colored-cards a.inside .colored-cards-wrapper {
  position: relative;
  float: left;
  width: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module.colored-cards a.inside .colored-cards-wrapper .image-holder {
  text-align: center;
  padding: 20px 0 10px 0;
  height: 174px;
}
.module.colored-cards a.inside .colored-cards-wrapper .image-holder img {
  max-width: 120px;
  min-width: 120px;
}
.module.colored-cards a.inside p {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 10px 55px 10px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.module.colored-cards a.inside .icon-boxes-bottom {
  position: absolute;
  float: left;
  width: 100%;
  bottom: 0;
}
.module.colored-cards a.inside .icon-boxes-bottom .icon-holder {
  position: relative;
  padding: 5px 5px 0 5px;
}
.module.colored-cards a.inside .icon-boxes-bottom .icon-holder img {
  width: 30px;
}
.module.colored-cards a.inside .icon-boxes-bottom span {
  position: relative;
  float: left;
  width: auto;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 10px 10px 10px 0;
  font-size: 16px;
  text-transform: capitalize;
}
.module.colored-cards a.inside:hover p {
  color: #0b67ba;
}
@media (max-width: 1164px) {
  .module.colored-cards a.inside {
    width: 22%;
  }
}
@media (max-width: 1024px) {
  .module.colored-cards a.inside {
    width: 25%;
    padding: 10px;
  }
  .module.colored-cards a.inside .colored-cards-wrapper .image-holder img {
    max-width: 100px;
    min-width: 100px;
  }
  .module.colored-cards a.inside .icon-boxes-bottom .icon-holder img {
    width: 24px;
  }
  .module.colored-cards a.inside .icon-boxes-bottom span {
    font-size: 14px;
  }
}
@media (max-width: 905px) {
  .module.colored-cards a.inside {
    width: 33%;
  }
  .module.colored-cards a.inside p {
    padding: 0px 5px 50px 5px;
  }
  .module.colored-cards a.inside .colored-cards-wrapper .image-holder {
    padding: 10px 0;
    height: 150px;
  }
}
@media (max-width: 660px) {
  .module.colored-cards a.inside .colored-cards-wrapper .image-holder img {
    max-width: 80px;
    min-width: 80px;
  }
  .module.colored-cards a.inside .icon-boxes-bottom .icon-holder img {
    width: 20px;
  }
  .module.colored-cards a.inside {
    width: 50%;
  }
}
@media (max-width: 425px) {
  .module.colored-cards a.inside .colored-cards-wrapper .image-holder {
    height: 120px;
  }
  .module.colored-cards a.inside .icon-boxes-bottom .icon-holder {
    text-align: center;
    width: 100%;
  }
  .module.colored-cards a.inside .icon-boxes-bottom span {
    margin: 0 10px 5px 10px;
    width: 100%;
  }
  .module.colored-cards a.inside .icon-boxes-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .module.colored-cards a.inside .icon-boxes-bottom {
    min-height: 65px;
  }
  .module.colored-cards a.inside p {
    padding: 0px 5px 65px 5px;
  }
}
@media (max-width: 320px) {
  .module.colored-cards a.inside {
    width: 100%;
  }
}
/*# sourceMappingURL=./style.css.map */