/* Typography */

body {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-style: normal;
  font-weight: 400;
}

strong{
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-style: normal;
  font-weight: 700;
}


/*Header Styles*/
.navbar {
  margin-bottom: 0;
}
.navbar .logo {
  padding-right: 0;
}

.navbar-nav {
  float: right;
}
@media only screen and (max-width: 768px) {
  .navbar-nav {
    float: none;
  }
}
@media only screen and (max-width: 500px) {
  .navbar-nav {
    float: left;
  }
}

.navbar-default {
  background-color: white;
}
.navbar-default .navbar-nav > li > a {
  color: #595959;
}

.navbar-collapse {
  max-width: 1100px;
}

.logo img {
  width: 60px;
  height: auto;
}

.nav > li {
  display: block;
  position: relative;
}

.navbar-nav > li > a {
  color: #606c76;
  display: block;
  font-size: .8em;
  font-weight: normal;
  padding: 10px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav > li > a {
    margin-bottom: -15px;
  }
}

ul.menu.nav.navbar-nav {
  margin-top: 5px;
}

@media only screen and (max-width: 500px) {
  ul.menu.nav li {
    float: none;
  }
}

@media only screen and (max-width: 500px) {
  .menu.nav.navbar-nav li > a {
    border: none;
  }
}
@media only screen and (max-width: 500px) {
  .menu.nav.navbar-nav li > a.active {
    border: none;
  }
}
@media only screen and (max-width: 500px) {
  .menu.nav.navbar-nav a:hover {
    border: none;
  }
}

header#navbar {
  border-bottom: 1px solid #cccccc;
}

.navbar-header {
  padding-top: 2px;
}

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

ol.breadcrumb {
  display: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: black;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}

.dropdown-menu {
  min-width: 112px;
  background-color: #e7e7e7;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Styles for scrolling nav */
#navbar,
.main-container .container {
  position: relative;
}

#navbar {
  background: #fff;
  z-index: 150;
}

.main-nav-scrolled {
  position: fixed !important;
  width: 100%;
  top: 0;
}

header#navbar {
  width: 100%;
}

