/*Content Styles*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
* {
  font-family: 'Lato', sans-serif; }

body {
  font-size: 16px;
  background: #F7FEFF;
  font-weight: 300;
  margin-top: 50px; }

p, div, body {
  font-family: 'Lato', sans-serif; }

p {
  margin: 10px 0 20px 0; }

p.clear {
  display: block;
  clear: both;
  padding-top: 40px; }

a {
  color: #00a4e0; }
  a:hover {
    color: #007fad; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 300; }

h1 {
  color: black;
  font-size: 38px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 24px; }

.page-header {
  border-bottom: none;
  padding-bottom: 20px;
  padding-top: 15px;
  margin: 10px 0 30px;
  font-weight: 300;
  position: relative; }

.page-header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #00a4e0; }

.page-header.centered-header:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 60px;
  height: 3px;
  background-color: #00a4e0; }

.highlighted {
  padding-bottom: 20px; }

blockquote {
  padding: 10px 40px;
  margin: 0 0 20px;
  border-left: none; }

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

.col-action-separator {
  margin-right: 10px;
  margin-left: 10px; }

.page-node-add .main-container {
  max-width: 740px; }

.main-container {
  padding-top: 30px; }
  .main-container .row {
    max-width: 960px;
    margin: auto; }

.padding-1 {
  padding-top: 30px;
  padding-bottom: 60px; }

.margin-1 {
  margin-bottom: 30px; }

.margin-2 {
  margin-top: 20px; }

.margin-3 {
  margin: 0; }

.margin-4 {
  margin-left: 40px; }

.txt-center {
  text-align: center; }

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

.image-banner {
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  min-height: 350px;
  margin: 0 -15px;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .image-banner {
      background-position: right; } }

.node-project .content .col-md-12 {
  padding-left: 0px;
  padding-right: 0px; }

.horiz-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
.horiz-nav li {
  float: left; }
.horiz-nav li a {
  display: block;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
  font-size: 12px; }

.full-grey-wrap {
  background: #f2f2f2;
  margin-left: -15px;
  margin-right: -15px; }

.bg-2 {
  background-color: #fff; }

:target::before {
  content: "";
  display: block;
  height: 81px;
  /* fixed header height*/
  margin: -81px 0 0;
  /* negative fixed header height */ }

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

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

.inline-icon {
  display: inline;
  max-width: 75px; }

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

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

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

.navbar-default .navbar-nav li a:hover {
  color: black !important; }

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

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

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

.navbar-nav > li > a {
  /* color: #606c76; */
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 50px;
  padding: 15px 20px;
  text-transform: uppercase; }
  @media only screen and (max-width: 1200px) {
    .navbar-nav > li > a {
      font-size: 14px;
      line-height: 10px;
      padding: 10px 10px; } }

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

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  background: #f8f8f8; }
  @media only screen and (max-width: 500px) {
    .nav-tabs > li > a {
      color: white; } }

@media only screen and (max-width: 500px) {
  .nav-tabs a {
    color: white !important; } }
.nav-tabs li a {
  text-transform: uppercase;
  font-size: 11px;
  color: #444; }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  ul.menu.nav.navbar-nav.secondary {
    max-width: 540px;
    padding-top: 10px; } }

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

@media only screen and (max-width: 500px) {
  ul.menu.nav li {
    float: none;
    text-align: center;
    display: block;
    line-height: auto; } }

#toolbar {
  z-index: 1600; }

body.toolbar-drawer .navbar-fixed-top {
  top: 64px; }

body #toolbar, body #admin-menu, body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* change hamberger nav devault breakpoint 
@media (max-width: 2000px) {
  .logged-in{
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        max-height:none;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 14px;
        line-height: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    nav ul.menu.nav li{
      float: none;
    }
  }
}*/
.logged-in .navbar-nav > li > a {
  font-size: 12px;
  padding: 15px 10px; }

@media (max-width: 1200px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    max-height: none; }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px; }

  .collapse.in {
    display: block !important; }

  body nav ul.menu.nav li {
    float: none; } }
