/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

html {
  font-size: 10px; }

body {
  padding-top: 70px; }

a {
  text-decoration: none !important;
  transition: .2s all ease-in-out;
  color: #1e427e; }
  a:hover {
    color: #ff5500; }

.admin-bar .Header {
  top: 32px; }
  .admin-bar .Header__Search, .admin-bar .Header__Menu {
    top: 93px;
    height: calc(100vh - 103px); }
    .admin-bar .Header__Search.active, .admin-bar .Header__Menu.active {
      top: 103px; }

.Header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.31);
  border-bottom: 1px solid #e0e0e0;
  z-index: 2; }
  .Header > .container > .row {
    height: 70px; }
  .Header__Menu {
    position: fixed;
    height: calc(100vh - 71px);
    top: 61px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: .2s all ease-in-out;
    overflow: auto; }
    .Header__MenuClass {
      padding: 0;
      margin: 0; }
      .Header__MenuClass li {
        display: block;
        margin-bottom: 5px; }
        @media (max-width: 767.98px) {
          .Header__MenuClass li {
            margin-bottom: 10px; } }
    .Header__Menu.active {
      top: 71px;
      visibility: visible;
      opacity: 1; }
    .Header__MenuToggle {
      width: 30px;
      height: 25px;
      position: relative;
      display: inline-block; }
      .Header__MenuToggle span {
        display: block;
        height: 3px;
        width: 30px;
        position: absolute;
        right: 0;
        top: 10px;
        background-color: #1e427e;
        border-radius: 1px;
        transition: .2s all ease-in-out; }
        .Header__MenuToggle span:nth-child(1) {
          top: 2px; }
        .Header__MenuToggle span:nth-child(2) {
          top: 18px; }
      .Header__MenuToggle.active span:last-child {
        display: none; }
      .Header__MenuToggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 5px); }
      .Header__MenuToggle.active span:nth-child(2) {
        transform: rotate(-45deg) translate(6px, -5px); }
      .Header__MenuToggle:hover span {
        background-color: #ff5500; }
  .Header__Search {
    position: fixed;
    height: calc(100vh - 71px);
    top: 61px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: .2s all ease-in-out;
    overflow: auto; }
    .Header__SearchToggle {
      font-size: 2.4rem;
      color: #1e427e; }
    .Header__Search.active {
      top: 71px;
      visibility: visible;
      opacity: 1; }
  .Header__Countries {
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0; }
    @media (max-width: 767.98px) {
      .Header__CountriesTitle {
        font-size: 2.1rem; } }
    .Header__CountriesFlag {
      width: 45px;
      height: 45px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border-radius: 50%;
      overflow: hidden;
      position: relative; }
    .Header__CountriesName {
      width: 100%;
      text-align: center;
      font-size: 1.6rem;
      font-weight: 600; }
    .Header__CountriesWrap {
      position: relative; }
      .Header__CountriesWrap:hover .Header__CountriesName {
        color: #ff5500; }
    .Header__Countries .owl-carousel .owl-stage-outer {
      overflow: visible; }
    .Header__Countries .owl-carousel .owl-item {
      opacity: 0;
      transition: .2s all ease-in-out;
      visibility: hidden; }
      .Header__Countries .owl-carousel .owl-item.active {
        opacity: 1;
        visibility: visible; }
    .Header__Countries .owl-nav > button {
      position: absolute;
      z-index: 1;
      font-size: 3rem !important;
      margin-top: 0;
      top: -3px;
      background: transparent !important;
      color: #1e427e !important;
      opacity: 0.6;
      outline: none; }
      .Header__Countries .owl-nav > button:hover {
        opacity: 1; }
      .Header__Countries .owl-nav > button.owl-next {
        text-align: right;
        right: -15px; }
      .Header__Countries .owl-nav > button.owl-prev {
        left: -15px; }
      .Header__Countries .owl-nav > button.disabled {
        display: none; }

.Search {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%; }
  .Search input {
    width: 100%;
    display: block;
    padding: 10px 80px 10px 24px;
    font-size: 2.2rem;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #1e427e;
    outline: none; }
    .Search input:focus {
      border-bottom: 1px solid #ff5500; }
  .Search button {
    font-size: 2.4rem;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 24px;
    outline: none;
    text-align: center;
    color: #1e427e;
    border: none;
    background-color: transparent;
    transition: .2s all ease-in-out; }
    .Search button:hover {
      color: #ff5500; }

.sticky-header {
  position: fixed;
  top: 70px;
  z-index: 999;
  background-color: white;
  padding-bottom: 0 !important; }
  .sticky-header .Sidebar__Title {
    display: none !important; }
  .sticky-header.Header__Countries {
    max-height: 130px;
    display: block;
    width: 100%; }
  .sticky-header .Header__CountriesTitle {
    margin-bottom: 5px !important;
    margin-top: 10px !important; }
  .sticky-header .Header__CountriesWrap {
    transform: scale(0.8); }

.btn {
  display: inline-block;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
  user-select: none;
  opacity: 1;
  background-color: #ff5500;
  border: none;
  padding: 10px 20px 10px 20px;
  position: relative;
  text-align: center;
  transition: .2s all ease-in-out;
  border-radius: 40px;
  cursor: pointer;
  outline: none !important;
  letter-spacing: 1px; }
  .btn:hover {
    opacity: 0.8; }
  .btn-secondary {
    background-color: #1e427e; }
  .btn-lg {
    font-size: 2.5rem;
    padding: 19.5px 49.5px;
    letter-spacing: 1.64px; }
  .btn-outline {
    border: 2px solid #ff5500;
    background-color: #fff;
    color: #ff5500 !important; }

#commentform input[type="submit"] {
  display: inline-block;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  user-select: none;
  opacity: 1;
  background-color: #1e427e;
  border: none;
  padding: 10px 20px 10px 20px;
  position: relative;
  text-align: center;
  transition: .2s all ease-in-out;
  border-radius: 40px;
  cursor: pointer;
  outline: none !important; }
  #commentform input[type="submit"]:hover {
    opacity: 0.8; }

h1, h2, h3, h4, h5, h6 {
  color: #1e427e; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  margin: 0;
  width: auto; }

div.wpcf7-response-output {
  background-color: #dc3545;
  border: 2px solid #dc3545;
  margin: 20px 0;
  color: #fff; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  background-color: #ffc107;
  border: 2px solid #ffc107;
  margin: 20px 0;
  color: #1e427e; }

div.wpcf7-mail-sent-ok {
  background-color: #28a745;
  border: 2px solid #28a745;
  margin: 20px 0;
  color: #fff; }

@media (max-width: 1349.98px) {
  h1 {
    font-size: 4.5rem; } }
@media (max-width: 767.98px) {
  h1 {
    font-size: 3.6rem; } }

@media (max-width: 1349.98px) {
  h2 {
    font-size: 3.6rem; } }
@media (max-width: 767.98px) {
  h2 {
    font-size: 3rem; } }

@media (max-width: 767.98px) {
  h3 {
    font-size: 2.6rem; } }

@media (max-width: 767.98px) {
  h4 {
    font-size: 2.3rem; } }

.Static h2, .Static h3, .Static h4, .Static h5, .Static h6 {
  margin-top: 3rem; }
.Static h1 {
  margin-bottom: 4rem; }
.Static .table {
  margin-bottom: 2rem; }
.Static ul {
  padding: 0;
  padding-left: 1rem;
  margin: 0 0 2rem;
  list-style-type: none; }
  .Static ul li {
    position: relative;
    padding: .2rem 0 .2rem 2.7rem; }
    .Static ul li:before {
      content: "\2022";
      color: #ff5500;
      font-weight: bold;
      display: inline-block;
      position: absolute;
      left: 0rem;
      top: 0; }
.Static ol {
  padding: 0;
  padding-left: 1rem;
  list-style-type: none;
  counter-reset: li;
  margin: 0 0 2rem; }
  .Static ol li {
    position: relative;
    padding: .2rem 0 .2rem 2.7rem;
    counter-increment: li; }
    .Static ol li::before {
      content: counter(li) ". ";
      color: #ff5500;
      display: inline-block;
      position: absolute;
      left: 0rem;
      top: 2px; }

.flag {
  background-image: url(../img/flags.png);
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-position: 2.439% center; }
  .flag-wrap {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 47px;
    height: 47px; }
    .flag-wrap-sm {
      width: 22px;
      height: 22px; }
      .flag-wrap-sm .flag {
        width: 20px;
        height: 20px; }
  .flag-english {
    background-position: 26.829% center; }
    .flag-english-sm {
      background-position: 26.829% center; }
  .flag-spanish {
    background-position: 29.268% center; }
    .flag-spanish-sm {
      background-position: 29.268% center; }
  .flag-french {
    background-position: 36.585% center; }
    .flag-french-sm {
      background-position: 36.585% center; }
  .flag-german {
    background-position: 19.512% center; }
    .flag-german-sm {
      background-position: 19.512% center; }
  .flag-italian {
    background-position: 51.219% center; }
    .flag-italian-sm {
      background-position: 51.219% center; }
  .flag-russian {
    background-position: 78.048% center; }
    .flag-russian-sm {
      background-position: 78.048% center; }
  .flag-portuguese {
    background-position: 9.756% center; }
    .flag-portuguese-sm {
      background-position: 9.756% center; }
  .flag-turkish {
    background-position: 90.243% center; }
    .flag-turkish-sm {
      background-position: 90.243% center; }
  .flag-ukrainian {
    background-position: 92.682% center; }
    .flag-ukrainian-sm {
      background-position: 92.682% center; }
  .flag-chinese {
    background-position: 99.999% center; }
    .flag-chinese-sm {
      background-position: 99.999% center; }
  .flag-arabic {
    background-position: 2.439% center; }
    .flag-arabic-sm {
      background-position: 2.439% center; }
  .flag-japanese {
    background-position: 53.658% center; }
    .flag-japanese-sm {
      background-position: 53.658% center; }
  .flag-korean {
    background-position: 56.097% center; }
    .flag-korean-sm {
      background-position: 56.097% center; }
  .flag-hebrew {
    background-position: 39.024% center; }
    .flag-hebrew-sm {
      background-position: 39.024% center; }
  .flag-hindi {
    background-position: 41.463% center; }
    .flag-hindi-sm {
      background-position: 41.463% center; }
  .flag-polish {
    background-position: 70.731% center; }
    .flag-polish-sm {
      background-position: 70.731% center; }
  .flag-english2 {
    background-position: 24.39% center; }
    .flag-english2-sm {
      background-position: 24.39% center; }
  .flag-afrikaans {
    background-position: 0 center; }
    .flag-afrikaans-sm {
      background-position: 0 center; }
  .flag-greek {
    background-position: 21.951% center; }
    .flag-greek-sm {
      background-position: 21.951% center; }
  .flag-czech {
    background-position: 14.634% center; }
    .flag-czech-sm {
      background-position: 14.634% center; }
  .flag-indonesian {
    background-position: 48.78% center; }
    .flag-indonesian-sm {
      background-position: 48.78% center; }
  .flag-vietnamese {
    background-position: 97.56% center; }
    .flag-vietnamese-sm {
      background-position: 97.56% center; }
  .flag-persian {
    background-position: 31.707% center; }
    .flag-persian-sm {
      background-position: 31.707% center; }
  .flag-romanian {
    background-position: 75.609% center; }
    .flag-romanian-sm {
      background-position: 75.609% center; }
  .flag-finnish {
    background-position: 34.146% center; }
    .flag-finnish-sm {
      background-position: 34.146% center; }
  .flag-dutch {
    background-position: 68.292% center; }
    .flag-dutch-sm {
      background-position: 68.292% center; }
  .flag-danish {
    background-position: 17.073% center; }
    .flag-danish-sm {
      background-position: 17.073% center; }
  .flag-swedish {
    background-position: 82.926% center; }
    .flag-swedish-sm {
      background-position: 82.926% center; }
  .flag-hungarian {
    background-position: 46.341% center; }
    .flag-hungarian-sm {
      background-position: 46.341% center; }
  .flag-norwegian {
    background-position: 65.853% center; }
    .flag-norwegian-sm {
      background-position: 65.853% center; }
  .flag-croatian {
    background-position: 43.902% center; }
    .flag-croatian-sm {
      background-position: 43.902% center; }
  .flag-bulgarian {
    background-position: 4.878% center; }
    .flag-bulgarian-sm {
      background-position: 4.878% center; }
  .flag-thai {
    background-position: 85.365% center; }
    .flag-thai-sm {
      background-position: 85.365% center; }

@media (max-width: 575.98px) {
  .LArticle {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 2.5rem; } }
.LArticle .entry-title {
  font-size: 2.1rem;
  margin-bottom: 5px; }
  @media (min-width: 1850px) {
    .LArticle .entry-title {
      font-size: 2.4rem; } }
.LArticle__Thumb {
  overflow: hidden;
  border-radius: 20px; }
  .LArticle__Thumb img {
    transition: all 1s ease-in-out;
    transform: scale(1, 1); }
.LArticle__Text {
  color: #565656; }
@media (min-width: 992px) {
  .LArticle:hover img {
    transform: scale(1.1, 1.1); } }

.Pagination .page-numbers {
  padding: .6rem 1.2rem;
  position: relative;
  display: inline-block;
  line-height: 1.25;
  color: #000000;
  background-color: #fff;
  font-weight: 400;
  color: #1e427e;
  border-radius: 50%; }
  .Pagination .page-numbers:hover {
    color: #ff5500; }
  .Pagination .page-numbers.current {
    background-color: #1e427e;
    color: #fff; }
  @media (max-width: 991.98px) {
    .Pagination .page-numbers {
      padding: .2rem .8rem; } }

@media (min-width: 1850px) {
  .Sidebar {
    width: 425px !important; } }
@media (min-width: 1350px) and (max-width: 1849.98px) {
  .Sidebar {
    width: 300px !important; } }
@media (min-width: 992px) and (max-width: 1349.98px) {
  .Sidebar {
    width: 293px !important; } }
.Sidebar .flag-wrap {
  margin-right: 5px; }
.Sidebar__Country {
  padding: 5px 7px;
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-size: 1.6rem;
  color: #1e427e;
  width: 100%;
  font-weight: 600;
  transition: .2s all ease-in-out; }
  .Sidebar__Country img {
    width: 20px;
    border-radius: 20px;
    margin-right: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2); }
  .Sidebar__CountryWrap {
    display: inline-block; }
  .Sidebar__Country:hover {
    -webkit-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.75); }

.Article__Author {
  font-size: 1.6rem;
  color: #000000;
  margin-bottom: 0; }
  .Article__Author img {
    border-radius: 50% !important;
    margin-right: 5px; }
.Article .entry-title {
  font-size: 4.1rem; }
  @media (max-width: 1349.98px) {
    .Article .entry-title {
      font-size: 3.6rem; } }
  @media (max-width: 767.98px) {
    .Article .entry-title {
      font-size: 3rem; } }
@media (min-width: 1850px) {
  .Article .wp-post-image {
    width: 100%; } }
.Article__Content img {
  max-width: 100%;
  height: auto; }
.Article__Content iframe {
  max-width: 100%; }
.Article__Content .aligncenter {
  display: block;
  margin: auto; }
.Article__Content .wp-caption {
  width: auto !important;
  text-align: center;
  margin-bottom: 1.4rem; }
  .Article__Content .wp-caption img {
    margin: 0 auto 10px; }
  .Article__Content .wp-caption .wp-caption-text {
    font-size: 1.8rem;
    font-weight: 600;
    color: #797979; }
.Article img {
  border-radius: 20px; }
.Article__Comments label {
  margin-left: 20px;
  font-size: 1.6rem;
  color: #797c81;
  margin-bottom: 0px; }
.Article__Comments textarea, .Article__Comments input:not([type="submit"]):not([type="checkbox"]) {
  display: inline-block;
  border-radius: 0;
  padding: 8px 20px;
  outline: none;
  margin: 0;
  width: 100%;
  transition: .2s ease-in-out;
  box-shadow: none;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid #b6b9be;
  resize: none; }
  .Article__Comments textarea:focus, .Article__Comments input:not([type="submit"]):not([type="checkbox"]):focus {
    border: 1px solid #ff5500; }
.Article__Comments .comment-form-cookies-consent label {
  padding-left: 25px;
  margin-left: 0;
  position: relative; }
  .Article__Comments .comment-form-cookies-consent label:before {
    content: '\f096';
    font-family: 'fontello';
    position: absolute;
    left: 5px;
    top: 0; }
.Article__Comments .comment-form-cookies-consent input {
  display: none; }
  .Article__Comments .comment-form-cookies-consent input:checked + label:before {
    content: '\e804'; }
.Article__Comments .comment-reply-title {
  margin-top: 20px; }
.Article__Comments .comments-title {
  color: #000000; }
.Article__Comments .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .Article__Comments .comment-list li {
    margin: 20px 0 40px; }
  .Article__Comments .comment-list ol {
    list-style-type: none; }
    .Article__Comments .comment-list ol li {
      margin: 20px 0; }
  .Article__Comments .comment-list .says {
    display: none; }
  .Article__Comments .comment-list .comment-metadata {
    font-size: 1.8rem; }
  .Article__Comments .comment-list .comment-meta {
    padding-left: 70px;
    position: relative; }
    .Article__Comments .comment-list .comment-meta img {
      position: absolute;
      left: 0;
      top: 0;
      height: 58px;
      width: auto; }
  .Article__Comments .comment-list .comment-author {
    display: inline-block;
    margin-right: 10px;
    font-size: 2.1rem; }
  .Article__Comments .comment-list .comment-awaiting-moderation {
    display: block;
    margin: 5px 0; }
  .Article__Comments .comment-list .comment-content {
    margin: 10px 0; }
    .Article__Comments .comment-list .comment-content p {
      margin: 0; }
.Article .heateor_sss_sharing_container {
  display: inline-block;
  width: 195px !important; }
.Article__Share h5 {
  margin-right: 5px; }

.author_bio_section {
  background-color: #fff;
  margin-bottom: 40px; }

.author-info {
  display: flex; }

.col-left-author {
  flex-basis: auto;
  flex-shrink: 3; }

.col-left-author img {
  border-radius: 50%;
  min-width: 60px; }

p.author_details {
  font-family: "Nunito", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000; }

.col-right-author {
  flex-basis: fit-content; }
  .col-right-author h3.author_name {
    padding-top: 0;
    margin-top: 0; }
    .col-right-author h3.author_name .author_details img {
      border: 1px solid #D8D8D8;
      border-radius: 50%;
      float: left;
      margin: 0 10px 10px 0; }

.article-date {
  margin-left: 5px;
  font-weight: 500; }

@media (max-width: 767px) {
  .col-right-author {
    padding-left: 15px; }

  .article-category {
    display: flex; }

  .date-separator {
    padding: 0 5px; }

  .article-author-name {
    margin-left: 5px; } }
@media (min-width: 768px) {
  .col-right-author {
    padding-left: 20px; } }
@media (min-width: 768px) {
  .author-articles-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .author-articles-container .Pagination {
      margin-top: 20px;
      margin-bottom: 10px; }

  .author-articles-container .article-card {
    flex: 1 1 30%;
    /*grow | shrink | basis */
    padding: 20px 15px; }

  .author_bio_section .col-right-author .author_details {
    max-width: 1000px; } }
@media (max-width: 767px) {
  .author-articles-container {
    flex-direction: column; }

  .author-articles-container .article-card {
    flex: 1 1 100%;
    /*grow | shrink | basis */
    padding: 20px 15px; } }
.news-reel {
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .news-reel .owl-nav {
    display: none; }
  .news-reel .owl-carousel .owl-item img {
    border-radius: 10px;
    margin-bottom: 10px; }

.filter-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px 0 20px 0;
  padding: 0;
  /* rotate 360 key for refresh btn */ }
  @media (max-width: 767px) {
    .filter-bar {
      justify-content: space-around; } }
  .filter-bar .filter-item {
    display: flex;
    align-items: center;
    min-height: 40px;
    margin: 5px;
    background-color: #efefef;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: all .25s;
    padding: 5px 15px; }
    @media (max-width: 767px) {
      .filter-bar .filter-item {
        min-width: 140px;
        display: flex;
        justify-content: center; } }
    .filter-bar .filter-item.active a {
      color: #fff; }
    .filter-bar .filter-item a {
      color: #000; }
      .filter-bar .filter-item a:hover {
        color: #fff; }
    .filter-bar .filter-item input {
      position: absolute;
      opacity: 0; }
    .filter-bar .filter-item li {
      list-style: none;
      margin: 0;
      padding: 5px 15px;
      cursor: pointer; }
    .filter-bar .filter-item:hover {
      background-color: #ff5500;
      pointer-events: cursor;
      color: #fff; }
    .filter-bar .filter-item.active {
      background-color: #ff5500;
      color: #fff; }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .filter-bar #apply-filter {
    border: 0;
    width: 20px;
    background: transparent;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }
    @media (max-width: 767px) {
      .filter-bar #apply-filter {
        position: absolute;
        bottom: 0; } }

.news-reel-article > a {
  display: flex;
  max-height: 190px;
  height: 180px;
  overflow: hidden; }
  .news-reel-article > a img {
    object-fit: cover;
    object-position: top;
    height: auto; }
.news-reel-article .news-reel-article-img {
  border-radius: 10px; }
.news-reel-article .news-article-body h1 {
  font-size: 22px; }

.news .post-thumbnail img {
  max-width: 100%;
  height: auto; }

.news-article {
  display: flex; }

.news-article .link-box {
  max-width: 120px; }
  .news-article .link-box img {
    object-fit: contain;
    height: auto;
    max-width: 120px;
    border-radius: 8px; }

.news-snippet {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 15px;
  font-size: 16px; }
  .news-snippet h1 {
    font-size: 20px;
    margin-bottom: 5px; }

.news-section {
  display: flex; }
  @media (max-width: 767px) {
    .news-section {
      flex-direction: column; } }
  @media (min-width: 768px) {
    .news-section {
      flex-direction: row; } }
  .news-section .sidebar {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .news-section .sidebar {
        max-width: 360px; } }
    @media (max-width: 767px) {
      .news-section .sidebar {
        padding: 0 15px; } }
  .news-section .news-sidebar-content {
    padding: 20px;
    background: #F3F3F3;
    border-radius: 8px;
    margin-bottom: 20px; }
    .news-section .news-sidebar-content .news-twitter {
      max-height: 550px;
      overflow: hidden; }

.news-feed .news-feed-inner .pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px; }
  @media (max-width: 767px) {
    .news-feed .news-feed-inner .pagination {
      padding-left: 0;
      margin-bottom: 40px; } }
  .news-feed .news-feed-inner .pagination li {
    list-style-type: none; }
    .news-feed .news-feed-inner .pagination li .page-numbers {
      width: 40px;
      height: 40px;
      display: flex;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      font-size: 18px; }
      .news-feed .news-feed-inner .pagination li .page-numbers.current {
        background: #1E427E;
        color: #fff; }
  .news-feed .news-feed-inner .pagination .next {
    display: none; }
.news-feed .news-article {
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px; }

button.wp-block-search__button {
  display: inline-block;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  user-select: none;
  opacity: 1;
  background-color: #1e427e;
  border: none;
  padding: 10px 20px 10px 20px;
  position: relative;
  text-align: center;
  transition: .2s all ease-in-out;
  border-radius: 40px;
  cursor: pointer;
  outline: none !important; }

input#wp-block-search__input-1 {
  font-family: "Proxima Soft", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 21px;
  box-sizing: border-box;
  border: 1px solid #95acbf;
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: none;
  outline: none; }

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style-type: disc;
  color: #ff5500;
  padding: 20px; }
  .wp-block-latest-posts.wp-block-latest-posts__list li {
    padding: 10px 0; }
    .wp-block-latest-posts.wp-block-latest-posts__list li a {
      color: #000;
      font-size: 16px; }
      .wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
        color: #ff5500; }

.status {
  display: flex;
  justify-content: center;
  justify-self: center; }

/**
* News Single Article
*/
img.img-fluid.news-thumb-img.wp-post-image {
  border-radius: 0;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
  object-position: left; }
  @media (max-width: 767px) {
    img.img-fluid.news-thumb-img.wp-post-image {
      height: 250px; } }
  @media (min-width: 768px) {
    img.img-fluid.news-thumb-img.wp-post-image {
      height: 150px; } }

.arrow-blog {
  display: block;
  margin-bottom: 20px; }

.half {
  border-right: 1px solid orange;
  height: 100%;
  position: absolute; }

ul.about-mondly {
  padding-left: 20px;
  color: #FF5500; }

.news-sidebar-content h2 {
  font-size: 2.2rem; }

.btn-load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin: 40px auto; }

.Footer .footer-inner {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .Footer .footer-inner {
      flex-direction: column; } }
  @media (min-width: 768px) {
    .Footer .footer-inner {
      flex-direction: row; } }
.Footer__Copy {
  font-size: 1.5rem;
  opacity: 0.8; }
.Footer__Menu {
  margin: 0;
  padding: 0; }
  .Footer__Menu li {
    display: block;
    margin: 7px 0; }
    .Footer__Menu li a {
      color: #fff; }
      .Footer__Menu li a:hover {
        color: #ff5500; }
  @media (max-width: 991.98px) {
    .Footer__MenuToggle {
      padding-bottom: 5px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 1.8rem;
      font-weight: 700; } }
  .Footer__MenuToggle + div {
    display: none; }
    @media (min-width: 992px) {
      .Footer__MenuToggle + div {
        display: block !important; } }
    @media (max-width: 991.98px) {
      .Footer__MenuToggle + div {
        margin-bottom: 30px; } }
.Footer__Subscribe label {
  margin: 0;
  position: relative;
  display: block; }
  .Footer__Subscribe label span {
    display: block; }
  .Footer__Subscribe label input {
    display: block;
    width: 100%;
    padding: 15px 200px 15px 24px;
    border: none;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 20px;
    outline: none; }
    @media (max-width: 575.98px) {
      .Footer__Subscribe label input {
        padding-right: 160px; } }
    .Footer__Subscribe label input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #fff;
      opacity: .45; }
    .Footer__Subscribe label input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fff;
      opacity: .45; }
    .Footer__Subscribe label input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #fff;
      opacity: .45; }
  .Footer__Subscribe label button {
    position: absolute;
    width: 190px;
    height: 100%;
    top: 0;
    right: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    border: none;
    color: #1e427e;
    font-weight: 700;
    outline: none; }
    @media (max-width: 575.98px) {
      .Footer__Subscribe label button {
        width: 150px; } }
.Footer__Subscribe .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 5px);
  left: 0; }
.Footer__Subscribe .wpcf7-response-output {
  margin-top: 40px; }
.Footer__Social a {
  color: #fff;
  font-size: 3.3rem;
  margin: 0 8px; }
  .Footer__Social a:hover {
    opacity: 0.8; }

.page-template-news-template .footer-inner {
  justify-content: center; }
@media (min-width: 768px) {
  .page-template-news-template .footer-col {
    padding: 0 80px; } }
.page-template-news-template .mondly-column {
  display: none; }
