/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: B3 | Better Border Biosecurity
Description: B3 | Better Border Biosecurity Theme
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/
/* Body & Sticky Footer
==============================*/
html {
  height: 100%;
  overflow-x: hidden!important;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  min-height: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  overflow-x: hidden!important;
  color: #4a4a4a;
  font-weight: 400;
}
#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
/* Global Styles
==============================*/
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
strong {
  font-weight: 600;
}
* {
  outline: none!important;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #1c669a;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
.alignleft,
img.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
/* Mobile Nav
==============================*/
.navToggle.menu {
  color: #ffffff;
  float: right;
  padding: 12px 0px 12px 12px;
}
.navToggle.menu:hover {
  color: #d6df20;
  cursor: pointer;
}
.mobileNav-header {
  padding: 20px;
}
.mobileNav-header a {
  cursor: pointer;
}
#mobileNav {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -50%;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav ul {
  padding: 0px;
}
#mobileNav ul.sub-menu {
  display: none;
  position: relative;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
#mobileNav ul.sub-menu li a:before {
  content: '- ';
}
#mobileNav ul li {
  list-style-type: none;
  position: relative;
}
#mobileNav ul li .menu-drop {
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 3;
  color: #c3c3c3;
  width: 50px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
#mobileNav ul li .menu-drop.sub-menu-active {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mobileNav ul li a {
  color: 'Lato', sans-serif;
  padding: 30px 40px 15px 20px;
  display: block;
  border-top: 1px solid #e7f0f5;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}