/*Banner*/
.bannertext {
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center; }
  .bannertext h1 {
    text-transform: uppercase;
    color: white;
    font-weight: 300;
    font-size: 45px; }
  .bannertext p {
    font-size: 30px;
    color: white;
    max-width: 650px;
    text-shadow: 2px 2px black;
    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; }

#banner-homepage h1 {
  color: #fff;
  font-size: 44px;
  margin-top: 75px;
  text-shadow: 2px 2px black;
  font-weight: 400; }

#banner-homepage {
  background-repeat: no-repeat;
  padding: 20px;
  min-height: 350px;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin-bottom: -20px;
  display: flex; }

.bannerimage {
  background-repeat: no-repeat;
  padding: 20px;
  min-height: 300px;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin-bottom: -20px;
  display: flex; }

@media only screen and (max-width: 1200px) {
  .bannerimage, #banner-homepage, #banner-events, #banner-certification, #banner-resources, #banner-auditor, #banner-country {
    background-size: cover;
    background-attachment: scroll; } }

/* Ghost Button styles */
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

#btn, #btn a {
  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-radius: 5px;
  transition: all 0.2s ease;
  box-sizing: border-box;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.01);
  padding: .3em 2.5em;
  border: 3px solid #00a4e0;
  color: white;
  background: #00a4e0;
  width: 100%; }

a:hover#btn {
  background: transparent;
  color: #5d9732; }

a#programbtn, #programbtn, #programbtn a {
  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-radius: 5px;
  transition: all 0.2s ease;
  box-sizing: border-box;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.01);
  padding: .3em 2em;
  margin: 0 5px 5px 5px; }
  @media only screen and (max-width: 768px) {
    a#programbtn, #programbtn, #programbtn a {
      width: 100%; } }
  a#programbtn:hover, a#programbtn:focus, #programbtn:hover, #programbtn:focus, #programbtn a:hover, #programbtn a:focus {
    background: #007fad;
    color: white;
    border: 3px solid #007fad; }

