/**
 * @file
 * Subtheme specific CSS.
 */

html{
  font-size: 62.5%
}

body { 
  line-height: 1.428571429; 
  color: #333;
  font-size: 1.4rem;
}

h1, h2, h3, h4, h5, h6 { font-family: 'proxima-nova-1', 'proxima-nova-2'; font-style: normal; font-weight: 700; }
body { font-family: 'proxima-nova-1', 'proxima-nova-2'; font-style: normal; font-weight: 400; }
strong { font-family: 'proxima-nova-1', 'proxima-nova-2'; font-style: normal; font-weight: 600; }

label{
  font-weight: 300;
}

h2, .h2{
  font-size: 2.1em;
  margin-bottom: 20px;
}
h3, .h3{
  font-size: 24px;  
  margin-top: 20px;
  margin-bottom: 10px;
}
h4, .h4 {
  font-size: 18px;
}
h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.node__content{
  font-size: 1.4rem;
}
img{
  max-width: 100%;
}
p{
  margin-bottom: 1.8rem;
}

.form-control {
  height: 40px;
  font-size: 15px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-default {
  border-bottom: 1px solid #e7e7e7;
}
.navbar-toggler{
    border-color: #ddd;
}
.navbar-toggler:focus{
    box-shadow: none;
}

textarea.form-control{
  height: auto;
}

#page-wrapper .btn-primary{
  font-size: 1.4rem;
  border-radius: 0;
  padding: 0.5em 1.5em;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 5px;
  width:auto;
}

.alert{
  margin-top: 1rem;
}

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

 header.header{
    background-color: #fff;
 }

 body.node--type-landing-page header.header{
    margin-bottom: 0;
 }


 .navbar-collapse{
  flex-grow: 0;
 }
 .navbar{
    padding-top: 0.2em;
    padding-bottom: 0.2em;
 }
 a.navbar-brand {
  padding:6px 0px;
 }
 .navbar-brand img {
    max-width: 220px;
    height: auto;
  }

 .region.region-top-header{    
    display: flex;
    justify-content: space-between;
    width: 100%;
 }
 .header .navbar-nav{
    flex-direction: row;
 }
 .header .navbar-nav .nav-link {
    color: #626262;
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding: 15px 20px;
  }
  .header .navbar-nav a.nav-link:hover, .header .navbar-nav a.nav-link:focus{   
    color: #0093d8;
    background-color: #fff;
  }
  .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .header .navbar-nav a.nav-link.show{
    color: #555;
    background-color: #e7e7e7;
  }
  #block-usgbc-main-menu{
    padding-top: 6px;
  }
  .header .navbar-nav .dropdown-menu[data-bs-popper]{
    margin-top: 0;
    left: unset;
    right: 0;    
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 0;
    padding-right: 0;
    min-width:160px;
  }
  .header .navbar-nav .dropdown-menu{
    padding: 0;
  }
  .header .navbar-nav .dropdown-menu .dropdown-item{
    padding-left: 0;
    padding-right: 0;
  }
  .header .navbar-nav .dropdown-item:focus, .header .navbar-nav .dropdown-item:hover{
    background-color: transparent;
  }
  .header .navbar-nav .dropdown-menu .dropdown-item a {
    display: block;
    padding: 8px 20px;    
    font-weight: normal;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
  }
  .header .navbar-nav .dropdown-menu .dropdown-item a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
  }

  /*#navbar-main .container{
    flex-direction: column;
  }*/
  #block-usgbc-page-title{
    width: 100%;
    /*margin-top: 60px;*/
  }
  .tabs{
    width: 100%;
  }

  .page-user-register header.header, .page-user-login header.header, .page-user-password header.header{
    display: none;
  }
  #main-wrapper .style-2-page{
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    background-color: rgb(255, 255, 255);
    padding: 35px;
    padding-top: 90px;
  }


  .site-footer{
    margin-top: 30px;
    background-color: #2f2f2f;
  }
  .site-footer .container {
    max-width: 1050px;
  }

  @media (max-width: 992px){
    .site-footer .container {
      max-width: 1050px;
    }
  }

  .site-footer .navbar-nav .nav-link{
    color: white;
    font-size: .9em;
    padding-top: 0;
    padding-bottom: 2px;
  }
  .site-footer a {
    text-decoration: none;
  }
  .site-footer a:hover {
    color: white;
    opacity: .8;
    text-decoration: none;
    outline: 0;
  }
  .copyright {
    text-align: center;
    color: #fff;
    font-size: 10.5px;
    padding: 18px 0px;
    display: block;
    clear: both;
    border-top: 1px solid #8a8b8f;
  }


.page-view-people-directory #block-usgbc-page-title{
  margin-top: 20px;
}
.facets-widget-checkbox ul{
  list-style: none;
  padding-left: 0;
}
li.facet-item label{
  margin-left: 0.5em;
}
.page-view-people-directory .block-system-main-block{
  background-color: #ffffff;
  padding: 2%;
}
.block-views-exposed-filter-blockpeople-directory-page-1{
  background-color: #ffffff;
  padding: 2%;
  margin-bottom: 30px;
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}  
.um-user-login-form-header h2 {
  font-size: 40px;
}
.style-2-page #block-usgbc-page-title{
  margin-top: 15px;
}
.logo-header{
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.um-user-login-form-footer{
  margin-bottom: 35px;
}
.user-register-form .btn-primary, 
.user-login-form .btn-primary, 
.user-pass .btn-primary,
.node-exam-registration-form .btn-primary {
  border: none;
  padding: .4em .9em;
  width: auto;
}

.card-header{
  background-color: #1C5A8D;
  color: #ffffff;
  padding: 8px 15px;
}
.card-header h3 .fa {
  font-size: 14px;
  margin-right: 10px;
}
.card-header .fas {
  color: #fff;
}
.block-account-grid-block .card{
  margin-bottom: 20px;
}
.block-account-grid-block .card-body .fas {
  margin-right: 10px;
}
.block-account-grid-block .card-body a {
  text-decoration: none;
}
.field--name-field-user-picture img{
  margin-bottom: 0;
}
.field--type-image img, .field--name-field-user-picture img{
  margin-bottom: 0;
}
.user-name-info{
  display: flex;
}
.user-picture img{
  width: 100%;
}
.card-body.user-picture{
  padding: 0;
  border: none;
}
/*#block-usgbc-page-title{
  display: none;
}*/
.field--name-field-downloadable-resource{
  margin-bottom: 15px;
}


/*Accordion Styles*/
.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.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: 10px;
  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(../images/plusminus.png) center 0;
}
.smk_accordion .accordion_in .acc_content {
  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;
}

