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

a.logo img {
    width: 46px;
    height: 60px;
}

@media only screen and (max-width: 768px) {
  .navbar .logo {
    padding-right: 0;
    padding-left: 10px;
  }
}

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

.navbar-default {
  background-color: transparent;
  z-index: 1;
}
.navbar-default .navbar-nav > li > a {
  color: #858585;
}

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

@media only screen and (max-width: 767px) {
  .navbar-collapse.in {
    background: white;
  }
}

.logo img {
  max-width: 220px;
  height: auto;
}

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

.navbar-nav > li > a {
  color: #606c76;
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 20px;
}

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

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

@media only screen and (max-width: 768px) {
  .first.leaf > a {
    border: none;
  }
}

@media only screen and (max-width: 768px) {
  .first.leaf > a.active {
    border: none;
  }
}

@media only screen and (max-width: 768px) {
  .last.leaf > a {
    border: none;
  }
}

@media only screen and (max-width: 768px) {
  .last.leaf > a.active {
    border: none;
  }
}

/* Mobile menu */
button.navbar-toggle {
  margin-top: 13px;
}

@media only screen and (max-width: 500px) {
  ul.menu.nav li {
    float: none;
  }
  .social .user-social-icons {
    padding: 0 15px;
    float: none!important;
  }
  .social .user-social-icons span{
    display:block;
  }

}

html, body {
  overflow-x: hidden;
}

/*Content Styles*/
p {
  margin: 0 0 1.8em;
}

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

body {
  font-size: 1.8em;
}

.center {
  text-align: center;
}

h1 {
  font-size: 2.5em;
}

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

h2.title.comment-form {
  font-size: 1.5em;
}

ol {
  padding-bottom: 20px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 30px;
}

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

.page-articles .page-header{
  margin-top:0px;
}

.highlighted {
  padding-bottom: 20px;
}

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

/* Alignment */
.item-left {
  max-width: 45%;
  height: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .item-left {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}

.item-right {
  max-width: 45%;
  height: auto;
  float: right;
  margin-left: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .item-right {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

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

#banner-home {
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 20px;
  min-height: 80vh;
}
#banner-home .bannertext {
  padding-top: 30px;
}

.header-banner {
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 20px;
  min-height: 350px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header-banner {
    background-size: cover;
    background-attachment: scroll;
  }
}

.image-banner {
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  min-height: 350px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.bg-footer {
  margin-bottom: 0px;
  margin-top: 80px;
}

.solid-bg {
  background: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #banner-home, .header-banner, .image-banner {
    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;
}

a.btn, a.button, button#edit-submit {
  padding: .5em 1.5em;
  display: inline-block;
  outline: none;
  *zoom: 1;
  text-align: center;
  font-size: inherit;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
  transition: all 0.2s ease;
  box-sizing: border-box;
  color: white;
  border-radius: 0;
  background: #59CBE8;
  width: auto;
  white-space: normal;
  margin: 5px;
}
a.btn:focus, a.btn:hover, a.button:focus, a.button:hover, button#edit-submit:focus, button#edit-submit:hover {
  background: #5fc3ce;
  color: white;
}

a.btn.btn-primary.btn-sm, button#edit-submit {
  border: none;
  padding: .4em .9em;
}

a.btn.secondary-btn {
  padding: .5em 1.5em;
  display: inline-block;
  outline: none;
  *zoom: 1;
  text-align: center;
  font-size: inherit;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
  transition: all 0.2s ease;
  box-sizing: border-box;
  color: white;
  border-radius: 0;
  background: #44b6d7;
  width: auto;
  white-space: normal;
  margin: 5px;
}
a.btn.secondary-btn:hover, a.btn.secondary-btn:focus {
  background: #299dbf;
  color: white;
}

a.btn.secondary-btn-2 {
  padding: .5em 1.5em;
  display: inline-block;
  outline: none;
  *zoom: 1;
  text-align: center;
  font-size: inherit;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
  transition: all 0.2s ease;
  box-sizing: border-box;
  color: white;
  border-radius: 0;
  background: #0079ab;
  width: auto;
  white-space: normal;
  margin: 5px;
}
a.btn.secondary-btn-2:hover, a.btn.secondary-btn-2:focus {
  background: #005578;
  color: white;
}

