/*!
Theme Name: Artemis-Strategy
Theme URI: http://underscores.me/
Author: Artemis Strategy Group
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artemis-strategy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@font-face {
  font-family: 'avenir';
  src: url('assets/fonts/avenirltstd-roman-webfont.woff2') format('woff2'),
       url('assets/fonts/avenirltstd-roman-webfont.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'avenir';
  src: url('assets/fonts/avenirltstd-book-webfont.woff2') format('woff2'),
       url('assets/fonts/avenirltstd-book-webfont.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'avenir';
  src: url('assets/fonts/avenirltstd-medium-webfont.woff2') format('woff2'),
       url('assets/fonts/avenirltstd-medium-webfont.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'avenir';
  src: url('assets/fonts/avenirltstd-heavy-webfont.woff2') format('woff2'),
       url('assets/fonts/avenirltstd-heavy-webfont.woff') format('woff');
  font-weight: 700;
}

/*--------------------------------------------------------------
# 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:18px;
}
:root {
  --black-color:#000000;
  --darkgrey-color:#252525;
  --grey-color:#F7F7F9;
  --green-color:#123907;
  --blue-color:#3896b4;
  --white-color:#FFFFFF;
  --background-black:#000000;
  --background-darkgrey:#252525;
  --background-grey:#F7F7F9;
  --background-green:#123907;
  --background-blue:#3896b4;
  --background-white:#FFFFFF;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color:var(--background-blue);
  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: #457333;
  text-decoration:none;
}

a:focus {
  outline:none;
}

a:hover, a:active {
  outline: 0;
}
p{
  margin:0 0 15px;
}
input,
textarea,
select,
button{
  font-family: 'avenir', 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: 'avenir', sans-serif;
  font-weight:500;
  margin:0;
}

body {
  font-family: 'avenir', sans-serif;
  color:var(--black-color);
  font-size:16px;
  line-height:1.5;
  font-weight:400;
  margin:0;
}
.container {
  max-width:1320px;
  width:auto;
  margin:0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.max-width{max-width:1600px;margin:auto;}
/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header{
  padding:25px 0;
  background:var(--background-white);
  border-bottom:1px solid rgba(37,37,37,0.5);
}
.home .site-header{
  border-bottom:0;
}
.header-wrap{
  display:flex;
  justify-content: space-between;
  flex-direction:column;
}
.header-left{
  display:flex;
  align-items:center;
  justify-content: space-between;
}
.site-logo{
  margin-right:30px;
}
.site-logo img{
  display:block;
  width: 204px;
  height: 68px;
}
.contact-us-btn{
  display:none;
}
.contact-us-btn a,
.learnmore-btn a,
.single-cs-content a.button,
.contact-form form.wpcf7-form input[type="submit"],
.contact-form .gform_wrapper form input[type="submit"]{
  background: var(--background-blue) url(assets/images/btn-right-arrow.svg) 85% center no-repeat;
  border-radius: 50px;
  font-size:16px;
  font-weight: 700;
  padding: 17px 25px;
  color: var(--white-color);
  display: inline-block;
  position: relative;
  min-width: 142px;
  background-size: 20px;
  border:1px solid transparent;
}
.single-cs-content a.button{
  margin-top:48px;
  min-width:initial;
}
.contact-us-btn a:hover,
.learnmore-btn a:hover,
.single-cs-content a.button:hover,
.contact-form form.wpcf7-form input[type="submit"]:hover,
.contact-form .gform_wrapper form input[type="submit"]:hover{
  background:transparent url(assets/images/blue-right-arrow.svg) 85% center no-repeat;
  border:1px solid var(--blue-color);
  background-size: 20px;
  color:var(--blue-color);
}
.search-area img{
  width:20px;
  height:20px;
}
/*--------------------------------------------------------------
# Nav Menu
--------------------------------------------------------------*/
nav.main-menu{
  margin-right:25px;
  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 15px;
  position:relative;
}
nav.main-menu ul li a {
  display: block;
  padding:0px;
  color:var(--green-color);
  font-size:16px;
  font-weight:500;
  text-decoration: none;
  position:relative;
  line-height:15px;
}
nav.main-menu ul li a:hover,
nav.main-menu ul li.current-menu-item a,
nav.main-menu ul li.active a{
  color:#457333;
}
nav.main-menu ul ul {
  background:var(--background-green);
  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:13px 15px;
  color:var(--white-color);
  font-weight:400;
  font-size:14px;
  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:var(--background-darkgrey);
  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-green);
}
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-darkgrey);
}
/*--------------------------------------------------------------
   # Home Slider
--------------------------------------------------------------*/
.home-banner {
  position: relative;
  background:var(--background-blue);
  z-index:0;
}
.home-banner img {
  width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}