.onlinelink, .programlink {
  background: #00a4e0;
  color: white;
  border: 3px solid #00a4e0; }
  .onlinelink:hover, .onlinelink:focus, .programlink:hover, .programlink:focus {
    background: #007fad;
    color: white;
    border: 3px solid dark(#00a4e0, 10%); }

.btn-primary {
  color: white;
  background-color: #00a4e0;
  border-color: #00a4e0; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #007fad !important;
    border-color: #007fad !important; }

.button {
  background-color: #00a4e0;
  border-color: #00a4e0;
  color: white;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }
  .button:hover, .button:focus {
    text-decoration: none;
    color: white;
    background-color: #007fad;
    border-color: #007fad; }
  @media only screen and (max-width: 736px) {
    .button {
      display: block; } }

/* Grid styles */
.col-sm-12 {
  padding-top: 15px; }

.certification {
  -webkit-columns: 150px 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 150px 2;
  /* Firefox */
  columns: 150px 2; }
  @media only screen and (max-width: 768px) {
    .certification {
      -webkit-columns: 1 100px !important;
      /* Chrome, Safari, Opera */
      -moz-columns: 1 100px !important;
      /* Firefox */
      columns: 1 100px !important; } }

/* Image grids */
.principles {
  float: none;
  margin-right: 0;
  margin-top: 20px;
  max-width: 80px; }

.guiding:after {
  content: '';
  clear: both;
  visibility: hidden; }

.guide {
  overflow: hidden; }

h3.guide {
  margin-top: 0; }
  @media only screen and (max-width: 500px) {
    h3.guide {
      padding-bottom: 20px; } }

.guiding {
  max-width: 32%;
  min-width: 32%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .guiding {
      max-width: 100%;
      float: none; } }

.guiding-row {
  float: none;
  display: block;
  clear: both; }

p.guide {
  font-size: 16px; }

h3.steps {
  text-align: center; }

img.steps {
  max-width: 140px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px; }

/* View grids */
li.views-fluid-grid-item {
  border: none;
  padding: 10px !important; }
  li.views-fluid-grid-item a {
    font-weight: 500;
    font-size: 14px;
    }

    .view-project-profiles .views-field-title h4{
      margin-bottom:5px;
        font-weight: 600 !important;
    }
    
    .view-project-profiles li.views-fluid-grid-item a {
        font-weight: 500;
        font-size: 14px;
    }

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

.view-people {
  text-align: center;
  font-size: .8em; }
  .view-people img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    border: 4px solid gray; }
    .view-people img:hover {
      opacity: .8; }
  .view-people a {
    font-size: 1.4em; }

.view-id-articles {
  background-color: transparent; }
  .view-id-articles a {
    font-size: 0.8em; }

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

/* Events Styles */
.events-row {
  text-align: center; }

.events {
  max-width: 23%;
  min-width: 23%;
  float: none;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  vertical-align: top; }
  @media only screen and (max-width: 768px) {
    .events {
      max-width: 100%;
      min-width: 100%;
      display: block; } }

p.event {
  font-size: 14px; }

h3.event {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 2px; }

img.events {
  max-width: 140px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px; }

/*Lists */
.col3-list {
  -webkit-columns: 100px 3;
  /* Chrome, Safari, Opera */
  -moz-columns: 100px 3;
  /* Firefox */
  columns: 100px 3; }
  @media only screen and (max-width: 768px) {
    .col3-list {
      -webkit-columns: 1;
      /* Chrome, Safari, Opera */
      -moz-columns: 1;
      /* Firefox */
      columns: 1; } }

/* Tab Content */
ul.tabs {
  padding: 0;
  font-size: 0;
  margin: 0;
  list-style-type: none;
  text-align: center; }
  ul.tabs li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    /*distance between tabs*/ }
  ul.tabs a {
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    border: 0px;
    border-bottom-color: #888888;
    color: #000;
    outline: none;
    opacity: .6;
    -moz-opacity: .6;
    -khtml-opacity: .6; }
    ul.tabs a:visited {
      color: #000; }
    ul.tabs 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; }

ul.tabs li.selected a:hover {
  text-decoration: none; }

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

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

/* Table styles */
.sidebar table {
  border: 1px solid #ddd;
  border-collapse: separate;
  background: white;
  font-size: 11px;
  color: #666;
  margin-bottom: 1.4em;
  width: 100%;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
  .sidebar table th, .sidebar table td {
    padding: 10px 6px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
    vertical-align: top;
    text-align: left; }
  .sidebar table th {
    font-weight: bold;
    border-right: 1px solid #ddd;
    width: 85px; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #444; }

th {
  font-weight: 600; }

.feetable {
  width: auto !important; }

.page-sites-payment section {
  max-width: 680px;
  margin: auto; }

.page-sites-payment .page-header {
  display: none; }

.file-widget .input-group-btn {
  display: none; }

table.responsive td {
  border-left: 1px solid white; }

/* Responsive Table */
.left-align {
  text-align: left; }

.left-align-title {
  text-align: left;
  font-weight: bold;
  background: white; }

th.left-align-title {
  text-align: left;
  background: white !important;
  border: 1px solid white !important; }

.grayed-out {
  color: gray; }

@media only screen and (max-width: 500px) {
  .responsive {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: .7em; } }
.responsive th, .responsive td {
  font-size: 1em;
  padding: 10px 20px; }
.responsive th {
  border: 1px solid #00a4e0;
  background-color: #00a4e0;
  color: #fff;
  font-weight: 800; }
.responsive tr {
  border-bottom: 1px solid white;
  background-color: #e0f7ff; }
  .responsive tr:hover {
    background-color: #ade9ff; }
.responsive td {
  border: 0; }

#block-user-login .block-title {
  display: none; }

/* @group Lists */
dl {
  font-size: 12px; }

dt {
  font-weight: bold; }

dd {
  font-size: 11px;
  margin-bottom: 20px; }

ol {
  margin-bottom: 15px; }

ol li span {
  font-size: 13px;
  color: #444;
  font-weight: normal; }

#block-user-login {
  max-width: 650px;
  margin: auto; }

#user-login-block-form-fields label {
  display: none; }

#block-user-login {
  margin-top: 80px; }

.form-element .form-element {
  border-bottom: none; }

.sub-form-element {
  display: block;
  margin: 0 0 15px; }
  .sub-form-element:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .sub-form-element .pulled-item {
    margin-bottom: 18px;
    clear: both; }
    .sub-form-element .pulled-item .inputlist {
      clear: none; }
    .sub-form-element .pulled-item label {
      float: left;
      font-weight: normal;
      padding: 6px 0;
      text-align: right;
      text-shadow: 0 1px 0 #FFF;
      color: #888888;
      line-height: 1.2em; }
      .sub-form-element .pulled-item label .small {
        line-height: 1em; }

.form-element .label {
  float: none;
  font-weight: normal;
  margin-bottom: 4px;
  text-shadow: 0 1px 0 #fff; }
.form-element .hint {
  float: right;
  font-size: 11px;
  width: 350px;
  padding: 8px 0;
  -moz-border-radius: 4px;
  border-radius: 4px; }
.form-element .inputlist {
  clear: left;
  overflow: hidden;
  margin-bottom: 22px;
  padding-left: 1px; }
.form-element .sub-form-element .label {
  float: none; }

.sub-form-element .item-wrapper .pulled-item:last-child {
  margin-bottom: 18px; }

.inputlist li {
  list-style: none outside none;
  margin-left: 0;
  margin-top: 5px; }

.sub-form-element .pulled-item .columnlist {
  margin: 0px;
  overflow: hidden; }

.sub-form-element .pulled-item .field-p {
  padding-top: 5px; }

.sub-form-element .pulled-item ul label {
  margin: 0;
  padding: 0;
  text-align: left; }

.form-element .inputlist li, .form-element .columnlist li, .floatedlist li {
  float: left; }

.form-element .columnlist li, .floatedlist li {
  width: 120px;
  float: left; }

.form-element .inputlist li label {
  display: block;
  margin-left: 18px; }

.inputlist li .label-text {
  float: left; }

.inputlist span.invalid {
  clear: both; }

.pulled-item .selectlist .selector, .pulled-item .selector, .pulled-item ul {
  margin-bottom: 0 !important; }

.radio-tabs input[type="radio"], .radio-tabs input[type="checkbox"] {
  margin: 0;
  margin-top: 4px; }

.element .validation-label {
  font-size: 11px;
  font-weight: bold;
  padding: 3px;
  display: block; }

.element span.valid {
  color: #61925f; }

.element span.invalid {
  color: #8d494a; }

.element input.invalid, .element input.error {
  background: #fceded;
  border-color: #c9b3b4;
  color: #8d5758 !important; }

#side-bar-confirmation {
  font-size: 15px; }

#side-bar-confirmation th {
  padding-right: 25px; }

#payment-confirmation {
  font-size: 15px; }

#payment-confirmation th {
  padding-right: 50px; }

.page-sites-payment .breadcrumb {
  display: none; }

#edit-card-security-code--2 {
  /*	width:100px;*/ }

#cancel_payment {
  float: right; }

.productInfo .field-label {
  width: 125px; }

/* @group Credit Cards */
/* @group Card Types */
#card-type-form .cardholder {
  overflow: visible; }

