/* PREFIX ALL WITH custom- */
.custom-lightBitwageBlue{
    background-color: rgba(143,144,145,.8);
    border-radius: 1em;
    color:white;
}
.custom-lightBitwageBlue a{
    color:darkblue
}

.custom-roundcorners{

    border-radius: 2em 30px 30px 2em;!important

}

#logoContainer {
	margin-left: 30%;
	margin-right: 35%;
}

.logo {
	padding-top: 45%
}

.slogan {
	text-align: center;
}

#formContainer {
	margin-left: 20%;
}
#formContainer2 {
	margin-left: 30%;
}
.noscriptmsg {
    margin-top:0px;
    height:100%;
}


.scollbar {
    height: 125px; /* or any value */
    overflow-y: auto;
}
.whiterow {
    background-color:white;
}

#loading {

  position: relative;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 10px;
  left: 6%;
  z-index: 100;
}

#loadingauth {

  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#loadingauth-image {
  position: absolute;
   top: 15%;
  left: 46%;
  z-index: 100;
}

.team_member {
  width:80%;
  position:relative;
  overflow:hidden;
}

.info {
  height:100%;
}

.info img {
  width:100%;
  transition: all .4s ease-out .1s;
   -moz-transition: all .4s ease-out .1s;
   -webkit-transition: all .4s ease-out .1s;
}

.info h4 {
  padding: 10px 10px 0 0;
  margin: 0 0 10px 3px;
  line-height: 1em;
  opacity: 1;
  transition: all .2s ease-out .1s;
   -moz-transition: all .2s ease-out .1s;
   -webkit-transition: all .2s ease-out .1s;
  font-size: 1.125em;
}

.info h5 {
  padding:0 10px 0 0;
  font-size:12px;
  margin:0 0 0 3px;
  line-height:1em;
  text-transform:uppercase;
  color:#999;
  opacity:1;
  transition: all .2s ease-out .1s;
   -moz-transition: all .2s ease-out .1s;
   -webkit-transition: all .2s ease-out .1s;
}

.investordesc {
  padding:0 10px 0 0;
  font-size:12px;
  margin:0 0 0 3px;
  line-height:1em;
  text-transform:uppercase;
  color:#999;
  opacity:1;
  transition: all .2s ease-out .1s;
   -moz-transition: all .2s ease-out .1s;
   -webkit-transition: all .2s ease-out .1s;
}

.info_reveal {
  height:100%;
  transition: all .3s ease-in 0s;
   -moz-transition: all .3s ease-in 0s;
   -webkit-transition: all .23s ease-in 0s;
  position:absolute;
  width:100%;
  left:0;
  top:-100%;
  background: grey;
}

.info_reveal h6 {
  padding: 20px 8px 5px 8px;
  line-height: 1.1em;
		margin-bottom: 10px;
		color: #fff;
}

.info_reveal p {
  padding:0 8px;
  line-height: 1.2em;
  color: #073a2e;
}

.info_reveal a {
  color: #073a2e;
    word-break: break-all;
  text-decoration:none;
}

.info_reveal a:hover {
  color: #073a2e;
}

.responsive_grid2 {
 display:block;
 margin:0;
 padding:0;
 list-style:none;
    color: black;
}

.responsive_grid2 {
 cursor:pointer;
 width: 60%;
 padding: 0 10px 10px;
 display:block;
 height:auto;
 float:left;
 margin-bottom:10px;
    color: black;
}

.responsive_grid {
 display:block;
 margin:0;
 padding:0;
 list-style:none;
}

.responsive_grid {
 cursor:pointer;
 width: 60%;
 padding: 0 10px 10px;
 display:block;
 height:auto;
 float:left;
 margin-bottom:10px;
}

.responsive_grid :hover .info_reveal,
.responsive_grid :focus .info_reveal{
 left: 0;
 top:0;
 transition: all .3s ease-out .1s;
   -moz-transition: all .3s ease-out .1s;
   -webkit-transition: all .3s ease-out .1s;
}

.responsive_grid :hover .info img,
.responsive_grid :focus .info img {
  width:210%;
  margin-left:-50%;
  transition: all .4s ease-in 0s;
   -moz-transition: all .4s ease-in 0s;
   -webkit-transition: all .4s ease-in 0s;
}

.responsive_grid :hover .info h5,
.responsive_grid :focus .info h5,
.responsive_grid :hover .info h6,
.responsive_grid :focus .info h6 {
  opacity: 0;
  transition: opacity .2s linear 0s;
   -moz-transition: opacity .2s linear 0s;
   -webkit-transition: opacity .2s linear 0s;
}

img.desaturate {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
img.desaturate2 {
-webkit-filter: grayscale(90%);
filter: grayscale(90%);
}

.circlebrand1 {
    background-color:#27AAE1;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}
.circlebrand2 {
    background-color:#2575AE;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}
.circlebrand3 {
    background-color:#939598;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}
.circlebrand4 {
    background-color:#83B541;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}
.circlebrand5 {
    background-color:#F58768;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}
.circlebrand6 {
    background-color:#FFE183;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

#searchdropdownbtn {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-right: 4px;
	padding-left: 4px;
}