a.btn.banner-btn {
  padding: .3em 1.5em;
  display: inline-block;
  outline: none;
  *zoom: 1;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
  border: 3px solid white;
  transition: all 0.2s ease;
  box-sizing: border-box;
  color: white;
  border-radius: 0;
  background: transparent;
  width: auto;
  margin: 5px;
}
a.btn.banner-btn:hover, a.btn.banner-btn:focus {
  background: white;
  color: black;
}

/* 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 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 ahover {
  border: 0px;
  opacity: 1;
}
ul.tabs li.selected:hover {
  text-decoration: none;
}

.project-type {
  width: 150px;
  text-align: center;
  display: block;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .project-type {
    margin: 0 auto;
  }
}

img.project-type {
  opacity: .6;
}
img.project-type:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  img.project-type {
    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;
}

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

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.1em;
  color: black;
}

.node-type-article .field.field-name-field-image.field-type-image.field-label-hidden img {
  margin-top: 10px;
  margin-bottom: 15px;
}
.node-type-article .field-name-body img {
  max-width: 100%;
  height: auto;
}

.view-display-id-page_1 li.views-fluid-grid-inline {
  margin: 5px;
  text-align: left;
  padding: 8px;
}
.view-display-id-page_1 li.views-fluid-grid-inline img {
  width: 250px;
  margin-left: -8px;
}

@media only screen and (max-width: 729px) {
  ul.views-fluid-grid-items-width-250 li.views-fluid-grid-item {
    text-align: center;
  }
}

@media only screen and (max-width: 729px) {
  ul.views-fluid-grid-items-height-300 li.views-fluid-grid-item {
    height: auto;
    padding-bottom: 30px;
  }
}

/* Icons and images */
.icon-item {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: top;
  font-size: .8em;
  font-weight: bold;
  max-width: 150px;
}
.icon-item img {
  max-width: 100px;
}

.icon-logo {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: top;
  font-size: .8em;
}
.icon-logo img {
  max-height: 70px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
}

.icon-container {
  text-align: center;
  clear: both;
  display: block;
  padding-bottom: 40px;
}

.icon-box-basic {
  position: relative;
  margin: 25px 0;
  padding-left: 65px;
  min-height: 40px;
  overflow: hidden;
  text-align: left;
  font-size: .9em;
}
.icon-box-basic img {
  max-width: 50px;
  position: absolute;
  left: 0;
  margin-right: 10px;
}
.icon-box-basic p {
  margin-bottom: 0;
}

/* Content grid */
.listing {
  text-align: left;
}
.listing .col-sm-8 {
  margin-top: 20px;
}

/*Footer Styles*/
.footer {
  width: 100%;
  background: #77787B;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-top: 30px;
}

footer h4 {
  color: white;
}
footer a {
  color: white;
  font-size: .9em;
}
footer a:hover {
  color: white;
  opacity: .8;
}
footer a.btn.banner-btn {
  font-size: .9em;
}
footer label, footer .fa{
  color: #fff;
}
.footer-row {
  max-width: 900px;
  margin: auto;
  padding-top: 30px;
  text-align: center;
}

i.fa:first-of-type {
  margin-right: 10px;
}

.footer-links {
  display: inline-block;
  width: 20%;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: top;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .footer-links {
    float: none;
    width: 90%;
  }
}
.text-align-1{
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .text-align-1{
  text-align: left;
}
}
.region-footer {
  margin: 0 auto;
}

.leaf > a {
  color: #fff;
}

ul.menu.nav {
  display: inline-block;
  padding-top: 15px;
}
ul.menu.nav li {
  float: left;
}

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

.copyright {
  text-align: center;
  color: #fff;
  font-size: .8em;
  padding-top: 18px;
  display: block;
  clear: both;
  border-top: 1px solid #8a8b8f;
}

.region.region-footer {
  max-width: 1050px;
}

/* Full Width Page Landing Pages */
.page-node-8111 .main-container.container, .page-node-3 .main-container.container, .page-node-8112 .main-container.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.page-node-8111 .footer, .page-node-3 .footer, .page-node-8112 .footer {
  margin-top: 0;
}