#card-type-form .card-holder .card-options:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#card-type-form .card-holder .mastercard, #card-type-form .card-holder .visa, #card-type-form .card-holder .discover, #card-type-form .card-holder .amex {
  display: block;
  float: left;
  padding: 4px 0;
  background: url(../img/credit_cards/mastercard.png) left -4px no-repeat;
  text-indent: -9999px;
  width: 40px;
  position: relative;
  height: 25px;
  opacity: 0.3; }

#card-type-form .card-holder .visa {
  background-image: url(../img/credit_cards/visa.png); }

#card-type-form .card-holder .discover {
  background-image: url(../img/credit_cards/discover.png); }

#card-type-form .card-holder .amex {
  background-image: url(../img/credit_cards/amex.png); }

#credit-card-types .option {
  display: none; }

#credit-card-types .form-radios {
  margin-bottom: 0px !important; }

#credit-card-types li, #credit-card-types .card-holder {
  display: block;
  float: left;
  line-height: normal;
  margin-top: 2px;
  color: #888888; }

#credit-card-types .selected {
  color: #888888 !important; }

#credit-card-types .card-holder strong {
  position: absolute;
  text-indent: 0;
  display: block;
  font-size: 11px;
  margin-top: 5px;
  z-index: 10;
  font-weight: normal; }

