/*------------------------HEADER STARTS HERE----------------*/

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}

.contextual-region {
  position: relative;
}

body {
  margin-top: 0 !important;
  font-family: "Muli", sans-serif;
  width: 100%;
  min-height: 100vh;
}

body.path-user main {
  padding: 0 15px;
  margin: auto;
}

header {
  border-bottom: 5px solid #eee;
}

.navbar-brand {
  float: left;
  height: auto;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  margin-left: -30px;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  body.path-user main {
    width: 1200px;
  }
  .navbar-right {
    position: absolute;
    right: 15px;
    top: 0;
  }
  .navbar-left {
    display: none;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
  body.path-user main {
    width: 1600px;
  }
}

.navbar-brand {
  max-width: 500px;
}

@media only screen and (min-width: 992px) {
  .navbar-brand img.logo.img-responsive.pull-left {
    width: 90px;
    padding: 0;
  }
  .menu > li a {
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .navbar-right {
    margin-left: 15px;
  }
}

.navbar-brand h2 {
  padding-left: 10px;
  font-size: 20px;
  float: left;
  position: relative;
  color: #16617a;
}

.navbar-default {
  background: none;
  border: none;
}

.navigation {
  position: relative;
}

@media (max-width: 1599px) and (min-width: 1200px) {
  .visible-md {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .navbar-nav > li > a {
    font-size: 16px;
  }
}

li.first a {
  margin-left: 0px;
}

.menu > li > a::before {
  background-image: url(../images/icon-leaf.png);
  content: "/A";
  margin-right: 10px;
  top: 4px;
  left: -6px;
  width: 18px;
  height: 36px;
  margin-right: 10px;
  content: "\A";
  position: absolute;
  background-size: contain;
}

.navbar-default .navbar-nav > li > a {
  color: #16617a;
  font-weight: 600;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #b3d480;
}

.navbar-left {
  float: left;
}

.navbar-default {
  background: none;
  border: none;
}

@media only screen and (min-width: 992px) {
  .nav {
    padding-top: 20px;
  }
  .navbar-brand h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .container {
    width: 750px;
  }
  .navbar-default {
    background: none;
    border: none;
    display: inline-block;
  }
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-nav.navbar-right {
    float: left;
    margin: 0;
    position: relative;
    left: 10px;
  }
  .navbar {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu > li a {
    margin-left: 30px;
  }
  .navbar-brand h2 {
    font-size: 30px;
  }
  button.hamburger-menu.collapsed {
    display: none;
  }
  .mobile-menu ul {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  body.path-user main {
    width: 768px;
  }
  .navbar-right {
    display: block !important;
    float: left !important;
    margin-right: -15px;
  }
  .navbar-left {
    display: none !important;
  }
  .navbar-nav {
    float: left;
    margin: 0 !important;
  }
  a.navbar-brand.mobile {
    display: none;
  }
  button.hamburger-menu {
    display: none;
  }
}

@media (max-width: 767px) {
  header > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  a.navbar-brand.desktop {
    display: none !important;
  }
  .navbar-left {
    text-align: left;
    margin: 0;
    position: relative;
    top: 20px;
    transition: 0.2s ease-in-out;
    padding-left: 15px;
  }
  .navbar-nav > li > a {
    font-size: 24px;
    display: none;
  }
  button.hamburger-menu.collapsed {
    position: absolute;
    float: right;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 10px 15px 15px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .navbar-nav {
    margin: 0;
  }
}

a.navbar-brand.mobile {
  width: 100%;
  padding-top: 0;
}

.hamburger-menu-inner {
  display: block;
  top: 0.0625rem;
}

.hamburger-menu-inner,
.hamburger-menu-inner::before,
.hamburger-menu-inner::after {
  width: 22px;
  height: 2px;
  background-color: green;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.hamburger-menu:hover {
  background-color: #ccc;
}

.hamburger-menu-inner::before,
.hamburger-menu-inner::after {
  content: "";
  display: block;
}

.hamburger-menu-inner::before {
  top: 6px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.hamburger-menu-inner::after {
  top: 12px;
}

.hamburger-menu {
  font-size: inherit;
  line-height: 0;
  padding: 0.25rem;
  background: none;
  border: none;
  z-index: 1;
  position: absolute;
  right: 12px;
}

.hamburger-menu-box {
  width: 1.5625rem;
  height: 0.875rem;
  display: inline-block;
  position: relative;
}

.mobile-menu {
  text-align: right;
  position: relative;
}

@media (min-width: 768px) {
  hr#hamburger-border {
    display: none;
  }
}

hr#hamburger-border {
  margin: 0;
  top: 20px;
  position: relative;
  width: 100%;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #16617a;
  background: none;
}

.navbar-default .navbar-nav > li > a.is-active:hover {
  color: #b3d480 !important;
}

.lang-dropdown {
  position: static;
}

.lang-dropdown .select-wrapper {
  display: inline-block;
  position: relative;
  float: right;
  width: auto;
  margin-right: 10px;
}

/*-------------------------------HEADER ENDS HERE------------------------*/

/*-------------------------------FOOTER STARTS--------------------------*/

.region.region-footer {
  position: absolute;
  top: 100%;
  width: 100%;
}

.footer {
  width: 100%;
  min-height: 190px;
  padding: 20px 0 0;
  background-color: #f5f5f5;
  margin: 0;
  border-top: 0;
  margin-top: 30px;
}

.footer > .container-fluid {
  margin: 0 !important;
  padding: 0;
}

.container-fluid > .container {
  padding: 0 15px;
}

.col-para,
.col-copyright {
  padding: 0 15px;
}

.col-copyright {
  float: left;
  width: 100%;
  padding-top: 0px;
}

.col-para p {
  color: #ccc;
}

.col-copyright p a {
  color: #030303;
}

.col-copyright p a:hover {
  color: #16617a;
}

.contact a {
  color: #16617a;
  font-size: 14px;
}

.contact a:hover {
  color: #b3d480;
  font-size: 14px;
}

.footer a:active {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .row {
    position: relative;
  }
  .col-copyright {
    width: 33.3333%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
  .col-para {
    width: 66.6667%;
  }
}

@media (max-width: 1199px) {
  .col-copyright {
    float: left;
    width: 100%;
  }
  .col-para {
    width: 100%;
  }
  .col-copyright p {
    width: 100%;
    text-align: left;
  }
}

.footer img.pull-left.logo {
  height: 40px;
  padding-right: 10px;
}

p.contact {
  color: #16617a;
}

.footer p {
  font-size: 10px;
  margin: 10px 0 0;
  font-family: "Lato", sans-serif;
}

.col-para a img {
  height: 40px;
  padding-right: 7px;
}

.col-para a img:hover {
  opacity: 0.8;
}

span.privacy-ontrust {
  width: 35px;
  height: auto;
  margin-bottom: 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  span.privacy-ontrust {
    width: 30px;
  }
}

span.privacy-ontrust img {
  width: 100%;
  height: auto;
}

/*--------------------------------------FOOTER ENDS HERE----------------------------*/

/*--------------------------------------ABOUT PAGE START-----------------------------*/

.container.about-Page {
  padding: 0;
}

.about-page-body h1 {
  color: #16617a;
}

img.image-about {
  max-width: 100%;
}

.about-page-img.col-lg-5 {
  padding-top: 20px;
}

.about-page-body h1 {
  color: #16617a;
  margin-bottom: 0;
}

.about-page-body p {
  margin: 15px 0 15px;
}

/*---------------------------------------ABOUT PAGE ENDS HERE---------------------------------- */

/*---------------------------------------AWARENESS PAGE START----------------------------------*/

h4 {
  margin: 0px;
  color: #b3d480;
  margin-top: 0px;
  font-size: 21px;
}

.about-page-text h2 {
  color: #16617a;
  font-size: 36px;
  font-weight: normal;
}

@media only screen and (min-width: 1200px) {
  .about-page-text {
    width: 58.3333%;
  }
  .about-page-image {
    width: 41.66667%;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 20px;
  }
}

.about-page-image img {
  width: 100%;
}

.about-page-text p {
  font-size: 18px;
  color: #030303;
  font-weight: 400;
  margin: 15px 0 15px;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 18px;
  line-height: 1.4em;
}

section#block-awarenessbannerimage img {
  border-bottom: 5px solid #eee;
  margin-bottom: 30px;
  width: 100%;
}

.awareness-page.container {
  padding: 0;
}

.view-header h1 {
  color: #b3d480;
}

.awareness-page h1 {
  font-weight: 300;
}

.awareness-page h2 {
  color: #16617a;
  margin-bottom: 0;
}

.awareness-row img.img-responsive {
  border: 1px solid #ccc;
  width: 100%;
}

h2 a {
  color: #16617a;
}

h2 a:hover {
  color: #16617a;
}

.awareness-page h4 {
  margin: 5px 0 10px;
}

h4.field-content a {
  color: #b3d480;
}

.awareness-page p {
  margin: 5px 0 0;
}

section#block-awarenessboilerplate {
  padding: 25px 0px;
  background: #f4f3f3;
}

section#block-awarenessboilerplate p {
  margin: 20px 0 10px 0;
}

.awareness-row > .col-lg-6 > .views-field.views-field-view-node {
  margin: 5px 0 40px 0;
  font-size: 18px;
  line-height: 1.4em;
  color: #b3d480;
}

.awareness-row > .col-lg-6 > .views-field.views-field-view-node span a {
  color: #b3d480;
}

.awareness-row > .col-lg-6 > .views-field.views-field-view-node span a:hover {
  color: #16617a;
}

.container.boilerplate-paragraph {
  padding: 0px;
}

.btn-green {
  background-color: #487205;
  border: 1px solid #487205;
  margin-top: 30px;
  padding: 10px 40px;
  color: #fff;
}

.btn-green:hover {
  background-color: #95d82b;
  border: 1px solid #487205;
  color: #487205;
}

.articles h1 {
  color: #16617a;
  font-weight: normal;
  margin-bottom: 0;
}

.articles p:last-child {
  margin: 0;
}

.articles h4 {
  margin: 0px;
  color: #b3d480;
  font-size: 21px;
}

@media (max-width: 1199px) {
  .col-lg-7.awareness-detail {
    width: 100% !important;
  }
  .col-lg-5.awareness-video {
    width: 100% !important;
  }
}

.container.boilerplate-paragraph {
  padding-left: 15px;
}

.awareness-detail a:hover,
.about-page-body a:hover {
  color: #b3d480;
}

.awareness-detail a,
.about-page-body a {
  color: #16617a;
}

/*-----------------------------------AWARENESS PAGE ENDS HERE-----------------------------/*

/*-------------------------------------- FRONTPAGE STARTS---------------------------------*/

.homepage-banner-image img {
  margin-bottom: 30px;
  border-bottom: 5px solid #eee;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.leaf_section h2 {
  margin: 0;
  text-align: left;
}

@media only screen and (min-width: 992px) {
  .leaf_section h2 {
    font-size: 30px;
  }
  .leaf_section {
    min-height: initial;
  }
  .leaf_section p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .leaf_section h2 {
    font-size: 1.4em;
    margin: 0;
  }
}

.leaf_section h2 {
  text-transform: uppercase;
}

h2 {
  color: #16617a;
}

@media only screen and (min-width: 320px) {
  .col-xs-12 .leaf_section {
    margin-bottom: 30px;
  }
}

.leaf_section {
  min-height: 350px;
  background-image: url(../images/bg_leaf.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #b3d480;
  padding: 15px;
  text-align: center;
}

@media only screen and (min-width: 1761px) {
  .leaf_section {
    min-height: 350px;
  }
}

.leaf_section p {
  color: #fff;
  position: relative;
  top: 10px;
  line-height: 1.4em;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .leaf_section p {
    min-height: initial;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .leaf_section p {
    min-height: initial;
    font-size: 16px;
  }
}

.leaf_section .field p {
  color: #fff;
  padding: 10px 0;
  min-height: initial;
}

.leaf_section img {
  top: 10px;
  position: relative;
  width: 100%;
}

.leaf_section a {
  background-color: #7e955a;
  color: #fff;
  padding: 10px 30px;
  border: none;
}

.leaf_section a:hover {
  background-color: #16617a;
}

p {
  line-height: 1.4em;
}

@media only screen and (min-width: 1280px) {
  .col-md-4 .leaf_section {
    margin-bottom: initial;
  }
  .leaf_section .field p {
    min-height: initial;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1600px) {
  .leaf_section .field p {
    font-size: 16px;
  }
  h2.logo {
    font-size: 30px;
  }
  .navbar-brand img {
    width: 119px;
  }
}

.learn-button {
  margin: 40px auto;
}

.homepage-banner-image .field .img-responsive {
  width: 100% !important;
}

.collapse1 {
  display: none;
}

section#block-views-block-home-page-container-block-1 .operation-awareness-production-container {
  margin-bottom: 100px;
}

/*--------------------------------------------FRONTPAGE ENDS HERE-------------------------------*/

/*--------------------------------------------OPERATION AND PRODUCTION PAGE START------------------------*/

.operation-boilerplate,
.production-boilerplate {
  padding: 25px 0;
  background: #f4f3f3;
}

.operation-spot-banner,
.production-spot-banner {
  padding: 0;
}

.operation-spot-banner img,
.production-spot-banner img {
  width: 100%;
  border-bottom: 5px solid #eee;
  margin-bottom: 30px;
}

.operation-row img {
  width: 100%;
  border: 1px solid #ccc;
}

.operation-boilerplate {
  padding: 25px 0;
  background: #f4f3f3;
}

p.operation-boiler-container.container {
  margin-top: 20px;
  margin-bottom: 46px;
  font-size: 18px;
  line-height: 1.4em;
  color: #030303;
}

p.production-boiler-container.container {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4em;
  color: #030303;
}

.container.operation-detail-page {
  position: relative;
}

@media (min-width: 1200px) {
  .operation-detail-body,
  .opertaion-detail-title,
  .operation-detail-subtitle {
    width: 58.33333333%;
  }
  .opertation-detail-banner {
    width: 41.6667%;
    position: absolute;
    right: 0;
    top: 20px;
    padding-top: 20px;
  }
}

img.banner {
  padding-bottom: 40px;
  max-width: 100%;
  display: block;
}

img.banner:last-child {
  padding-bottom: 0;
}

@media (min-width: 1600px) {
  .operation-left,
  .production-left {
    padding-right: 120px !important;
  }
  .operation-right,
  .production-right {
    padding-left: 120px !important;
  }
}

@media (min-width: 992px) {
  .operation-row {
    min-height: 400px;
  }
}

h1.operartion-header-left {
  font-weight: 300;
  letter-spacing: -0.03em;
}

h1.production-header-left {
  font-weight: 300;
  letter-spacing: 0;
}

.operation-row p {
  margin: 5px 0;
}

h4#subtitle {
  margin: 5px 0 10px;
}

.operation-row a {
  color: #b3d480;
}

.production-row a {
  color: #b3d480;
}

.operation-row h2 a {
  color: #16617a;
}

.production-row h2 a {
  color: #16617a;
}

.operation-row h2 {
  margin-bottom: 0;
  margin-top: 20px;
}

.production-row h2 {
  margin-bottom: 10px;
  margin-top: 20px;
  font-style: italic;
}

.operation-left {
  padding-left: 0;
  padding-right: 10px;
}

.operation-right {
  padding-right: 0;
  padding-left: 10px;
}

@media (max-width: 1199px) {
  .operation-left {
    padding-right: 0px;
  }
  .operation-right {
    padding-left: 0px;
  }
}

.operation-row h2 {
  margin-bottom: 0;
  margin-top: 10px;
}

.operation-row h4 a:hover {
  color: #b3d480;
}

.production-row h4 a:hover {
  color: #b3d480;
}

.operation-row a:hover {
  color: #16617a;
}

.production-row a:hover {
  color: #16617a;
}

.operation-row a:active {
  text-decoration: none;
}

.production-row a:active {
  text-decoration: none;
}

.production-container {
  padding: 0;
}

.operation-detail-body,
.opertaion-detail-title,
.operation-detail-subtitle,
.opertation-detail-banner,
.back-button {
  padding: 0;
}

.articles p {
  margin: 15px 0 15px;
}

.green_ops_section h2 {
  font-size: 40px;
  text-transform: lowercase;
  line-height: 90%;
  margin: 0;
  font-style: unset;
}

.green_ops_section h2 a {
  color: #407a8f;
}

.green_ops_section img.img-responsive {
  height: 100%;
}

.green_ops_section {
  display: flex;
  position: relative;
  align-items: center;
  padding: 30px 0 0;
}

.production-row h4 {
  margin: 15px 0 15px !important;
}

.container-fluid.production-boilerplate {
  padding: 25px 0;
  background: #f4f3f3;
}

@media (max-width: 1199px) {
  .col-md-5.production-right {
    width: 100%;
    margin: 0;
  }
  .col-md-5.production-left {
    width: 100%;
  }
  .production-row img.img-responsive {
    width: 100%;
  }
}

.view-header h1 {
  font-weight: 300;
  color: #b3d480;
}

.production-right p {
  margin: 10px 0 !important;
}

.production-row p {
  margin: 0;
}

/*-----------------------------------------OPERATION AND PRODUCTION PAGE ENDS--------------------------------*/

/*----------------------------------OPERATION DETAIL PAGE STARTS HERE----------------------- */

.operation-detail-body,
.opertaion-detail-title,
.operation-detail-subtitle,
.opertation-detail-banner,
.back-button {
  padding: 0 15px;
}

.opertaion-detail-title h1 {
  margin-bottom: 0;
  color: #16617a;
}

.operation-detail-body p {
  margin: 15px 0 15px;
}

.operation-detail-body p a {
  color: #16617a;
}

.operation-detail-body p a:hover {
  color: #b3d480;
}

.back-button button {
  background-color: #487205;
  border: 1px solid #487205;
  margin-top: 30px;
  padding: 10px 40px;
  color: #fff;
}

.back-button button:hover {
  background-color: #95d82b;
  border: 1px solid #487205;
  color: #487205;
}

.opertation-detail-banner {
  margin-top: 5px;
}

p {
  margin: 15px 0 15px;
  color: #030303;
  line-height: 1.4em;
}

iframe.embed-responsive-item {
  padding-bottom: 40px;
}

/*--------------------------------OPERATION DETAIL PAGE ENDS--------------------------------- */

/*------------------------------PRODUCTION DETAIL PAGE STARTS HERE ---------------------------*/

.production {
  position: relative;
  padding: 0;
}

.proddesc h1 {
  color: #16617a;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .col-lg-7.proddesc {
    width: 100%;
  }
  .col-lg-5.production-video {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-7.proddesc {
    width: 58.33333%;
    position: unset;
  }
  .col-lg-5.production-video {
    width: 41.6667%;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 20px;
  }
  .proddesc p img {
    position: absolute;
    top: 0;
    margin-top: 20px;
    margin-left: 15px;
    left: 58.3333%;
    max-width: 100%;
  }
  .col-lg-12.prodbutton {
    padding-top: 78px;
  }
}

.proddesc p:last-child {
  margin-bottom: 15px;
}

.proddesc p {
  margin: 15px 0 15px;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
/*--------------------------------PRODUCTIONS DETAIL PAGE ENDS--------------------------------- */

/* -------------------------------LOGIN PAGE STARTS HERE--------------------------------------- */

.path-login main {
  max-width: 1024px;
  margin: auto;
  padding: 15px 70px;
}

@media (max-width: 767px) {
  .path-login main {
    padding: 15px 15px;
  }
}

/* -------------------------------LOGIN PAGE ENDS HERE---------------------------------------- */