.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(../images/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;
}


/** Forum **/
.forum-table-wrap .forum-table-superheader {
  border: 1px solid #e6e6e6;
  background: #1571A2;
  background: linear-gradient(to left, #1571A2, #1571A2);
  text-align: center;
  font-size: 18px;
  padding: 5px;
  position: relative;
}
.forum-table-superheader .forum-table-name, .forum-table-superheader .forum-table-name a{
  color: #fff;
  border-bottom: none;
  text-decoration: none;
}
.forum-table-superheader .forum-table-name{
  font-size: 1.2em;
}
.forum-table-wrap .forum-table-superheader {
  text-align: center;
  font-size: 18px;
}
span.forum-collapsible {
  width: 9px;
  height: 100%;
  text-indent: -9999px;
  display: block;    
  background: transparent url(../images/container_collapse.png) no-repeat center center;
  position: absolute;
  right: 10px;
  top: 0px;
}
.forum-table table {
  border: 1px solid #e6e6e6;
  background: none;
  width: 100%;
  border-collapse: collapse;
}
.forum-table table {
  margin: 0;
}
.forum-table-wrap thead tr {
  border: 1px solid #e6e6e6;
  background: none;
}
.forum-table-wrap tbody tr {
  border: 1px solid #e6e6e6;
  background: none;
}
.forum-table table thead th {
  border-bottom: none;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  background: none;  
}
.forum-table table td, .view-forum-topics table td, .forum table td, .table-responsive table td{
  font-size: 15px;
  padding: 8px 15px;
}

.forum-table tr td, .forum-table tr th, .view-forum-topics tr td, .view-forum-topics tr th, .forum tr td, .forum tr th, .table-responsive tr td, .table-responsive tr th{
  border: 1px solid #e6e6e6;
}
.forum-status-default{
  display: none;
}
.forum__name{
  font-size: 15px;
  font-weight: 700;
}
.forum__name a{
  text-decoration: none;
}
.forum__topics{
  text-align: center;
}
.forum__posts{
  text-align: center;
}
#forum-statistics {
  border: 1px solid #e6e6e6;
}
#forum-statistics {
  border: 1px solid #e6e6e6;
}
#forum-statistics-header {
  background: #1571A2;
  color: white;
  font-size: 17px;
}
.forum-statistics-sub-header {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-weight: normal;
  font-size: 15px;
}
.forum-statistics-sub-body {
  background-color: #fff;
  font-size: 14px;
}
#forum-statistics-header, .forum-statistics-sub-header {
    padding: 0.3em 0.5em;
}
.forum-statistics-sub-body {
  padding: 0.3em 0.5em 0 2em;
}
.menu--messages-tabs{
  border-bottom: 1px solid #e6e6e6;
}
.menu--forum-tabs li a, .menu--messages-tabs li a{
  cursor: pointer;
  border: none;
  color: #626262;
  padding: 10px 15px;
  border-radius: 4px 4px 0 0;
  margin-right:2px;
  border-bottom: 4px solid #efefef;
}
.menu--forum-tabs li.menu-item--active-trail a, .menu--messages-tabs li.menu-item--active-trail a{
  border-bottom: 4px solid #0093d8;
  background-color: #fff;
  color: #0093d8;
}
.menu--forum-tabs li a:hover{
  border-bottom: 4px solid #0093d8;  
  color: #333;
}
.forum table thead tr, .view-forum-topics thead tr, .table-responsive thead tr {
  border: 1px solid #e6e6e6;
  background: #1571A2;
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 5px;
}
.forum table thead tr a{
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}
.view-forum-topics .views-exposed-form .form-row{
  display: flex;
}
.view-forum-topics .form-item-tid{
  max-width: 200px;
}
.view-forum-topics .form-actions{
  max-width: 100px;
}
.view-forum-topics .view-filters label{
  font-weight: bold;
}
.forum .table tr th, .view-forum-topics table tr th, .table-responsive table tr th{
  font-weight: 600;
  font-size: 15px;
  padding: 10px;
  box-shadow: none;
  background-color: transparent;
  background: transparent;
}
.forum .table > :not(:first-child), .view-forum-topics .table > :not(:first-child), .table-responsive .table > :not(:first-child){
  border-top: none;
}
.comment.forum-comment{
  display: flex;
}
#edit-preview{
  display: none;
}
#edit-comment-body-0-format-help{
  display: none;
}
#edit-comment-body-0-format-guidelines{
  display: none;
}
.path-forum ul.action-links{
  margin-left: 0;
  padding-left: 0;
}
.path-forum ul.action-links li{
  padding: 0;
}

.forum .table-striped > tbody > tr:nth-of-type(2n+1) > *{
  --bs-table-accent-bg:#fff;
}
.forum-table table td, .view-forum-topics table td, .forum table td, .table-responsive table td{
  --bs-table-accent-bg:#fff;
}
.forum-table-eqw th:nth-child(1) {
  width: 30%;
}
.forum-table-eqw th:nth-child(2) {
  width: 20%;
}
.forum-table-eqw th:nth-child(3) {
  width: 20%;
}
.forum-table-eqw th:nth-child(4) {
  width: 30%;
}
.view-id-inbox .view-header{
  margin-top: 10px;
}