.home-banner-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home-banner .container {
  height: 100%;
}
.home-banner-main {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
}
.banner-content{
  background: var(--background-white);
  padding:20px;
  display: inline-block;
  max-width: 575px;
  border-left:10px solid #457333;
}
.banner-content h1.banner-haading{
  font-size:20px;
  color: var(--green-color);
  font-weight: 700;
  line-height:1.1;
  margin-bottom:12px;
}
.banner-text{
  font-size:14px;
  line-height:1.2;
  color:var(--green-color);
  font-weight:500;
}
.learnmore-btn{
  margin-top:50px;
}
.banner-content  .learnmore-btn{
  margin-top:20px;
}
.learnmore-btn a,
.single-cs-content a.button{
  background:transparent url(assets/images/blue-right-arrow.svg) 85% center no-repeat;
  border:1px solid var(--blue-color);
  color:var(--blue-color);
  background-size: 20px;
}
.learnmore-btn a:hover,
.single-cs-content a.button:hover{
  background: var(--background-blue) url(assets/images/btn-right-arrow.svg) 85% center no-repeat;
  background-size: 20px;
  color:var(--white-color);
  border:1px solid transparent;
}
.banner-content  .learnmore-btn a{
  font-size: 14px;
  padding:12px 20px;
  min-width: 110px;
}
/*--------------------------------------------------------------
   # Home Content
--------------------------------------------------------------*/
.brands-area{
  padding:40px 15px;
}
.brands-title{
  font-size:18px;
  color:var(--green-color);
  line-height:1.5;
  text-align:center;
  margin-bottom:30px;
  font-weight:500;
}
.brands-logo{
  display: flex;
  justify-content: center;
  column-gap:20px;
  flex-direction:row;
  flex-wrap:wrap;
}
.brands-logo img{
  max-height:28px;
  width: auto;
  margin-bottom: 35px;
}
.brands-logo img{
	filter:grayscale(100%);
}
.brands-logo img:first-child{
	opacity:.5;
}
.our-approach-wrap{
  display:flex;
  border-top:1px solid #A7A9AC;
  padding:40px 0;
  flex-direction:column-reverse;
}
.approach-content h2{
  font-size:25px;
  color:var(--green-color);
  font-weight:700;
  line-height:1.2;
  margin-bottom:28px;
}
.approach-content{
  font-size:16px;
  color: var(--green-color);
  line-height:1.5;
  font-weight: 300;
  width:100%;
  margin-right: 0;
  margin-top:22px;
}
.approach-content p{
  margin-bottom:0;
}
.competitor-research{
  width:100%;
}
.competitor-research img{
  width:100%;
  display:block;
}
.case-studies-area{
  background:var(--background-grey);
  padding:40px 15px;
}
.case-studies-title{
  font-size:25px;
  color:var(--green-color);
  line-height: 1.1;
  font-weight:700;
  margin-left:0;
}
.case-studies-block{
  display:flex !important;
  flex-direction:column-reverse;
}
.case-studies-main{
  padding-top:30px;
  position:relative;
   max-width:1178px;
  margin:0 auto;
}
.case-studies-content h3{
  color: #457333;
 font-size: 20px;
 text-transform:uppercase;
 line-height:1.1;
 font-weight:700;
 margin-bottom:31px;
}
.case-studies-content h2{
  color: var(--green-color);
  font-size:22px;
  font-weight:700;
  line-height:1.2;
  margin-bottom:28px;
}
.case-studies-content{
  font-size:15px;
  line-height:1.5;
  color:var(--green-color);
  width:auto;
  background:var(--background-white);
  padding:30px 20px;
  font-weight:300;
}
.case-studies-image{
  width:100%;
}
.case-studies-image img{
  width:100%;
  display:block;
}
.case-studies-main .view-all-btn,
.perspectives-wrap .view-all-btn{
  position:relative;
  top:0;
  right:0;
  margin:0;
}
.case_slider button.slick-arrow {
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  display:block;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  border: none;
  outline: none;
  text-indent: -9999px;
  z-index: 10;
  width: 100%;
  margin-top: -26px;
}
.case_slider button.slick-prev {
  left:-20px;
}
.case_slider button.slick-next {
  right:-20px;
  left:inherit;
}
.case_slider button.slick-prev:before {
  content: '';
  background: url(assets/images/left-arrow.svg) no-repeat;
  width:52px;
  height:52px;
  position: absolute;
  left:-58px;
  top: 0;
  background-size:52px;
  display:none;
}
.case_slider button.slick-next:before {
  content: '';
  background: url(assets/images/right-arrow.svg) no-repeat;
  height:52px;
  width:52px;
  position: absolute;
  right:-58px;
  top: 0;
  background-size:52px;
  display:none;
}
.case_slider .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin:0;
  width: 100%;
}
.case_slider .slick-dots li {
  position: relative;
  display: inline-block;
  height:auto;
  width:auto;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.case_slider .slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height:7px;
  width:7px;
  outline: 0;
  line-height: 0;
  font-size: 0px;
  color:#D8D8D8;
  padding:0;
  cursor: pointer;
  background: #cfdae2;
  border-radius: 100%;
}
.case_slider .slick-dots li.slick-active button {
  background: #3896B4;
}
.case_slider {
  display: none;
}
.case_slider:first-of-type {
  display: block;
}
.our-perspectives-area{
  padding:40px 15px;
}
.perspectives-title{
  font-size:25px;
  color:var(--green-color);
  font-weight:700;
  line-height:1.3;
  margin-bottom:30px;
  display:inline-block;
}
.our-perspectives-area .perspective-main{
  max-width:1250px;
  margin:0 auto;
}
.perspectives-wrap{
  display:flex;
  column-gap:25px;
  position:relative;
  flex-direction:column;
}
.perspective-box h3{
  font-size:18px;
  font-weight:500;
  color:#252525;
  margin-top:20px;
  line-height:24px;
}
.perspective-box h3 a{
  color:#252525;
}
.perspective-box h3 a:hover{
  color:var(--green-color);
}
.perspective-image{
  overflow:hidden;
}
.perspective-image img{
  width:100%;
  display:block;
  transform: scale(1);
  transition: all 0.3s ease;
  object-fit: cover;
}
.perspective-image:hover img{
  transform: scale(1.1);
}
.perspectives-wrap .view-all-btn{
  top:-108px;
  right:30px;
}
.newslatter-area{
  padding:40px 15px;
  background:#457333;
}
/* .newslatter-area .newslatter-main{
  max-width:1200px;
  margin:0 auto;
} */
.get-fresh-title{
  font-size:25px;
  color:var(--white-color);
  font-weight:700;
  line-height:1.3;
}
.newslatter-wrap{
  display:flex;
  justify-content: space-between;
  align-items:center;
  flex-direction:column;
}
.news-letter form{
  display:flex;
  column-gap:20px;
}
.news-letter form .field{
  max-width: 370px;
}
.news-letter form input[type="email"]{
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  padding:15px 0;
  width:100%;
}
.news-letter form input[type="email"]::placeholder {
  color:var(--white-color);
  opacity: 1;
}
.news-letter form input[type="email"]::-ms-input-placeholder{
  color:var(--white-color);
}
.subscribe-text {
  font-size:10px;
  color:var(--white-color);
  margin-top:15px;
}
.news-letter form input[type="submit"]{
  background: transparent url(assets/images/btn-right-arrow.svg) 85% center no-repeat;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 93px 10px 35px;
  color: var(--white-color);
  display: inline-block;
  position: relative;
  min-width: 142px;
  background-size: 20px;
  cursor: pointer;
  line-height: 100%;
  border: 1px solid #fff;
  height: 58px;
}
.news-letter form input[type="submit"]:hover{
  background:var(--background-white) url(assets/images/green-right-arrow.svg) 85% center no-repeat;
  color:#457333;
  background-size: 20px;
}
/*--------------------------------------------------------------
   # Site Footer
--------------------------------------------------------------*/
.site-footer{
  background:var(--background-darkgrey);
  border-bottom:1px solid #929292;
  padding:25px 15px;
  color:var(--white-color);
  text-align:center;
}
.footer-wrap{
  display:flex;
  justify-content: space-between;
  margin-top:30px;
  margin-bottom:30px;
  flex-direction:column;
}
.footer-widget-title{
  font-size:16px;
  font-weight:700;
  margin-bottom:20px;
  line-height:15px;
}
.widget_nav_menu ul{
  list-style:none;
  margin:0;
  padding:0;
}
.widget_nav_menu ul li{
  display:block;
  margin-bottom:12px;
  line-height:15px;
}
.widget_nav_menu ul li a{
  color:#f7f7f7;
  font-size:14px;
  font-weight:300;
  line-height:15px;
}
.widget_nav_menu ul li a:hover{
  color:var(--blue-color);
}
.footer-widget.social-icons{
  width:10%;
}
.copyright{
  font-size:11px;
  line-height:11px;
  text-align:center;
  font-weight:300;
}
.footer-widget{
  width:100%;
  margin-bottom:30px;
}
.footer-widget:last-of-type{
  margin-bottom:0;
}
.footer-logo img{
  width:160px;
  height:32px;
}
.social-icons ul{
  list-style:none;
  margin:0;
  padding:0;
}
.social-icons ul li{
  display:inline-block;
  margin-right:5px;
}
.social-icons ul li img:hover{
  opacity:0.8;
}
.social-icons ul li:last-of-type{
  margin-right:0;
}