nav {
  display: flex;
  flex-direction: row;
  float: right;
}
@media only screen and (max-width: 500px) {
  nav {
    flex-direction: column;
    float: none;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-collapse.in {
    overflow-y: inherit;
  }
}

.region.region-navigation {
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  .region.region-navigation {
    padding-top: 8px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .region.region-navigation {
    padding-top: 0;
    padding-left: 0;
  }
}

/*Content Styles*/
a {
  color: #00C08B;
}
a:hover, a:focus {
  color: #00c08bbf;
  text-decoration: none;
}

p {
  margin: 0 0 1.8em;
}

ul, ol {
  margin-bottom: 30px;
}
ul li {
    padding-bottom: 10px;
}

h1 {
  font-size: 3em;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  margin-bottom: 20px;
  font-size: 36px;
}

h1, h2, h3 {
  text-align: center;
}

hr {
  margin-top: 60px;
  margin-bottom: 60px;
  border-width: 1px 0 0;
  border-color: #b2b2b2;
  opacity: 0.3;
}

body {
  font-size: 2.0em;
  background: white;
  color: #000000;
}

html, body {
  overflow-x: hidden;
}

.page-header {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 15px;
}

.main-container {
  max-width: 900px;
}

.main-container.container.landing-page {
  margin-top: 40px;
}

.col-sm-12 {
  padding-top: 15px;
}

.field-item.even > img {
  height: auto;
  max-width: 100%;
}

.col-2-list {
  -webkit-columns: 200px 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 200px 2;
  /* Firefox */
  columns: 200px 2;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .col-2-list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.in {
    overflow: hidden;
  }
}

@media only screen and (max-width: 500px) {
  .mobile {
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  .desktop {
    display: none;
  }
}

/*Article Grid*/
li.views-fluid-grid-item {
  border: none;
  background-color: transparent;
  color:#000000;
}

ul.views-fluid-grid-items-height-300 li.views-fluid-grid-item {
  height: auto;
  padding-bottom: 40px;
}

.view-id-articles {
  background-color: transparent;
}
.view-id-articles a {
  font-size: 1.4em;
}
.view-id-articles img {
  margin-top: 10px;
  margin-bottom: 10px;
}

body.node-type-article {
  font-size: 1.85em;
  line-height: 30px;
}

.node-type-article h1.page-header {
  font-size: 2em;
  text-align: left;
  line-height: 45px;
}

.node-type-article h3 {
  text-align: left;
}

.node-type-article .field-name-field-image img {
  padding-bottom: 30px;
}

.field-name-field-published-on {
  /*float: left;
  margin-right: 40px;
  padding-bottom: 10px;*/
  color: #698299 !important;
  font-size: 0.87em;
}

.node-type-article .field.field-name-body.field-type-text-with-summary.field-label-hidden {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  display: inline-block;
}

.node-type-article ul, ol {
  margin-top: -20px;
}

.field-name-field-authored-by,
.field-name-field-author,
.field-name-field-author a{
  /*margin-left: 40px;
  float: left;
  padding-bottom: 5px;*/
  font-size:0.87em;
}

span.article_date {
  font-size: 16px;
  color: #444;
  padding-top: 10px;
}

span.article_author,
span.article_author a {
  font-size: 16px;
  padding-top: 10px;
}

@media only screen and (max-width: 500px) {
  li.views-fluid-grid-inline.views-fluid-grid-item {
    margin-left: 0;
    margin-right: 0;
  }
}

/*Profiles*/
.node-type-profile .field-item.even img {
  max-width: 250px;
}
@media only screen and (max-width: 600px) {
  .node-type-profile .field-item.even img {
    max-width: 100%;
  }
}

.view-id-people > img {
  margin-bottom: 20px;
  border-radius: 50%;
  margin-top: 0px;
  float: left;
  max-width: 300px;
  margin-right: 30px;
  border: 5px solid #f8991d;
}

.view-id-people img {
  border-radius: 50%;
  max-width: 150px;
  height: auto;
  margin-bottom: 10px;
}

.view-id-people .views-field-title a {
  color: #00C08B;
  text-transform: uppercase;
  font-weight:600;
}

.node-profile img {
  height: auto;
  width: auto;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .node-profile img {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .field-item.even > img {
    /* Profile Image Fix */
    float: none;
    margin-right: 0;
  }
}

li.views-fluid-grid-item:hover {
  background-color: white;
}

li.view-id-people {
  text-align: center;
}

.views-field.views-field-title {
  font-size: 16px;
}

.views-field.views-field-field-job-title {
  font-size: 14px;
}

.views-field.views-field-field-sub-title {
  font-size: 16px;
  padding-bottom: 10px;
}

.field.field-name-field-job-title.field-type-text.field-label-hidden {
  font-weight: bold;
  padding-bottom: 30px;
  margin-top: -10px;
  text-align: center;
  color: gray;
}

.field.field-name-field-sub-title.field-type-text.field-label-hidden {
  font-weight: bold;
  text-align: center;
  color: gray;
  padding-bottom: 20px;
  font-size: 1.25em;
}

.field-content img:hover {
  opacity: .8;
}

.field-content > a {
  color: black;
}

/*Leadership*/
.view-id-people .views-fluid-grid {
  text-align: center;
}

ul.views-fluid-grid-items-width-250 li.views-fluid-grid-item {
  width: 250px;
}

/* Covers */
.cover {
  max-width: 180px;
  padding: 6px;
}

/*Banner*/
.bannertext {
  text-align: center;
  margin: 0 auto;
  padding-top: 5%;
  max-width: 700px;
  padding: 20px;
}
@media only screen and (max-width: 500px) {
  .bannertext {
    padding-top: 20px;
  }
}
.bannertext h1 {
  color: white;
  font-weight: 300;
  font-size: 3em;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  .bannertext h1 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 500px) {
  .bannertext h2 {
    font-size: 2em;
  }
}
.bannertext p {
  font-size: 18px;
  color: white;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .bannertext p {
    font-size: 20px;
  }
}
.bannertext hr {
  color: white;
  opacity: 1;
  height: 2px;
  max-width: 250px;
}

img.downward-arrow {
  width: 20px;
  display: block;
  margin: auto;
  margin-top: 20px;
}

img.downward-arrow:hover {
  opacity: .8;
}

#banner-home {
  background-repeat: no-repeat;
  min-height: 100vh;
  background-position: center top;
  background-size: 100%;
  background-attachment: fixed;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #banner-home {
    min-height: 80vh;
    background-size: cover;
  }
}
@media only screen and (max-width: 500px) {
  #banner-home {
    min-height: 350px;
    padding-top: 30px;
  }
}

.image-banner {
  background-repeat: no-repeat;
  min-height: 380px;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-size: 100%;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .image-banner {
    background-size: cover;
    background-attachment: scroll;
  }
}

.header-banner {
  background-repeat: no-repeat;
  min-height: 380px;
  background-position: center top;
  background-size: 100%;
  background-attachment: fixed;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .header-banner {
    background-size: cover;
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 500px) {
  .header-banner {
    min-height: 350px;
  }
}

@media only screen and (max-width: 500px) {
  .header-banner, .image-banner {
    background-size: cover;
    background-attachment: scroll;
  }
}

/* Button styles */
.node-article .button {
  width: 100%;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="submit"]#btn,
button.btn {
  cursor: pointer;
}

.btn {
  white-space: normal;
  font-size: 1em;
}

.button, .btn, .btn a {
  padding: .3em 2.5em;
  display: inline-block;
  outline: none;
  *zoom: 1;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
  border: 3px solid #00C08B;
  transition: all 0.2s ease;
  box-sizing: border-box;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.01);
  color: white;
  background: #00C08B;
  margin-bottom: 20px;
  width: auto;
  border-radius: 0;
}
@media only screen and (max-width: 600px) {
  .button, .btn, .btn a {
    display: block;
    margin: auto;
  }
}

.jqmWindow {
  position: absolute;
}

#contact-content {
  width: 100%;
}

