/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
html{
  font-size:16px;
  scroll-behavior: smooth;
}
:root {
  --black-color: #000000;
  --blue-color: #0071ba;
  --white-color: #FFFFFF;
  --background-blue: #0071ba;
  --background-white: #FFFFFF;
  --background-black: #000000;
  --font-family-source-sans-pro: 'Roboto', sans-serif;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color: var(--blue-color);
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover, a:focus, a:active {
	color: #09478e;
  text-decoration:none;
}

a:focus {
	outline:none;
}

a:hover, a:active {
	outline: 0;
}
p{
	margin:0 0 15px;
}
input,
textarea,
select,
button{
	 font-family: 'Montserrat', sans-serif;
}
input:focus,
textarea:focus,
select:focus,
button:focus{
  outline:none;
  box-shadow:none;
}
img{
	max-width:100%;
	height:auto;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'EB Garamond', serif;
  font-weight:normal;
}

body {
  font-family: 'Roboto', sans-serif;
	color:#404449;
	font-size:1rem;
	font-weight:400;
  margin:0;
}
.container {
  max-width:1260px;
  width:auto;
  margin:0 auto;
  padding:0 15px;
}
/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header{
  padding:15px 0;
}
.head-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding:0;
}
.site-logo img{
  display:block;
  max-height:70px;
  width:auto;
}
.call-login ul{
  display: flex;
  justify-content: right;
  margin:0;
  padding:0;
}
.call-login ul li{
  list-style:none;
  font-family: 'EB Garamond', serif;
}
.call-login ul li a{
  color:var(--blue-color);
  font-weight:bold;
  font-size:1.063em;
}
.call-login ul li a.login{
  background: var(--background-blue);
  padding:6px 12px;
  color:var(--white-color);
  margin-left: 20px;
  border-radius: 5px;
  font-size: 0.750em;
  text-transform:uppercase;
  font-weight:normal;
}
.call-login ul li a.login:hover{
  color:var(--white-color);
  background: #015e9b;
}
.call-login ul li a.login img{
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -6px;
}
.header-right{
  margin-top:20px;
}
/*--------------------------------------------------------------
# Nav Menu
--------------------------------------------------------------*/
nav.main-menu{
  text-align:right;
  display:none;
}
nav.main-menu ul ul {
  display: none;
}
nav.main-menu ul li:hover > ul {
  display: block;
}
nav.main-menu ul {
  list-style: none;
  position: relative;
  margin:0;
  padding:0;
}
nav.main-menu ul li {
  display: inline-block;
  padding:0 8px;
  position:relative;
}
nav.main-menu ul li.menu-item-has-children{
  position:relative;
}
nav.main-menu ul li.menu-item-has-children:after{
  content: '+';
  color: #000;
  position: absolute;
  right:-2px;
  top:12px;
}
nav.main-menu ul ul li.menu-item-has-children:after{
  color:#fff;
  right:10px;
  top:11px;
}
nav.main-menu ul li a {
  display: block;
  padding:11px 5px;
  color:#050505;
  font-size:0.944em;
  text-transform:uppercase;
  font-family: 'EB Garamond', serif;
  text-decoration: none;
  position:relative;
  border-bottom:5px solid transparent;
}

nav.main-menu ul > li > a:hover,
nav.main-menu ul > li.current-menu-item > a,
nav.main-menu ul > li.active > a{
  color:var(--blue-color);
  border-bottom:5px solid var(--blue-color);
}
nav.main-menu ul ul {
  background: var(--background-blue);
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top:100%;
  width:200px;
  z-index:3;
}
nav.main-menu ul ul li {
  display: block;
  position: relative;
  padding:0;
  float:none;
}
nav.main-menu ul ul li a {
  padding:10px;
  color:var(--white-color);
  font-size:1.000em;
  text-transform: capitalize;
  text-align: left;
  border-bottom:0;
}
nav.main-menu ul ul li:hover a,
nav.main-menu ul ul li.current-menu-item a{
  color:var(--white-color) !important;
  background:#044d7c;
  border-bottom:0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}   
