.search_top_bx {
	background-color: #2E4B7D;
	padding-top: 50px;
	padding-bottom: 50px;
	
}

.lib_bx_sect {
	margin-top: 30px;
}
.lib_search_bx h2 {
	text-align: center;
	color: #fff;
}
.lib_search input {
	width: 100%;
	height: 55px;
	padding: 15px;
	padding-right: 55px;
}
.lib_search {
	position: relative;
}
.lib_search button {
	position: absolute;
	right: 10px;
	background-color: transparent;
	border: none;
	top: 10px;
}
.lib_search button img{
	height: 30px;
}
.lib_search_bx h1{
	text-align: center;
	color: #fff;
	font-size: 25px;
	margin-bottom: 20px;
	font-family: 'Gotham';
}
.lib_search_bx h3 {
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin-top: 15px;
	line-height: 25px;
}
.lib_bx.active {
	background-color: #fab32d;
	color: #fff;
	border: solid 1px #fab32d;
}
.lib_bx:hover{
	background-color: #FAB32D;
	border: solid 1px #FAB32D;
	cursor: pointer;
	transition: all 0.5s;
}
.lib_bx {
	padding: 15px;
	text-align: center;
	color: #fff;
	border: solid 1px #2B305A;
	min-height: 240px;
	margin-bottom: 35px;
	background-color: #2B305A;
}
.lib_bx img {
	height: 70px;
}
.lib_bx h2 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 7px;
	font-family: 'Gotham';
}
.cntnt_rw img {
	max-width: 100%;
}
.cntnt_rw h2 {
	font-size: 20px;
	font-family: 'Gotham';
}
.cntnt_rw{
	margin-bottom: 15px;
	margin-top: 15px;
}
.cntnt_rw {
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
}
.cntnt_rw.rem_brdr {
	border: none;
}
.cntnt_rw a {
	font-family: 'Gotham';
}
.lib_bx p {
	line-height: 22px;
}
.lib_bx p {
	line-height: 22px;
	margin-bottom: 0;
}
.show_result {
	margin: 15px auto;
	width: 270px;
}
.result_lbl {
	color: #C7C7C7;
	margin-top: 5px;
}
.show_result select {
	background-color: transparent;
	color: #fff;
	border-radius: 0;
	background-image: url('../../img/down_arrow.png');
	background-size: 12px 7px;
}
.show_result select option{
	color: #000;
}
.library_result img {
	max-width: 100%;
}
.result_row {
	border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.result_row h2 {
	font-size: 22px;
	font-family: 'Gotham';
}
.result_row span {
	position: absolute;
	right: 20px;
	font-size: 14px;
	color: #4DBA9B;
	font-family: 'Gotham';
	top: 0;
}
.result_row > div{
	position: relative;
}
.recommended_left_head {
	background-color: #4DBA9B;
	padding: 10px;
}
.recommended_left_head h2 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin: 0;
	font-family: 'Gotham';
}
.recommended_card img {
	max-width: 100%;
}
.recommended_card h2 {
	font-size: 17px;
	font-family: 'Gotham';
	margin-top: 10px;
	margin-bottom: 5px;
}
.recommended_left_body {
	padding: 20px;
	background-color: #F5F5F5;
	height: 1050px;
	overflow-y: scroll;
	margin-bottom: 45px;
}
.recommended_card label {
	color: #707070;
	font-family: 'Gotham';
}
.recommended_card label span {
	color: #3272E5;
	font-family: 'Gotham';
}
.recommended_card {
	margin-bottom: 25px;
}
.row.lib_srch_rslt label {
	font-size: 22px;
	display: block;
	margin-bottom: 5px;
}
.lib_srch_rslt img {
	max-width: 25%;
	height: auto;
}
.row.lib_srch_rslt .ttl_crs {
	color: #1696A4;
	font-size: 16px;
	text-align: right;
	font-family: 'Gotham';
}
.lib_srch_rslt h2 {
	font-size: 16px;
	font-family: 'Gotham';
}
.lib_srch_rslt h3 {
	font-size: 16px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.lib_srch_rslt h2 span {
	font-size: 14px;
	color: #4DBA9B;
}
.lib_srch_rslt h3 strong {
	font-family: 'Gotham';
}
.row.lib_srch_rslt {
	border-bottom: solid 1px #ccc;
	padding-bottom: 12px;
	margin-bottom: 0;
	margin-right: 0;
	padding-top: 12px;
}
.remove_right{
	padding-right:0px;
}
.lib_srch_rslt h4 {
	font-size: 16px;
	font-family: 'Gotham';
	color: #707070;
	display: inline-block;
}
.lib_srch_rslt h4 span{
	color: #3272E5;
}
.lib_srch_rslt h5 {
	display: inline-block;
	float: right;
	font-size: 16px;
	font-family: 'Gotham';
	color: #FAB32D;
}
.row.lib_srch_rslt p a {
	text-decoration: none;
}
.btn_load_more {
	background-color: #FAB32D;
	color: #fff;
	padding: 10px 25px;
	margin: 15px auto;
	display: table;
	font-family: 'Gotham';
	font-size: 16px;
}
.recommended-nav {
	display: block;
	width: 100%;
	height: auto;
	z-index: 9;
  }
  .recommended_left_head h2 {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0;
	font-family: 'Gotham';
}
  .recommended-nav h3 {
	color: #3d3d3d;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: rem(22px);
	line-height: rem(30px);
	letter-spacing: 6.6px;
	margin-bottom: 34px;
	text-align: center;
  }
  .recommended-nav .vs-slides {
	position: relative;
  }
  .recommended-nav .vs-slides .vs-slides-inner {
	height: 1000px;
	overflow: hidden;
  }
  .recommended-nav .vs-slides .vs-slides-inner .vs-products-outer {
	height: 100%;
	position: relative;
  }
  .recommended-nav .vs-products {
	height: 100%;
	width: 100%;
  }
  .recommended-nav .vs-products a.vs-product {
	display: block;
	height: 12.33333%;
	width: 100%;
  }
  .recommended-nav .vs-products a.vs-product .vs-image {
	width: 100%;
	float: left;
	height: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
}
  .recommended-nav .vs-products a.vs-product .vs-image img {
	padding: 19px 10px;
	max-height: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  .recommended-nav .vs-products a.vs-product .vs-title {
	  width: 100%;
	  position: relative;
	  float: right;
	  height: 100%;
  }
  /*.more-products-nav .vs-products a.vs-product .vs-title h2{
	color: #3d3d3d;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: rem(22px);
	line-height: rem(30px);
	letter-spacing: 0;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
  }*/
  .recommended-nav .vs-products a.vs-product .vs-title h2 {
	font-size: 18px;
	color: #333;
	font-family: 'Gotham';
	margin-top: 12px;
	margin-bottom: 5px;
}
  .recommended-nav .vs-controls .vs-control {
	width: 100%;
	height: 28px;
	position: absolute;
	text-align: center;
	z-index: 10;
	cursor: pointer;
  }
  .recommended-nav .vs-controls .vs-control i {
	background: url("../../img/down_arrow.png"), rgba(0, 0, 0, 0.2);
	height: 35px;
	width: 35px;
	display: block;
	margin: 0 auto;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 57% 62% !important;
	border-radius: 100%;
}
  .recommended-nav .vs-controls .vs-control.up {
	bottom: 100%;
	padding: 12px 0 0 0;
  }
  .recommended-nav .vs-controls .vs-control.up i {
	position: relative;
	background-position: 0 -402px;
	bottom: 0;
	-webkit-transition: bottom 0.2s ease 0s;
	-moz-transition: bottom 0.2s ease 0s;
	-o-transition: bottom 0.2s ease 0s;
	transition: bottom 0.2s ease 0s;
	transform: rotate(180deg);
}
  .recommended-nav .vs-controls .vs-control.up:hover i {
	bottom: 5px;
  }
  .recommended-nav .vs-controls .vs-control.down {
	top: 100%;
	padding: 0 0 12px 0;
  }
  .recommended-nav .vs-controls .vs-control.down i {
	position: relative;
	background-position: 0 -386px;
	top: 0;
	-webkit-transition: top 0.2s ease 0s;
	-moz-transition: top 0.2s ease 0s;
	-o-transition: top 0.2s ease 0s;
	transition: top 0.2s ease 0s;
  }
  .recommended-nav .vs-controls .vs-control.down:hover i {
	top: 5px;
  }
  .recommended-nav .vs-controls .vs-control.deactivate {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: 0.3;
	cursor: default;
  }
  .recommended-nav .vs-controls .vs-control.deactivate.up:hover i {
	bottom: 0;
  }
  .recommended-nav .vs-controls .vs-control.deactivate.down:hover i {
	top: 0;
  }
  .row.lib_srch_rslt p {
	margin-bottom: 5px;
}
.typeahead__field input, .typeahead__field textarea, .typeahead__field [contenteditable], .typeahead__field .typeahead__hint {
	height: 50px;
}
.typeahead__container button, .typeahead__container html [type="button"], .typeahead__container [type="reset"], .typeahead__container [type="submit"] {
	-webkit-appearance: button;
	height: 50px;
}
.cstm_scroll {
	overflow-y: hidden;
	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: #333 #ccc;
}
.cstm_scroll:hover{
	overflow-y: scroll;
}
.cstm_scroll::-webkit-scrollbar {
  width: 3px;
}
.cstm_scroll::-webkit-scrollbar-track {
  background: #ccc;
}
.cstm_scroll::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 100px;
  border: 2px solid #333;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff !important;
	line-height: 30px !important;
	font-size: 14px;
}
.seach_bar .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px !important;
	font-size: 15px;
}
.seach_bar .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000 !important;
}
.seach_bar .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.select2-results__option {
	padding: 5px;
	user-select: none;
	-webkit-user-select: none;
	font-size: 14px;
}
.select2-container--default .select2-selection--single {
	background-color: transparent !important;
	border: 1px solid #ddd !important;
	border-radius: 2px !important;
	height: 32px !important;
}
.seach_bar .select2-container--default .select2-selection--single {
	background-color:#fff !important;
	height: 38px !important;
}
.lib_search_bx form {
	width: 600px;
	margin: 0 auto;
}
.community-tag {
	display: block !important;
	float: none !important;
}
.library-category-tag {
	background-color: #FAB32D;
	color: #fff;
	display: inline-block;
	padding: 2px 8px;
	font-size: 13px;
	font-weight: 600;
	margin-top: 5px;
	position: relative;
	margin-left: 10px;
}
.library-category-tag::after {
	content: '';
	display: block;
	position: absolute;
	border-width: 12px 12px 12px 0;
	border-color: transparent #FAB32D transparent;
	border-style: solid;
	top: 0px;
	left: -12px;
}
.lib_srch_rslt h2 .event-type h2 {
	font-size: 16px;
	margin-top: 10px;
}
.seach_bar {
	background-color: #e6e6e6;
	padding-top: 20px;
	padding-bottom: 30px;
}
.seach_bar label{
	font-family: 'Gotham';
}
.btn_search_lib_pg {
	background-color: #FAB32D;
	padding: 5px 20px;
	font-family: 'Gotham';
	color: #fff;
	margin-top: 25px;
	width: 100%;
	height: 36px;
}
.btn_search_lib_pg img {
	height: 18px;
	position: relative;
	top: -2px;
}
