/* Grid items */

.profileImageDiv { border: 2px solid #e5e5e5}

.ch-grid .ch-item { 
	border-radius: 0px !important;
}

.profileNameMentor a, .profileNameOrg a  {
	font-size: 1.5em;
	background-color: transparent !important;
}

.profileNameMentor a:hover, .profileNameOrg a:hover {text-decoration: none;}


.profileName a { font-size: 1.4em;
    line-height: 20px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    padding: 8px 20px 8px 20px !important;
    border-radius: 0px 0px 0px 0px !important;
    background-color: rgba(29,172,246,0.90) !important;
    z-index: 2 !important;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    text-transform: capitalize !important;
    margin-top: -15px;}
    
.profileName a:hover { text-decoration: none;}

span.text-content span {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);     font-family: "Open Sans Condensed",sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0em; font-size: 16px; line-height: 22px; font-weight: 100; width: 100%;
    
    }
  
.imageWrapperDiv {border: 1px solid #dcdcdc}  

#iFrameResizer3 .imageWrapperDiv {-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%; /* future proofing */
-khtml-border-radius: 50%; /* for old Konqueror browsers */
overflow: hidden;}

    
#iFrameResizer2 .imageWrapperDiv {-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important; /* future proofing */
-khtml-border-radius: 0px !important; /* for old Konqueror browsers */
overflow: hidden;}


.profileBox {
    height: 215px;
  }

/* Sidebar */
#wrapper #sidebar-wrapper {height: auto !important; padding-bottom: 20px;}
li.sidebar-brand {display: none;}


/* Load More Button */

.btn.btn-default { 
	font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 100;
    background-image: none;
    padding: 10px 20px 10px 17px;
    border-radius: 3px 3px 3px 3px;
    background-color: rgba(255,16,168,1.00);
    z-index: 2 !important;
    display: block;
    font-family: "Open Sans", sans-serif;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 3px;
    border-left-width: 0px;
    border-color: #bc0b6f !important;
    border-style: solid;
    
}

.btn.btn-default:active {
    background-color: rgba(255,16,168,1.00);
    color: #fff;
    text-decoration: none;
}


.col-sm-offset-5 .btn.btn-default {
	font-size: 22px;
	line-height: 22px;
	padding: 15px 30px 15px 23px;
	clear: both !important; 
}

@media (max-width: 1400px) {
	.col-sm-offset-5 {
    margin-left: 29.99256%;
	}
	.col-sm-3 {width: 40%;}
}



/* Landscape Mobile */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  
	.col-sm-4{
    float: left;
    width: 24%;
	}
	
	.imageWrapperDiv, .imageWrapperDiv img {width: 120px; height: 120px;}
	
	.profileName a {font-size: 13px; line-height: 15px !important;}
		
		
}

/* Portrait Mobile */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  .col-sm-4{
    float: left;
    width: 49%;
	}
	
	.imageWrapperDiv, .imageWrapperDiv img {width: 120px; height: 120px;}

 }
 
 .section {
    display: none;
}