.page-container {
  max-width: 900px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

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

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

div#overlay-content {
  z-index: 4;
}

/* Credit Library */
.views-field-field-requirements {
  font-size: 13px;
  margin-top: 20px;
}

.field-name-field-rating-system, .field-name-field-credit-category, .field-name-field-short-id {
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
  font-weight: 600;
}

.views-exposed-form label {
  font-weight: 600;
}

.field-name-field-requirements {
  margin-top: 40px;
  margin-bottom: 40px;
}

.node-type-credit h2 {
  margin-top: 0px;
}

.chosen-container {
  border: none;
  padding: 0;
  box-shadow: none;
}

.views-row {
  cursor: pointer;
}
.views-row:hover {
  background: #eee;
}

.views-row-even {
  background: #f7f7f7;
}

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

.list-group {
  padding-left: 20px;
}

.views-field.views-field-field-credit-category {
  color: #aaa;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

.views-field.views-field-field-intent {
  font-size: 14px;
  color: #444444;
}

.views-field-field-short-id {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
}

.views-field-field-points-possible {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 5px;
}

.views-field-field-points-possible::after {
  content: " points";
}

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

/* Article Styles */
.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;
  }
}

.view-display-id-page_1 {
  //text-align: center;
}

.view-display-id-page_1 {
  margin-top: 20px;
}

.feature {
  float: left;
}
@media only screen and (max-width: 991px) {
  .feature {
    float: none;
  }
}
.feature ul.views-fluid-grid-items-width-250 li.views-fluid-grid-item {
  width: 550px;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .feature ul.views-fluid-grid-items-width-250 li.views-fluid-grid-item {
    width: 100%;
  }
}
.feature .views-field.views-field-title {
  background: #00a4e0;
  padding: 10px;
}
.feature img {
  width: 100% !important;
  height: auto;
}
.feature .view-id-articles a {
  font-size: 1.5em;
  color: white;
}

.secondary-feature {
  float: left;
  width: 300px;
}
@media only screen and (max-width: 991px) {
  .secondary-feature {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.secondary-feature ul.views-fluid-grid-items-width-250 li.views-fluid-grid-item {
  width: 300px;
}
.secondary-feature ul.views-fluid-grid-items-height-300 li.views-fluid-grid-item {
  padding-bottom: 0;
}
.secondary-feature .views-field.views-field-title {
  background: #44B6D7;
  padding: 10px;
}
.secondary-feature .view-id-articles a {
  color: white;
}

/* Resources */
.view-id-resources {
  text-align: left;
}

td.views-field.views-field-title {
  width: 100%;
}

table.table.table-condensed {
    border: 1px solid #efefef;
}

.views-table {
  margin-top: -20px;
}
.views-table .btn.btn-primary.btn-sm {
  margin-left: 5px;
  margin-right: 5px;
}

.node-projects .field.field-name-body.field-type-text-with-summary.field-label-above {
  padding-top: 20px;
}

/*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(/sites/default/files/plusminus.png) center 0;
}
.smk_accordion .accordion_in .acc_content {
  color: #7b7e85;
  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(/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 {
  .bannerimage {
    display: none;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

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


/* User Profile Styles */

button#edit-field-profile-picture-und-0-upload-button {
    margin-top: 15px;
}

.days {
    display: inline-flex;
    font-size: 45px;
}

span.daysleft {
    color: #67cce9;
}

span.duration {
    color: #cbcccb;
}

.days span {
    padding: 5px;
}

.expiry {
    font-size: 15px;
}

.app-status i.fa {
    color: #67cce9!important;
}


.page-user .profile-info .panel-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.profile-info .panel-body {
    padding: 0;
}

.page-user .profile .user-picture img {
    width: 100%;
}

.page-user .panel-heading {
    background: #67cbe8;
    color: #fff;
}
.page-user i.fa {
    color: #fff;
}
.page-user p{
  padding: 0;
}
.page-user .main-container.container {
    max-width: 100%;
    min-height: 1200px;
}

.page-user h1.page-header {
    display: none;
}

.profile-info h3.panel-title {
    font-size: 20px;
}

a.pull-right.profile-edit {
    padding: 0;
    margin-right: -15px;
}

.col-md-3.action-button-wrapper a {
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-md-3.action-button-wrapper {
    margin: auto;
    vertical-align: middle;
    margin-top: 3%;
}

/* @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 .card-holder{
	z-index:-1;
	position:relative;
}
*/
#credit-card-types .form-radios{
	margin-bottom:0px !important;
}

#credit-card-types li,
#credit-card-types .card-holder{
  display: block;
  float: left;
  /*width: 100px;*/
  line-height: normal;
  margin-top: 2px;
  color:#999;

}

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

