/*====*/
html, body{scroll-behavior: smooth;}
.survey-header{ min-height:500px; background: url(meos-header.webp) no-repeat 100% 100% #63af57; background-size: cover; padding-top: 55px; }
.survey-header h1{ color:#FFF; font-weight: 700; font-size: 36px; margin-bottom: 20px;}
.survey-header p{ color:#FFF; margin-bottom:30px}
.survey-header p strong{ display:block; font-size:18px}
.survey-header .action_btn {
	position:relative;
    display: inline-block;
    background: #FFF;
    border: 1px solid #FFF;
    color: #63af57 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    padding: 10px 40px 10px 24px;
    text-transform: uppercase;
}
.survey-header .action_btn::after{ top:14px; color:#63af57}
.survey-header .action_btn:hover{ background: #63af57; border-color:#63af57; color: #FFF !important;}
.survey-header .action_btn:hover:after{color:#FFF}
.survey-header .meos_img{ position:relative; text-align:left !important; padding-bottom:30px}
.survey-header .meos_img span{ display:block; font-size:18px; line-height:20px; color:#FFF; text-transform:uppercase; font-style:italic; margin-bottom:20px}
.survey-header .featured-image{ display:flex; align-items:center; justify-content:center; min-height:400px}
.survey-header .img-cover{ border-radius:5px; overflow:hidden}
.message_panel{ padding:6vh 0 5vh;}
.message_panel h1{ font-size:24px}
.message_panel h1, .message_panel h2{ color:#4b9846}
.message_panel article p{ line-height:1.7}
.secondary-nav2{ background-color:#FFF; width:100%}
.secondary-nav2 ul{ display:flex; justify-content:space-between; width:90%; margin:0px auto;}
.secondary-nav2 ul li{list-style:none; padding:10px 10px; margin:0px 10px; }
.secondary-nav2 ul li a{ display:block; font-size:18px; font-weight:600; color:#333; text-decoration:none; text-transform:uppercase}

.key-findings{ background-color:#f9f9f9; padding:20px 0px 50px;}
.key-findings h2{ color:#4b9846}
.key-findings ul{ list-style:none; margin:0px}
.key-findings ul li{ padding:20px 0px; border-bottom:1px solid #ccc}
.key-findings ul li:last-child{ border-bottom:none}

.download-panel{ background-color:#222; padding:50px 0px; width:100%}
.container-sm{ position:relative; padding:0px 15px; max-width:700px; width:100%; margin:0 auto; text-align:center}
.download-panel h2, .download-panel p{ color:#FFF; text-align:center}
.download-panel p{ margin-bottom:25px !important;}
.download-btn-panel{background-color:#FFF; padding:30px 0px; width:100%}
.download-panel .row{ margin-bottom:0px}
.download-panel .download_box{ background-color:#FFF; display:block; padding:30px; border-radius:15px}
.download-panel .download_box h4{ margin-bottom:15px; font-size:20px; font-weight:600;}
.download-panel .download_box p{ color:#222 !important; text-align:left; height: 64px; overflow:hidden}
.download-panel .download_box .learn_more_btn2{ font-size: 14px !important;}
.download-panel .download_box .learn_more_btn2::after{ font-size:14px; line-height:16px}

.meos-color-panel{ background-color:#4b9846; padding:50px 0px; width:100%}
.container-sm{ position:relative; padding:0px 15px; max-width:700px; width:100%; margin:0 auto;}
.meos-color-panel h2, .meos-color-panel p{ color:#FFF; text-align:center}
.meos-color-panel p{ margin-bottom:25px}

.meos-archive-panel{ background-color:#FFF; padding:50px 0px; width:100%}
.meos-archive-panel h2{ text-align:center; margin-bottom:50px}

.download-panel .action_btn { margin-bottom:10px}
.action_btn_orrange {
    display: inline-block;
    background: #c25700;
    border: 1px solid #c25700;
    color: #FFF !important;
    font-weight: 600 !important;
    font-size: 14px;
    padding: 10px 40px 10px 24px;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 30px; margin-right:10px; margin-bottom:10px
}
.action_btn_orrange:hover{ background: #B43700;}
.action_btn_orrange::after {
    content: "\2192" !important;
    display: inline-block;
    position: absolute;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    line-height: 20px;
    padding-left: 6px;
    transition: 0.3s;
}
.action_btn_orrange:hover::after {
    padding-left: 12px;
}

.action_btn_white {
    display: inline-block;
    background: #FFF;
    border: 1px solid #FFF;
    color: #4b9846 !important;
    font-weight: 600 !important;
    font-size: 14px;
    padding: 10px 40px 10px 24px;
    text-transform: uppercase;
	text-decoration:none !important;
    transition: 0.3s;
    border-radius: 30px; margin-right:10px; margin-bottom:10px
}
.action_btn_white:hover{ background: #c9e4c7; border-color:#c9e4c7;}
.action_btn_white::after {
    content: "\2192" !important;
    display: inline-block;
    position: absolute;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #4b9846;
    line-height: 20px;
    padding-left: 6px;
    transition: 0.3s;
}
.action_btn_white:hover::after {
    padding-left: 12px;
}

.action_btn{ background: #c25700;
    border: 1px solid #c25700;
    color: #FFF !important;}
.action_btn:hover, .action_btn:focus{ background: #ab2501;
    border: 1px solid #ab2501;
    color: #FFF !important;}

.btn-primary{ background: #c25700;
    border: 1px solid #c25700;
    color: #FFF !important;}
.btn-primary:hover, .btn-primary:focus{ background: #ab2501;
    border: 1px solid #ab2501;
    color: #FFF !important;}
/* .key-findings ul li:nth-child(odd) {
  background-color: #ecf3e9;
}
.key-findings ul li:nth-child(even) {
  background: #f8fff6;
} */
.about_meos_panel{ padding:50px 0px; width:100%}
.about_meos_panel h2{ color:#4b9846; text-align:center}
.about_meos_panel p{ color:#222}
.accordion_panel:first-child {
    border-top: 1px solid #a3a5aa;
}
.accordion_panel{ border-bottom: 1px solid #a3a5aa;}
.accordion {
  position:relative;
  color: #222;
  cursor: pointer;
  padding: 18px 12px 18px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  font-weight:400;
  transition: 0.3s;
  margin:0px;
}

.active, .accordion:hover {
  color:#222
}
.accordion:after {
  background-image: url(icon-down-accordion.svg);
    background-size: cover;
    content: "";
    cursor: pointer;
    display: block;
	position:absolute;
	right:4px; top:0px;
    height: 18px;
    margin-top: 18px;
    transform: rotate(0deg);
    transition: transform .1s linear;
    width: 18px;
}

.accordion.active:after {
  transform: rotate(-180deg);
}

.panel {
  padding: 0px 12px 0px 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p{ margin-bottom:20px;}


.display-cont{position:relative; max-width:542px; width:100%; margin: 0 auto;}
.display-cont ul li{ text-align:center;}
.slick-prev, .slick-next{width:55px; height:55px; z-index:10; transition:0.4s; margin-left:0 !important; margin-right:0 !important}
.slick-next {right: -60px; top:40%}
.slick-prev {left: -60px; top:40%}
.slick-prev:hover, .slick-next:hover { color: #FFF; outline: none; border:none;}
.slick-prev:before, .slick-next:before{opacity:1 !important; font-size:0px !important}
.slick-prev:before{ content:""; display:block; height:30px; width:100%; background: url(slick_prev.png) no-repeat center center; opacity:1 }
.slick-next:before{ content:""; display:block; height:30px; width:100%; background: url(slick_next.png) no-repeat center center; opacity:1}
.slick-dots li button:before{ font-size:0px !important;}

.meos-form-container{background-color: #f9f9f9; padding: 50px 0px;}
.report-wrapper{ display:flex; margin-left:-15px; margin-right:-15px}
.report-wrapper .ar-report{ position:relative; width:33.33%; padding:0 15px;}

/*MEOS form page css*/
input[type=text]{ border: 1px solid #D1D1D1 !important;
    border-bottom: 2px solid #436DA7 !important;
    border-radius: 6px 6px 0 0; cursor:auto}

.campaign_form h2{ color:#222}
.campaign_form label {
    color: #33475b;
    font-size: 16px;
    font-weight: 400;
}
.campaign_form .check_label{ color: #33475b;}
.campaign_form .check_label a{ color:#c25700}
.inputbox{ width:100%; font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2; background-color: #f5f8fa; padding:10px; border-radius:5px}
	.sb-select {
    background: #f5f8fa;
    font-size: 16px;
    border: 1px solid #cbd6e2;
    color: #444;
    position: relative;
    text-decoration: none;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    border-radius: 5px;
    padding: 10px; height:auto
	}
.submit-btn{ display:inline-block; border:none; background-color:#c25700; color:#FFF; font-size:16px; font-weight:600; padding:10px 20px; border-radius:4px; margin-right:10px}
.submit-btn:hover{ background-color:#c25700; color:#FFF;}
.reset-btn{font-size: 16px;
    padding: 7px 20px;
    width: auto !important;
    display: inline-block;
    font-weight: 600;
    color: #222;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 4px;}
.reset-btn:hover{ color:#222; text-decoration:none; border:1px solid #222;}
.error-message{ color:#f00000; font-size:12px; line-height:18px}

@media (max-width: 1200px) {
.banner.services.survey-header .banner-wrapper {
        position: relative;
        display: flex;
        width: 100%;
        top: 0px;
        left: 0px;
        transform: none;
        background-color: transparent;
        border-bottom: none;
		padding:20px 15px 0px;
 }
	.survey-header .featured-image{ min-height:auto;}
	.featured-text{ text-align:center; margin-bottom:20px}
	 .banner.survey-header .cta {
    margin-top: 12px;
    text-align: center;
}
.report-wrapper .ar-report{ margin-bottom:30px}
}
@media (max-width: 1024px) {
.secondary-nav2 ul{ width:100%}
}
@media (max-width: 767px) {
	.secondary-nav2 ul li{ padding:}
.secondary-nav2 ul li a{ font-size:14px; line-height:18px; text-align: center;}
.slick-dots{ bottom:-55px !important}
    .home_banner .home-wrapper p, .banner-wrapper p {
        display: block !important;
    }
	.download-panel .download_box{ margin-bottom:20px}
}
@media (max-width: 550px) {
.meos-archive-panel{ padding-bottom:0px}
.meos-archive-panel h2{ font-size:20px; margin-bottom: 30px;}
.report-wrapper{ display:block}
.report-wrapper .ar-report{ width:100%; text-align:center}
}
@media (max-width: 480px) {
.secondary-nav2 ul{ display:block}
}