#mobileNav ul li a:hover {
  background-color: #1c669a !important;
  color: #ffffff;
}
#mobileNav ul li a:before {
  content: attr(title);
  display: block;
  position: absolute;
  top: 15px;
  left: 20px;
  text-transform: none;
  font-style: italic;
  font-size: 12px;
}
#wrap.menuOpenWrap {
  right: 50%;
  pointer-events: none;
}
#mobileNav.menuOpen {
  right: 0;
}
.mobileNav-overlay.menuOpen {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
  z-index: 1;
}
/* Header
==============================*/
.header-message {
  background-color: #4a87b3;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(images/header-message-bg.png);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: right;
}
.header-message span {
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.header-message span i {
  font-size: 24px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.header-message a {
  background-color: #1c669a;
  color: #ffffff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
}
.header-top .header-logo img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-top .right .inner {
  background-color: #e7f0f5;
  height: 100%;
  background-image: url(images/logo-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 15px;
  text-align: right;
  font-weight: 600;
}
.header-top .right .inner span {
  display: block;
  text-transform: uppercase;
  color: #4487b4;
}
.header-top .right .social-wrapper {
  height: 100%;
}
.header-top .right .social-wrapper .social-inner {
  text-align: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.header-top .right .social-wrapper .social-inner a {
  margin-left: 30px;
  font-weight: 500;
}
.header-top .right .social-wrapper .social-inner a i {
  margin-right: 7px;
}
.menu-wrapper {
  background-color: #1c669a;
  border-bottom: 5px solid #d6df20;
}
.menu-wrapper nav.main-menu > ul {
  width: 100%;
}
.menu-wrapper nav.main-menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
.menu-wrapper nav.main-menu ul li {
  display: inline-block;
  padding: 0;
  /*margin: 10px 0;*/
  margin: 22px 0 10px 0;
  position: relative;
}
.menu-wrapper nav.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
}
.menu-wrapper nav.main-menu ul li.sub-menu-active.menu-item-has-children > a:after {
  content: "\f106";
}
.menu-wrapper nav.main-menu ul li.current_page_item a {
  background-color: #4487b4;
}
.menu-wrapper nav.main-menu ul li a {
  color: #ffffff;
  padding: 24px 18px 12px 18px;
  position: relative;
  text-decoration: none;
}
.menu-wrapper nav.main-menu ul li a:before {
  content: attr(title);
  display: block;
  position: absolute;
  top: 10px;
  left: 17px;
  text-transform: none;
  font-style: italic;
  font-size: 12px;
}
.menu-wrapper nav.main-menu ul li a:hover {
  background-color: #4487b4;
}
.menu-wrapper nav.main-menu ul ul.sub-menu {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 34px;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
  background-color: #1c669a;
}
.menu-wrapper nav.main-menu ul ul.sub-menu li {
  display: block;
  width: 100%;
  margin: 0;
}
.menu-wrapper nav.main-menu ul ul.sub-menu li a {
  display: block;
  padding: 12px;
}
.search-modal-wrapper .modal-dialog {
  margin-top: 105px;
}
.search-modal-wrapper .close {
  position: absolute;
  right: 15px;
  font-size: 20px;
  opacity: 1;
}
.search-modal-wrapper .search-field {
  width: 83%!important;
  height: 40px;
  font-size: 16px;
}
.search-modal-wrapper .search-submit {
  background-color: #1c669a;
  color: #ffffff;
  height: 40px;
  width: 40px;
  border: none;
}
/* Slices
==============================*/
.card-deck {
  width: 100%;
}
.banner-image-used .slice-wrapper .inner {
  border-top: 5px solid #d6df20;
}
.slice-wrapper {
  position: relative;
  z-index: 3;
}
.slice-wrapper .container .inner {
  background-color: #ffffff;
  padding-left: 45px;
  padding-right: 45px;
}
.banner-image {
  height: 330px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: -200px;
  /**/
}
.banner-image .overlay {
  background-color: rgba(26, 105, 159, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gradient-bottom {
  height: 35px;
  background: #c8d1d6;
  background: linear-gradient(180deg, #c8d1d6 0%, #ffffff 100%);
  margin-top: 200px;
  /**/
  margin-bottom: -200px;
  /**/
}
.intro {
  padding-top: 45px;
  margin-bottom: 45px;
}
.intro .pre-title {
  text-transform: uppercase;
}
.intro h1 {
  color: #1c669a;
  font-size: 48px;
  margin-bottom: 15px;
}
.intro .intro-content {
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 15px;
}
.intro-alt {
  padding-top: 45px;
  margin-bottom: 45px;
}
.intro-alt h1 {
  color: #1c669a;
  font-size: 30px;
  margin-bottom: 15px;
}
.intro-alt .intro-content {
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 15px;
}
.intro-sidebar {
  padding-top: 45px;
  margin-bottom: 45px;
}
.intro-sidebar h1 {
  color: #1c669a;
  font-size: 30px;
  margin-bottom: 15px;
}
.intro-sidebar .intro-content {
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 15px;
}
.intro-sidebar .intro-sub-content {
  margin-top: 30px;
}
.intro-sidebar .card {
  padding-top: 15px;
  border: none;
  position: relative;
  max-width: 330px;
}
.intro-sidebar .card.archive-project {
  border-bottom: 2px solid #e7f0f5;
  flex: 1 0 80%;
  max-width: 100%;
}
.intro-sidebar .card h2,
.intro-sidebar .card h3 {
  margin-top: 0px;
  color: #1c669a;
  font-size: 18px;
}
.intro-sidebar .card .author-time {
  font-weight: 500;
  color: #c3c3c3;
  display: block;
  margin-bottom: 15px;
}
.intro-sidebar .card a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.intro-sidebar .card:hover h2,
.intro-sidebar .card:hover h3 {
  text-decoration: underline;
}
.intro-sidebar .link-button {
  background-color: #1c669a;
  display: inline-block;
  padding-left: 30px!important;
  padding-right: 30px!important;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  padding: 15px;
  border-radius: 50px;
  margin-bottom: 15px;
}
.intro-sidebar .link-button i {
  margin-right: 7px;
}
.intro-sidebar .link-button:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #4487b4;
}
.intro-sidebar .leader-wrapper {
  margin-top: 60px;
  /*padding-top:30px;
    border-top:2px solid @echo;*/
}
.intro-sidebar .leader-wrapper img {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.intro-sidebar .leader-wrapper span {
  display: block;
}
.intro-sidebar .leader-wrapper span.title {
  font-weight: 400;
}
.intro-sidebar .leader-wrapper span.phone {
  margin-bottom: 7px;
}
.intro-sidebar .leader-wrapper h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
.intro-sidebar aside .feature-post {
  border-top: 5px solid #d6df20;
  margin-bottom: 15px;
}
.intro-sidebar aside .feature-post .post-wrapper {
  background-color: #1c669a;
  padding: 15px;
  color: #ffffff;
  background-image: url(images/header-message-bg.png);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: left;
}
.intro-sidebar aside .feature-post .post-wrapper span {
  color: #d6df20;
  text-transform: uppercase;
  font-size: 15px;
}
.intro-sidebar aside .feature-post .post-wrapper h4 a {
  color: #ffffff;
  font-size: 22px;
}
.intro-sidebar aside .feature-pages {
  border-top: 5px solid #d6df20;
  margin-bottom: 15px;
}
.intro-sidebar aside .feature-pages .heading-wrapper {
  background-color: #1c669a;
  padding: 15px;
  color: #ffffff;
}
.intro-sidebar aside .feature-pages .heading-wrapper span {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}
.intro-sidebar aside .feature-pages ul {
  padding: 0;
  background-color: #4487b4;
}
.intro-sidebar aside .feature-pages ul li {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #1c669a;
}
.intro-sidebar aside .feature-pages ul li a {
  color: #ffffff;
  font-weight: 500;
  /*&:before{
              content:'> ';
            }*/
}
.intro-sidebar aside .link-button {
  background-color: #1c669a;
  display: block;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  padding: 15px;
  border-radius: 50px;
  margin-bottom: 15px;
}
.intro-sidebar aside .link-button:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #4487b4;
}
.intro-sidebar aside .image-wrapper {
  margin-bottom: 15px;
}
.intro-sidebar aside .image-wrapper .wp-caption-text {
  text-align: right;
}
.intro-sidebar aside .sidebar-content-editor {
  margin-bottom: 15px;
  font-size: 14px;
}
.content-editor {
  margin-top: 45px;
  margin-bottom: 45px;
}
.content-editor-half {
  margin-top: 45px;
  margin-bottom: 45px;
}
.call-to-action {
  margin-top: 90px;
  margin-bottom: 90px;
}
.call-to-action .cta-inner {
  border-top: 3px solid #d6df20;
  background-color: #4a87b3;
  color: #ffffff;
  padding: 30px;
  background-image: url(images/header-message-bg.png);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: left;
}
.call-to-action .cta-inner .inner-left {
  max-width: 700px;
  display: inline-block;
}
.call-to-action .cta-inner .inner-right {
  display: inline-block;
  float: right;
}
.call-to-action .cta-inner .inner-right a {
  background-color: #d6df20;
  float: right;
  color: #4a4a4a;
  font-weight: 500;
  margin-top: 20px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 50px;
}
.call-to-action .cta-inner .inner-right a:hover {
  background-color: #cbd800;
  text-decoration: none;
}
.child-pages .row {
  margin-bottom: 60px;
}
.child-pages .image .inner {
  border: 0;
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.child-pages .image .inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.child-pages .content {
  padding-top: 15px;
}
.contacts .contact {
  margin-bottom: 60px;
}
.contacts .contact .content {
  padding-top: 3px;
}
.contacts .contact h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
.contacts .contact span {
  display: block;
}
.search-results-wrapper .inner {
  padding: 45px;
}
.search-results-wrapper .inner h1 {
  margin-bottom: 30px;
}
.search-results-wrapper .inner .hentry {
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-index .cat-inner {
  border-top: 5px solid #d6df20;
  background-color: #e7f0f5;
  position: relative;
  top: 10px;
}
.news-index .cat-inner ul {
  margin: 0;
  padding: 10px 30px 0 30px;
}
.news-index .cat-inner ul li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.news-index .cat-inner ul li a {
  display: block;
  padding-bottom: 5px;
  border-bottom: 3px solid #e7f0f5;
  font-weight: 600;
}
.news-index .cat-inner ul li a:hover {
  border-bottom: 3px solid #1c669a;
  text-decoration: none;
}
.news-index .cat-inner #archives-3 {
  float: right;
}
.news-index .cat-inner #archives-3 h2,
.news-index .cat-inner #archives-3 label {
  display: none;
}
.news-index .cat-inner #archives-3 select {
  display: 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%23000000%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%;
  background-color: #ffffff;
  border: 1px solid #4487b4;
  height: 30px;
  font-size: 15px;
  position: relative;
  top: -5px;
}
.news-index h1 {
  color: #1c669a;
  margin-top: 60px;
  margin-bottom: 60px;
}
.news-index .card {
  flex: 1 0 30%;
  margin-bottom: 30px;
  border: none;
  position: relative;
  max-width: 330px;
}
.news-index .card.archive-project {
  border-top: 5px solid #e7f0f5;
  flex: 1 0 80%;
  max-width: 100%;
}
.news-index .card .card-image {
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 3px solid #e7f0f5;
}
.news-index .card h2,
.news-index .card h3 {
  margin-top: 15px;
  color: #1c669a;
  font-size: 20px;
}
.news-index .card .author-time {
  font-weight: 500;
  color: #c3c3c3;
  display: block;
  margin-bottom: 15px;
}
.news-index .card a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tax-project_theme .news-index .card.archive-project.previous {
  display: none;
}
.wp-caption {
  max-width: 100%;
}
.page .intro-sidebar aside .image-wrapper .wp-caption-text {
  text-align: left;
}
.single-title {
  background-color: #1c669a;
  padding-top: 60px;
  color: #ffffff;
}
.single-title h1 {
  font-size: 50px;
}
.single-title .breadcrumb-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #4487b4;
  padding: 5px 0px 7px 0px;
  font-size: 14px;
}
.single-title .breadcrumb-wrapper a {
  color: #ffffff;
}
.single-content {
  margin-bottom: 60px;
}
.single-content .intro-content {
  font-weight: 600;
  font-size: 18px;
}
.single-sidebar .link-button {
  background-color: #1c669a;
  display: block;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  padding: 15px;
  border-radius: 50px;
  margin-bottom: 15px;
}
.single-sidebar .link-button i {
  margin-right: 7px;
}
.single-sidebar .link-button:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #4487b4;
}
.single-project-content {
  margin-bottom: 60px;
}
.single-project-content .content-wrapper {
  margin-bottom: 45px;
}
.single-project-content h1,
.single-project-content h2,
.single-project-content h3,
.single-project-content h4,
.single-project-content h5 {
  color: #1c669a;
}
.single-project-sidebar .inner {
  background-color: #4a87b3;
  color: #ffffff;
  border-top: 5px solid #d6df20;
  margin-bottom: 30px;
}
.single-project-sidebar .inner span {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #1c669a;
}
.single-project-sidebar .inner span:last-child {
  border: none;
}
.single-project-sidebar .image-wrapper {
  margin-bottom: 30px;
}
.single-project-sidebar .sidebar-content-editor {
  margin-bottom: 30px;
}
.single-project-sidebar .sidebar-related-post {
  margin-bottom: 30px;
}
.single-project-sidebar .sidebar-related-post h4 {
  color: #1c669a;
  font-size: 22px;
  margin-bottom: 20px;
}
.wp-pagenavi {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
  font-weight: 500;
}
.wp-pagenavi span {
  background-color: #4487b4;
  border-color: #4487b4;
  color: #ffffff;
  padding: 5px 10px;
}
.wp-pagenavi span.current {
  color: #d6df20;
  border-color: #4487b4;
}
.wp-pagenavi a {
  background-color: #4487b4;
  border-color: #4487b4;
  color: #ffffff;
  padding: 5px 10px;
}
.wp-pagenavi a:hover {
  color: #d6df20;
  border-color: #4487b4;
  text-decoration: none;
}
.themes {
  margin-top: 60px;
  margin-bottom: 60px;
}
.themes .card {
  flex: 1 0 30%;
  border: 0;
  border-radius: 0;
  margin-bottom: 30px;
  position: relative;
}
.themes .card .inner {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.themes .card .inner h2,
.themes .card .inner p {
  color: #ffffff;
}
.themes .card .inner .content-wrapper {
  position: absolute;
  z-index: 3;
  bottom: 30px;
}
.themes .card a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.themes .card .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.latest-posts {
  margin-top: -60px;
  margin-bottom: 60px;
}
.latest-posts h2 {
  font-size: 28px;
  font-weight: normal;
  color: #1c669a;
  margin-bottom: 30px;
}
.gallery .card {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.gallery .card a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.uploaded-documents {
  margin-top: 45px;
}
.uploaded-documents ul {
  margin: 0;
  padding: 0;
}
.uploaded-documents ul li {
  list-style-type: none;
  margin-bottom: 7px;
}
.uploaded-documents ul li i {
  margin-right: 7px;
}
.doc-cat-sidebar {
  margin-bottom: 60px;
}
.doc-cat-sidebar .heading-wrapper {
  border-top: 3px solid #d6df20;
  background-color: #1c669a;
  padding: 15px;
  color: #ffffff;
}
.doc-cat-sidebar .heading-wrapper span {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}
.doc-cat-sidebar ul {
  padding: 0;
  background-color: #4487b4;
}
.doc-cat-sidebar ul li {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #1c669a;
}
.doc-cat-sidebar ul li a {
  color: #ffffff;
  font-weight: 500;
  /*&:before{
          content:'> ';
        }*/
}
.doc-search-wrapper {
  margin-bottom: 15px;
}
.doc-search-wrapper input {
  border-radius: 0;
  font-size: 16px;
  width: 90%!important;
  font-weight: 400;
}
.doc-search-wrapper button {
  background: none;
  border: none;
  color: #1c669a;
}
.es_subscription_form_submit {
  background-color: #1c669a;
  color: #ffffff;
  display: inline-block;
  margin-top: 5px;
  padding: 5px 15px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  border: 0;
}
.es_subscription_form_submit:hover {
  background-color: #4487b4;
}
/* Footer
==============================*/
footer {
  color: #ffffff;
}
footer .footer-logos {
  border-top: 2px solid #f5f5f5;
  padding-top: 45px;
  padding-bottom: 45px;
}
footer .footer-logos h4 {
  color: #c3c3c3;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
footer .footer-logos .logos-wrapper {
  margin-top: 15px;
  text-align: center;
}
footer .footer-logos .logos-wrapper .logo {
  display: inline-block;
  position: relative;
}
footer .footer-logos .logos-wrapper .logo img {
  max-width:167px;
  max-height:100px;
  margin: 7px;
}
footer .footer-logos .logos-wrapper .logo a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
footer .footer-top {
  border-bottom: 5px solid #d6df20;
  background-color: #1c669a;
}
footer .footer-top ul {
  padding: 0;
  margin: 0;
}
footer .footer-top ul li {
  display: inline-block;
  margin: 10px 0px;
}
footer .footer-top ul li a {
  color: #ffffff;
  font-weight: 600;
  padding: 12px 15px;
  text-decoration: none;
}
footer .footer-top ul li a:hover {
  background-color: #4487b4;
}
footer .footer-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1c669a;
}
footer .footer-bottom .left ul {
  padding: 0;
  margin: 0;
}
footer .footer-bottom .left ul li {
  display: inline-block;
  margin-right: 15px;
}
footer .footer-bottom .left ul li.copyright {
  color: #d6df20;
  padding-bottom: 10px;
}
footer .footer-bottom .left ul li a {
  color: #ffffff;
  font-weight: 300;
}
footer .footer-bottom .right {
  text-align: right;
  padding-top: 15px;
}
footer .footer-bottom .right a {
  color: #ffffff;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  .menu-toggle-wrap {
    display: block;
    height: 100%;
    position: relative;
  }
  .navToggle.menu {
    position: relative;
    /*top: 45%;
		transform: translateY(-50%);*/
    color: #1c669a;
    padding: 23px 0px 12px 12px;
  }
  .navToggle.menu:hover {
    color: #4487b4;
  }
  .header-message span {
    margin-bottom: 10px;
  }
  .banner-image {
    height: 200px;
    margin-bottom: 0px;
    /**/
  }
  .gradient-bottom {
    margin-top: 0px;
    /**/
    margin-bottom: 0px;
    /**/
  }
  .slice-wrapper .container .inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .intro-alt {
    padding-top: 15px;
  }
  .themes .card .inner {
    padding: 15px!important;
  }
  .single-title h1 {
    font-size: 26px;
  }
  .maxbutton-1,
  .maxbutton-2 {
    margin-bottom: 15px;
  }
  .intro-sidebar .leader-wrapper {
    margin-bottom: 60px;
  }
  .news-index .cat-inner ul {
    padding: 10px 0px 0 0px;
  }
  .news-index .card.archive-project {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-index .card {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact .image {
    padding-right: 0;
  }
  .latest-posts {
    margin-top: 0px;
  }
  footer .footer-logos .logos-wrapper .logo {
    display: inline-block;
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  footer .footer-bottom .right {
    text-align: left;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  .header-message span {
    margin-bottom: 10px;
  }
  .header-top .container {
    padding-left: 15px;
    padding-right: 0;
    max-width: 100%;
  }
  .header-top .right .social-wrapper .social-inner {
    top: 40px;
    padding-right: 15px;
  }
  .header-top .right .social-wrapper .social-inner a {
    margin-left: 20px!important;
  }
  .themes .card {
    flex: 1 0 60%;
  }
  .single-title h1 {
    font-size: 34px;
  }
  .gallery .card-columns {
    column-count: 2;
  }
  .gallery .card {
    height: 248px;
  }
  .news-index .cat-inner {
    display: table;
    width: 100%;
  }
  .news-index .cat-inner #archives-3 {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .news-index .card {
    flex: 1 0 52%;
    max-width: 100%;
  }
  .maxbutton-1,
  .maxbutton-2 {
    margin-bottom: 15px;
  }
  .intro-sidebar .leader-wrapper {
    margin-bottom: 60px;
  }
  .latest-posts {
    margin-top: 0px;
  }
  footer .footer-logos .logos-wrapper .logo {
    display: inline-block;
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  footer .footer-bottom .right {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-top .right .social-wrapper {
    height: 110px;
  }
  .header-top .container {
    padding-left: 15px;
    padding-right: 0;
    max-width: 100%;
  }
  .header-top .right .social-wrapper .social-inner {
    padding-right: 15px;
  }
  .header-top .right .social-wrapper .social-inner a {
    margin-left: 20px!important;
  }
  .gallery .card-columns {
    column-count: 2;
  }
  .gallery .card {
    height: 218px;
  }
  .header-message span {
    margin-bottom: 10px;
  }
  .child-pages .content {
    padding-top: 0px;
  }
  .intro-sidebar .leader-wrapper {
    margin-bottom: 60px;
  }
  .contact .image {
    padding-right: 0;
  }
  .latest-posts {
    margin-top: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-top .right .social-wrapper {
    height: 110px;
  }
  .menu-wrapper nav.main-menu ul li a {
    padding: 24px 14px 12px 14px;
  }
  .menu-wrapper nav.main-menu ul li a:before {
    left: 12px;
  }
  header .menu-item-79 a:before {
    font-size: 11px!important;
  }
  .gallery .card {
    height: 195px;
  }
  .news-index .card {
    flex: 1 0 29%;
  }
}
@media (min-width: 1200px) {
  .header-top .right .social-wrapper {
    height: 110px;
  }
}