#credit-card-types .card-holder strong{
  position: absolute;
  text-indent: 0;
  display: block;
  font-size: 11px;
  margin-top: 5px;
  /*margin-left: 35px;*/
  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;
}

/* @end */



/* Registration Form */
.confirmation-box{
  background:#f5f5f5;
  margin:20px;
  padding:20px;
  border-radius:4px;
  font-size:15px;
}

.confirmation-box p{
  margin-bottom: 10px;
}

.text-primary{
  color: #67cce9;
}

#registration-form-node-form .field-group-bootstrap_grid_row .panel-default {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
}

#registration-form-node-form .form-checkbox {
    margin-top: 7px !important;
    margin-right: 10px !important;
}

#registration-form-node-form .form-radio {
    margin-top: 7px !important;
    margin-right: 10px !important;
}

.page-node-add-registration-form button#edit-submit {
    float: right;
}


.field-group-bootstrap_grid_row-heading h4 {
    color: #67cce9;
}

#registration-form-node-form .form-type-radio.form-item.radio {
    display: inline-block;
    margin: 1px;
}

.form-type-radio.form-item.radio {
    display: inline-block;
    margin: 1px;
}


.page-node-add h1.page-header, .page-node-edit h1.page-header {
    display: none;
}

span.date-popup-icon {
    display: -ms-flexbox;
    display: -webkit-box;
    padding-top: 13px;
}

input#edit-field-date-of-birth-und-0-value-date {
    width: 100%;
}

div#edit-field-date-of-birth-und-0 {
    width: 80%;
    padding-top: 0;
    padding-left: 0;
    margin-left: -10px;
    margin-top: -6px;
}

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

label {
    font-size: 14px;
    font-weight: 600;
}

.radio label, .checkbox label {
    font-size: initial;
    padding-left: 0;
    padding-right: 5px;
}

.field-group-bootstrap_grid_row-heading p{
  display: none;
}

.field-group-bootstrap_grid_row-heading {
    padding: 0;
    border-bottom: #efefef 1px solid;
    margin-bottom: 10px;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #67cbe8;
}

.panel-heading h2 {
    margin-bottom: 0;
}

.panel-heading p {
    margin: 0;
}

.field-type-datetime {
    margin-bottom: 0px;
}


.page-trueadvisor-payment section.col-sm-12 {
    width: 680px;
    margin-right: auto;
    margin-left: auto;
    border: #ccc 1px solid;
    margin-top: 4%;
}

.page-trueadvisor-payment h1.page-header {
    display: none;
}

.btn {
    border-radius: 0px!important;
}


.not-logged-in.page-user-login .navbar-header {
    margin-left: 22%;
}

.not-logged-in.page-user-register .navbar-header {
    margin-left: 22%;
}


.um-user-login-form-header {
    text-align: center;
    padding-bottom:10px;
}

.state-results .list-group {
    padding-left: 0px;
}


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

#cboxLoadedContent h2 {
    display: none;
}

/* SCORM Page */
.h5p-content.h5p-initialized.h5p-no-frame {
    border: none;
}

iframe#sco-iframe {
    border: none;
    width: 1028px!important;
    height: 660px!important;
}


.node-type-h5p-content .main-container.container {
    max-width: 100%;
    width: 1250px;
}

.node-type-h5p-content .content.pull-left {
    width: 980px;
}