/* GHG Exam Application */
#edit-steps-label {
  display: none;
}
.node-urban-ghg-exam-application-step-1-form, .node-urban-ghg-exam-application-step-2-form, .node-urban-ghg-exam-application-step-3-form{
  margin-bottom: 20px;  
}
.node-urban-ghg-exam-application-step-1-form .field-group-fieldset legend{
  display: block;
  color: #fff;
  background: #0093d7;
}
.card-body.ghg-exam-application{
  padding: 0 5% 3%;
}
.ghg-exam-application-wrap h2{
  font-weight: 200;
  font-size: 3.15em;
  padding-top:20px;
  margin: 0px;
}
.ghg-exam-application-wrap .card-header p{
  font-weight: 200;
  font-size: 21px;
  margin-bottom:8px;
}
.ghg-exam-application-wrap .card-body h2{
  font-weight: 200;
  font-size: 2.1em;
  padding-top:0px;
  margin: 0px;
}

.ghg-exam-application-wrap label{
  font-weight: 600;
}
.ghg-exam-application-wrap label.form-check-label{
  font-weight: 400;
}
.ghg-exam-application-wrap .field--widget-options-buttons .fieldset-legend{
  font-weight: 600;
}
.ghg-exam-application-wrap #edit-revision-information{
  display: none;
}
.ghg-exam-application-wrap .form-wrapper{
  margin-bottom: 3rem !important;
}
.ghg-exam-application-wrap .field-multiple-drag{
  display: none;
}
.js .field--widget-paragraphs .field-multiple-drag{
  display: none;
}

.ghg-exam-application-wrap .field--name-field-reference-information td{
  padding-left: 10px;
  padding-right: 10px;
}
.ghg-exam-application-wrap .reference-information-sub-wrap{
  float: left;
  width: 100%;  
}
.ghg-exam-application-wrap .reference-information-sub-wrap .form-wrapper{
  float: left;
  width: 45%;
  margin-right: 2%;
}
.ghg-exam-application-wrap .paragraph-top, .ghg-exam-application-wrap .paragraph-type-top{
  display: none;
}
.ghg-exam-application-wrap .paragraphs-dropdown-toggle{
  display: none;
}
.ghg-exam-application-wrap .tabledrag-toggle-weight-wrapper{
  display: none;
}

.ghg-exam-application-wrap .form-actions .button{
  float: left;
  width: 150px;
  margin-right: 15px;
  margin-bottom: 25px;
}
.path-ghg-exam-application #block-usgbc-page-title, .node--type-urban-ghg-exam-application #block-usgbc-page-title, .node--type-urban-ghg-exam-application .tabs{
  display: none;
}
.ghg-exam-application-wrap{
  margin-top: 2rem;
}

.node--type-urban-ghg-exam-application .field--name-field-reference-information > .field__label, .node--type-urban-ghg-exam-application .field--name-field-education > .field__label,
.node--type-urban-ghg-exam-application .field--name-field-work-experience > .field__label {
  border-bottom: #ccc 5px solid;
  padding: 10px 0;
  font-weight: 700;
  margin-bottom: 15px;
}
.node--type-urban-ghg-exam-application .field--name-field-reference-information .paragraph-wrap, .node--type-urban-ghg-exam-application .field--name-field-education .paragraph-wrap, 
.node--type-urban-ghg-exam-application .field--name-field-work-experience .paragraph-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.node--type-urban-ghg-exam-application .node--view-mode-full .field__label{
  min-width: 50%;
}
.node--type-urban-ghg-exam-application .node--view-mode-full .paragraph-wrap .field--label-inline{
  padding-top: 5px;
  padding-bottom: 5px;
}
.node--type-urban-ghg-exam-application .node--view-mode-full .field--name-field-education, .node--type-urban-ghg-exam-application .node--view-mode-full .field--name-field-reference-information, 
.node--type-urban-ghg-exam-application .node--view-mode-full .field--name-field-work-experience {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.node-actions{
  margin-bottom: 15px;
}
.page-view-inbox .view-id-inbox .field--name-owner, .page-view-inbox .view-id-inbox .field--name-created {
  display: none;
}
.private-message-add-form  .form-actions{
  max-width: 125px;
}
.private-message-add-form label{
  font-weight: 600;
}
#thread-members-display-container{
  margin-bottom: 15px;
}
.path-private-messages .private-message-wrapper  .flag{
  display: none;
}
.path-private-messages .private-message-author-self{
  text-align: left;
}
#private-message-page{
  max-width: 800px;
  background-color: #ffffff;
  padding: 15px;
}
#private-message-page .private-message-thread-full .field--name-private-messages .private-message .field--name-created{
  float: left;
  margin-right: 10px;
}
.path-private-messages .private-message-author-self .field--name-message{
  text-align: left;
  background-color: #86BB71;
  margin-right: 10%;
  color: white;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  margin-bottom: 30px;
}
.path-private-messages .field--name-message p:last-child{
  margin-bottom: 0;
}
.path-private-messages .private-message-author-other{
  text-align: right;
}
.path-private-messages .private-message-author-other .field--name-message{
  text-align: right;
  background-color: #94C2ED;
  margin-left: 10%;
  color: white;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  margin-bottom: 5px;
}
#private-message-page .private-message-thread-full .field--name-private-messages .private-message.private-message-author-other .field--name-created{
  float: right;
  margin-left: 10px;
}
#private-message-page .private-message-thread-full .field--name-private-messages .private-message{
  border: none;
}
#private-message-page .private-message-thread-full .field--name-owner{
  margin-bottom: 0;
}
#private-message-page .field--name-private-messages > .field__label{
  display: none;
}
.private-message-recipients{
  border-bottom: 2px solid #efefef;
  margin-bottom:10px;
}




.profile-edit-page .sidebar_first{
  display: none;
}


body.narrow-page .block-system-main-block{
  background: white;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  max-width: 680px;
  margin: 0 auto;
}
/*body.narrow-page h1.title{
  display: none;
}*/
body.narrow-page .alert{
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.alert svg {
  height: 20px;
}

.application-payment-form fieldset{
  margin-bottom: 2rem !important;
}
.validation-label {
  font-size: 11px;
  padding: 3px;
  display: block;
  color: #8d494a;
}
input.invalid, input.error {
  background: #fceded;
  border-color: #c9b3b4;
  color: #8d5758 !important;
}
.actions-list .btn-primary{
  padding: 10px;
}
.actions-list span.usd-btn-text {
  margin-left: 15px;
  font-weight: 500;
  font-size: 16px;
  top: 3px;
  position: relative;
}
.actions-list #cancel_payment {
  float: right;
  line-height: normal;
  font-weight: 600;
  font-size: 15px;
  padding: 8px 10px;
  background: #f54545;
  border: 1px solid #ed6d6d;
  color: #FFFFFF;
}
.card-type-wrap{
  margin-bottom: 2rem;
}
#edit-payment-type--wrapper{
  display: none;
}
#edit-card-type--wrapper{
  display: none;
}