nav.main-menu ul ul ul {
  position: absolute;
  left: 100%;
  top:0;
  min-width:220px;
  background:var(--background-blue);
}
nav.main-menu ul ul ul li a{
  color:var(--white-color);
}
nav.main-menu ul ul ul li:hover a,
nav.main-menu ul ul ul li.current-menu-item a{
  color:var(--white-color);
  background:var(--background-blue);
}

/*--------------------------------------------------------------
   # Home Slider
--------------------------------------------------------------*/
.banner-slider .flexslider,
.home-slider .flexslider{
  position:relative;
  width:100%;
}
.banner-slider .flexslider ul,
.home-slider .flexslider ul{
  margin:0;
  padding:0;
  list-style:none;
}
.banner-slider .flexslider ul.slides li,
.home-slider .flexslider ul.slides li{
  display:none;
}
.banner-slider .flexslider ul li,
.home-slider .flexslider ul li{
  position:relative;
}
.banner-slider .flexslider ul li img,
.home-slider .flexslider ul li img{
  width:100%;
  height:100%;
  display:block;
}
.banner-slider .flexslider ul.flex-direction-nav,
.home-slider .flexslider ul.flex-direction-nav {
  list-style: outside none none;
  position: absolute;
  width: 100%;
  padding: 0;
  top:50%;
  margin-top:-24px;
}
.banner-slider .flexslider ul.flex-direction-nav li a.flex-prev,
.home-slider .flexslider ul.flex-direction-nav li a.flex-prev {
  background:rgba(0, 0, 0, 0.50) url(../../assets/images/flex-prev.png) center no-repeat;
  left:15px;
  padding:0;
  position: absolute;
  text-indent: -9999px;
  outline: none;
  width:22px;
  height:47px;
  background-size:7px;
}
.home-slider{
  margin:0 7px;
}
.home-slider .flexslider ul.flex-direction-nav li a.flex-prev{
  left:-22px;
}
.banner-slider .flexslider ul.flex-direction-nav li a.flex-next,
.home-slider .flexslider ul.flex-direction-nav li a.flex-next {
  background:rgba(0, 0, 0, 0.50) url(../../assets/images/flex-next.png) center no-repeat;
  right:15px;
  padding:0;
  position: absolute;
  text-indent: -9999px;
  outline: none;
  width:22px;
  height:47px;
  background-size:7px;
}
.home-slider .flexslider ul.flex-direction-nav li a.flex-next {
  right:-22px;
}
.home-slider .flexslider ul.flex-direction-nav li a.flex-prev{
  background-color:var(--background-blue);
}
.home-slider .flexslider ul.flex-direction-nav li a.flex-next{
  background-color:var(--background-blue);
}