/* Payment */
.page-trueadvisor-payment .alert.alert-block.alert-success {
    display: none;
}
.hide-container.item-wrapper {
    margin-top: 5px;
}
.hide-container.item-wrapper.promo-code-container {
    margin-top: 0px;
}

/* People Directory */
input#edit-search-api-views-fulltext {
    font-size: 13px;
    max-height: 34.5px;
}

.view.view-people-directory.view-id-people_directory .view-header h2 {
    font-weight: 400;
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.people-list-box img {
    height: 100px;
    width: 100px;
}
.people-list-box .people-location {
    font-size: 12px;
    color: #333;
}

.row.people-list-box h4 {
    font-weight: 600;
}

.page-people-directory .people-list-box {
    border-bottom: 1px solid #efefef;
    margin-bottom: 1%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.people-list-bio {
    font-size: 14px;
    font-weight: 300;
    color: #777;
    width: 100%;
    margin-bottom: 5px;
}

.view.view-people-directory.view-id-people_directory {
    margin-top: -4.5%;
}

.page-people-directory .region.region-content {
    padding: 2%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-people-directory ul.facetapi-facetapi-checkbox-links {
    padding-left: 15px !important;
}

.page-people-directory .block.block-facetapi {
    padding-bottom: 0px!important;
}

.page-people-directory .main-container.container {
    max-width: 100%;
}

.page-people-directory .region.region-help.alert.alert-info {
    border: none!important;
    background: transparent;
    padding: 0;
    margin: 0;
}

.page-people-directory form#views-exposed-form-people-directory-page {
    padding-left: 2%;
    padding-right: 2%;
}


.page-people-directory button#edit-submit-people-directory {
    margin-top: 0;
}


.page-people-directory div#edit-search-api-views-fulltext-wrapper {
    width: 80%;
}


input.facetapi-checkbox {
    margin-right: 0.5em;
}

.facetapi-facetapi-checkbox-links li a {
    text-decoration: none;
    color: #333;
    font-weight: 400;
    margin-left: 0.2em;
    margin-top: 0.1em;
    margin-bottom: 0;
    color: #333;
    font-size: 14px;
    font-family: inherit;
}

.facetapi-facetapi-checkbox-links li{
	margin-left:-16px;
}


h2.block-title {
    font-size: 20px;
}


.block-facetapi li a {
    color: #000;
}

.block-facetapi li {
    text-decoration: none;
    list-style: none;
}



.page-people-directory h1.page-header {
    display: none;
}


.page-people-directory .region.region-help.alert.alert-info {
    border: none!important;
    background: transparent;
    margin-bottom: 2%;
    margin-top: 5%;
}

.page-people-directory form#views-exposed-form-people-directory-page {
    padding-left: 2%;
    padding-right: 2%;
}


.page-people-directory button#edit-submit-people-directory {
    margin-top: 0;
}

.views-exposed-form .views-exposed-widget {
    float: left;
    padding: .5em 1em 0 0;
}



.page-people-directory div#edit-search-api-views-fulltext-wrapper {
    width: 80%;
}

.region.region-help {
    margin-bottom: 2%;
    margin-top: 5%;
}

.region.region-help.alert.alert-info i {
   display: none;
}

.page-people-directory input#edit-search-api-views-fulltext {
    font-size: 13px;
    max-height: 34.5px;
}

.page-people-directory div#edit-search-api-views-fulltext-wrapper {
    width: 79%;
}

.page-people-directory .view.view-people-directory .view-header {
    padding: 5px;
}

.page-people-directory .views-exposed-widget.views-reset-button {
    margin-top: -13px;
    padding: 0;
}

.people-list-bio p {
    margin-bottom: 10px;
}

.node-type-registration-form button#edit-submit {
    float: right;
}

.node-registration-form p {
    margin-bottom: 10px;
}

.node-registration-form th.active {
    padding-left: 12px!important;
}

.node-registration-form td {
    padding-left: 12px!important;
}

.node-type-registration-form a.btn {
  font-size: 14px;
}

.node-type-registration-form ul.tabs--primary.nav.nav-tabs {
    display: none;
}

.not-logged-in.page-user .navbar-header {
    margin-left: 23%;
}