/*Case Studies*/
.site-main .container{
  max-width:1179px;
}
.entry-title{
  font-size:30px;
  font-weight:700;
  color:var(--green-color);
  margin-top:30px;
  margin-bottom:20px;
  line-height:1.1;
  letter-spacing:0;
}
.cs_tabs ul{
  list-style:none;
  margin:0;
  padding:0;
}
.cs_tabs ul li{
  display:inline-block;
  margin-right:15px;
  font-size:16px;
  line-height:0.8;
  font-weight:300;
  color:var(--green-color);
  border-bottom:2px solid transparent;
  margin-bottom:10px;
  cursor:pointer;
}
.cs_tabs ul li a{
  color:var(--green-color);
}
.cs_tabs ul li.active,
.cs_tabs ul li:hover{
  text-decoration: underline;
  color:#457333;
}
.cs_tabs ul li.active{
  font-weight:700;
}
.cs-list-main,
.blog-box-wrap,
.research-area{
  display: flex;
  flex-wrap: wrap;
  column-gap: 45px;
  margin-top:30px;
}
.cs-box,
.blog-box,
.research-box  {
  width:100%;
  margin-bottom:45px;
}
.cs-box .cs-box-main{
   position:relative;
}
.cs-box .cs-box-main a{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:3;
}
.cs-box .cs-box-main:before{
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(18, 57, 7, 0.70);
  top:0;
  left:0;
  z-index:2;
  opacity:0;
}
.cs-box .cs-box-main:hover:before{
  opacity:1;
}
.case-study-logo{
  display:none;
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 0;
  text-align: center;
  width: 100%;
  margin-top: -25px;
}
.cs-box .cs-box-main:hover .case-study-logo{
  display:block;
}
.cs-title {
  font-size:18px;
  color:var(--darkgrey-color);
  font-weight:300;
  line-height:1.3;
  margin-top:16px;
}
.cs-thumbnail{
  overflow:hidden;
  height:220px;
}
.cs-thumbnail img{
  display:block;
  width:100%;
  height:auto;
}
/*.cs-thumbnail:hover img {
    transform: scale(1.1);
}*/
.case-studies .learnmore-btn{
  text-align:center;
}
.case-studies .learnmore-btn a{
  text-align:left;
}
.case-studies{
  margin-bottom:0;
}
.site-main{
  padding-top:48px;
  padding-bottom:48px;
}
.single-case-study .site-main,
.page-template-archive-case-studies .site-main{
  padding-bottom:0;
}
.single-page-post-heading h1{
  font-size:26px;
  font-weight:600;
  line-height:1.2;
  color:var(--green-color);
  margin-bottom:20px;
}
.case-studies-details h2{
  font-size:24px;
  font-weight: 600;
  color: var(--green-color);
  margin-bottom: 15px;
  line-height:1.2;
}
.case-studies-details{
  font-size:16px;
  color:#424143;
  line-height:1.6;
  font-weight:400;
}