.card-type-wrap .card-holder .mastercard,
.card-type-wrap .card-holder .visa,
.card-type-wrap .card-holder .discover,
.card-type-wrap .card-holder .amex {
  display: block;
  float: left;
  padding: 4px 0;
  background: url(../images/credit_cards/mastercard.png) left -4px no-repeat;
  text-indent: -9999px;
  width: 40px;
  position: relative;
  height: 25px;
  opacity: 0.3;
}
.card-type-wrap .card-holder .visa {
  background-image: url(../images/credit_cards/visa.png);
}
.card-type-wrap .card-holder .discover {
  background-image: url(../images/credit_cards/discover.png);
}
.card-type-wrap .card-holder .amex {
  background-image: url(../images/credit_cards/amex.png);
}
.card-type-wrap .card-holder{
  width: 36px;
}
.field-label.product-title-lable{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.field-label.product-amount-lable{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.field-name-field-project-area{
  display: flex;
}
.field-name-field-project-area .field-items{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
#payment-confirmation {
  font-size: 15px;
}
#payment-confirmation th {
  padding-right: 50px;
  background-color: #FFFFFF;
  color: #333;
}
#payment-confirmation td {
  background-color: #FFFFFF;
  color: #333;
}

.page-user-view .block-page-title-block{
  display: none;
}
.page-user-view .tabs{
  display: none;
}
.page-user-view article.profile{
  display: none;
}
.ghg-exam-application-wrap .js-form-type-vertical-tabs{
  display: none;
}
.app-status-wrap{
  display: flex;
}
.app-status-wrap .app-status{
  margin-right: 10%;
  margin-bottom: 0;
  padding-top: 8px;
}
.app-status-wrap .fas{
  color: #0698d8;
}
.app-status-wrap .btn-primary{
  padding: .5rem .9rem;
}
#block-accountapply .card-body{
  padding: 15px;
}
.page-user-view .table-responsive thead tr{
  background-color: #FFFFFF;
  color: #333;
  border-color: #FFFFFF;
}
.page-user-view .sidebar .block{
  padding: 0;
}
.page-user-view .block-system-main-block{
  /*margin-top: 20px;*/
}
.page-user-view .table-responsive thead th{
  background-color: #FFFFFF;
  color: #333;
  border-color: #FFFFFF;
  border-bottom-color: #eee;
  padding-left: 0;
  padding-right: 0;
}
.page-user-view .table-responsive tbody tr.odd{
  background-color: #FFFFFF;
  color: #333;
}
.page-user-view .table-responsive tbody tr{
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.page-user-view .table-responsive tbody tr td{
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  padding-left: 0;
  padding-right: 0;
}
.page-user-view .table-striped>tbody>tr:nth-of-type(odd)>*{
  --bs-table-accent-bg:#FFFFFF;
}
.block-views-blockmy-orders-block-1{
  padding-top: 20px;
}
.block-views-blockmy-orders-block-1 h2{
  background-color: #0698d8;
  color: #ffffff;
  font-size: 1.75rem;
  padding: .5rem 1rem;
  padding-top: 10px;
  margin-bottom: 0;
}
.block-views-blockmy-orders-block-1 .content{
  padding: 2rem;
  background: #FFFFFF;
}

/*Events new list view styles*/

.path-events #page, .path-events #main-wrapper  {
  background-color: #FFF;
}

.path-events .header {
  border-bottom: 1px solid #efefef;
}

.path-events .views-exposed-form {
  background-color: #efefef;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid #0093d8!important;
}

.path-events span.date-display-single {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  color: #45494E;
  font-size: 12px;
  line-height: 15px;
  height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0px;
}

.event-details.col-md-9 {
  background: #f5f5f5;
  border: 1px solid #efefef;
}

.path-events section#block-system-main {
  background: none;
}

.path-events .region.region-content {
  background: none;
}

.path-events .views-field.views-field-nothing {
  margin-top: 20px;
  min-width: 350px;
}

.path-events .col-md-12.event-row {
  display:flex;
  background: #fff;
  padding-left: 0px;
  padding-right: 0px;
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 8px 6px -6px #efefef;
  -moz-box-shadow: 0 8px 6px -6px #efefef;
  box-shadow: 0 8px 6px -6px #efefef;
}

.node-type-article .region.region-content {
  background: none;
  margin-top:10px;
}

.path-events .col-md-3.event-image {
  width: fit-content;
  padding: 0;
  padding-right: 0;
}

.path-events .eventfooter {
  border-top: #ccc 1px solid;
  bottom: -45px;
  width: 100%;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 600;
  color: #333;
}

.path-events p.event-title {
  text-overflow: ellipsis!important;
  line-height: 1;
  display: block;
  display: -webkit-box;
  max-height: 35px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #282C35;
  font-size: 20px;
  max-height: 40px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0;
  height: 35px;
  margin-bottom: 10px;
  padding-top: 15px;
}

.event-listing-row .event-description {
  min-height: 78px;
}

.path-events .event-location {
  /*position: relative;*/
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  bottom: 40px;
}

.path-events p.event-start-date {
  padding-bottom: 5px;
}
.path-events .mb-3 {
  margin-bottom: 0px !important;
}

.event-highlight-summary .field--name-field-event-feature-image > img {
  height: auto;
  max-width: 100%;
}

.event-highlight-summary .field--name-field-event-terms {
  display: inline-block;
  margin-right: 5px;
  background-color: #CFCFCF;
}

.event-highlight-summary .field--name-field-event-terms a {
  display: inline-block;
  padding: .2em .6em .3em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0em;
  text-decoration: none;
}

.event-highlight-summary h2 a {
  text-decoration: none;
}