.node-type-payment .col-md-7 img {
    max-width: 100px;
    max-height: 100px;
}

div#submit-payment {
    float: right;
}

.page-registration-confirmation .page-header {
  text-align: center;
}

/* Password reset form styles */

.password-strength {
    background: #efefef;
    padding: 5px;
    border-radius: 2px;
    clear: both;
    float: right;
    width: 45%;
}

.page-user-reset {
    font-size: 14px;
}


.page-user-reset p{
  margin-bottom: 5px;
  padding: 0;
  font-size: 14px;
}

.password-strength-text {
    float: right;
    margin-left: 5px;
}
.password-confirm {
    float: right;
    background: #efefef;
    padding: 4px;
    border-radius: 2px;
    margin-bottom: 2px;

}
input#edit-pass-pass2 {
    background: white;
}
#user-pass-reset .form-type-password {
    width: 100% !important;
}
.password-suggestions.description {
    padding-top: 10% !important;
}
form#user-pass-reset #edit-submit {
    margin-top: 5% !important;
}

.page-node-add-registration-form p.small {
    margin-bottom: 5px;
}

.page-node-add-registration-form .main-container.container {
    max-width: 100%;
    padding-top: 3%;
}

.btn-primary {
    background-color: #67cce9;
    border-radius: 0px;
}

.btn-default {
    border-radius: 0px;
}
fieldset#edit-field-personal-biography-und-0-format {
    display: none;
}









.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: #0093d8;
    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;
    border-bottom: 1px solid #ccc;
    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: #0093d8;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.1em;
}

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


.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;
    position: relative;
}


.page-user-edit ul.tabs--primary.nav.nav-tabs {
    display: none;
}

.profile {
    font-size: 16px;
}

.profile td.views-field.views-field-title {
    width: auto!important;
}

h1.page-header {
    color: #67cce9;
}

.app-status i.fa {
    color: #fff!important;
}

.app-status a {
    color: #fff;
}

.app-status {
    background: #67cce9;
    padding: 3% 20%;
    margin: 3% 1%;
    font-weight: 600;
    text-transform: uppercase;
}


.addressfield-container-inline {
    display: flex;
}



.page-user-edit div#edit-field-profile-picture {
    width: 50%;
    float: left;
}

.page-user-edit div#edit-field-first-name {
    float: left;
}

.page-user-edit div#edit-field-last-name {
    float: left;
}

.page-user-edit div#edit-field-gender {
    clear: both;
}

table.views-table td {
    font-weight: 500!important;
}

table.views-table th {
    font-weight: 600!important;
    color:#555
    ;
}

.panel-body.table-width-50 {
    font-size: 15px;
    padding-top: 4%;
}

.node-registration_form-form .panel-heading {
    text-align: center;
}


#cancel_payment {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

#payment-confirmation th {
    width: 35%;
}

button#edit-cancel {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

#cancelPay {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}



.group-account-settings input#edit-pass-pass2 {
    background: #eeeeee;
}

.group-account-settings .password-parent>.password-strength {
    display: none;
}

.group-account-settings .confirm-parent>div {
    display: none;
}

.group-account-settings .form-item-current-pass.form-disabled .help-block {
    display: none;
}

.um-user-login-form-footer .help {
    font-size: 84%;
    color: grey;
}

#user-profile-form .group-contact-information .form-item-field-contact-address-und-0-administrative-area label {
    width: 100%;
}

/* Course list styles */
.linker-tag {
    content: "";
    position: relative;
    display: block;
    bottom: 10px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 35px;
    background: #d4d9dd;
    border-radius: 5px;
}
#course-completion-action{
    background: #f6f5f5;
    border-radius: 4px;
    padding: 20px 15px;
    text-align: center;
    box-sizing: border-box;
}
.course-list-heading{
    font-size: 18px;
    font-weight: 700;
}
.course-list-body{
    padding: 15px;
    position: relative;
    z-index: 0;
    font-size: 14px;
    overflow: hidden;
    margin: 0;
    color: #7b8b8e;
}
.completed-message{
    color: #fff;
    font-size: 18px;
}
.course-jumbotron p{
    line-height: 1.4;
    font-size: 16px;
    font-weight: 600;
    color: #4b5658;
}
.course-jumbotron{
  background: #d1d6d9;
}