.single-cs-area{
  padding:0 0;
}
.single-cs-area.bg{
  background:#F7F7F9;
  padding:15px 0;
}
.single-cs-wrap{
  display:flex;
  column-gap:20px;
  align-items:center;
  flex-direction:column;
  padding-left:0;
  padding-right:0;
}
.cs-left,
.cs-right{
  width:auto;
}
.single-cs-content .single-cs-title,
.single-case-study .case-studies-details h2{
  color:#123907;
  font-size:21px;
  font-weight:400;
  line-height:1.3;
  margin-bottom:20px;
}
.single-case-study .case-studies-details h2{
  font-weight:300;
}
.single-cs-content .single-cs-text,
.case-studies-details .content-here{
  font-size:16px;
  color:#424143;
  line-height:1.4;
  font-weight:300;
}
.single-cs-content .single-cs-text p:last-of-type{
  margin-bottom:0;
}
.single-cs-image{
  width:auto;
  margin-bottom:15px;
}
.single-feature-image img{
  display:block;
  width:100%;
}
.single-cs-image img{
  width:100%;
  display:block;
}
.single-cs-wrap.column-reverse{
  flex-direction:column-reverse;
}
.single-cs-content.cs-left{
  margin-top:20px;
}
.single-cs-area.bg{
  margin-bottom:30px;
}
.single-cs-content.cs-right{
  margin-top:20px;
}
#searchform-wrap  {
  position: relative;
  top:3px;
  left:0;
}
#searchform-wrap img{
  width:17px;
}
#searchform-wrap .fa-search:before {
  color: #fff;
  font-size: 19px;
}
#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;
}
#searchform-wrap .search-field:focus {
  width: 200px;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  padding: 12px 28px 12px 10px;
  top: -12px;
  border-radius: 50px;
  right: -1px;
}

.our-related-work{
  background:#F7F7F9;
  padding:80px 0 162px;
}
.our-related-work h2.related-work-title{
  font-size:28px;
  color:#252525;
  text-align:center;
  font-weight:300;
  line-height:24px;
  margin-bottom:76px;
}
.page-content form.search-form input.search-field,
.page-content .no-results input[type=search]{
  border: 1px solid #ccc;
  padding:20px 15px;
  font-size:18px;
  font-weight: 400;
  min-width:350px;
}
.error404 .search-form .search-submit,
.search .search-form .search-submit{
  display:none;
}
.case-breadcrumbs,
.yoast-breadcrumbs {
  color:#A7A9AC;
  font-size:16px;
  font-weight:300;
  margin-bottom:45px;
  line-height:22px;
}
.yoast-breadcrumbs{
  margin-bottom:0;
  margin-top:48px;
}
.case-breadcrumbs a,
.yoast-breadcrumbs a{
  color:#A7A9AC;
}
.case-breadcrumbs span.breadcrumb_last,
.case-breadcrumbs a:hover,
.yoast-breadcrumbs span.breadcrumb_last,
.yoast-breadcrumbs a:hover{
  color:#424143;
  border-bottom:1.8px solid;
}
.case-breadcrumbs span,
.yoast-breadcrumbs span{
  display: inline-block;
  margin: 0 8px 8px;
}
.case-breadcrumbs span:first-of-type,
.yoast-breadcrumbs span:first-of-type{
  margin-left:0;
}
.search-results .entry-meta{
  margin-bottom:15px;
} 
.search-results .entry-summary{
  margin-top:10px;
}
.navigation.posts-navigation{
  margin-top:30px;
}
.mob-menu-logo-holder .mob-retina-logo{
  margin-top:10px;
}
.mobmenul-container {
  top: 20px !important;
}
.case-studies-description {
  color:#424143;
  font-size:16px;
  line-height:24px;
  padding:20px 0;
  font-weight:300;
}
.case-studies-description h3{
  color:var(--green-color);
  font-weight:700;
  font-size:20px;
  margin-bottom:15px;
}
.single-case-study .case-studies-details .has-background{
  padding-top:45px;
  padding-bottom:48px;
}






.inner-banner {
  position: relative;
  background:var(--background-green);
}
.inner-banner img {
  width: 100%;
  display: block;
  position:relative;
  min-height:280px;
}
.inner-banner-content {background-size:cover!important;padding:50px 0;}

.inner-banner-main {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
  justify-content: flex-start;
  text-align: left;
/*  padding:49px 0 127px;*/
}
.inner-banner .container {
  max-width: 1179px;
  margin: 0 auto;
  width: auto;
  height: 100%;
}
.inner-banner .entry-title {
  color:var(--white-color);
}
.artemis-team-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin: 40px auto 0;
  column-gap: 50px;
  flex-direction:column;
}
.artemis-team{
  background:var(--background-grey);
  padding:40px 0 0px;
}
.artemis-team h2{
  font-size:24px;
  line-height:1.1;
  color:var(--green-color);
  text-align:center;
}
.artemis-team-single{
  max-width:235px;
  text-align: center;
  margin-bottom:40px;
  margin-right:auto;
  margin-left:auto;
}
.artemis-team-single .artemis-team-image {
  overflow: hidden;
}
.artemis-team-single .artemis-team-image img{
  width:100%;
  display:block;
  transform: scale(1);
  transition: all .3s ease;
}
.artemis-team-single .artemis-team-image:hover img {
  transform: scale(1.1);
}
.artemis-team-content h3{
  font-weight:700;
  font-size:20px;
  margin-top:15px;
  line-height:25px;
  color:var(--green-color);
}
.artemis-team-content h3 a{
  color:var(--green-color);
}
.artemis-team-content h3 a:hover{
  color:var(--darkgrey-color);
}
.artemis-team-content h4{
  font-size:18px;
  color:var(--darkgrey-color);
  font-weight:500;
  line-height:25px;
}

