@charset "UTF-8";

.erc.course-filters .erc.course-search-filters-container select.course-search-filter-item {
  Background-image: url('../images/dropdown-arrow-icon-new.svg');
  Background-position: right center;
  Background-size: 40px 30px  !important;
  background-color: #ffffff;
  min-width: 172px;
  width: 100%;
  padding: .51rem .5rem;
  margin-left: 0;
  border-left-style: none;
}

.erc.course-filters .erc.course-search-filters-container button.erc-educational-standards-btn {
  height: 2.5rem;
  width: 90%;
  margin-top: .51rem;
  background-color: transparent;
  background-image: url(../images/dropdown-arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 60px 30px !important;
  padding: .51rem 1rem .51rem 1rem;
  border: 1.2px solid rgb(236,239,238);
  border-radius: 0;
  outline: none;
  white-space: nowrap;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.otisSearchWrapper {
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.otisSearchForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.otisSearchInner {
	margin: 0;
   	padding: 0;
	width: 35%;
	color: #6e757c;
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
}
.otisSearchFiltersWrapper {
	width: 65%;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	margin: 0;
	padding: 0;
}
.otisSearchFieldOuter {
	width: 100%;
	border: none !important;
}
.otisSearchFieldInner {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}
.otisSearchFieldInput {
	height: 100%;
	padding: 8px 8px 8px 16px;
	border-radius: 8px;
	border: inherit !important;
	display: inline-block;
	width: 100%;
}
.otisSearchFilters {
	width: calc(100% - 62px - 40%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 24px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 0;
	color: #222;
	cursor: auto;
	font: 1rem;
	border-right-style: solid;
	border-right-color: #ccc;
	border-right-width: 1px;
	padding-right: 8px;
	padding-left: 8px;
	flex-shrink: -1;
}
.otisSearchFilter {
	width: 100%;
	list-style-image: url('../images/dropdown-arrow-icon-new.svg');
	background-image: url('../images/dropdown-arrow-icon-new.svg');
	background-position: right center;
	background-repeat: no-repeat;
  	background-size: 40px 30px  !important;
	background-color: #ffffff;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 0;
	color: #222;
	cursor: auto;
	font: 1rem;
	font-weight: 300;
	min-height: 36px;
	vertical-align: middle;
}
.otisSearchFilter:focus {
	width: 100%;
	list-style-image: url('../images/dropdown-arrow-up-icon-new.svg');
	background-image: url('../images/dropdown-arrow-up-icon-new.svg');
	background-position: right center;
	background-repeat: no-repeat;
  	background-size: 40px 30px  !important;
	background-color: #ffffff;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 0;
	color: #222;
	cursor: auto;
	font: 1rem;
	font-weight: 700;
	min-height: 36px;
	vertical-align: middle;
}
.otisContainer-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.otisRow {
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
}
.otisSubRow {
  width: 100% !important;
}
.otisCol {
  width: 50% !important;
}
.otisColThirds {
  width: 33.33% !important;
}
.otisAccordianFilters {
  color: #000000;
  font-size: .85em;
  line-height: .95em;
  word-wrap: break-word;
}

.otisCard {
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 10px;
}
.otisCardNM {
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.otisCardInner {
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.125);

}
.otisCard-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: .75rem 1rem;
  color: #000000;
  font-size: .85em;
  line-height: .95em;
}
.erc.course-card-container .card.erc.course-category {
  min-height: 15rem;
}

.erc.course-card-container .card.erc.course-category .card-header {
  padding: 2.4rem 1.2rem;
}

.modal-content.erc-aligned-edcuational-standards-container {
  background-color: transparent !important;
}

.modal-content.erc-aligned-edcuational-standards-container .erc-aligned-edcuational-standards-section {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin-top: .75rem;
  padding: 0 0;
  border-radius: .51rem;
  background-color: rgb(255,255,255);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.36);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.36);
}

.modal-content.erc-aligned-edcuational-standards-container .erc-aligned-edcuational-standards-section:first-child {
  padding: 1.5rem;
  background-color: rgb(243,217,81);
  font-size: 1.2rem;
}

.modal-content.erc-aligned-edcuational-standards-container .erc-aligned-edcuational-standards-section ul:first-child {
  border-radius: .51rem;
}

section.erc-aligned-edcuational-standards-section ul, section.erc-aligned-edcuational-standards-section ul li, section.erc-aligned-edcuational-standards-section ol, section.erc-aligned-edcuational-standards-section ol li, section.erc-aligned-edcuational-standards-section li {
  list-style: none !important;
}

section.erc-aligned-edcuational-standards-section ul, section.erc-aligned-edcuational-standards-section ol {
  padding: 0 0;
  border-radius: .51rem;
}

section.erc-aligned-edcuational-standards-section ul#education-standard-filters {
  height: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  overflow: auto;
}

section.erc-aligned-edcuational-standards-section ul#education-standard-filters li {
  border-bottom: 2px solid #eceeef;
  font-family: din-condensed, 'Roboto Condensed', 'Roboto',Helvetica,Arial,san-serif !important;
  font-weight: 300;
  font-size: 1.2rem;
  cursor: pointer;
}