.event-highlight-summary .col-md-12 {
  margin: 10px;
  background: #fff;
  padding:0px;
}

/* Fieldgroup Tabs */
.horizontal-tab-button > a > strong {
  font-weight: inherit;
}

.horizontal-tab-button > a > .form-required {
  display: none;
}

.horizontal-tabs ul.horizontal-tabs-list li {
  background: #fff;
  border-right: 0;
  padding: 1px;
  padding-top: 0;
  margin: 0;
  min-width: 16.666666%;
  float: left;
  text-align: center;
}

div.horizontal-tabs {
  margin: 0 0 1em 0;
  padding: 0;
  border: 0;
  position: relative;
}

.field-collection-view {
  padding-bottom: 2em;
}


.horizontal-tabs ul.horizontal-tabs-list li.selected,
.horizontal-tabs ul.horizontal-tabs-list li:hover,
.horizontal-tabs ul.horizontal-tabs-list li:focus {
  background-color: #fff;
  border: 0px solid #fff;
  border-bottom-color: #133F64;
  border-bottom-width: 4px;
}

.horizontal-tabs ul.horizontal-tabs-list li {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.horizontal-tabs ul.horizontal-tabs-list {
  display: inline-block;
  margin: 0;
  border: 0;
  padding: 0px;
  position: relative;
  list-style: none;
  list-style-image: none;
  background-color: #fff;
//border-bottom: #ccc 1px solid;
  width: 100%;
  height: auto;
  clear: both;
  margin-bottom: 5px;
}
.horizontal-tabs ul.horizontal-tabs-list li a, .horizontal-tabs ul.horizontal-tabs-list li.selected a {
  display: block;
  text-decoration: none;
  padding: 1em 0.6em 0.7em 0.6em;
  position: relative;
  top: 0px;
}

.horizontal-tab-button a {
  color: #626262;
}

.horizontal-tabs ul.horizontal-tabs-list .selected strong {
  color: #1C5A8D;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.horizontal-tabs ul.horizontal-tabs-list .last .selected strong {
  color: #fff;
}

legend.panel-heading {
  display: none;
}

.node-type-event .horizontal-tabs ul.horizontal-tabs-list li.last:hover {
  background-color: #133F64;
}

.node-type-event .horizontal-tabs ul.horizontal-tabs-list li.last a:hover {
  color: #fff;
}

/* New calendar styles */
.new-main-date {
  color: #8CB4E0;
  font-weight: bold;
  line-height: 1.1;
  padding-top: 20px;
}
abbr{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.date-range-day .sep {
  float: left;
  font-size: 2.9em;
  position: relative;
  top: -0.2em;
  margin-right: 0.2em;
  font-weight: normal;
}
.new-main-date .new-day {
  color: #649AD5;
  font-size: 2.9em;
  font-weight: bold;
  display: block;
  float: left;
  position: relative;
  margin-right: 0.15em;
  margin-top: -0.14em;
}
.new-main-date .new-month {
  text-transform: uppercase;
  display: block;
  font-size: 1.125em;
}
.new-main-date .new-year {
  text-transform: uppercase;
  font-size: 1.125em;
  display: block;
  margin-top: 0.1em;
}
.form-item-field-location-proximity-value {
  display: none;
}
.origin-address-autocomplete label, .origin-address-autocomplete small {
  display: none;
}
.path-events .bef-exposed-form {

}
.path-events .bef-exposed-form fieldset {
  display: flex;
  align-items: center;
  margin-left:15px;
}
.path-events .bef-exposed-form fieldset legend {
  width:auto;
}

/**************** End of event style ****************/

/** Exam **/ 
.node-exam-registration-form label,
.node-exam-registration-edit-form label {
  color: #333;
}
.node-exam-registration-form small,
.node-exam-registration-edit-form small {
  display: block;
  color: #737373 !important;
  font-style: italic;
  font-weight: 300;
}
.node-exam-registration-form #edit-revision-information{
  display: none;
}
body.node--type-exam-registration .block-system-main-block{
  max-width: 900px;
}
.node-urban-ghg-exam-application-edit-form .field--widget-string-textarea .input-group{
  flex-direction: column;
}
.node-urban-ghg-exam-application-edit-form .input-group .form-textarea-wrapper{

}
.tbc-black th{
  color: #333;
}
.tbc-black td{
  color: #333;
}

.page-view-credential-maintenance .layout-main-wrapper{
  margin-top: 25px;
} 
.page-view-credential-maintenance .main-content section.section .content-body{
  background-color: #ffffff;
  padding: 40px 20px;
}
.page-view-credential-maintenance #block-usgbc-page-title{
  display: none;
}
.progress{
  height: 1.8rem;
}
.progress-bar-success{
  background-color: #5cb85c;
  height: 1.8rem;
}
.progress-bar {
  font-size: 12px;
}
.page-view-credential-maintenance .block-credential-maintenance-side-block{
  padding-left: 4px;
  padding-right: 4px;
}
.page-view-credential-maintenance .block-credential-maintenance-side-block div{
  font-size: 14px;
}
.page-view-credential-maintenance .block-credential-maintenance-side-block tr{
  background-color: #FFFFFF;
}
.page-view-credential-maintenance .block-credential-maintenance-side-block tr td{
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  font-size: 14px;
  padding: 8px;
}
.view-credential-maintenance .table-responsive table td{  
  border: none;  
}
.view-credential-maintenance .table-responsive tbody td {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

.block-views-blockwork-experience-block-1 .table-responsive table tr{
  border: none;
}
.block-views-blockwork-experience-block-1 .table-responsive table tr th{
  background-color: #FFFFFF;
  border: none;
  border-bottom: 2px solid #ddd;
  vertical-align:bottom;
  color: #333;
  padding: 8px;
}
.block-views-blockwork-experience-block-1 .table-responsive table tr td{  
  border: none;  
}

.view-credential-maintenance .table-responsive table tr{
  border: none;
}
.view-credential-maintenance .table-responsive table tr th{
  background-color: #FFFFFF;
  border: none;
  border-bottom: 2px solid #ddd;
  vertical-align:bottom;
  color: #333;
  padding: 8px;
}
.view-work-experience .views-empty{
  text-align: center;
  color: #6c757d;
}
.page-view-credential-maintenance .sidebar_first{
  min-width: 366px;
}
.cm-actions a{
  margin: 5px;
  padding: .4em .9em;
  border: none;
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl{
    max-width: 1140px;
  }
  #navbar-main .container{
    max-width: 1170px;
    padding-left:15px;
    padding-right:70px;
  } 
}
.main-container.container {
  max-width: 1170px;
  padding: 25px 15px;
  margin: 0 auto;
}
.node--type-page .main-container.container, .node--type-resource .main-container.container {
  max-width: 900px;
}
.node--type-resource #block-usgbc-content {
  background: #FFFFFF;
  padding: 20px;
}
.field--type-comment {
  margin-top:20px;
}
.field--name-field-downloadable-resource .field__item {
  margin-top: 15px;
}
.node--type-resource #block-usgbc-page-title h1 {
  margin-top:80px;
}
.node__content {
  margin: 0px;
}
.text-right{
  text-align: right;
}
.hide-tabs .primary.nav-tabs{
  display: none;
}
.view-id-work_experience .field__label{
  font-weight: 600;
}
.view-id-work_experience .paragraph-wrap{
  padding-top: 0;
  padding-bottom: 0;
}
.view-id-work_experience .paragraph-wrap .container{
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.mr-10{
  margin-right: 10px;
}
.activity-description{
  display: none;
}
form.node-form .vertical-tabs{
  display: none;
}
.description--label-help{
  font-style: italic;
}
.view-id-my_credential #view-title-table-column, th.heading-1{
  width: 30%;
}
th.heading-2{
  width: 20%;
}
th.heading-3{
  width: 25%;
}
th.heading-4{
  width: 25%;
}