.arrow-button.jqm-form-trigger {
  padding: .3em 2.5em;
  display: inline-block;
  outline: none;
  *zoom: 1;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
  border: 3px solid #949494;
  transition: all 0.2s ease;
  box-sizing: border-box;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.01);
  color: white;
  background: #949494;
  margin: 5px;
  border-radius: 5px;
  float: left;
}
.arrow-button.jqm-form-trigger:hover {
  background: transparent;
  color: #949494;
}

.modal-content textarea {
  margin-top: 10px;
  width: 100%;
}

.field.modal-state-title.default {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
}

.modal-content textarea, .modal-content input {
  border: 1px solid gray;
}

.modal-content input, .modal-content textarea, .modal-content select, .uneditable-input {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.button.nested-modal {
  padding: .3em 2.5em;
  display: inline-block;
  outline: none;
  *zoom: 1;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
  border: 3px solid #00C08B;
  transition: all 0.2s ease;
  box-sizing: border-box;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.01);
  color: white;
  background: #00C08B;
  display: block;
  margin-top: 10px;
  border-radius: 0;
}

a.button.nested-modal:hover {
  background: #00C08B;
  color: white;
  opacity: .8;
}

.modal-title {
  font-size: 22px;
}

.invalid {
  color: red;
  font-size: 12px;
}

.button:hover {
  text-decoration: none;
}

.programlink {
  background: #00C08B;
  color: white;
  border: 3px solid #00C08B;
  display: block;
  max-width: 300px;
  margin: auto;
}
.programlink:hover, .programlink:focus {
  color: white;
  opacity: .8;
}

.button, .onlinelink {
  color: white;
  background: #00C08B;
  border: 3px solid #00C08B;
}
.button:hover, .button:focus, .onlinelink:hover, .onlinelink:focus {
  opacity: .8;
  color: white;
}

a.onlinelink:hover, a.onlinelink:focus {
  opacity: .8;
  color: white;
}