/*--------------------------------------------------------------
   # Home content
--------------------------------------------------------------*/
.home-section-1{
  background:#f2f2f2;
  padding:40px 0;
  text-align:center;
}
.get-social-title{
  font-size:1.750em;
  color:var(--blue-color);
  font-weight:normal;
  text-transform:uppercase;
  margin:0 0 5px;
  text-align:center;
}
.social-subtitle{
  font-size:0.938em;
  color: var(--blue-color);
  font-weight:300;
  background: transparent;
  padding:7px 20px;
  display:none;
}
.home-section-2{
  padding:40px 0;
}
.three-boxes-wrap{
  display:flex;
  justify-content:space-between;
  flex-direction:column;
  text-align:center;
  gap: 20px;
}
.box{
  position:relative;
  border:6px solid var(--white-color);
  box-shadow:0 0 50px rgba(0, 0, 0, 0.20);
  overflow:hidden;
  max-width: 395px;
  margin-left: auto;
  margin-right: auto;
}
.box-thumbnail img{
  width:100%;
  display:block;
}
.box-title{
  font-size:1.250em;
  color: var(--white-color);
  text-transform: uppercase;
  font-weight:bold;
  background: rgba(0, 113, 186, 0.8);
  padding: 15px 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin:0;
}
.box a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:2;
}
.box:hover .box-thumbnail {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.box .box-thumbnail {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .75s,transform .75s;
  -moz-transition: -webkit-transform .75s,transform .75s;
  -ms-transition: -webkit-transform .75s,transform .75s;
  -o-transition: -webkit-transform .75s,transform .75s;
  transition: -webkit-transform .75s,transform .75s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.chairman-slider.slick-slider div{
  margin:0 15px;
  text-align:center;
}
.chairman-slider.slick-slider div img{
  display:inline-block;
}
.chairman-slider .slick-dots {
  position: absolute;
  bottom:0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.chairman-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.chairman-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width:8px;
  height:8px;
  border-radius: 100%;
  padding: 0;
  cursor: pointer;
  color: var(--black-color);
  border:2px solid var(--black-color);
  outline: none;
  background:transparent;
}
.chairman-slider .slick-dots li.slick-active button {
  background:var(--background-black);
}
.home-section-4{
  padding:40px 0;
}
.chairman-title{
  color:#5d5d5d;
  font-size:1.250em;
  text-transform:uppercase;
  font-weight:bold;
  text-align:center;
  margin:0;
}
.chairman-title img{
  display:block;
  max-height: 85px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:15px;
}
.chairman-slider{
  margin-top:30px;
  padding-bottom:40px;
}
.home-section-5{
  background:url(../../assets/images/next-level-bg.jpg) no-repeat;
  background-size:cover;
  padding:40px 0;
  position:relative;
}
.shelbyone-title{
  font-size:1.750em;
  color:var(--white-color);
  text-transform:uppercase;
  text-align:center;
  margin:0;
  z-index:2;
  position:relative;
}
.home-section-5:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(13, 13, 13, 0.90);
}
.five-boxes-wrap{
  z-index:2;
  position:relative;
  margin-top:40px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.next-level-box{
  background:var(--background-white);
  border-radius:4px;
  padding:15px;
  overflow-y: auto;
  max-height:370px;
  min-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:20px;
}
.next-level-box h4{
  color:var(--blue-color);
  font-size:1.063em;
  font-weight:500;
  margin:0;
  font-family: 'Roboto', sans-serif;
  padding-bottom:12px;
  border-bottom: 1px solid #d0d0d0;
}
.next-level-list{
  padding:15px 0 0;
}
.next-level-list ul{
  list-style:none;
  margin:0;
  padding:0;
}
.next-level-list ul li{
  display: block;
  margin-bottom: 10px;
  font-size: 0.813em;
  font-weight: 500;
  color: rgba(36, 36, 36, 0.80);
  position: relative;
  padding-left:17px;
  line-height:1.3;
}
.next-level-list ul li:before{
  content: '';
  position: absolute;
  width: 5px;
  height: 11px;
  background: url(../../assets/images/blue-arrow.png) center no-repeat;
  top: 3px;
  left: 0;
}
.home-section-6{
    padding:40px 0;
    position: relative;
    margin-top:0;
  }
/*--------------------------------------------------------------
   # Site Footer
--------------------------------------------------------------*/
.site-footer{
  padding:40px 0;
  background: #f7f7f7;
}
.home .site-footer{
  background: var(--background-white);
}
.ftr-wrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align:center;
}
.ftr-wrap .col{
  margin-bottom:20px;
  max-width:100%;
}
.ftr-wrap .col:last-of-type{
  margin-bottom:0;
}
.ftr-logo{
  margin-bottom:30px;
}
.ftr-logo img{
    max-height: 65px;
    width: auto;
}
.contact-info{
  color: #343434;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.5;
}
.contact-info a{
  color:#7c7c7c;
}
.office-depot-title{
  color:var(--blue-color);
  font-size:1.125em;
  margin:0 0 5px;
  text-align: center;
  letter-spacing: 0.5px;
}
.office-depot-text{
  color:#545454;
  font-weight:300;
  font-size:0.875em;
  line-height:1.5;
  text-align: center;
}
.office-depot-logo{
  text-align:center;
  margin-top:25px;
}
.office-depot-logo img{
  max-height:40px;
  width:auto;
}
.join-our-title{
  font-size: 0.938em;
  font-weight: bold;
  color:var(--blue-color);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.copyright{
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.750em;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  margin-top:0;
}
.copyright a{
  color: rgba(0, 0, 0, 0.5);
}
.copyright a:hover{
  color:var(--black-color);
}
.partners{
  background:var(--background-blue);
  text-align: center;
  padding:30px 0 10px;
  color:var(--white-color);
}
.partners h3.partner-title{
  font-family: "Roboto", sans-serif;
  font-size: 0.889em;
  text-transform: uppercase;
  font-weight: normal;
  margin:0 0 30px;
}
.partners img{
  margin:0 30px 12px;
}


/*--------------------------------------------------------------
   # Inner pages css
--------------------------------------------------------------*/

.inner-banner{
  background:var(--black-color) url(../../assets/images/slide.jpg) no-repeat;
  background-size: cover;
  padding:50px 0;
  position:relative;
}
.inner-banner:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  background:rgba(0, 0, 0, 0.5);
  width:100%;
  height:100%;
}
.page-header h1.page-title{
  font-size:1.750em;
  color:var(--white-color);
  text-transform:uppercase;
  margin:0;
  position: relative;
  z-index: 2;
}
.entry-content{
  line-height:1.5;
}
/*=========================================== 
   Blog & Single Post
=============================================*/
.content-area{
  padding:30px 0;
}
.content-area.with-sidebar .row {
  display: block;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.content-area.with-sidebar .row .col-md-8 {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.content-area.with-sidebar .row .col-md-4 {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.blog article.post,
.single article.post,
.archive article.post,
article.hentry{
  margin-bottom: 30px;
  margin-top: 10px;
  line-height: 28px;
  border-bottom: 2px solid #eee;
  padding-bottom: 35px;
  font-size: 0.938rem;
}
.blog article.post:last-of-type,
.single article.post:last-of-type,
.archive article.post:last-of-type,
article.hentry:last-of-type{
  border-bottom: 0px solid #eee;
  margin-bottom:0;
}
.blog article.post h2,
.archive article.post h2,
article.hentry h2{
  font-size:1.125rem;
  line-height:1.3;
  text-transform: uppercase;
  font-weight:600;
  margin-bottom:10px;
  margin-top:0;
}
.blog article.post h2 a,
.archive article.post h2 a,
article.hentry h2 a{
  color: var(--blue-color);
}
.blog article.post h2 a:hover,
.archive article.post h2 a:hover,
.blog article.post h2 a:focus,
.archive article.post h2 a:focus, 
.entry-meta a:hover, 
.entry-meta a:focus,
article.hentry h2:hover,
article.hentry h2:focus {
  color: #000;
}
.entry-media{
  margin-bottom:15px;
}
.entry-meta {
    font-size:0.8125rem;  
  line-height: 100%;
  margin-bottom: 15px;
}
.entry-meta a {
    color: #333;
    font-weight:600;
}
.entry-meta .post-cat, .entry-meta .post-date{
  font-style: italic;
}
.entry-meta .post-date{
  margin-left: 10px;
}
.entry-meta .post-cat {
  margin-right: 10px;
}
.single article.post h1{
  font-size: 1.375rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
  color: var(--blue-color);
}
.single .entry-header {
  margin-bottom: 20px;
}
.single .entry-meta {
  font-size: 0.875rem;
}
.single .entry-media {
  text-align: center;
  margin-bottom: 20px;
}
a.entry-button {
  padding: 15px 20px;
  display: inline-block;
  line-height: 100%;
  font-size:0.875em;
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 500;
  transition: all .5s;
  background-color: var(--background-blue);
}
a.entry-button:hover {
  color: var(--white-color);
  background: #015e9b;
}
.single_post_nav a{
  padding: 5px 0;
}
#comments.comments-area{
  display:none;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
#secondary.widget-area{
  padding:25px;
  background-color: var(--background-blue);
  margin-top:30px;
  max-width:350px;
  margin-left:auto;
  margin-right:auto;
}
#secondary.widget-area .search-form span.screen-reader-text,
#secondary.widget-area .search-form .search-submit{
  display:none;
}
#secondary.widget-area form input{
  width: 100%; 
  padding:15px 10px;
  border:0;
  transition: all .9s ease-in-out;
  transition: ease-in-out, width .9s ease-in-out;
}
#secondary.widget-area form input:focus, 
#secondary.widget-area form input:active {
  transition: all .9s ease-in-out!important;
  outline: none!important;
  border:0px solid #004a80!important;
  position: relative!important;
}
#secondary.widget-area form label,
#secondary.widget-area form button[type="submit"]{
    display:none;
}
#secondary.widget-area .widget{
  margin-bottom:25px;
  border-bottom:1px solid #0387dc;
  padding-bottom:25px;
}
#secondary.widget-area .widget h2{
  font-size: 1.0625rem;
  text-transform: uppercase;
  color: var(--white-color);
  margin: 0 0 18px;
  font-weight:bold;
}
#secondary.widget-area .widget ul{
  margin:0px;
  padding:0px 0 0 15px;
  color: var(--white-color);
}
#secondary.widget-area .widget ul li a{
  font-size:0.875rem;
  text-transform: none;
  color:rgba(255, 255, 255, 0.6);
  font-weight:300;
}
#secondary.widget-area .widget ul li{
  margin-bottom:8px;
  list-style: initial;
}
#secondary.widget-area .widget ul li:last-of-type{
  margin-bottom:0;
}
#secondary.widget-area .widget ul li a:hover{
  color:var(--white-color);
}
#secondary.widget-area .widget:last-of-type {
  border-bottom: none;
  padding-bottom:0;
  margin-bottom:0;
}
#secondary.widget-area .wp-block-columns{
  margin-bottom:0;
}
.error404 .entry-content .search-form input,
.search-no-results .entry-content .search-form input,
.search-no-results .site-content .search-form input{
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #ccc;
  transition: all .9s ease-in-out;
  transition: ease-in-out, width .9s ease-in-out;
  background:#eee;
}
.error404 .entry-content .search-form span.screen-reader-text,
.error404 .entry-content .search-form .search-submit,
.search-no-results .entry-content .search-form span.screen-reader-text,
.search-no-results .site-content .search-form .search-submit{
  display: none;
}
.error404 .entry-content .search-form  label,
.search-no-results .site-content .search-form  label{
  display:block;
  max-width: 355px;
}
.site-content .entry-content{
  line-height: 1.6;
  font-size:0.938em;
  font-weight: normal;
}
.form-wrap{
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction:column;
}
.newsletter-form input[type="text"],
.newsletter-form input[type="email"]{
    width: 94%;
}
.newsletter-form input[type="text"],
.newsletter-form input[type="email"],
.contact-page-info form.wpcf7-form input[type="text"],
.contact-page-info form.wpcf7-form input[type="email"],
.contact-page-info form.wpcf7-form textarea{
  width: 94%;
  background: #e9e9e9;
  border: 0;
  padding: 8px 10px;
  margin-bottom:0;
  font-size:0.750em;
  color:var(--black-color);
}
.contact-page-info form.wpcf7-form input[type="text"],
.contact-page-info form.wpcf7-form input[type="email"],
.contact-page-info form.wpcf7-form textarea{
  width:92%;
  padding:12px 15px;
  font-size:0.875em;
}
.newsletter-form input[type="submit"],
.contact-page-info form.wpcf7-form input[type="submit"]{
  background-color: var(--background-blue);
  color:var(--white-color);
  border: none;
  padding: 10px 35px;
  width: 100%;
  cursor: pointer;
  font-weight:500;
}
.contact-page-info form.wpcf7-form input[type="submit"]{
  width:auto;
  padding:12px 15px;
  text-transform:uppercase;
}
.newsletter-form input[type="submit"]:hover,
.contact-page-info form.wpcf7-form input[type="submit"]:hover{
  background: #015e9b;
}
.newsletter-form .wpcf7-form-control-wrap,
.contact-page-info .wpcf7-form-control-wrap{
  margin-bottom:12px;
  display:block;
}
.newsletter-form input[type="text"]::placeholder,
.newsletter-form input[type="email"]::placeholder,
.contact-page-info input[type="text"]::placeholder,
.contact-page-info input[type="email"]::placeholder{
  color:rgba(0, 0, 0, 0.5);
  text-transform:uppercase;
}
.newsletter-form input[type="text"]::-moz-placeholder ,
.newsletter-form input[type="email"]::-moz-placeholder,
.contact-page-info input[type="text"]::-moz-placeholder ,
.contact-page-info input[type="email"]::-moz-placeholder  {
  opacity:1;
  text-transform:uppercase;
}
.newsletter-form br{
  display:none;
}
.newsletter-form .wpcf7-not-valid-tip{
  padding-left:4px;
  text-align:left;
  font-size:0.813em;
}
.content-area.with-sidebar .row.single_post_nav{
  margin-right: 0;
  margin-left: 0;
}
.contact-page-info iframe{
  width:100%;
  max-height: 300px;
}
.contact-page-info h2{
  margin:0 0 15px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;
}
.contact-page-info form.wpcf7-form label{
  font-size:0.938em;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a{
  text-transform:uppercase;
  font-family: 'EB Garamond', serif;
}
figure.business-plan-video{
  text-align:center;
}
.entry-content h2{
  color:#0071ba;
}
.gb-block-accordion .gb-accordion-text h2{
  text-align:left;
}
.gb-block-accordion .gb-accordion-text:first-of-type .wp-block-columns{
  text-align:center;
}

.business-support-accordion .gb-accordion-text .wp-block-columns{
	text-align:left !important;
}

.page-id-386 .wp-block-columns{
  margin-top:1.75em;
}
#coll-partner.gb-block-accordion .wp-block-image:first-of-type img{
    max-height: 230px;
  }



  .client-slider ul{
  margin:0;
  padding:0;
}

