.navbar-brand.logo-text .site-slogan {
  opacity: 1;
}

a.blamo {
    /*background-color: pink; */
    color: red !important;
}

a.blamo:hover {
    /* background-color: deeppink!important; */
}

.module-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
  }

.bfQuickMode section section .bfbs3-row, .bfQuickMode section section .row, .bfQuickMode fieldset .bfbs3-row, .bfQuickMode fieldset .row
{
    margin-left: 0px !important;
}

.bfPage
{
    color: black;
}

.bfbs3-control-label{
width: 75% !important;
}

.bfQuickMode .bfLabelLeft label {
width: 35%;
}
.bfQuickMode p input[type='text'], .bfQuickMode p textarea, .bfQuickMode p select {
width: 55%;
}

.bfQuickMode .bfLabelBottom label {
    position: absolute;
    bottom: 0px !important;
    left: 5px;
    width: 99%;
    margin-top: 5px;
}

.jobseekerDiv{
  margin-right: 10%;
  margin-left: 10%;
  padding-right: 2%;
  padding-left: 2%;
  border-style: solid;
  border-width: 5px;
  border-color: red;
}

#bfSubmitButton  {      
      float: left !important;
      position: relative !important;
      left: 45% !important;
}

ul.osgalery-cat-tabs {
  margin: 0;
  padding: 0 !important;
  list-style-type: none;
}

[class^=os-gallery-album-tabs-main] img, [class^=os-gallery-all-in-one-main] img, [class^=os-gallery-tabs-main] img {
  border-radius:50%;
  border-style: solid;
  border-width: 3px;
  border-color: white;
}


[class^=os-gallery-album-tabs-main] img, [class^=os-gallery-all-in-one-main] img, [class^=os-gallery-tabs-main] img:hover {
 
  border-style: solid;
  border-width: 3px;
  border-color:blue;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
}

h3.os-gallery-img-title {
  font-size: 1.25rem;
  text-align: center;
  padding-bottom: 0;
}

.os-gallery-caption-bottom:after {
  padding: 0;
  content: 'view full bio';
  font-size: 1.25rem;
  color:  #4b6bb6;
  text-align: center;
}

.os-gallery-caption-bottom {
   text-align: center;
}

.team-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background: #5b5b5b;
  overflow: hidden;
}

.flexcontainer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-left: calc(50% - 50vw);
  width: 100vw;
   /*background:#404040; */
   overflow: hidden;
   display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    -ms-flex-item-align: end;
        align-self: flex-end; 
    }

#head-block{
  padding-top:12px;
  padding-right: 25px;
  padding-bottom: 50px;
  padding-left: 25px;
  -ms-flex-negative:0;
      flex-shrink:0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.team {
   border-radius:50%;  
}

.HeadInfo{
  padding-top:12px;
  padding-right: 25px;
  padding-bottom: 50px;
  padding-left: 25px;
  width: 610px;
  color: white;
  font-weight: 500;
  font-size: 2.75em;
  margin-bottom: 1em;
  font-size: .9em;
  height: 200px;
  width: 610px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
    }

.HeadInfo H! {
  display: inline-block;
  width: 70%;
  text-transform: uppercase;
  }

span.head-position {
  border-bottom: 1px solid;
  display: block;
  padding-bottom: .25em;
  margin-bottom: .5em;
}

.BrandBlock {
  padding-top:12px;
  padding-right: 25px;
  padding-bottom: 50px;
  padding-left: 25px;
  width: 500px;
  color: white;
  font-weight: 500;
  font-size: 2.75em;
  margin-bottom: 1em;
  font-size: .9em;
  height: 225px;
  width: 610px;
  text-align: center;
  -ms-flex-item-align: end;
      align-self: flex-end; 
    }

span.brand-title {
  font-family: 'Great Vibes', cursive;
}

span.brand-subtitle {
  color: red;
}

span.brand-slogan {
  color: #22cc99;
}

