body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #3e8fc8;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #3e8fc8;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

p.action {
	margin-top: 30px
}

p.space {
	margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 0;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #3e8fc8;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px
}

.section-header .section-description {
  text-align: center;
  color: #999;
}

.intro {
  display: table;
  position: relative;
  background-image: url(../img/cover.jpg);
  background-size: cover;
  padding: 150px 0;
  color: #fff;
  width: 100%;
  height: 100vh;
}

.intro:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.intro .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.intro-brand {
  margin-bottom: 75px;
  display: inline-block;
}

.intro-brand:hover {
  opacity: .75;
}

@media (max-width: 768px) {
	.intro-brand img {
		width: 200px;
		height: 125px
	}
}

.tagline {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin: 0 0 40px 0;
  color: #fff;
}

@media (max-width: 768px) {
	.tagline {
		font-size: 20px
	}
}	

.intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #3e8fc8;
}

.intro .btn-get-started:hover {
  background: #fff;
  color: #3e8fc8;
}

#header {
  padding: 20px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #3e8fc8;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

.home-section {
	width: 100%;
	padding: 150px 0px 150px 0px;
}

.section-heading {
	margin-bottom: 50px;
}

.section-heading h2 {
	font-size: 38px;
	text-transform: uppercase;
}

.section-heading .heading-line {
	margin:0 auto;
	display: block;
	height: 1px;
	width: 80px;
	background: #333;
	margin-top: 10px;
	margin-bottom: 20px;
}

.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}


.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}


#nav-menu-container {
  float: right;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #B8B8B8;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #3e8fc8;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #3e8fc8;
}

.nav-menu ul ul {
  margin: 0;
}


#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #B8B8B8;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}


#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #3e8fc8;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #3e8fc8;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}


.section-header h3  {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3 :hover {
  color: #3e8fc8;
}

.section-header h3 ::before {
    content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

.section-bg {
  background: #f7f7f7;
}

#about {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 100px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #3e8fc8;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #3e8fc8;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about p {
	font-size: 18px;
	text-align: left;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #3e8fc8;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

#about .btn-learn-more {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0;
  position: absolute;
  color: #fff;
  background: #3e8fc8;
}

#about .btn-learn-more:hover {
  background: #fff;
  color: #3e8fc8;
}

#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #3e8fc8;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #111;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

#services p {
  text-align: left;
  margin: 0px;
}
  
li {
	
  margin-left: 60px;
}

#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/operated.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
}

#call-to-action h4 {
  color: #fff;
  margin-top: 20px
}

#call-to-action p {
  color: #fff;
  text-align: left;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #3e8fc8;
  border: 2px solid #18d26e;
}

#reports-tools {
  margin-top: 20px;
  padding: 60px 0;
}

#reports-tools #reports-tools-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#reports-tools #reports-tools-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#reports-tools #reports-tools-flters li:hover, #reports-tools #reports-tools-flters li.filter-active {
  background: #18d26e;
  color: #fff;
}

#reports-tools #reports-tools-flters li:last-child {
  margin-right: 0;
}

#reports-tools .reports-tools-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#reports-tools .reports-tools-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#reports-tools .reports-tools-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#reports-tools .reports-tools-item figure {
  background: #fff;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#reports-tools .reports-tools-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#reports-tools .reports-tools-item figure .link-preview, #reports-tools .reports-tools-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#reports-tools .reports-tools-item figure .link-preview i, #reports-tools .reports-tools-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#reports-tools .reports-tools-item figure .link-preview:hover, #reports-tools .reports-tools-item figure .link-details:hover {
  background: #18d26e;
}

#reports-tools .reports-tools-item figure .link-preview:hover i, #reports-tools .reports-tools-item figure .link-details:hover i {
  color: #fff;
}

#reports-tools .reports-tools-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#reports-tools .reports-tools-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#reports-tools .reports-tools-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#reports-tools .reports-tools-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#reports-tools .reports-tools-item .reports-tools-info {
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center; 
  height: 100px;
  border-radius: 0 0 3px 3px;
}

