.product {
	border:1px solid #ccc; 
	border-radius:5px; 
	padding:16px; 
	margin-bottom:16px; 
	height:250px;
}
.brandSection{
	height: 180px; 
	overflow-y: auto; 
	overflow-x: hidden;
}



/**********************************
START : 
***********************************/
  #page-header, .drawer-toggle {
    display: none !important;
  }
  .fakeimg {
    height: 200px;
    background: #aaa;
  }
  .videoWrapper {
  position: relative;
  /* padding-bottom: 56.25%;*/ /* 16:9 */
  /*height: 0;*/
}
.videoWrapper iframe {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
}
#region-main {
    padding: 0 !important;

}
#region-main-box {
    padding: 0 !important;
}
.card {
    border: 1px solid rgba(0,0,0,.125) !important;
}

.border-light {
    border-color: #f8f9fa! important;
}
.row {
--bs-gutter-x: 0rem !important;
}
@media(min-width:700px) {  /* Modify this based on column def */

.custom-gutter > [class*='col-'] {
    padding-right:12px;
    padding-left:12px; 
}

.custom-gutter > [class*="col-"]:first-child {
  padding-left:15px;
}
  
.custom-gutter > [class*="col-"]:last-child {
  padding-right:15px;
}

}

.editor-layout {
  /*width: 50%;*/
  height: 300px;
  border-style: solid;
  border-width: 1px;
  border-color: #1c1d1f;
  /*margin-left: 20px;*/
  padding-bottom: 40px; /*fix bug here*/
}

/******************************/
.ud-form-group {
    min-width: 18rem;
    max-width: 40rem;
	padding-top: .8rem;
	padding-left: 1.5rem;
}

.ud-form-label {
    display: flex;
    align-items: center;
    margin: 0;
    padding-bottom: .8rem;
    min-height: 2.8rem
}

.ud-heading-sm {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02rem;
    font-size: 1.4rem
}

.ud-text-input-container {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.ud-text-input-container .ud-text-input {
    box-shadow: none!important;
    flex: 1;
	border: 1px solid #1c1d1f;
}

.ud-text-input-container .ud-text-input:nth-child(2) {
    border-left: 0;
    padding-left: 0;
}

.ud-text-input-container .ud-text-input:nth-last-child(3) {
    border-right: 0;
    padding-right: 0;
}
/*
.ud-text-input-container .ud-text-input-box {
    border: 1px solid #1c1d1f;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
*/
.text-input-with-counter-module--counter--2Zx3- {
    color: #6a6f73;
    margin: 0 1.6rem;
}

.ud-text-input-large {
    height: 3.8rem
}

.ud-text-md {
    font-weight: 400;
    line-height: 1.4;
    /*font-size: 1.6rem*/
}

.ud-sr-only {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px)
}

.ud-form-note {
    display: flex;
    align-items: center;
    padding-top: 0.8rem;
	color: #6a6f73;
}

.ud-text-xs {
    font-weight: 400;
    line-height: 1.4;
    font-size: 1.0rem;
}

/******************************/
.instructor-bio {
    color: #454545;
}

.instructor-bio .h2 {
    font-family: Inter,Helvetica Neue,Arial,sans-serif;
    font-size: .875rem;
    font-weight: 400;
}

.instructor-bio .bio-html {
    font-size: 1rem;
}
/******************************/
/******************************/
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px	 solid rgba(0,0,0,.125) !important;
	border-radius: 0.25rem;
	}
	
.searchResult a:link { text-decoration: none; color: black;}
.searchResult a:visited { text-decoration: none; color: black;}
.searchResult a:hover { text-decoration: none; color: black;}
.searchResult a:active { text-decoration: none; color: black;}
/******************************/
/******************************/

/**********************************
END : 
***********************************/

.bio-pic  > img{
	background: #2b3e1e6b;
}

@media (max-width: 575px) {
	.bio-banner  > img{
		height: 250px;
	}
}