.select2-container--default .select2-selection--single{
  border-radius: 0;
  border: 1px solid #ced4da;
  height: 36px;
  padding-top: 3px;
}
.page-hide-title .block-page-title-block{
  display: none;
}
body.node--type-landing-page .site-footer{
  margin-top: 0;
}
body.node--type-landing-page .alert{
 margin-top: 0;
 margin-bottom: 0;
}

.view-people-directory .view-header h2{
  font-weight: 400;
  border-bottom: 1px solid #eee;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 2.1em;
}
.view-people-directory .views-row{
  border-bottom: 1px solid #eee;
}
.view-people-directory .people-list-box {
    border-bottom: 1px solid #efefef;
    margin-bottom: 1%;
    padding-top: 2%;
    padding-bottom: 2%;
}
.view-people-directory .views-row article .image-style-medium{
  height: auto;
}
.view-people-directory .views-row article a {
  text-decoration: none;
  color: #555;
}
.view-people-directory .views-row article a:hover {
  color: #133F64;
}
.view-people-directory .people-list-box h4 {
    font-weight: 600;
    padding-top: 0px;
    margin: 0px;
}
.people-list-bio {
  font-size: 12px;
  font-weight: 400;
  color: #777;
  width: 100%;
  margin-bottom: 5px;
}
.people-list-box .people-location{
  font-size: 11px;
  color: #333;
}
#views-exposed-form-people-directory-page-1 .form-control{
  font-size: 13px;
  max-height: 34.5px;
}
#views-exposed-form-people-directory-page-1 .form-item-search-api-fulltext{
  width: 77%;
  margin-bottom: 0 !important;
  padding-right: 15px;
}
#views-exposed-form-people-directory-page-1 .form-actions{
  width: 20%;
  display: flex;
  margin-bottom: 0 !important;
}
#views-exposed-form-people-directory-page-1 .form-actions input:nth-child(2){
  margin-left: 15px;  
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

#views-exposed-form-people-directory-page-1 .form-item-search-api-fulltext label{
  display: none;
}
ul.facets-widget-checkbox{
  padding-left: 0;
}
.badge-secondary-gh{
  background-color: #5bc0de;
}
.label-kicker {
  width: 5rem;
  border-top: 0.3em solid #afcf33;
  margin-bottom: 1.5em;
}
.block-facets h2{
  border-bottom: none;
  font-size: 1.2em;
  color: #352f44;
  text-transform: uppercase;
  font-weight: 600;
}
.block-facets .form-check-label {
  text-decoration: none;
  color: #333;
  font-weight: 400;
  margin-left: 0.2em;
  margin-top: 0.1em;
  margin-bottom: 0;
  font-size: 14px;
  cursor: pointer;
}
.block-facets .form-check-label:hover {
  color: #008000;
}
@media (max-width: 992px){
  #views-exposed-form-people-directory-page-1 .form-item-search-api-fulltext{
    width: 100%;    
  }
  #views-exposed-form-people-directory-page-1 .form-actions{
    margin-top: 1rem;
    width: 100%;    
  }
}
@media (max-width: 1200px){
    .header .navbar-nav{
        float: right;
    }
}
#edit-field-personal-biography-0-format-help{
  display: none;
}
#edit-field-personal-biography-0-format-guidelines{
  display: none;
}
.node--unpublished{
  padding: 0;
}
.education-info{
  padding-top: 5px;
  padding-bottom: 5px;
}
.related-work-info{
  padding-top: 5px;
  padding-bottom: 5px;
}
.paragraph--type--background-image{
  min-height: 200px;
}
.block-account-grid-block h3{
  margin-top: 0;
  margin-bottom: 0;
}
.block-account-grid-block p{  
  margin-bottom: 0;
}
h3.panel-title{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
#views-exposed-form-people-directory-page-1 .form-actions input{
  margin: 0;
}
#page-wrapper #block-accountapply .btn-primary{
  padding: .4em .9em;
}