#reports-tools .reports-tools-item .reports-tools-info h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0px;
}

#reports-tools .reports-tools-item .reports-tools-info h4 a {
  color: #333;
}

#reports-tools .reports-tools-item .reports-tools-info h4 a:hover {
  color: #3e8fc8;
}

#participants {
  padding: 60px 0;
}

#participants img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#participants img:hover {
  opacity: 1;
}

#participants .owl-nav, #participants .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#participants .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#participants .owl-dot.active {
  background-color: #3e8fc8;
}

#outcomes {
  background: #fff;
  padding: 60px 0 200px 0;
}

#outcomes .agency {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#outcomes .agency .agency-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 20px
}

#outcomes .agency .agency-info-content {
  margin-top: -20px;
  transition: margin 0.2s;
}

#outcomes .agency:hover .agency-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#outcomes .agency:hover .agency-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#outcomes .agency h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#outcomes .agency h4.padding{
  padding-bottom: 20px;
}

#outcomes .agency span {
  font-style: italic;
  display: block;
  font-size: 16px;
  color: #fff;
  padding-bottom: 20px;
}

#outcomes .agency a {
  display: block;
  text-align: left;
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 600px) {
#outcomes .agency a {
  font-size: 14px;
}
}

#outcomes .agency a:hover {
  color: #3e8fc8;
}

#outcome-results {
  background: url("../img/outcomes-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 100px 0 100px 0;
  position: relative;
}

#outcome-results::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}

#outcome-results .outcome-results-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#outcome-results p {
	font-size: 18px;
	text-align: left;
}

#outcome-results .logos {
	margin-bottom: 15px
}

.outcomes-header h1 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px
}

.outcomes-header h1::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.outcomes-header h2 a {
  font-size: 28px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  
}

.outcomes-header h2 a:hover {
  color: #3e8fc8;
}

.outcomes-header p {
	margin-top: 30px
}

.btn-outcomes {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  position: absolute;
  color: #fff;
  background: #3e8fc8;
}

.btn-outcomes:hover {
  background: #fff;
  color: #3e8fc8;
}

#resources {
  background: #f7f7f7;
  padding: 80px 0;
}

#resources #resources-wrapper {
  padding-right: 15px;
}

#resources #resources-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

#resources #resources-flters li {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#resources #resources-flters li:hover, #resources #resources-flters li.filter-active {
  background: #397AAC;
  color: #fff;
}

#resources .resources-item {
  position: relative;
  height: 200px;
  overflow: hidden !important;
  margin-bottom: 15px;
  transition: all 350ms ease;
  transform: scale(1);
}

#resources .resources-item a {
  display: block;
  margin-right: 15px;
}

#resources .resources-item img {
  position: relative;
  top: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#resources .resources-item .details {
  height: 50px;
  background: #397AAC;
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: -70px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#resources .resources-item .details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 8px 0 2px 8px;
  vertical-align: middle
}

#resources .resources-item .details span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
}

#resources .resources-item:hover .details {
  bottom: 0;
}

#resources .resources-item:hover img {
  top: -30px;
}

#footer {
  background: #000;
  padding: 30px 0 30px 0;
  color: #eee;
  font-size: 14px;
}

ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
		}

		ul.tabs li.current{
			background: #ededed;
			color: #222;
		}

		.tab-content{
			display: none;
			background: #ededed;
			padding: 15px;
		}

		.tab-content.current{
			display: inherit;
		}

    [aria-expanded="false"] > .expanded,
    [aria-expanded="true"] > .collapsed{
      display: none;
    }

    .btn-show-more {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 1px;
      display: inline-block;
      padding: 8px 32px;
      border-radius: 50px;
      transition: 0.5s;
      margin: 10px;
      color: #fff;
      background: #3e8fc8;
    }