.alignfull{
  margin: 0px calc(50% - 50vw);
  max-width: 99.4vw;
  width: 100vw;
}
.hero-banner .banner-text{
  color:var(--white-color);
}
.hero-banner .case-breadcrumbs{
  padding-top:30px;
}
.hero-banner .case-breadcrumbs,
.hero-banner .case-breadcrumbs a,
.hero-banner .case-breadcrumbs span.breadcrumb_last, 
.hero-banner .case-breadcrumbs .case-breadcrumbs a:hover{
  color:var(--white-color);
}

.main-site .container{
  max-width:1160px;
  margin-right:auto;
  margin-left:auto;
}
.main-site .single-cs-wrap,
.main-site .two-columns .single-cs-area .container{
  padding-left: 0;
  padding-right: 0;
}
.about-achievements{
  border-top:1px solid #BBBBBB;
  padding:40px 0;
  margin-top:0 !important;
}
.about-achievements h2{
  line-height:1.6;
  font-size: 38px !important;
}
.about-achievements p{
  line-height:22px;
  font-weight:500;
  margin: 0;
}
.achievements-columns,
.about-achievements .wp-block-columns{
  margin-bottom:0;
}
.contact-content .let-talk-text,
.contact-info{
  font-weight:500;
  color:var(--darkgrey-color);
  font-size:20px;
  line-height:1.5;
  margin-bottom:70px;
  font-family: 'avenir', sans-serif;
}
.contact-info {
  font-size:18px;
  line-height:24px;
  margin-bottom:0;
}