.node-form .field--name-field-city{
  border: 1px solid #e6e6e6;
}
.node-form .field--name-field-city summary{
  background-color: #1C5A8D;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}
.node-form .field--name-field-city summary::marker {
  display: none;
  width: 0;
}
.node-form .field--name-field-city .details-wrapper{
  padding: 15px;
}
.node-form .field--name-field-city details{
  margin-bottom: 0 !important;
}
.node-form .field--name-field-city details > summary {
  padding-left: 15px;
  list-style: none;
}
.node-form .field--name-field-city details > summary::-webkit-details-marker {
  display: none;
}
.node-form .field--name-field-city details.form-wrapper{
  margin-bottom: 0!important;
}
.node-form .field--name-field-city .form-wrapper{
  margin-bottom: 0!important;
}
#page-wrapper .node-exam-registration-form .btn-primary{
  margin: 0;
}
.node-exam-registration-form #edit-group-top-info summary{
  display: none;
}
.node-exam-registration-form #edit-group-top-info .details-wrapper{
  margin-top: 20px;
}
#page-wrapper .actions-list .btn-primary{
  margin: 0;
}
.path-registration-confirmation h1.title, .path-user-pass-confirmation h1.title {
    text-align: center;
    font-weight: 300;
    margin: 5%;
    font-size: 2.5em;
}
.select-wrapper{
    display: block;
}
.form-item-field-ce-course-description-0-value .input-group-prepend, .form-item-field-ce-course-description-0-value .form-textarea-wrapper, .form-item-field-ce-course-description-0-value textarea.form-control{
    width: 100%;
}
#page-wrapper .node-ce-hours-form .btn-primary{
    margin: 0;
}
.profile-info .field--name-field-user-avatar img{
    height: auto;
    margin-bottom: 20px;
}
.form-item-masquerade-as .form-control{
    min-width: 350px;
}
.biography-top .credential{
    padding-bottom: 15px;
}
.path-user .row.biography {
    border-top: 5px solid #efefef;
    min-height: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
}
body.white-bg.user-profile-view .block-system-main-block{
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
}
body.white-bg.user-profile-view .block-system-main-block .row{
    background-color: #FFFFFF;
}
body.white-bg.user-profile-view .block-system-main-block .biography-top{
    padding-top: 15px;
}
body.white-bg.user-profile-view .panel.profile-info, body.white-bg.user-profile-view .biography-info{
    padding-left: 5px;
    padding-right: 5px;
}
body.white-bg.user-profile-view .user-title {
    color: #4b94d9;
    margin-top: 0px;
    font-size: 2.5em;
}
.label.label-info {
    background-color: #5bc0de;
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.pagination{
    margin-top: 10px;
    align-content: center;
    justify-content: center;
}
.user-logged-in  .header .navbar-nav .dropdown-menu .dropdown-item a.nav-link--user-login{
    display: none;
}


/*************** old css *************/
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5em;
    }
}
.path-people-directory .main-container.container, .page-user-view .main-container.container {
  max-width:1160px;
  padding-top:40px;
}
.path-people-directory .view-people-directory {
    padding: 2%;
    margin-bottom: 0;
    padding-bottom: 0;
    background: #FFFFFF;
}
.user-profile-container, .user-profile-view .section {
  background: #FFFFFF;
  padding: 20px 0px;
}
.user-profile-view .section {
  padding: 20px 10px;
}
.user-profile-container .order-first, .user-profile-container .profile-block {
  padding: 0 15px;
}
.user-profile-container .user-picture img {
  height: auto;
}
.order-first .card-body {
  padding: 16px;
}
.order-first .card-body.user-picture {
  padding: 0px;
}
.user-profile-container p.user-designation {
  font-size: 16px;
}
.user-profile-container table {
  margin-bottom: 0px;
}
a {
  color: #1C5A8D;
  text-decoration: none;
}

a:hover, a:focus {
  color: #133F64;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #133F64;
}
.btn{
  background: #1C5A8D;
}
a.btn, a.button, button#edit-submit{
  background: #1C5A8D;
}
.view-people-directory .label-info, .credential .label-info{
  background: #1C5A8D;
}
.form-control.form-file .form-submit{
  color: white;
}
.form-control.form-file btn.form-submit{
  background: #133F64;
  color: white;
}
.btn.btn-danger{
  background: #d2322d;
}
.btn-info{
  border-color: #1C5A8D;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active{
  background: #133F64;
  background-color: #133F64;
  border-color: #133F64;
}
.views-reset-button .btn.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

#sliding-popup .popup-content #popup-buttons button{
  color: #fff;
  background: #1C5A8D;
  border-color: #1C5A8D;
}
#sliding-popup .popup-content #popup-buttons button:hover{
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.views-widget-filter-search_api_views_fulltext label{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.node-urban_ghg_exam_application-form #edit-previous{
  margin-bottom: 10px;
  color: #333;
  background-color: #ebebeb;
  border-color: #133F64;
}
.node-urban_ghg_exam_application-form #edit-previous:hover{
  margin-bottom: 10px;
  color: #133F64;
  background-color: #ebebeb;
  border-color: #133F64;
}
.node-urban_ghg_exam_application-form #edit-submit{
  margin-top: 0;
  margin-bottom: 10px;
  color: white;
  font-weight: 600;
  background-color: #1C5A8D;
  border-color: #1C5A8D;
}
.node-urban_ghg_exam_application-form #edit-next{
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 5px;
  color: white;
  font-weight: 600;
  background-color: #1C5A8D;
  border-color: #1C5A8D;
}
.node-urban_ghg_exam_application-form #edit-skip{
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 5px;
  color: white;
  font-weight: 600;
  background-color: #1C5A8D;
  border-color: #1C5A8D;
}
.node-urban_ghg_exam_application-form #edit-submit:hover, .node-urban_ghg_exam_application-form #edit-next:hover, .node-urban_ghg_exam_application-form #edit-skip:hover{
  background-color: #133F64;
  border-color: #133F64;
}
.node-urban_ghg_exam_application-form #edit-delete{
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 5px;
  color: white;
  font-weight: 600;
}
.site-footer {
  padding: 0px;
}
.footer-row {
  max-width: 900px;
  margin: auto;
  padding-top: 30px;
  text-align: center;
}
footer h4 {
  color: #FFFFFF;
}
.pull-left-res {
  float: left;
}
.footer-links {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  text-align: left;
}
.view-people-directory .badge.badge-secondary-gh {
  background: #1C5A8D;
}
.user-form {
  background: #FFFFFF;
  padding-top:20px;
}
.user-form .horizontal-tabs {
  border: none;
  padding: 0px 15px;
}
.user-form .horizontal-tabs-list, .user-form .horizontal-tab-button {
  background: #FFFFFF;
}
.user-form .horizontal-tabs-panes {
  padding: 25px 15px;
}
.user-form .horizontal-tabs ul.horizontal-tabs-list li {
  text-transform: uppercase;
  font-size: 10px;
  border: 0px solid #fff;
  letter-spacing: 0.1em;
}
.user-form .horizontal-tabs ul.horizontal-tabs-list li:hover {
  border-bottom-color: #133F64;
  border-bottom-width: 4px;
}
.user-form .horizontal-tab-button a {
  color:#626262;
}
.user-form .horizontal-tab-button a:hover {
  background-color: #ededdd;
}

