  /* Catalog - Las Positas 2022 */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: #666;
    font-weight: 400;
}

.a-z-area h2 {
    color:#A80532;
}

.pdf-btn {
	display: none !important;
}

.sequence-heading {
	font-weight: bold;
}

.catalog-content-area a:link, .rightsidebar-wrapper a:link {
    color:#A80532;
    text-decoration: none;
}

.catalog-content-area a:visited, .rightsidebar-wrapper a:visited {
    color:#A80532;
    text-decoration: none;
}

.catalog-content-area a:hover, .rightsidebar-wrapper a:hover {
    color:#A80532;
    text-decoration: underline;
}

.catalog-content-area a:active, .rightsidebar-wrapper a:active {
    color: #4a0216;
    text-decoration: underline;
}

.mask {  
    color: #fff;
    background-color: rgba(34, 34, 34, 0.65);
    width: 450px;
    display: flex;
}

.mask div.mask-btn {
    border: #fff solid 1px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.mask div.mask-btn > a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    display: block;
}

.mask > div {
    flex-direction: column;
    width: 100%;
}

.mask-btn {
    margin-bottom: 1.0rem;
    padding: 0.75rem;
    font-size: 1.25em;
    background: rgb(133,13,46);
    background: linear-gradient(0deg, rgba(133,13,46,1) 0%, rgba(168,5,50,1) 50%);
}


.mask-btn:last-child {
    margin-bottom: 0;
}

.banner-text {
    color: #fff;
    display: flex;
    flex-grow: 1;
}

.banner-text > span {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 2.5em;
    flex-grow: 1;
    justify-content: center;
    /* text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000; */
    text-shadow: rgba(0, 0, 0, 0.5) 0px 54px 55px, rgba(0, 0, 0, 0.5) 0px -12px 30px, rgba(0, 0, 0, 0.5) 0px 4px 6px, rgba(0, 0, 0, 0.5) 0px 12px 13px, rgba(0, 0, 0, 0.5) 0px -3px 5px;
}

.catalog-buttons-area {
    display: flex;
    color: #fff;
    background-color: #222;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 1.45rem 1.45rem 0.60rem 1.45rem;
    margin-bottom: 1.0rem;
}

.catalog-buttons-area > div {
    border: #fff solid 1px;
    width: 275px;
    display: flex;
    justify-content: center;
    margin-bottom: 0.85rem;
    font-size: 1.25em;
    background: rgb(133,13,46);
    background: linear-gradient(0deg, rgba(133,13,46,1) 0%, rgba(168,5,50,1) 50%);
}

.catalog-buttons-area > div > a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0.25rem;
}

.catalog-card {
    border-radius: 0 !important;
    border-color: #A80532 !important;
    max-width: 375px;
    margin: 0 auto;
}

.catalog-card > div.card-header {
    color: #fff;
    background-color: #A80532;
    text-transform: uppercase;
    border-radius: 0 !important;
    font-weight: bold;
    border: 0 !important;
    font-family: 'Oleo', sans-serif
}

.catalog-card > div.card-body {
    padding: 0;
}

.mission-heading {
    color: #A80532;
    font-weight: bold;
    font-size: 1.15em;
    font-family: 'Oleo', sans-serif
}

.catalog-search {
/*     margin-bottom: 0.85rem; */
	display: none !important;
}

.catalog-search > form > input.form-control {
    border-radius: 0 !important;
}

.catalog-search > form > button {
    border-radius: 0px;
    background-color: #222 !important;
    border-color: #ddd !important;
}

.catalog-search > form > button.btn:hover {
    background-color: #A80532 !important;
    -webkit-transition: background-color 500ms !important;
    -ms-transition: background-color 500ms !important;
    transition: background-color 500ms !important;
}

.catalog-nav > ul {
    padding: 0;
}

.catalog-nav a {
    color: #222;
    text-decoration: none;
}

.catalog-card-02 {
    background-color: #A80532;
    color: #fff;
    font-weight: bold;
    border-radius: 0 !important;
    margin-bottom: 0.85rem;
    max-width: 585px;
}

.catalog-options-list {
    padding: 0;
}

.catalog-options-list > li > a {
    color: #A80532;
    text-decoration: none;
}

.catalog-options-list > li > span {
    color:#A80532 !important;
	margin-right: 8px;
}

.catalog-bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.rightsidebar-wrapper {
    background-color: #ddd;
    color: #222;
    padding: 1.0rem;
}

.rightsidebar-heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 1.25em;
}

.a-z-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.a-z-wrapper > span > a {
    font-weight: bold;
}

/* Course Search */

.course-search {
	text-align: center;
}

#course-search {
  background-image: url('/_resources/images/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 90%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin: 10px auto;
}

.course-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.course-list > li {
	margin: 0px !important;
}

.course-list li:before {
	display: none !important;
}

.course-list li a {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
}

.course-list li a:hover:not(.header) {
  background-color: #eee;
}

.leftsidebar-nav-flex {
    display: flex;
    flex-direction: column;
}

.rsb-heading {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    padding: 0.25rem;
}

.rsb-body {
    margin-top: 0;
    padding: 0.85rem;
    font-size: 1.1em;
    margin-bottom: 1.35rem;
}

.rsb-heading > p:first-child {
    font-size: 1.65em;
    margin-bottom: 0.5rem !important;
    font-weight: bold;
}

.rsb-heading > p:last-child {
    font-size: 1.45em;
    font-style: italic;
}

.rsb-heading > hr {
    width: 13.0rem;
    margin: 0 auto;
    color:#fff;
    opacity: 1.0;
}

.rsb-btn {
    text-align: center;
}

.background-red {
    background-color: #A80532;
}

.background-brown {
    background-color: #4a0216;
}

.background-white {
    background-color: #fff;
}

@media (max-width: 1199px) {

}

@media (min-width: 992px) {
    .catalog-left-sidebar {
        max-width: 415px;
    }

    .banner-text > span {
        font-size: 4.5em !important;
    }
}

@media (max-width: 991px) {
    .mask {
        order: 2;
    }
}

@media (min-width: 768px) {
    .catalog-nav-dropdown {
        display: none;
    }
}

@media (max-width: 767px) {
    .catalog-banner {
        height: 175px !important;
    }

    .catalog-nav {
        display: none;
    }

    .catalog-nav-dropdown > button {
        border-radius: 0;
        font-size: 1.25em;
        background: rgb(133,13,46);
        background: linear-gradient(0deg, rgba(133,13,46,1) 0%, rgba(168,5,50,1) 50%);
        margin: 1.0rem auto;
    }

    .catalog-nav-dropdown > ul.dropdown-menu {
        border-radius: 0;
        border-color: #666;
    }

    .catalog-nav-dropdown > ul.dropdown-menu > li > a {
        font-size: 1.15em;
        border-bottom: #ddd solid 1px;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .catalog-nav-dropdown > ul.dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
        background-color: rgb(245, 245, 245);
    }

    .catalog-nav-dropdown > ul.dropdown-menu > li:last-child > a {
        border-bottom: 0;
    }

    .leftsidebar-nav-flex {
        align-items: center;
    }

    .pdf-btn {
        display: flex;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .catalog-search {
        width: 25.0rem;
    }
}

@media (max-width: 575px) {
    .catalog-search {
        width: 100%;;
    }
}