.client-slider {
  position:relative;
  max-width:1260px;
  margin:0 auto;
}
.client-slider  img{
  width:100%;
  height:100%;
  display:block;
}
.client-slider .slick-prev, 
.client-slider .slick-next {
    font-size: 32px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height:40px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: #000;
    border: none;
    outline: none;
    background: transparent;
    z-index:2;
    margin-top:0px;
}
.client-slider .slick-prev {
    left:10px;
    background:url(../../assets/images/left_icon.svg) center no-repeat;
}
.client-slider .slick-next {
    right:10px;
    background:url(../../assets/images/right_icon.svg) center no-repeat;
}
.chairman-slider{
  text-align:center;
}
#searchform-wrap  {
    position: relative;
    top:3px;
    left:0;
    margin-right:15px;
}
#searchform-wrap img:before {
    color: #fff;
    font-size: 19px;
}
#searchform-wrap img{
    max-width: 20px;
}
#searchform-wrap input {
    width: 40px;
    background: transparent;        
    border: 1px solid transparent;
    padding: 4px;
    -webkit-transition: width .7s;
    -moz-transition: width .7s;
    transition: width .7s;
    position: absolute;
    right:0;
    height: 30px;
    top: -10px;
}
#searchform-wrap .search-field:focus {
    width: 200px;
    background-color: #fff;
    border: 1px solid #015e9b;
    outline: none;
    padding: 4px 28px 4px 10px;
}
.header-right {
    display: flex;
    flex-wrap: wrap;
}
.partners ul{
  list-style:none;
  margin:0;
  padding:0;
}
.partners ul li{
  display:inline-block;
  text-align:center;
   margin:0 20px 20px;
}
.partners ul li img{
  margin:0;
}