.user-form .horizontal-tabs ul.horizontal-tabs-list li.selected a{
  color: #133F64;
}
.user-form .horizontal-tabs ul.horizontal-tabs-list li.selected {
  border-bottom-color: #133F64;
  border-bottom-width: 4px;
}

.user-form .horizontal-tab-button a strong {
  font-weight: 400;
}
.user-form .horizontal-tab-button > a > .form-required {
  display: block;
}
.user-form .form-wrapper {
  margin-bottom: 20px !important;
}
.user-form .field--type-address summary {
  background: #1C5A8D;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
}
.user-form .field--type-address details .details-wrapper {
  padding: 30px 15px 15px;
  border: 1px solid #ddd;
}
.user-form .form-actions {
  text-align: right;
  padding: 10px 40px 40px;
}
.user-form .form-actions input, .ghg-exam-application .field-add-more-submit {
  width: auto;
}
.ghg-exam-application .field--type-entity-reference-revisions table th {
  border: none;
  padding: 0px;
}
.ghg-exam-application .field--type-entity-reference-revisions thead tr,
.ghg-exam-application .field--type-entity-reference-revisions tbody tr {
  background: #FFFFFF;
  border: none;
  border-bottom: 1px solid #ddd;
}
.ghg-exam-application .table-responsive tr td {
  border: none;
}
.ghg-exam-application .field--type-entity-reference-revisions thead tr h4 {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.ghg-exam-application .table>:not(caption)>*>* {
  box-shadow: none !important;
}
.alert-wrapper {
  position: relative !important;
}
.alert-wrapper .alert {
  margin-bottom: 10px;
}
.alert svg {
  align-self: flex-start;
  margin-top: 5px;
}
.alert-wrapper hr {
  margin: 0px;
  padding: 0px;
  height: 0px;
}
.path-ghg-exam-application .alert-wrapper .alert-success,
.node--type-urban-ghg-exam-application .alert-wrapper .alert-success {
  display: none !important;
}
.alert-wrapper svg, 
.alert-wrapper h2 {
  display: none !important;
}
.wb-payment-page main, .white-bg-container-small, .path-wb .main-content .section {
  max-width: 640px;
  background: #FFFFFF;
  padding: 20px;
  margin: 0 auto;
}
.white-bg-container-small {
  max-width: 900px;
  padding: 20px;
}
.wb-payment-page main form {
  padding: 0px;
}
.orange-banner {
  text-align: left;
}
.view-resources thead {
  display: none;
}
.view-resources .view-content {
  margin-left:0px;
}
.view-resources td.views-field.views-field-nothing {
  display: none;
}
.view-resources td.views-field.views-field-draggableviews {
  display: none;
}
.view-resources td.views-field.views-field-title {
  border: none;
  border-bottom:1px solid #ddd;
}
.view-resources tr:last-child td.views-field.views-field-title {
  border: none;
}
.field--name-field-support-ghg thead {
  display: none;
}

.field--name-field-support-ghg tbody tr, .field--name-field-support-ghg .table-striped>tbody>tr:nth-of-type(odd)>* {
  background: #FFF !important;
  border: none;
}

.field--name-field-support-ghg tbody tr td:nth-child(3),
.field--name-field-support-ghg tbody tr td:nth-child(1) {
  display: none;
}

.field--name-field-support-ghg .field--name-field-city-region-of-ghg-invento .form-control {
  width: 100%;
}

.page-view-credential-maintenance .form-actions {
  text-align: right;
  display: flex;
  gap: 20px;
  justify-content: right;
}
.page-view-credential-maintenance .form-actions a:hover {
  background: #d21812;
}
.node-ce-hours-form, .node-ce-hours-edit-form {
  background: #FFF;
  padding: 20px;
}
.site-footer .modal-content {
  color: #000000;
  font-size: 14px;
  text-align: left;
}
#logout-confirm-modal .modal-footer {
  display: flex;
  justify-content: space-between;
}
.view-advanced-forum-active-topics,
.view-advanced-forum-unanswered-topics, .view-advanced-forum-new-topics {
  padding: 20px;
  background: #FFF;
}
.view-advanced-forum-active-topics .view-header {
  float: right;
  padding: 20px;
}
/** EU cookie **/
#sliding-popup .popup-content #popup-text p {
  font-size: 15px;
  font-weight: normal;
}
#sliding-popup .popup-content #popup-buttons button {
    cursor: pointer;
    margin-right: 5px;
    margin-top: 1em;
    padding: .5em 1.5em;
    display: inline-block;
    outline: none;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
    transition: all 0.2s ease;
    color: white;
    border-radius: 0;
    background: #1C5A8D;
    width: auto;
    white-space: normal;
}
#sliding-popup .popup-content #popup-buttons button:hover {
    background: #3276b1;
    color: white;
}
#sliding-popup .popup-content #popup-buttons button.decline-button {
  display: none;
}
.eu-cookie-compliance-content {
  max-width:90%;
}
.eu-cookie-compliance-message {
  max-width: 75%;
  margin: 15px 0 0;
}
.eu-cookie-compliance-message a {
  color: #FFF;
}
/** End style **/

.fas.fa-circle {
  font-weight:normal;
}
.node-work-experience-form label, .node-work-experience-edit-form label {
  font-size: 12px;
}
.field-group-html-element.d-flex .form-wrapper {
  width: 48%;
}
a.button {
  padding: 12px 12px;
  text-decoration: none;
  color: #FFF;
}