#credit-card-types .selected {
  border-bottom: 0px solid; }

#credit-card-types .form-type-radio {
  display: none; }

.form-item-card-type {
  clear: left;
  overflow: hidden; }

#credit-card-types li:last-child strong,
#credit-card-types .amex strong {
  width: 100px; }

.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

.form-control {
  height: 40px;
  font-size: 15px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }

label {
  font-weight: 300; }

.tabledrag-toggle-weight-wrapper, .field-multiple-drag {
  display: none; }

.form-group {
  margin-bottom: 35px; }

table .form-group {
  margin-bottom: 0px; }

#user-login .form-group {
  margin-bottom: 15px; }

/*Footer Styles*/
.footer {
  width: 100%;
  background: #0099d7 none repeat scroll 0 0;
  padding-bottom: 20px;
  border-top: none;
  padding-top: 30px;
  margin-top: 60px; }
  .footer h4 {
    color: white; }
  .footer a {
    color: white; }
    .footer a:focus {
      color: white; }

.front .footer, .page-node-610 .footer, .page-node-238 .footer, .page-node-237 .footer {
  margin-top: 0; }

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

.region-footer {
  margin: 0 auto; }

.leaf > a {
  color: #fff; }

ul.menu.nav {
  display: inline-block; }
  @media only screen and (max-width: 500px) {
    ul.menu.nav {
      display: block; } }
  ul.menu.nav li {
    float: left; }
    @media only screen and (max-width: 500px) {
      ul.menu.nav li {
        float: none;
        text-align: center; } }

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

.copyright {
  text-align: center;
  color: white;
  font-size: .8em !important;
  padding-top: 30px; }

#block-menu-menu-footer-menu {
  float: left; }
  @media only screen and (max-width: 500px) {
    #block-menu-menu-footer-menu {
      width: 90%;
      float: none; } }

.region-footer,
.collapse {
  max-width: 1170px; }

footer iframe {
  margin-top: -20px; }

ul.small-hrzl-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ul.small-hrzl-list li {
  float: left; }

ul.small-hrzl-list li::after {
  content: " | "; }

ul.small-hrzl-list li:last-child:after {
  content: ""; }

ul.small-hrzl-list li a {
  text-align: center;
  text-decoration: none;
  padding: 0 8px; }

ul.small-hrzl-list li:last-child a {
  padding: 0 0 0 8px; }

ul.small-hrzl-list li:first-child a {
  padding: 0 8px 0 0; }

ul.legal,
p.legal {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-size: 12px;
  vertical-align: top;
  overflow: none; }

.align-1 {
  text-align: center !important; }

.ftr-logo {
  width: 175px;
  margin-bottom: 25px; }

.pull-right-md-break {
  float: right; }

.pull-left-md-break {
  float: left; }

@media only screen and (max-width: 992px) and (min-width: 1px) {
  .pull-right-md-break {
    float: none;
    clear: both; }

  .pull-left-md-break {
    float: none;
    clear: both; } }
footer iframe {
  margin-top: -20px; }

footer li,
footer p {
  color: #fff; }

ul.small-hrzl-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ul.small-hrzl-list li {
  float: left; }

ul.small-hrzl-list li::after {
  content: " | "; }

ul.small-hrzl-list li:last-child:after {
  content: ""; }

ul.small-hrzl-list li a {
  text-align: center;
  text-decoration: none;
  padding: 0 8px; }

ul.small-hrzl-list li:last-child a {
  padding: 0 0 0 8px; }

ul.small-hrzl-list li:first-child a {
  padding: 0 8px 0 0; }

ul.legal,
p.legal {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-size: 12px;
  vertical-align: top;
  overflow: none; }

.align-1 {
  text-align: center !important; }

.ftr-logo {
  width: 175px;
  margin-bottom: 25px; }

.pull-right-md-break {
  float: right; }

.pull-left-md-break {
  float: left; }

@media only screen and (max-width: 992px) and (min-width: 1px) {
  .pull-right-md-break {
    float: none;
    clear: both; }

  .pull-left-md-break {
    float: none;
    clear: both; } }
/*Homepage Styles*/
.articles {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px; }

.field-item.even > img {
  margin-bottom: 20px;
  margin-top: 20px; }

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

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

.views-field.views-field-created {
  font-size: 12px; }

#homepage-list li {
  padding-top: 5px;
  padding-bottom: 5px; }

