/* set up ADA reader-only */
.reader-only {
    font-size: 0;
    padding: 0;
}

/* Search Form */
.cm-search form {
    text-align: right;
    padding-top: 20px;
}

.cm-search form .question,
.cm-search form .actions {
    display: inline-block;
}

.cm-search form .question label {
    font-size: 0;
    padding: 0;
}

.cm-search form .question:first-child select,
.cm-search form .question:first-child input {
    margin-left: 0;
}

/* Search Result Listing Styles */

.cm-listing {
    padding: 20px 15px 40px;
}

.cm-listing .member {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fff;
}

@media only screen and (max-width:767px) {
    .cm-listing .member .logo,
    .cm-listing .member .info,
    .cm-listing .member > .description-con {
        flex: 0 0 100%;
    }

    .cm-listing .member .logo {
        text-align: center;
    }

    .cm-listing .member .logo img {
        max-width: 100%;
        max-height: 75vw;
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .cm-listing .member .info,
    .cm-listing .member > .description-con {
        margin-top: 10px;
    }
}

@media only screen and (min-width:768px) {
    .cm-listing .member .logo {
        order: 2;
        flex: 0 0 calc(30% - 20px);
    }

    .cm-listing .member .info {
        order: 1;
        flex: 0 1 70%;
    }

    .cm-listing .member .contact-info {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .cm-listing .member .info .contact-links,
    .cm-listing .member .info address {
        flex: 0 0 calc(50% - 10px);
    }

    .cm-listing .member .description-con {
        order: 3;
        margin-top: 10px;

        display: flex;
        flex-flow: column;
        justify-content: space-between;
        height: auto;
    }

    .cm-listing .member .description-con .description {
        flex: 0 0 auto;
    }
}

.cm-listing .member .info h3 {
    display: block;
    margin-top: 0;
    flex: 0 0 100%;
}

.cm-listing .member .info h3 a {
    font-weight: 700;
    text-decoration: none;
  color:#29293a;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
.cm-listing .member .description-con .more a {
    display: inline-block;
    border: none;
    padding: 14px;
    background: #004680;
    color: #fff;
    line-height: 1;
    text-decoration: none;
  border-radius: 18px;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
.cm-listing .member .description-con .more a:hover {
  background-color: #20232E;
}

.cm-listing .paging {
    display: block;
    max-width: 100%;
    text-align: center;
}

.cm-listing .paging .pager {
    margin: 1rem auto 0;
}

.cm-listing .paging .pager  a,
.cm-listing .paging .pager .val{
    display: inline-block;
    border: none;
    padding: 10px;
    line-height: 1;
    text-decoration: none;
    background: #20232E;
    color: #fff;
    opacity: .75;
}

.cm-listing .paging .pager .cur .val,
.cm-listing .paging .pager :hover .val {
    background: #004680;
    opacity: 1;
}

.powered-by {
  font-weight:600;
  font-size: .85rem;
  display:inline-block;
  padding-left:30px;
}/*===============================
	Teachers CSS 
=================================*/
.teachers {
	background: #fff;
}
.teachers .teachers-slider{
	margin-top:30px;
}
.teachers .single-teacher {
	position: relative;
	margin-bottom: 30px;
}
.teachers .teacher-head {
	position: relative;
}
.teachers .teacher-head.overlay::before {
	opacity: 0;
	z-index: 1;
	visibility: hidden;
}
.teachers .single-teacher:hover
.teacher-head.overlay:before{
	opacity:0.8;
	visibility:visible
}
.teachers .teacher-head img {
	height:100%;
	width:100%;
	text-align:center;
}

.teachers .single-teacher:hover .social{
	opacity:1;
	visibility:visible;
	transform: translateY(0%);
}
.teachers .social li {
	display: block;
	margin-bottom: 10px;
}
.teachers .social li:last-child{
	margin:0;
}
.teachers .social li a {
	color: #fff;
	font-size: 14px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 100%;
    text-decoration:none;
}
.teachers .social li a:hover{
	border-color:transparent;
	background:#fff;
}
.teachers .teacher-content {
	background: rgba(255, 255, 255, 0.9);
	padding: 12px;
	text-align: center;
	position: absolute;
	bottom: -15px;
	left: 15px;
	z-index: 33;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.teachers .single-teacher:hover .teacher-content,
.teachers .single-teacher.active .teacher-content{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.teachers .teacher-content:hover h4,
.teachers .teacher-content:hover h4 a,
.teachers .teacher-content:hover span {
	color:#fff;
}
.teachers .teacher-content h4 {
	font-size: 18px;
  margin-top:0;
}
.teachers .teacher-content h4 a {
	text-decoration: none;
    font-weight: 700;
}

.teachers .teacher-content h4 span {
	display: block;
	font-weight: 400;
	font-size: 15px;
	margin-top: 5px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
/* Slider Meta */
.teachers .owl-controls {
	margin-top: 30px;
}
.teachers .owl-controls .owl-nav div {
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 22px;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 100%;
	color: #555;
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	margin: 0 10px 0 0;
}
.teachers .owl-controls .owl-nav div:last-child{
	margin:0;
}
.teachers .course-slider:hover .owl-controls .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.teachers .owl-controls .owl-nav div:hover{
	border-color:transparent;
	color:#fff;
}
/* Archive */
.teachers.archive .single-teacher {
	margin: 30px 0 30px;
}
.teachers.archive .single-teacher .social{
	transform:translateY(0%);
}
/*===============================
	End Teachers CSS 
=================================*/