@media print {
  header, footer, .docs__recent-by-type, .breadcrumbs {
    display: none ! important;
  }
  body {
    margin: 15mm 0 !important;
  }
  body * {
    overflow: visible;
  }
  body * p {
    orphans: 1;
    widows: 1;
    line-height: 1.4 !important;
    font-size: 13pt;
  }
}
.doc-single__content ol {
  display: block;
  margin-bottom: 40px;
  margin-left: 40px;
  list-style-type: decimal;
  list-style-position: outside;
}
.doc-single__content ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 10px;
}
.header__socials-links a svg {
  height: 16px;
  width: 16px;
  fill: #e4e4e4;
  margin-right: 10px;
}
.header__socials-links a:hover svg {
  fill: #ffbb4c;
}
.header__socials-links a span {
  font-size: 14px;
}
.widget {
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 60px;
  display: inline-flex;
  align-items: center;
  height: 120px;
}
@media (max-width: 768px) {
  .widget {
    bottom: 20px;
  }
}
.widget:hover .widget__label {
  transform: translateX(15px);
  opacity: 0;
  transition: 0.3s;
}
.widget:hover .widget__popup {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.3s;
}
.widget__popup {
  visibility: hidden;
  opacity: 0;
  transform: translateY(5px);
  transition: 0s;
  width: 260px;
  position: absolute;
  right: 5px;
  bottom: calc(100% + 1px);
}
.widget__popup .bg {
  background-color: #fff;
  padding: 8px 0px;
  border-radius: 12px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  z-index: 10;
  position: relative;
}
.widget__popup .triangle {
  width: 32px;
  height: 32px;
  position: absolute;
  transform: rotate(45deg);
  background: #fff;
  right: 20px;
  bottom: -5px;
  z-index: 2;
}
.widget__popup a {
  font-size: 16px;
  display: block;
  font-weight: 600;
  padding: 10px;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.widget__popup a svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  fill: #234161;
  margin-right: 16px;
  margin-top: 5px;
}
.widget__popup a:hover {
  background-color: #dbecff;
  transition: 0.3s;
  color: #234161;
}
.widget__popup a span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
}
.widget__icon {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #124e7d;
  border: 3px solid rgba(255, 255, 255, 0.33);
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.widget__label {
  height: 42px;
  min-width: 140px;
  width: 140px;
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin-right: 20px;
  padding: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #124e7d;
  padding-left: 10px;
  transform: translateX(0px);
  opacity: 1;
  transition: 0.3s;
}
.widget__label span {
  font-size: 13px;
  font-weight: 300;
  display: block;
}
.icon-home {
  color: #fff;
  font-size: 14px;
}
.search-term {
  color: #8a8a8a;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 13px;
  font-style: italic;
}
body {
  line-height: 1.2;
}
body.single {
  padding: 0px;
  margin: 0px;
}
.all-wrap {
  background: #fff;
}
* {
  outline: none !important;
}
#phrase {
  position: relative;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  right: 20px;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #fff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-autocomplete li {
  padding: 10px 10px;
  cursor: pointer !important;
  font-weight: 400;
  border-bottom: 1px solid #e7e7e7;
  color: #1a466e;
  font-size: 14px;
}
.ui-autocomplete li:last-child {
  border: none;
}
.ui-autocomplete li:hover {
  background: rgba(26, 70, 110, 0.2);
  color: #1a466e;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
  color: #fff;
  text-decoration: none;
  background-color: #08c;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}
strong.search-excerpt, mark {
  background: yellow;
  color: #000;
  font-weight: bold;
}
.breadcrumbs {
  margin-bottom: 30px;
}
.breadcrumbs span.page-name {
  color: #999;
}
.doc-category__title {
  font-size: 32px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
}
.doc-category__item {
  margin-bottom: 40px;
  color: #a2a2a2;
}
.doc-category__item a {
  position: relative;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .doc-category__item a {
    font-weight: 600;
  }
}
.doc-category__item a span {
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.doc-category__item a:hover {
  text-decoration: none;
  color: #234161;
}
.doc-category__item a:hover span {
  border-bottom: 1px solid #234161;
  transition: 0.3s;
}
.doc-category__item h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
.doc-category__item .excerpt {
  font-size: 14px;
  line-height: 1.2;
  font-size: 400;
  text-align: justify;
}
@media (max-width: 991px) {
  .doc-category__item .excerpt {
    font-size: 16px;
  }
}
.doc-category__item .meta {
  font-size: 14px;
  margin: 0px 0px 10px;
  color: #000;
  font-weight: 600;
  position: relative;
  flex-wrap: wrap;
}
.doc-category__item .meta .result-index {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  color: #444;
  min-width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .doc-category__item .meta .result-index {
    text-align: center;
    min-width: initial;
    width: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translateX(-100%);
  }
}
@media (max-width: 991px) {
  .doc-category__item .meta {
    font-size: 16px;
  }
}
.doc-category__item .meta-bottom {
  color: #000;
  margin-top: 10px;
  font-size: 12px;
}
.doc-category__item .meta-bottom > div {
  margin-right: 30px;
}
.doc-category__item .meta-bottom span {
  font-weight: bold;
}
.doc-category__item .meta-bottom img {
  margin-right: 5px;
}
.doc-single__share {
  padding: 0px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.doc-single__share:hover a {
  opacity: 0.3;
  transition: 0.3s;
}
.doc-single__share a {
  display: inline-flex;
  height: 42px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  margin: 5px 14px;
  transition: 0.3s;
}
.doc-single__share a i {
  font-size: 20px;
}
.doc-single__share a:hover {
  text-decoration: none;
  opacity: 1 !important;
  transition: 0.3s;
}
.doc-single__share a i.icon-fb {
  color: #3b5998;
}
.doc-single__share a i.icon-twitter {
  color: #1da1f2;
}
.doc-single__share a i.icon-linkedin {
  color: #0077b5;
}
.doc-single__share a span {
  margin-left: 5px;
  display: inline-flex;
  background: #e9e9e9;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.doc-single__meta {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 14px;
  color: #717171;
  display: flex;
  align-items: center;
}
.doc-single__meta span {
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
}
.doc-single__meta span i {
  margin-right: 5px;
}
.doc-single__content {
  margin-bottom: 40px;
  text-align: justify;
}
.doc-single__content h1 {
  margin: 0px 0px 10px;
  font-size: 26px;
  font-weight: 700;
  color: #234161;
  text-align: left;
}
.doc-single__content img {
  max-width: 100%;
  height: auto !important;
}
.doc-single__content p {
  margin-bottom: 20px;
  line-height: 1.2;
}
.doc-single__sidebar {
  width: 320px;
  max-width: 100%;
  margin: 0px auto;
}
.navigation.pagination {
  margin: 30px 0px;
}
.navigation.pagination .nav-links {
  text-align: right;
  display: block;
  width: 100%;
}
.navigation.pagination .nav-links span {
  color: #ccc;
}
.navigation.pagination .nav-links span.current {
  background-color: #234161;
  color: #fff;
}
.navigation.pagination .nav-links span.current:hover {
  background-color: #234161;
  color: #fff;
}
.navigation.pagination .nav-links a, .navigation.pagination .nav-links span {
  display: inline-block;
  margin: 0px 2px;
  font-size: 20px;
  line-height: 1.2;
  font-size: 14px;
  padding: 4px;
  min-width: 22px;
  text-align: center;
  border-radius: 3px;
}
.navigation.pagination .nav-links a:hover, .navigation.pagination .nav-links span:hover {
  background-color: #e7e7e7;
  text-decoration: none;
  color: #234161;
}
.navigation.pagination h2 {
  display: none;
}
.sidebar__subcats {
  background-color: #fafafa;
  padding: 20px;
}
.sidebar__subcats h5 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
.sidebar__subcats ul li {
  padding-bottom: 10px;
}
.header__main-nav .sub-menu {
  position: absolute;
  background-color: #23344e;
  z-index: 20;
  display: none;
  padding: 10px 0px;
}
@media (max-width: 991px) {
  .header__main-nav .sub-menu {
    position: relative;
    box-shadow: none;
    background: #15283c;
    margin: 15px 0px;
    width: auto;
    padding-top: 10px;
    margin-top: 20px;
  }
  .header__main-nav .sub-menu::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    background-color: #15283c;
    width: 20px;
    height: 20px;
    transform: rotate(45deg) translateY(-50%);
    left: 15px;
  }
  .header__main-nav .sub-menu li {
    padding-bottom: 0px !important;
  }
}
.header__main-nav .sub-menu li a {
  height: auto;
  display: flex;
  max-width: 100%;
  color: #fff;
  padding: 10px 10px;
  font-weight: 400 !important;
  font-size: 14px;
}
.header__main-nav .sub-menu li a:hover {
  color: #ffbb4c;
}
.header__main-nav .open-mega-menu .sub-menu {
  display: block;
}
.search__separator {
  margin: 60px 0px 90px;
  border: 1px solid #e7e7e7;
}
@media (max-width: 1023px) {
  #search_results {
    overflow-x: hidden !important;
  }
}
@media (max-width: 1023px) {
  #search_results svg {
    height: 240px !important;
  }
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e913";
}
.icon-download:before {
  content: "\e912";
}
.icon-linkedin:before {
  content: "\e910";
}
.icon-twitter:before {
  content: "\e911";
}
.icon-cancel:before {
  content: "\e90f";
}
.icon-tg:before {
  content: "\e90b";
}
.icon-yt:before {
  content: "\e90c";
}
.icon-ig:before {
  content: "\e90d";
}
.icon-fb:before {
  content: "\e90e";
}
.icon-album:before {
  content: "\e900";
}
.icon-water:before {
  content: "\e901";
}
.icon-eye:before {
  content: "\e902";
}
.icon-fire:before {
  content: "\e903";
}
.icon-images:before {
  content: "\e904";
}
.icon-light:before {
  content: "\e905";
}
.icon-login:before {
  content: "\e906";
}
.icon-search:before {
  content: "\e907";
}
.icon-play-button:before {
  content: "\e908";
}
.icon-right-chevron:before {
  content: "\e909";
}
.icon-camera:before {
  content: "\e90a";
}
.container {
  max-width: 1200px;
}