a.btn.onlinelink.btn-sm {
  padding: .2em 1.5em;
  margin: 5px;
}

/* Tab Content */
ul.tabs {
  padding: 0;
  font-size: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
ul.tabs li.selected:hover {
  text-decoration: none;
}
ul.tabs li {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  /*distance between tabs*/
}
ul.tabs li a {
  font: normal 12px Verdana;
  text-decoration: none;
  position: relative;
  border: 0px;
  border-bottom-color: #B7B7B7;
  color: #000;
  outline: none;
  opacity: .6;
  -moz-opacity: .6;
}
ul.tabs li a:visited {
  color: #000;
}
ul.tabs li a:hover {
  border: 0px;
  opacity: 1;
}

ul.tabs li.selected a, ul.tabs li.selected img, ul.tabs li.selected a:hover {
  position: relative;
  top: 0px;
  font-weight: bold;
  opacity: 1;
  border: 0px;
  border-bottom-color: white;
}

div.tabcontents {
  border: 0px;
  padding: 40px;
  background-color: transparent;
}

.active.selected, .selected {
  border-bottom: 1px solid gray;
  padding-bottom: 5px;
}

/* Homepage styling */
#banner-credentialing {
  float: none;
  clear: both;
}

iframe {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

/* Certification Programs grid */
.leedcred {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 10px;
}
@media only screen and (max-width: 694px) {
  .leedcred {
    text-align: center;
  }
}

.wellcred {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 10px;
}

.leedap {
  max-width: 90px;
  padding: 6px;
}

img.image-left {
  max-width: 450px;
  float: left;
  margin-right: 50px;
  margin-top: 10px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  img.image-left {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  img.image-left {
    max-width: 300px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 694px) {
  img.image-left {
    float: none;
    margin-right: 0;
    display: block;
    margin: auto;
    padding-bottom: 20px;
    max-width: 100%;
  }
}

img.image-right {
  max-width: 400px;
  float: right;
  margin-left: 50px;
}
@media only screen and (max-width: 991px) {
  img.image-right {
    max-width: 300px;
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 694px) {
  img.image-right {
    margin-left: 0;
    float: none;
    display: block;
    margin: auto;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.icon-box-basic {
  position: relative;
  margin: 25px 0;
  padding-left: 55px;
  min-height: 40px;
  overflow: hidden;
  text-align: left;
}

.icon-box-basic img {
  float: left;
  margin-right: 10px;
  max-width: 40px;
  margin-top: 30px;
  position: absolute;
  left: 0;
}

.icon-box-basic p {
  overflow: hidden;
}

/* Credentialing Programs */
.margin-bottom {
  margin-bottom: 60px;
}

a.button.secondary {
    border-radius: 0;
    background: white;
    border: 2px solid white;
    color: black;
}
@media only screen and (max-width: 768px) {
  a.button.secondary {
    margin: 10px;
    transform: none;
  }
}

@media only screen and (min-width: 769px) {
  a.button.secondary {
    margin-top: 5em;
    transform: none;
    font-size: 1.5em;
  }
}

a.button.secondary:hover {
      background: rgba(0, 191, 138, 0.5);
    color: white;
    border: 2px solid rgba(0, 191, 138, 0.5);
}

.panel.short {
  height: 355px;
}
@media only screen and (max-width: 768px) {
  .panel.short {
    height: 600px;
  }
}

.panel.dark {
  background-color: #595959;
}
.panel.dark .copy {
  color: #fff;
}
.panel.dark p {
  color: #fff;
  border-color: #3b3b3b;
  padding: 20px;
}

.panel {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 400px;
  text-align: center;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  margin-bottom: -2px;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .panel {
    position: static;
    float: none;
    overflow: show;
  }
}
.panel hr {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.panel .right {
  float: right;
}
@media only screen and (max-width: 768px) {
  .panel .right {
    float: none;
  }
}
.panel .three-quart {
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .panel .three-quart {
    width: 100%;
  }
}
.panel .left {
  float: left;
}
@media only screen and (max-width: 768px) {
  .panel .left {
    float: none;
  }
}
.panel .one-quart {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .panel .one-quart {
    width: 100%;
    margin-top: -215px;
    padding-top: 25px;
  }
}
.panel .copy, .panel .image {
  position: relative;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .panel .copy, .panel .image {
    position: static;
    background-size: 100% 100%;
    background-position: center;
  }
}

.panel-home-panel-leed .image {
  background-image: url(/sites/default/files/leed.jpg);
}

.panel-home-panel-icp .image {

  background-image: url(/sites/default/files/icp-banner.jpg);

}

.panel-home-panel-sites .image {
  background-image: url(/sites/default/files/sites-swaner.jpg);
}

.panel-home-panel-peer .image {
  background-image: url(/sites/default/files/peer-powerlines.jpg);
}

.panel-home-panel-well .image {
  background-image: url(/sites/default/files/well-hallway.jpg);
}

.panel-home-panel-edge .image {
  background-image: url(/sites/default/files/edge-buildings.jpg);
}

.panel-home-panel-gresb .image {
  background-image: url(/sites/default/files/gresb-buildings.jpg);
}

.panel-home-panel-parksmart .image {
  background-image: url(/sites/default/files/parksmart.jpg);
}

.panel-home-panel-zerowaste .image {
  background-image: url(/sites/default/files/zero-waste.jpg);
}

.panel-home-panel-reli .image {
  background-image: url(sites/default/files/reli.jpg);
}

.panel-home-panel-arc .image {
  background-image: url(/sites/default/files/arc_banner.jpg);
}

.panel-home-panel-guiding-principles .image {
    background-image: url(/sites/default/files/guiding-principle-banner.jpg);
}

.copy.three-quart.left.image-right.v-center-wrapper, .copy.three-quart.right.v-center-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .copy.three-quart.left.image-right.v-center-wrapper, .copy.three-quart.right.v-center-wrapper {
    display: block;
  }
}

.arrow.right.white {
  border-left: 15px solid #fff;
  z-index: 1;
}

.arrow.right {
  right: -15px;
}

.arrow.left.dark {
  border-right: 15px solid #595959;
  z-index: 1;
}

.arrow.left {
  left: -15px;
}

.arrow {
  position: absolute;
  top: 50%;
  height: 0;
  margin: -15px auto 0 auto;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.v-center-wrapper .v-center-content {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  white-space: normal;
}
@media only screen and (max-width: 768px) {
  .v-center-wrapper .v-center-content {
    position: static;
    display: block;
  }
}

.panel.white p {
  padding: 20px;
}

.inner {
  max-width: 500px;
  margin: auto;
}

.inner p{
  font-size:1em;
}

/* Principles */
.principles {
  max-width: 46%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 20px 10px;
  padding-left: 55px;
  min-height: 40px;
  overflow: hidden;
  text-align: left;
}
.principles img {
  float: left;
  margin-right: 10px;
  max-width: 50px;
  margin-top: 10px;
  position: absolute;
  left: 0;
}
.principles h3 {
  font-size: 1.3em;
  margin-top: 10px;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: left;
}
.principles p {
  font-size: .8em;
}
@media only screen and (max-width: 609px) {
  .principles {
    max-width: 100%;
    display: block;
  }
}

.guiding-principles {
  text-align: center;
}

@media only screen and (max-width: 500px) {
  img.downward-arrow {
    display: none;
  }
}

/* Press */
.contact-row {
  max-width: 500px;
  margin: auto;
}

.press-row {
  clear: both;
  display: block;
  text-align: center;
}
.press-row p {
  margin-top: 30px;
}

.press-contact {
  float: left;
  width: 45%;
  padding-bottom: 20px;
}
@media only screen and (max-width: 609px) {
  .press-contact {
    float: none;
    width: 100%;
  }
}

.press-kit-container {
  text-align: center;
  clear: both;
  display: block;
  max-width: 700px;
  margin: auto;
  overflow: auto;
}

.press-kit {
  font-weight: bold;
  width: 200px;
  padding-bottom: 30px;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
}
.press-kit img {
  height: 100px;
  width: auto;
  padding-bottom: 10px;
}
.press-kit img:hover {
  opacity: .8;
}

.landing-page {
  text-align: center;
}
.landing-page li {
  text-align: left;
}

.landing-page .col-md-3 {
  font-size: .8em;
}

/* India Landing page and other Landing Pages */
.contact {
  text-align: center;
}
.contact img {
  max-width: 40px;
}

.page-node-8362 .main-container, .page-node-8331 .main-container, .node-type-landing-page .main-container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.page-node-8362 .landing-page, .page-node-8331 .landing-page, .node-type-landing-page .landing-page {
  max-width: 900px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 40px;
}

.page-node-8362 .acc_head, .page-node-8362 .acc_content, .page-node-8362 .main-container li, .page-node-8331 .main-container li, .node-type-landing-page .main-container li, .node-type-landing-page .acc_head, .node-type-landing-page .acc_content {
  text-align: left;
}

/*Footer Styles*/
.footer {
  width: 100%;
  background: rgba(23,22,22,0.92);
  margin-top: 60px;
}

.footer.container {
  padding-left: 0;
  padding-right: 0;
}

.footer-row {
  max-width: 900px;
  margin: auto;
  padding-top: 30px;
}

.footer-navigation {
  color: white;
}
.footer-navigation a {
  color: white;
}
.footer-navigation h4 {
  font-size: 20px;
  font-weight:600;
}
.footer-navigation p {
  font-size: 16px;
}

.footer-links {
  float: left;
  width: 20%;
  margin-left: 15px;
  margin-right: 15px;
}

.footer-subscribe {
  float: left;
  width: 28%;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 500px) {
  .footer-links, .footer-subscribe {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

footer .btn {
  border-radius: 0;
  border: 2px solid white;
  background: transparent;
}
footer .btn:hover {
  background: white;
  color: #656567;
}
@media only screen and (max-width: 500px) {
  footer a.btn.onlinelink {
    max-width: 200px;
  }
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.region-footer {
  margin: 0 auto;
}

.leaf > a {
  color: #fff;
}

ul.menu.nav {
  display: inline-block;
}

.block-menu {
  text-align: left;
}

.copyright {
  color: #fff;
  font-size: .8em !important;
  padding: 20px 10px 20px 10px;
  clear: both;
  display: block;
  max-width: 900px;
  margin: auto;
  border-top: 1px solid gray;
}
@media only screen and (max-width: 500px) {
  .copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.copyright a {
  font-weight: bold;
  color: white;
}

#block-menu-menu-footer-menu {
  max-width: 900px;
  margin: auto;
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 20px 0 20px 0;
}

#block-block-3 {
  width: 100%;
  text-align: center;
}

/* Accordion Styles */
.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.smk_accordion blockquote {
  border-left: none;
}
.smk_accordion blockquote p {
  font-weight: 400;
}
.smk_accordion .accordion_in {
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}
.smk_accordion .accordion_in .acc_head {
  position: relative;
  padding: 8px;
  font-size: 18px;
  display: block;
  cursor: pointer;
  font-weight: bold;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  background: url(/sites/default/files/plusminus.png) center 0;
}
.smk_accordion .accordion_in .acc_content {
  color: #000;
  padding: 3px 10px;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type, .smk_accordion .accordion_in .acc_content h2:first-of-type, .smk_accordion .accordion_in .acc_content h3:first-of-type, .smk_accordion .accordion_in .acc_content h4:first-of-type, .smk_accordion .accordion_in .acc_content h5:first-of-type, .smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}

/* Accordion Head */
.acc_head {
  color: #000;
}

.acc_content {
  margin-bottom: 20px;
}

/* Accordion General */
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
  border-radius: 3px 3px 0 0;
}

.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 0 0 3px 3px;
}

.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}

.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url(/sites/default/files/plusminus.png) center -18px;
}

.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 40px;
}

/*Print Styles*/
@media print {
  .header-banner, .image-banner, .bannerimage {
    display: none;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  a[href]:after {
    content: none !important;
  }
}