li.primary-filter-submenu, ol.secondary-filter > li.secondary-filter-submenu, ol.secondary-filter > li:last-child, ol.tertiary-filter > li.tertiary-filter-submenu:last-child, li.secondary-filter-submenu > ol.tertiary-filter > li.tertiary-filter-submenu div.select-filter:last-child {
    border-bottom: none !important;
}

ul#education-standard-filters > li.menu-item, li.primary-filter-submenu > ol.secondary-filter > li.menu-item, li.secondary-filter-submenu > ol.tertiary-filter > li.menu-item {
  position: relative !important;
  padding-top: 18px;
  padding-right: 66px;
  padding-bottom: 18px;
}

ul#education-standard-filters > li.menu-item {
  padding-left: 24px;
}

li.primary-filter-submenu > ol.secondary-filter > li.menu-item {
  padding-left: 48px;
}

li.secondary-filter-submenu > ol.tertiary-filter > li.menu-item {
  padding-left: 72px;
}

ul#education-standard-filters li.menu-item, ul#education-standard-filters li.menu-item.selected {
  background-repeat: no-repeat;
  background-size: 4.74%;
  background-position: 96% center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

ul#education-standard-filters li.menu-item {
  background-image: url('../images/filter-arrow-icon.svg');
}

ul#education-standard-filters li.menu-item:hover, ul#education-standard-filters li.menu-item.selected {
  background-image: url('../images/filter-arrow-selected-icon.svg');
  font-weight: 700;
}

div.select-filter {
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-bottom: 2px solid #eceeef;
}

div.select-filter label {
  display: block;
  margin-left: 90px;
  font-size: 90%;
  cursor: pointer;
}

div.select-filter input.form-checkbox {
  height: 18px;
  width: 18px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 0;
  background-color: #fffff;
  border: 2px solid rgb(0,0,0);
  border-radius: 50px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

div.select-filter input.form-checkbox:checked {
  background-color: rgb(243,217,81);
  border-color: rgb(243,217,81);
}

div.select-filter input.form-checkbox:checked::before {
  position: absolute;
  top: -3px;
  left: 3px;
  content: '\02143';
  transform: rotate(40deg);
  font-size: 12px;
  font-weight: 500;
  color: rgb(0,0,0);
}

div.select-filter .form-checkbox:checked {
  background-color: #eceeef;
}

.course-card.erc.course-category .card-body > h6 > a, .course-card.erc.course-category .card-body > h4 > a {
  margin: 0 0;
  color: rgb(0,0,0)
}

.course-card.erc.course-category .card-body > h6 > a {
  font-weight: 700;
  font-size: .84rem;
}

.course-card.erc.course-category .card-body > h4 > a {
  padding-bottom: 2rem;
  font-family: 'Roboto Condensed', 'Roboto',Helvetica,Arial,san-serif !important;
  font-size: 1.74rem;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.course-card.erc.course-category .card-body > h4 > a:hover {
  color: rgb(79,197,221);
}

.course-card.erc.course-category .card-footer {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

a.erc-back-button {
  padding: 25px;
  text-transform: uppercase;
  font-family: din-condensed, 'Roboto Condensed', 'Roboto',Helvetica,Arial,san-serif !important;
  font-weight: 700;
  font-size: 1.5rem;
  color: rgb(0,0,0);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

a.erc-back-button:hover {
  color: rgb(79,197,221);
}

a.erc-back-button svg {
  height: 42px;
  width: auto;
}

a.erc-back-button svg polygon {
  fill: rgb(0,0,0);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

a.erc-back-button:hover svg polygon {
  fill: rgb(79,197,221);
}
.button.OTIS-blue-button {
  background-color: #50b1ea;
  color: #000000;
  border-radius: 20px;
  height: 40px;
  font-size: 1em;
  text-decoration: none;
  display: inline;
  font-weight: 300;
}
.button.OTIS-blue-button:hover {
  background-color: #025c90;
  color: #ffffff;
  border-radius: 20px;
  height: 40px;
  font-size: 1em;
  display: inline;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: all 600ms ease;
  transition: all 300ms ease;
}

.resultsImages {
	border-radius: 8px;
	max-height: 180px;
	overflow: hidden;
	margin-bottom: 24px;
}
.catName {
	color: #000000;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    text-decoration: none;
    outline: 0;
    display: block;
}
.catName:hover {
	color: #50b1ea;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    text-decoration: none;
    outline: 0;
    display: block;
}
.pages {
	color: #000000;
	letter-spacing: .35em;
	
}
a.pages {
	color: #000000;
	text-decoration: none;
	letter-spacing: .35em;
	
}
a.pages:hover {
	color: #50b1ea;
	letter-spacing: .35em;
	
}
.activePage {
	font-weight: 900;
	color: #50b1ea;
	border-color: #50b1ea;
	border-style: solid;
	border-width: medium;
	border-radius: 3px;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Laptops and Tablets */
@media only screen
and (max-width : 768px) {
  .erc.course-card-container .card.erc.course-category .card-header {
    bottom: 0;
    padding: 2.1rem;
  }
	.erc.course-filters .erc.course-search-filters-container select.course-search-filter-item {
  Background-image: url('/assets/images/dropdown-arrow-icon-new.svg');
  Background-position: right center;
  Background-size: 20px 15px  !important;
  min-width: 76px;
  width: 50%;
  padding: .25rem .25rem;
  margin-left: 0;
  border-left-style: none;

}
}