/*Profile Page*/
.node-profile img {
  float: left;
  margin-right: 20px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 4px solid gray; }
  @media only screen and (max-width: 768px) {
    .node-profile img {
      float: none;
      text-align: center;
      margin-bottom: 20px; } }

.field-name-field-job-title {
  font-weight: bold;
  padding-bottom: 20px; }

/* Auditor Grid */
.auditortext {
  float: left;
  margin-left: 2em;
  margin-top: 15px;
  max-width: 600px; }
  @media only screen and (min-width: 769px) and (max-width: 991px) {
    .auditortext {
      max-width: 450px; } }
  @media only screen and (max-width: 768px) {
    .auditortext {
      max-width: 550px; } }
  @media only screen and (max-width: 736px) {
    .auditortext {
      margin-left: 0;
      margin-top: 0;
      max-width: 100%; } }

.auditorimage {
  display: block;
  float: left; }
  .auditorimage img {
    max-width: 80px; }
  @media only screen and (max-width: 736px) {
    .auditorimage {
      float: none;
      max-width: 100%;
      text-align: center; } }

.auditorrow {
  clear: both;
  display: block;
  padding-top: 20px; }

.auditor-list-table td {
  font-size: 12px; }
.auditor-list-table .header {
  background-color: #72c067;
  color: #fff; }
.auditor-list-table .header h4 {
  margin: 0; }

/* Article pages */
.field-name-field-published-on {
  float: left;
  margin-right: 40px; }
  @media only screen and (max-width: 768px) {
    .field-name-field-published-on {
      float: none;
      margin-right: 0; } }

.field-name-field-authored-by {
  margin-left: 40px;
  float: left; }
  @media only screen and (max-width: 768px) {
    .field-name-field-authored-by {
      margin-left: 0;
      float: none; } }

.node-type-article .main-container img {
  max-width: 100%;
  height: auto; }

/*Accordion Styles*/
.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }
  .smk_accordion .accordion_in {
    border-top: 0;
    border-bottom: 0;
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden; }
    .smk_accordion .accordion_in .acc_head {
      position: relative;
      padding-bottom: 5px;
      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(https://gbci-edge.s3.amazonaws.com/edge-online/s3fs-public/plusminus-green.png) center 0; }

.acc_head {
  color: #00a4e0; }

.acc_content {
  margin-bottom: 30px;
  background-color: #E6F5FB;
  color: #7b7e85;
  padding: 3px 10px;
  padding-top: 30px !important;
  padding-bottom: 30px !important; }
  .acc_content h1:first-of-type, .acc_content h2:first-of-type, .acc_content h3:first-of-type,
  .acc_content h4:first-of-type, .acc_content h5:first-of-type, .acc_content h6:first-of-type {
    margin-top: 5px; }

.smk_accordion .accordion_in:first-of-type, .smk_accordion .accordion_in:first-of-type .acc_head {
  border-radius: 10px; }

.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(https://gbci-edge.s3.amazonaws.com/edge-online/s3fs-public/plusminus-green.png) center -18px; }

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

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

/*# sourceMappingURL=style.css.map */


ul.language-switcher-locale-session{
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;}
ul.language-switcher-locale-session li a.session-active{
  display: none;
}
.mobile-menu-wrap{
  float: right;
  display: flex;
  align-items: center;
}
.mobile-menu-wrap .language-switcher-locale-session{
  margin-right: 10px;
  margin-top: 6px;
  display: none;
}
.navbar-collapse .block-locale{
  float: right;
  margin-top: 24px;
}
.language-icon{
  width: 32px;
}
@media (max-width: 1200px) {
  .mobile-menu-wrap .language-switcher-locale-session{
    display: block;
  }
  .navbar-collapse .block-locale{
    display: none;
  }
  .menu-wrap{
    width: 100%;
  }
  .menu-wrap .navbar-collapse{
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .i18n-es .guiding-row .guiding{
    width: 25%;
  }
}