.profile .row {
    margin-right: 0px;
    margin-left: 0px;
}

.profile .row.biography {
    border-top: 5px solid #efefef;
    min-height: 300px;
    padding-top: 30px;
}

.profile .user-title {
    color: #67cce9;
    /* font-size: 36px; */
    margin-top: 0px;
}

.profile p.user-designation {
    font-size: 16px;
    margin-bottom: 0px;
}

.profile .credential {
    font-size: 15px;
    padding-top: 10px;
}

.node-registration_form-form .chosen-container.chosen-container-single {
    min-width: 350px;
}

.page-people-directory aside.col-sm-3 {
    padding-top: 2%;
}

.form-type-textfield.form-item-field-contact-information-und-0-postal-code.form-item.form-group label {width: 100px;}

ul.dropdown-menu li {
    float: none!important;
}

p#card-message {
  padding-left: 15px;
  margin-bottom: 10px;
}

.field.field-name-field-project-area.field-type-number-float.field-label-inline.clearfix {
  padding-left: 15px;
}

div#card-type-form {
    margin-bottom: 60px;
}
.views-field-field-location{
  font-size: 14px;
}
.views-field-title{
  font-size: 18px;
  line-height: 1.2em;
}


.required-fields.group-special-accom.field-group-div {
    margin-left: 15px;
}

.required-fields.group-special-accom.field-group-div > h3 > span {
    font-size: 18px;
}

.required-fields.group-special-accom.field-group-div .description {
    font-size: 16px;
}

div#edit-field-special-accomodation p.help-block {
    font-size: 16px;
    margin-left: -20px;
}

.modal-footer {
    padding: 5px 20px 10px !important;
}

.profile td.views-field.views-field-title {
    font-size: 16px!important;
}

div#targetModal {
    text-align: left;
    font-weight: normal;
    text-transform: initial;
}

div#targetModal li {
    padding-bottom: 10px;
}

.image-widget.form-managed-file.clearfix img {
    height: 100px;
    width: 100px;
}

.image-widget-data .file img {
    height: 20px!important;
    width: 20px!important;
}

.user-social-icons i.fa {
    color: #67cbe8;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    font-size: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.social .user-social-icons i.fa {
    padding: 5px;
}

.social .user-social-icons {
    float: right;
}

.row.social {
    padding-bottom: 10px;
}

.user-social-icons span {
    font-weight: 700;
    padding-right: 5px;
    font-size: 15px;
}

.page-user a.tabledrag-handle {
    display: none;
}

.page-user #socialfield-table td {
    background: #fff;
    padding-top: 20px;
}

.page-user a.tabledrag-toggle-weight {
    display: none;
}

.webform-submit {
    margin-top: 2%;
    border-color: #67cce9;
    font-weight: 700;
}

.sso-msg-wrp{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  padding: 20px;
  padding-bottom: 14px;
  display: none;
}
.sso-a-info{
  background: #292927;
  color: #fff;
  font-size: 18px;
  border-radius: 8px 8px 0px 0px;
  padding: 20px;
  background-image: url(https://static-assets.usgbc.org/static/images/processing.gif);
  background-repeat: no-repeat;
  background-position: 20px 16px;
  padding-left: 55px;
}

#logout-confirm-modal button.btn{
  float: right !important;
  margin: 0 !important;
}
#logout-confirm-modal a.btn {
  float: left !important;
  margin: 0 !important;
}
#logout-confirm-modal .modal-content:active{
  border: 1px solid #999;
}
#logout-confirm-modal .modal-footer{
  margin-top: 0;
}
#logout-confirm-modal .modal-footer:active{
  border-top: 1px solid #e5e5e5;
}

a.btn.btn-primary.btn-md.nested-modal.logout-confirm {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
}

.copyright-policies-left {
  font-size: 14px;
  color: white;
  padding: 0px;
  text-align: right;
  margin-top: 3px;
}


.copyright-policies-right {
    font-size: 15px;
    margin-top: 3px;
    color: white;
    padding-left: 5px;
}