._connect-widget-form {
  margin: 0 auto;
  max-width: 650px;
}
.contact-form  ._wpcf7-input-6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:16px;
}
.contact-form form.wpcf7-form input[type="text"],
.contact-form form.wpcf7-form input[type="email"],
.contact-form form.wpcf7-form input[type="tel"],
.contact-form form.wpcf7-form textarea,
.contact-form .gform_wrapper form input[type="text"],
.contact-form .gform_wrapper form input[type="email"],
.contact-form .gform_wrapper form select,
.contact-form .gform_wrapper form input[type="tel"],
.contact-form .gform_wrapper form textarea{
  width:93.5%;
  padding:15.5px 20px;
  border: 1px solid #BBBBBB; 
  border-radius: 0;
  margin: 0px;
  height:50px;
  background-color: rgba(51,51,51,0.03);
  font-weight:normal;
  font-size:14px;
  line-height:14px;
  color:var(--darkgrey-color);
}
.contact-form .gform_wrapper form input[type="text"],
.contact-form .gform_wrapper form input[type="email"],
.contact-form .gform_wrapper form select,
.contact-form .gform_wrapper form input[type="tel"],
.contact-form .gform_wrapper form textarea{
  width:100%;
}
.contact-form .gform_wrapper form .has_first_name span.name_first{
  padding-right: 8px !important;
}
.contact-form .gform_wrapper form .has_first_name span.name_last{
  padding-left: 8px !important;
}
.contact-form .gform_wrapper form  .gform_fields{
  grid-row-gap: 25px;
}
.contact-form  form.wpcf7-form  ._wpcf7-input-6 input{
  width:87%;
}
._connect-widget-2021 .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  margin-bottom:25px;
}
.contact-form form.wpcf7-form textarea,
.contact-form .gform_wrapper form textarea{
  height:117px;
}
.contact-form .gform_wrapper form textarea{
  height:150px !important;
}
.contact-form .gform_wrapper form input::placeholder,
.contact-form .gform_wrapper form textarea::placeholder,
.contact-form .gform_wrapper form select::placeholder {
  color:var(--darkgrey-color);
  opacity: 1;
}
.contact-form .gform_wrapper form input::-ms-input-placeholder,
.contact-form .gform_wrapper form textarea::-ms-input-placeholder,
.contact-form .gform_wrapper form select::-ms-input-placeholder{
  color:var(--darkgrey-color);
}
.contact-form form.wpcf7-form p{
  margin-bottom:0;
}
.contact-form{
  margin-top:40px !important;
}
.contact-form h4{
  font-weight:500;
  font-size:20px;
  color:var(--green-color);
  line-height:28px;
  margin-bottom:30px;
}
.contact-form form.wpcf7-form input[type="submit"],
.contact-form .gform_wrapper form input[type="submit"]{
  cursor:pointer;
  text-align:left;
  text-transform:capitalize;
}
.contact-form form.wpcf7-form ._wpcf7-captcha-2021 em{
  display:none;
}
.contact-map iframe{
  width:100%;
  height:593px;
  display:block;
}
.contact-map p{
  margin-bottom:0;
}
.contact-page-block{
  padding:74px 0 115.19px;
}
.contact-form .gform_wrapper form .gfield_checkbox label{
  font-weight:500;
  font-size:14px;
  line-height:14px;
  color:var(--darkgrey-color);
}
.contact-form .gform_wrapper form .gfield_checkbox input[type="checkbox"]{
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.contact-form .gform_wrapper form .gfield_checkbox  .gchoice:first-of-type{
  margin-bottom:8px;
}
.contact-form .gform_wrapper form .ginput_container_checkbox{
  position: relative;
  margin-top: -12px;
}
.contact-form .gform_wrapper form .gform_footer, 
.contact-form .gform_wrapper form .gform_page_footer {
  margin: 0;
  padding: 0;
}
.contact-form .gform_wrapper form input[type="submit"]{
  margin-top:59px;
}
.white-popup {
  position: relative;
  background:var(--background-white);
  padding:30px 30px 35px;
  width: auto;
  max-width:770px;
  margin: 20px auto;
  transition: 1s all;
  display:flex;
}
.popup-wrap{
  display:flex;
  column-gap:20px;
}
.white-popup .team-image img{
  display:block;
  width:100%;
}
.white-popup .team-image{
  width:20%;
}
.popup-content{
  width:80%;
}
.popup-content h1{
  font-size:26px;
  color:var(--green-color);
  line-height:30px;
  font-weight:700;
}
.popup-content h3{
  color:var(--darkgrey-color);
  font-size:24px;
  line-height:30px;
  font-weight:500;
}
.popup-content .popup-info a{
  display:block;
  color:var(--blue-color);
  font-weight:500;
  font-size:16px;
  line-height:26px;
}
.popup-content .popup-info a:hover{
  color:var(--darkgrey-color);
}
.popup-content .popup-info{
  padding:18px 0;
}
.popup-content .popup-text{
  font-size:16px;
  line-height:21px;
  font-weight:500;
  color:var(--darkgrey-color);
  max-width:555px;
}
.white-popup button.mfp-close{
  color: #000;
  border: 1px solid #000;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  right: 30px;
  top: 30px;
  font-size: 17px;
  font-weight: bold;
}
.blog-thumbnail img {
  display: block;
  transform: scale(1);
  transition: all 0.3s ease;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.blog-title h3 {
    font-size:18px;
    color: var(--darkgrey-color);
    font-weight: bold;
    line-height:24px;
    margin-top:20px;
}
.blog-title h3 a{
  color: var(--darkgrey-color);
}
.blog-title h3 a:hover{
  color:var(--green-color);
}
.single.single-post article.post,
.single.single-post .navigation.post-navigation {
  max-width:780px;
  margin-right:auto;
  margin-left:auto;
}
.single.single-post article.post .post-thumbnail {
  margin-bottom:41.12px;
}
.single.single-post article.post .post-thumbnail img{
  display:block;
}
.single.single-post article.post h1.entry-title{
  font-weight:bold;
  font-size:22px;
  line-height:1.2;
  color:var(--green-color);
  margin-bottom:30px;
}
.single.single-post article.post .entry-content{
  font-weight:normal;
  font-size:16px;
  line-height:1.5;
  color:var(--darkgrey-color);
}
.single.single-post article.post .entry-content h3{
  color:var(--green-color);
  font-weight:700;
  margin-bottom:15px;
  font-size:20px;
  line-height:1.2;
}
.single.single-post .navigation.post-navigation {
  margin-top:45px;
  padding-top:45px;
  border-top:1px solid #BBBBBB;
}
.single.single-post article.post .entry-meta{
  font-size:16px;
  line-height:1.4;
  color:var(--darkgrey-color);
  font-weight:500;
  margin-bottom:25px;
}
.single.single-post article.post .entry-meta a{
  color:var(--darkgrey-color);
}
.single.single-post article.post .entry-content p{
  margin-bottom:20px;
}
.thought-section1{
  padding:40px 0;
  margin-bottom:0;
}
.thought-section1 h3{
  font-size:18px;
  line-height:1.2;
  color:var(--darkgrey-color);
  font-weight:500;
  margin-bottom:30px;
}
.thought-section1 h4{
  font-size:18px;
  line-height:1.3;
  color:var(--green-color);
  font-weight:700;
  margin-bottom:30px;
}
.thought-section1 ul {
  margin:0 0 0 20px;
  padding:0;
}
.thought-section1 ul  li{
  font-weight:500;
  font-size:16px;
  line-height:18px;
  color:var(--darkgrey-color);
  margin-bottom:20px;
}
.thought-section1 ul  li:last-of-type{
  margin-bottom:0;
}
.thought-section2{
  background:#F7F7F9;
  padding:40px 0 0;
  font-size:16px;
  line-height:1.5;
  color:var(--darkgrey-color);
  font-weight:500;
}
.inner-banner.title-hero .inner-banner-content{
  position:relative;
}
.hero-banner .inner-banner.title-hero .case-breadcrumbs {
  margin-bottom:41px;
}
.hero-banner .inner-banner.title-hero .entry-title {
  margin-top: 0 !important;
  margin-bottom:0 !important;
  padding-bottom:50px;
}
.thought-section2 h4{
  font-size:18px;
  line-height:1.4;
  color:var(--darkgrey-color);
  font-weight:500;
  margin-bottom:40px;
  max-width:920px;
  margin-right:auto;
  margin-left:auto;
}
.thought-section2 h3{
  font-size:20px;
  line-height:1.2;
  color:var(--green-color);
  font-weight:700;
  margin-bottom:20px;
}
.thought-section2 .wp-block-columns {
  gap:0;
  margin-bottom:0;
}
.thought-section2 p{
  margin-bottom:0;
}
.thought-section2 .wp-block-columns .wp-block-column{
  margin-bottom:40px;
}
.thought-section3 .single-cs-area{
  background:#457333 url(assets/images/thought-section-bg.jpg) no-repeat;
  background-size:cover;
  padding:40px 15px;
}
.thought-section3 .single-cs-area .single-cs-content .single-cs-title{
  color:var(--white-color);
}
.thought-section3 .single-cs-area .single-cs-content .single-cs-text{
  color:var(--white-color);
}
.thought-section3 .single-cs-area .single-cs-content  a.button{
  border: 1px solid var(--white-color);
  color: var(--white-color);
  background: transparent url(assets/images/btn-right-arrow.svg) 93% center no-repeat;
}
.thought-section3 .single-cs-area .single-cs-content  a.button:hover{
  background:var(--background-white) url(assets/images/green-right-arrow.svg) 93% center no-repeat;
  color:#457333;
}
.thought-section3 .single-cs-area .single-cs-image img{
  width:247.82px;
  height:316px;
  margin:0 auto;
}
.thought-section3 .single-cs-area  .single-cs-wrap{
  max-width:1010px;
  margin-left:auto;
  margin-right:auto;
}
.thought-section4{
  margin-bottom:0;
  padding-top:20px;
  padding-bottom:40px;
  font-size:16px;
  line-height:1.5;
  color:var(--darkgrey-color);
  font-weight:500;
}
.thought-section4 h4{
  font-size:18px;
  line-height:1.2;
  color:var(--green-color);
  font-weight:700;
  margin-bottom:20px;
}
.thought-section4 p strong{
  font-weight:700;
  color:var(--green-color);
}
.thought-section4 p{
  margin-bottom:30px;
}
.thought-section4 p:last-of-type{
  margin-bottom:0;
}
.thought-section4 .wp-block-image img{
  width:auto;
  height: auto;
}
.thought-section4 .wp-block-image{
  text-align:right;
  margin-top:40px;
}

.motivation-section1{
  padding:40px 0;
  font-size:18px;
  line-height:1.5;
  color:var(--darkgrey-color);
  font-weight:500;
  margin-bottom:0;
}
.motivation-section1 p{
  margin-bottom:0;
}
.motivation-section1 h5{
  font-size:18px;
  line-height:1.2;
  color:var(--green-color);
  font-weight:700;
  margin-top:30px;
  max-width:680px;
}
.motivation-section2{
  background:var(--background-grey);
  padding:40px 0;
  color:var(--darkgrey-color);
  font-size:16px;
  line-height:1.5;
  font-weight:500;
  flex-direction:column-reverse;
}
.motivation-section2 h2{
  font-size:22px;
  color:var(--green-color);
  line-height:1.2;
  margin-bottom:20px;
  font-weight:bold;
}
.motivation-section2 p:last-of-type{
  margin-bottom:0;
}
.motivation-section2 .wp-block-image{
  margin-top:30px;
}
.motivation-section3 .single-cs-area{
  padding:0 15px 40px;
  margin-bottom:0;
}
.motivation-section3 .single-cs-area .single-cs-content h3{
  font-weight:bold;
  color:var(--green-color);
}
.motivation-section3 .single-cs-area .single-cs-content .single-cs-text{
  font-weight:500;
  color:var(--darkgrey-color);
}
.motivation-section3 .single-cs-area .single-cs-content .single-cs-text p{
   margin-bottom:20px;
}
.motivation-section3 .single-cs-area .single-cs-content .single-cs-text p:last-of-type{
  margin-bottom:0;
}
.motivation-section3 .single-cs-area .single-cs-content ul{
  margin:0 0 20px 20px;
  padding:0;
}
.motivation-section4{
  padding:40px 0;
  font-size:16px;
  line-height:1.5;
  color:var(--darkgrey-color);
  margin-bottom:0;
  font-weight:500;
}
.motivation-section4 h2{
  font-size:22px;
  line-height:1.2;
  color:var(--green-color);
  font-weight:bold;
  margin-bottom:20px;
}
.motivation-section4 p{
  max-width:807px;
  margin-right:auto;
  margin-left:auto;
  margin-bottom:0;
}
.motivation-section4 iframe{
  width:100%;
  height:194px;
  margin-top:40px;
}
.single-post .hero-banner .inner-banner.title-hero{
  background:transparent;
}
.single-post .hero-banner .inner-banner.title-hero .case-breadcrumbs, 
.single-post .hero-banner .inner-banner.title-hero .case-breadcrumbs a, 
.single-post .hero-banner .inner-banner.title-hero .case-breadcrumbs span.breadcrumb_last, 
.single-post .hero-banner .inner-banner.title-hero .case-breadcrumbs .case-breadcrumbs a:hover {
    color:#A7A9AC;
}
.single-post .hero-banner .inner-banner.title-hero .case-breadcrumbs span.breadcrumb_last, 
.single-post .hero-banner .inner-banner.title-hero .case-breadcrumbs a:hover, 
.single-post .hero-banner .inner-banner.title-hero .yoast-breadcrumbs span.breadcrumb_last, 
.single-post .hero-banner .inner-banner.title-hero .yoast-breadcrumbs a:hover {
  color: #424143;
}
.single-post .hero-banner .inner-banner.title-hero .case-breadcrumbs {
  margin-bottom:0;
}
.approach-section1 .single-cs-area.bg{
  padding:40px 15px;
  margin-bottom:0;
}
.approach-section2 .single-cs-area.bg{
  padding:0 15px 40px;
}
.approach-section1 .single-cs-content .single-cs-title,
.approach-section2 .single-cs-content .single-cs-title{
  font-weight:bold;
  margin-bottom: 26px;
}
.approach-section2 .single-cs-content .single-cs-text,
.approach-section1 .single-cs-content .single-cs-text {
  font-weight:500;
}
.approach-section3{
  margin-bottom:0;
  padding:5px 0 40px;
  font-weight:500;
  font-size:16px;
  line-height:1.5;
  color:var(--darkgrey-color);
}
.approach-section3 h2,
.approach-section4 .single-cs-content .single-cs-title{
  font-size:28px;
  line-height:1.2;
  font-weight:500;
  color:var(--green-color);
  margin-bottom:20px;
}
.approach-section3 .wp-block-columns{
  margin-top:30px;
  margin-bottom:0;
}
.approach-section3 .wp-block-columns .box h4{
  color:var(--green-color);
  font-size:16px;
  font-weight:700;
  line-height:1.2;
  margin-bottom:10px;
}
.approach-section3 .wp-block-columns .box ul{
  margin:0 0 0 20px;
  padding:0;
}
.approach-section3 .wp-block-columns .box ul li{
  font-size:16px;
  line-height:1.5;
  color:var(--darkgrey-color);
  font-weight:500;
}
.approach-section4 .single-cs-area.bg{
  padding:40px 15px;
}
.approach-section4 .single-cs-content .single-cs-text{
  font-weight:500;
  color:var(--darkgrey-color);
}
.ftr-logo img {
  width: 204px;
  height: 68px;
}
.footer-top-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction:column;
}
.ftr-ryt{
  display: flex;
  align-items: center;
  flex-direction:column;
}
.ftr-contact-info{
  min-width:228px;
  margin-bottom:20px;
}
.ftr-contact-info a{
  font-size: 16px;
  line-height: 24px;
  font-weight:normal;
  color:var(--white-color);
}
.ftr-contact-info a:hover{
  text-decoration:underline;
}
.copyright-text{
  font-size:11px;
  line-height:1.4em;
  color:var(--white-color);
  font-weight:normal;
  margin-top:30px;
}
.footer-left{
  margin-bottom:20px;
}
.research-papers-section1{
  padding:40px 0;
  font-size:16px;
  line-height:1.5;
  color:var(--darkgrey-color);
  font-weight:500;
  margin-bottom:0;
}
.research-papers-section1 h2{
  font-size:24px;
  line-height:1.2;
  color:var(--green-color);
  max-width:700px;
  margin-bottom:30px;
  font-weight:500;
}
.research-papers-section1 p{
  max-width:920px;
  margin-bottom:20px;
}
.research-papers-section1 p:last-of-type{
  margin-bottom:0;
}
.research-area .research-box .research-thumbnail{
  background:#F2F2F2;
  width:auto;
  height: 269px;
  display:flex;
  align-items:center;
  justify-content: center;
  padding: 0 35px;
  transition: transform ease 0.5s, box-shadow ease 0.5s;
  position:relative;
}
.research-area .research-box .research-thumbnail a{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}
.research-area .research-box .research-thumbnail img{
  max-height:210px;
  width:auto;
}
.research-title h3{
  margin-top:20px;
  line-height:1.2;
  font-size:18px;
  font-weight:700;
  color:var(--darkgrey-color);
  margin-bottom:15px;
  transition: transform ease 0.5s, box-shadow ease 0.5s;
}
.research-pdf a{
  color:var(--blue-color);
  font-size:15px;
  line-height:15px;
  font-weight:700;
  position:relative;
  display:inline-block;
}
.research-pdf a:after{
  content: '';
  position: absolute;
  right: -30px;
  top: 0;
  background: url(assets/images/blue-right-arrow.svg) right no-repeat;
  background-size: 20px;
  width: 20px;
  height: 14px;
  -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;
}
.research-pdf a:hover:after{
   right: -25px;
}
.research-area .research-box{
 transition: transform ease 0.5s, box-shadow ease 0.5s;
}
.research-box:hover .research-thumbnail{
  box-shadow: 0 2px 19px 5px rgba(0,0,0,0.1);
}
.research-box:hover .research-title h3{
  text-decoration:underline;
   transition: transform ease 0.5s, box-shadow ease 0.5s;

}
 .single.single-post article.post .entry-meta span.byline{
   display:block;
}
.single.single-post article.post .entry-meta span.posted-on time.entry-date{
   margin-right:15px;
}

.single.single-post article.post .entry-content h5{
  font-size:20px;
  line-height:1.6;
  margin-bottom:30px;
}
.single.single-post article.post .entry-content ul{
  margin:0 0 0 20px;
  padding:0;
}
.single.single-post article.post .entry-content ul li{
  margin-bottom:20px;
}
.single-post .our-related-work .container{
  max-width: 1179px;
}
.single-post .our-related-work h2.related-work-title{
  margin-bottom:65px;
}
.single-post .our-related-work{
  padding:75px 0 146px;
}
.single-post .site-main hr.wp-block-separator{
  color:#BBBBBB;
  margin-bottom: 49.5px;
}
.single-post .wp-block-post-author .wp-block-post-author__avatar img{
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
} 
.single-post .wp-block-post-author{
  align-items:center;
}
.single-post .wp-block-post-author .wp-block-post-author__content{
  color:#3C98B2;
  font-weight:bold;
  line-height:28px;
}
.single-post .wp-block-post-author-biography{
  margin-top:30px;
  color:var(--darkgrey-color);
  font-size:18px;
  line-height:24px;
  font-weight:500;
}
.single-post .wp-block-post-author-biography a{
  color:var(--darkgrey-color);
  font-size:18px;
  line-height:24px;
  font-weight:500;
  display:block;
  margin-top:25px;
}
.single-post .entry-footer{
  margin-top:20px;
}
.single-post .entry-footer a{
  color:var(--darkgrey-color);
  font-size:18px;
  line-height:24px;
  font-weight:500;
}
.single-post  .perspective-box h3{
  font-weight:bold;
}
.contact-page-block .contact-content .entry-title{
  margin-top:0;
}
.approach-service.alignwide .case-breadcrumbs{
	display:none !important;
}
.approach-service.alignwide{
	text-align:center !important;
}
.approach-service.alignwide .banner-text{
	text-align:center !important;
	max-width: 100% !important;
	padding-top: 65px !important;
}
.approach-service.alignwide img{
        height:300px !important;
	min-height:430px !important;
}
.approach-service.alignwide .banner-text h2{
	margin-bottom:10px;
	font-size:30px;
}
.approach-service.alignwide .banner-text h3{
	margin-bottom:40px;
	font-size:20px;
}
.approach-service.alignwide .banner-text p:last-child{font-size:20px;}
.main-site.generic{padding-bottom:75px;font-size:18px;line-height:26px;}
.wp-pagenavi{text-align:center;width:100%;}
.wp-pagenavi a{border:0;font-size:20px;color:#999;}
.wp-pagenavi span.extend{border:0;}
.wp-pagenavi span.current{border:0;border-top:2px solid #457333;border-bottom:2px solid #457333;font-weight: bold;
padding: 10px; font-size: 20px;color:#457333;font-weight:700;}

























