@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("/Institutions/Richland-Community-College/styles/fonts/fa-light-300.eot");
  src: url("/Institutions/Richland-Community-College/styles/fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), 
  url("/Institutions/Richland-Community-College/styles/fonts/fa-light-300.woff2") format("woff2"), 
  url("/Institutions/Richland-Community-College/styles/fonts/fa-light-300.woff") format("woff"), 
  url("/Institutions/Richland-Community-College/styles/fonts/fa-light-300.ttf") format("truetype"), 
  url("/Institutions/Richland-Community-College/styles/fonts/fa-light-300.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("/Institutions/Richland-Community-College/styles/fonts/fa-regular-400.eot");
  src: url("/Institutions/Richland-Community-College/styles/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), 
  url("/Institutions/Richland-Community-College/styles/fonts/fa-regular-400.woff2") format("woff2"), 
  url("/Institutions/Richland-Community-College/styles/fonts/fa-regular-400.woff") format("woff"), 
  url("/Institutions/Richland-Community-College/styles/fonts/fa-regular-400.ttf") format("truetype"), 
  url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("/Institutions/Richland-Community-College/styles/fonts/fa-solid-900.eot");
  src: url("/Institutions/Richland-Community-College/styles/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
  url("/Institutions/Richland-Community-College/styles/fonts/fa-solid-900.woff2") format("woff2"), 
  url("/Institutions/Richland-Community-College/styles/fonts/fa-solid-900.woff") format("woff"), 
  url("/Institutions/Richland-Community-College/styles/fonts/fa-solid-900.ttf") format("truetype"), 
  url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }

  
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("/Institutions/Richland-Community-College/styles/fonts/fa-brands-400.eot");
  src: url("/Institutions/Richland-Community-College/styles/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), 
  url("/Institutions/Richland-Community-College/styles/fonts/fa-brands-400.woff2") format("woff2"), 
  url("/Institutions/Richland-Community-College/styles/fonts/fa-brands-400.woff") format("woff"), 
  url("/Institutions/Richland-Community-College/styles/fonts/fa-brands-400.ttf") format("truetype"), 
  url("/Institutions/Richland-Community-College/styles/fonts/fa-brands-400.svg#fontawesome") format("svg"); }


* {
	margin:0;
	Padding:0;
	 }

html {
    font-size: 100%;
	 }

body{
	height: 100%;
	width:100%;
    margin: 0;
	padding: 0px;
	z-index: 1;
	font-size: 16px;
    font-family: "Lato", sans-serif;
    line-height: 1.42857;
    color: #151519;
    font-weight: 400;
	 }
	 
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

.header {
    background-color: white;
}

.header__inner {
    position: relative;
    z-index: 100;
    transition: all 0.15s ease-in-out;
    transition-delay: 0.5s;
    top: 0;
}

#rightpanel #main .sc-extrafield p {
	margin-top: 0;
	font-size: 16px;
}

.top-nav__main-menu--apply a:before {
    content: "\f19d" !important;
    padding-right: 0.3125rem;
}

@media only screen and (min-width: 768px) {
.header__inner {
    width: 100%;
    top: 0;
    left: 0;
}
}

.header__inner.sticky {
    position: fixed;
    background-color: #4C742F;
}

.header__inner.sticky {
    width: 100%;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media only screen and (min-width: 1200px){
.header .branding__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
}

@media only screen and (min-width: 1200px) and (min-width: 768px) {
.header .branding__container {
    max-width: 720px;
}
}

@media only screen and (min-width: 1024px) and (min-width: 1200px){
.header .branding__container {
    max-width: 960px;
}
}

@media only screen and (min-width: 1200px){
.header .branding__container {
    max-width: 1140px;
}
}

.header .branding__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0;
}

.header .branding .brand {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    position: relative;
}

a {
    color: #74a84f;
    text-decoration: none;
    transition: color 0.15s;
}

.header .branding .logo {
    position: absolute;
    z-index: 1100;
    left: 0;
    top: 0.375rem;
}

@media only screen and (min-width: 1024px){
.header .branding .logo {
    top: 0;
}
}

.header__inner.sticky .branding .logo {
    top: 0;
}

.header .branding .logo__image {
    padding: 0.625rem 0.9375rem;
    width: 6.25rem;
    height: 5rem;
    transition: all 0.15s ease-in-out;
    display: inline-block;
    background-color: white;
}

@media only screen and (min-width: 1024px){
.header .branding .logo__image {
    padding: 0.625rem 1.25rem;
    width: 8.75rem;
    height: 7.5rem;
}
}

.header__inner.sticky .branding .logo__image {
    background-color: #4C742F;
    padding: 0 0.625rem;
    height: 3.125rem;
    width: 14.5rem;
}

@media only screen and (min-width: 1024px){
.header__inner.sticky .branding .logo__image {
    background-color: white;
    width: 6.25rem;
    height: 5.75rem;
}
}

.header .branding .logo__image:before {
    content: "";
    display: block;
    position: absolute;
    background: url(/Institutions/Richland-Community-College/images/richlandlogo_logo-vert-color.svg) no-repeat center transparent;
    width: 4.375rem;
    height: 3.75rem;
}

@media only screen and (min-width: 1024px){
.header .branding .logo__image:before {
    width: 6.25rem;
    height: 5.625rem;
}
}

.header__inner.sticky .branding .logo__image:before {
    background: url(../images/mobile_logo_scrolled.svg) no-repeat center transparent;
    height: 3.125rem;
    width: 12.5rem;
}

@media only screen and (min-width: 768px){
.header__inner.sticky .branding .logo__image:before {
    background: url(../images/tablet_logo_scrolled.svg) no-repeat center transparent;
    width: 16.25rem;
}
}

@media only screen and (min-width: 1024px){
.header__inner.sticky .branding .logo__image:before {
    background: url(../images/richlandlogo_logo-vert-color.svg) no-repeat center transparent;
    width: 5rem;
    height: 5.125rem;
}
}

.top-nav {
    background-color: #4c742f;
    width: 100%;
    display: none;
}

@media only screen and (min-width: 1024px){
.top-nav {
    display: block;
}
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px){
.container {
    max-width: 720px;
}
}

@media (min-width: 1024px){
.container {
    max-width: 960px;
}
}

@media (min-width: 1200px){
.container {
    max-width: 1140px;
}
}

.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.top-nav__main-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.top-nav__main-menu li {
    padding: 0.5rem 0;
    transition: all 0.15s linear;
}

@media only screen and (min-width: 768px){
.top-nav__main-menu li {
    margin-right: 1.25rem;
}
}

@media only screen and (min-width: 768px){
.header__inner.sticky .top-nav__main-menu li {
    padding: 0;
    font-size: 0;
}
}


@media only screen and (min-width: 1024px){
.top-nav__main-menu {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
}

.title-bar--header_one .page-title:after {
    content: "";
    display: block;
    position: absolute;
    background: url(/Institutions/Richland-Community-College/images/Richland-Sprout.svg) no-repeat bottom right transparent;
    background-size: contain;
    width: 150px;
    height: 130px;
    right: 0;
    top: 0;
    z-index: -1;
}

.title-bar {
    position: relative;
}

.title-bar--header_one {
    background: url(/Institutions/Richland-Community-College/images/pattern_navy.png) repeat #03325c;
}

.title-bar__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 5;
}

@media (min-width: 768px){
.title-bar__container {
    max-width: 720px;
}
}

@media (min-width: 1024px){
.title-bar__container {
    max-width: 960px;
}
}

@media (min-width: 1200px){
.title-bar__container {
    max-width: 1140px;
}
}

.title-bar__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.title-bar__content {
    width: 100%;
}

@media only screen and (min-width: 768px){
.title-bar__content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
}




.top-nav__main-menu li > a {
    font-size: 14px;
    line-height: 24px;
    color: white;
    padding: 0 0.9375rem;
    position: relative;
    transition: all 0.15s linear;
}

@media only screen and (min-width: 768px){
.header__inner.sticky .top-nav__main-menu li a {
    font-size: 0;
    height: 2rem;
    display: block;
}
}

*:before, *:after {
    box-sizing: border-box;
}

.top-nav__main-menu--events a:before {
    content: "\f073" !important;
}

.top-nav__main-menu li > a:before {
    left: 0;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #74a84f;
    font-family: "Font Awesome 5 Pro";
    font-size: 0.75rem;
    line-height: 1.125rem;
    transition: all 0.15s linear;
    position: absolute;
}

@media only screen and (min-width: 768px){
.header__inner.sticky .top-nav__main-menu li a:before {
    font-size: 0.75rem;
    line-height: 2rem;
}
}

.top-nav__main-menu--news a:before {
    content: "\f036" !important;
    font-weight: 900;
}

.top-nav__main-menu--myrichland a:before {
    content: "\f02e" !important;
    font-weight: 900;
}

.top-nav__main-menu--quicklinks {
    background-color: #3f6225;
    position: relative;
}

.top-nav__main-menu li {
    padding: 0.5rem 0;
    transition: all 0.15s linear;
}

@media only screen and (min-width: 768px){
.top-nav__main-menu li {
    margin-right: 1.25rem;
}
}

@media only screen and (min-width: 768px){
.top-nav__main-menu li:nth-child(4) {
    margin-right: 0;
}
}

@media only screen and (min-width: 768px){
.header__inner.sticky .top-nav__main-menu li {
    padding: 0;
    font-size: 0;
}
}

.top-nav__main-menu li > a {
    font-size: 14px;
    line-height: 24px;
    color: white;
    padding: 0 0.9375rem;
    position: relative;
    transition: all 0.15s linear;
}
.top-nav__main-menu--quicklinks > a {
    font-weight: 700;
    font-size: 0.75rem !important;
    letter-spacing: 0.86px;
    text-transform: uppercase;
    padding-left: 1.875rem !important;
    padding-right: 1.25rem;
}

@media only screen and (min-width: 768px){
.header__inner.sticky .top-nav__main-menu li.top-nav__main-menu--quicklinks > a {
    line-height: 2rem;
}
}

@media only screen and (min-width: 768px){
.header__inner.sticky .top-nav__main-menu li a {
    font-size: 0;
    height: 2rem;
    display: block;
}
}

@media only screen and (min-width: 768px){
.header__inner.sticky .top-nav__main-menu li a:before {
    font-size: 0.75rem;
    line-height: 2rem;
}
}

.top-nav__main-menu li > a:before {
    left: 0;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #74a84f;
    font-family: "Font Awesome 5 Pro";
    font-size: 0.75rem;
    line-height: 1.125rem;
    transition: all 0.15s linear;
    position: absolute;
}

.top-nav__main-menu--quicklinks > a:before {
    content: "\f067" !important;
    color: #fada63 !important;
    font-weight: 300 !important;
    left: 10px !important;
    transition: all 0.15s ease;
}


element.style {
}

@media only screen and (min-width: 768px){
.top-nav__main-menu--quicklinks .sub-menu {
    background-color: #3f6225;
    padding: 1.25rem !important;
    z-index: 2000;
    width: 200%;
    min-width: 21.5625rem;
    left: 0;
    top: 100%;
    position: absolute;
}
}

.top-nav__main-menu--quicklinks .sub-menu {
    -webkit-columns: 2;
    columns: 2;
    margin: 0;
    display: none;
    padding-bottom: 0.625rem;
}

@media only screen and (min-width: 1024px){
.top-nav__main-menu--quicklinks .sub-menu {
    left: auto;
    right: 0;
}
}


@media only screen and (min-width: 768px) {
.header__inner.sticky .top-nav__main-menu li.top-nav__main-menu--quicklinks li {
    margin-bottom: 5px;
}
}

@media only screen and (min-width: 768px){
.header__inner.sticky .top-nav__main-menu li {
    padding: 0;
    font-size: 0;
}
}

.top-nav__main-menu--quicklinks .sub-menu li {
    display: inline-block;
    width: 100%;
    padding: 0.25rem 0;
}

@media only screen and (min-width: 768px){
.top-nav__main-menu li {
    margin-right: 1.25rem;
}
}

@media only screen and (min-width: 768px){
.header__inner.sticky .top-nav__main-menu li.top-nav__main-menu--quicklinks li a {
    padding: 0 8px;
    display: block;
    font-size: 14px;
}
}

@media only screen and (min-width: 768px){
.header__inner.sticky .top-nav__main-menu li a {
    font-size: 0;
    height: 2rem;
    display: block;
}
}

.top-nav__main-menu--quicklinks .sub-menu a {
    padding: 0;
    line-height: 1.2;
    display: inline-block;
}
.top-nav__main-menu li > a {
    font-size: 14px;
    line-height: 24px;
    color: white;
    padding: 0 0.9375rem;
    position: relative;
    transition: all 0.15s linear;
}

.top-nav__main-menu li {
    padding: 0.5rem 0;
    transition: all 0.15s linear;
}

.header__inner.sticky .main-menu__btn, .header__inner.sticky .main-menu__close-btn {
    top: 0;
}

.main-menu__btn {
    position: absolute;
    right: 0;
    top: 1.25rem;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    font-size: 1rem;
    background-color: #003f77;
    color: white;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 7.5rem;
    height: 3.125rem;
    z-index: 1110;
}

@media only screen and (min-width: 1024px){
.main-menu__btn {
    position: absolute;
    top: -99999px;
    display: none;
}
}

.main-menu__btn-text {
    text-transform: uppercase;
    margin-right: 0.3125rem;
    vertical-align: text-bottom;
    letter-spacing: 1.5px;
    font-weight: 400;
}



.navigation {
    background-color: #ede9e5;
    border-top: 6px solid #669c40;
    position: relative;
    transition: all 0.15s ease-in-out;
    height: 5.375rem;
}

@media only screen and (min-width: 1024px){
.navigation {
    border: none;
    height: auto;
}
}

@media (min-width: 1200px){
.navigation__container {
    max-width: 1140px;
}
}

@media (min-width: 1024px){
.navigation__container {
    max-width: 960px;
}
}

@media (min-width: 768px){
.navigation__container {
    max-width: 720px;
}
}

.navigation__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navigation__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.tab-nav {
    display: none;
}

@media only screen and (min-width: 768px){
.tab-nav {
    top: 0.9375rem;
    display: block;
    position: absolute;
    right: 160px;
    z-index: 1200;
}
}

.tab-nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main-menu {
    position: absolute;
    background-color: #003f77;
    right: -100%;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    z-index: 2000;
    overflow-y: auto;
}

@media only screen and (min-width: 768px){
.main-menu {
    padding-top: 2.5rem;
}
}

@media only screen and (min-width: 1024px){
.main-menu {
    padding: 0;
    overflow: unset;
    height: auto;
}
}

@media only screen and (min-width: 1024px){
.main-menu {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    height: auto;
    position: static;
    background-color: transparent;
    padding-top: 0;
    overflow: unset;
    z-index: 900;
}
}

.main-menu .brand {
    padding: 0.625rem 0.9375rem;
    width: 100px;
    height: 80px;
}

@media only screen and (min-width: 768px){
.main-menu .brand {
    display: none;
}
}

.sticky .main-menu .brand {
    padding: 0.625rem 0.9375rem;
    width: 210px;
    height: 50px;
}

@media only screen and (min-width: 768px){
.sticky .main-menu .brand {
    display: none;
}
}

img {
    vertical-align: middle;
}

.main-menu .brand img {
    height: 100%;
}

.main-menu .brand .default {
    display: block;
}

.sticky .main-menu .brand img {
    height: 32px;
    width: auto;
}

.sticky .main-menu .brand .default {
    display: none;
}

.main-menu .brand .alternate {
    display: none;
}

.sticky .main-menu .brand .alternate {
    display: block;
}

.main-menu__close-btn {
    display: none;
    position: absolute;
    right: 0;
    top: 0.875rem;
    white-space: nowrap;
    cursor: pointer;
    font-size: 1rem;
    background-color: #003f77;
    color: white;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 7.5rem;
    height: 3.125rem;
    z-index: 1200;
}

.header__inner.sticky .main-menu__btn, .header__inner.sticky .main-menu__close-btn {
    top: 0;
}

.main-menu__btn-text {
    text-transform: uppercase;
    margin-right: 0.3125rem;
    vertical-align: text-bottom;
    letter-spacing: 1.5px;
    font-weight: 400;
}

.main-menu__items {
    padding: 1.75rem 0;
    z-index: 100;
}

@media only screen and (min-width: 1024px){
.main-menu__items {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: calc(100% - 60px);
    margin-left: auto;
    position: relative;
    top: 0;
    background-color: transparent;
}
}

@media only screen and (min-width: 1200px){
.main-menu__items {
    width: calc(100%);
    margin-left: auto;
    width: 59.375rem;
}
}

.main-menu__item {
    padding: 0 0.9375rem;
    position: relative;
    transition: all 0.15s ease-in-out;
}

@media only screen and (min-width: 1024px){
.main-menu__item {
    padding: 0.875rem 0.9375rem;
    position: static;
}
}

@media only screen and (min-width: 1024px) and (min-width: 768px){
.header__inner.sticky .main-menu__item {
    padding: 0.25rem 0.875rem;
}
}

@media only screen and (min-width: 1024px){
.main-menu__item > a {
    padding: 0.875rem 0 !important;
    position: relative;
    display: block;
}
}

.main-menu__item a {
    color: #fff;
    font-family: "Merriweather", serif;
    font-weight: normal;
    padding: 0.5rem 1.375rem 0.5rem 0;
    display: inline-block;
    font-size: 1.125rem;
    position: relative;
}

@media only screen and (min-width: 1024px){
.main-menu__item a {
    padding: 0;
}
}

@media only screen and (min-width: 1024px){
.main-menu__item a {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.5rem;
    color: #003f77;
}
}

@media only screen and (min-width: 1200px){
.main-menu__item a {
    font-size: 1.125rem;
}
}

@media only screen and (min-width: 1024px){
.main-menu__item > a:after {
    content: "";
    display: inline-block;
    position: absolute;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    width: 0;
    left: -0.375rem;
    bottom: -1.25rem;
    transition: all 0.15s ease;
}
}

.main-menu__item a:after {
    content: "";
    display: inline-block;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    color: #669c40;
    margin-left: 5px;
    font-size: 1rem;
    line-height: 1.6;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    transition: all 0.15s ease;
}

@media only screen and (min-width: 1024px){
.main-menu__item a:after {
    content: none;
}
}

@media only screen and (min-width: 1024px){
.main-menu__item.active > a:after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    width: 100%;
    left: -0.375rem;
    bottom: -1.25rem;
}
}

.main-menu__item > .sub-menu {
    background-color: #03325c;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    display: none;
}

@media only screen and (min-width: 1024px){
.main-menu__item > .sub-menu {
    position: absolute;
    background-color: #003f77;
    padding: 2.5rem;
    padding-right: 20%;
    left: 0.9375rem;
    top: 100%;
    width: 100%;
    display: none;
    margin: 0;
}
}

.main-menu__item > .sub-menu > ul {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-width: 50%;
    column-width: 50%;
    position: relative;
    z-index: 100;
}

.main-menu__item > .sub-menu > ul li {
    padding: 0.375rem 0;
    display: block;
}

.main-menu__item a {
    color: #fff;
    font-family: "Merriweather", serif;
    font-weight: normal;
    padding: 0.5rem 1.375rem 0.5rem 0;
    display: inline-block;
    font-size: 1.125rem;
    position: relative;
}

@media only screen and (min-width: 1024px){
.main-menu__item a {
    padding: 0;
}
}

@media only screen and (min-width: 1024px){
.main-menu__item a {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.5rem;
    color: #003f77;
}
}

@media only screen and (min-width: 1200px){
.main-menu__item a {
    font-size: 1.125rem;
}
}

.main-menu__item > .sub-menu a {
    font-family: "Lato", sans-serif;
    padding: 0;
    letter-spacing: 0;
    font-size: 1.0625rem;
}

@media only screen and (min-width: 1024px){
.main-menu__item > .sub-menu a {
    color: white;
    font-family: "Merriweather", serif;
    line-height: 1.6;
    display: inline-block;
    padding: 0.125rem 0;
    border-bottom: 2px solid transparent;
    font-weight: normal;
    font-size: 1.0625rem;
    transition: all 0.15s ease;
    letter-spacing: 0;
}
}

.main-menu__item > .sub-menu > ul li .children {
    display: none;
}

.main-menu__item > .sub-menu > ul li {
    padding: 0.375rem 0;
    display: block;
}

.navigation-height {
    display: none;
}

.sticky-header .navigation-height {
    display: block;
}

.title-bar--header_one .page-title:after {
    content: "";
    display: block;
    position: absolute;
    background: url(/Institutions/Richland-Community-College/images/Richland-Sprout.svg) no-repeat bottom right transparent;
    background-size: contain;
    width: 150px;
    height: 130px;
    right: 0;
    top: 0;
    z-index: -1;
}

.main-menu__item--active .sub-menu {
	display: block !important;
}

blockquote {
	margin-left:40px;
	 }

form {
	display: block;
	width: 100%;
	float: left;
	z-index: 1;
	 }

a img {
	border:none;
	 }
	
img {
    max-width: 100%;
	height: auto;
	 }	

a {
	text-decoration:none;
	 }

strong {
    font-weight: bold;
	 }

ul.sc-ListBullet {
	margin-top: 20px;
	margin-left: 16px;
	 }

ul {

	 }

#smallmenu {
   display:none;
	 }

#pagewrapper1 {
	min-height:600px;
	z-index:-1;
	width: 100%;
	float:none;
	margin-left:auto;
	margin-right:auto;
	 }

#pagewrapper2 {
	z-index:0;
	margin-top: 0px;
	display:block;
    padding-top: 0px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	 }

#banner {
    display: block;
	display: inline;
    width: 100%;
	margin: 0 auto;
	min-height: 60px;
	z-index: 1;
    max-width: 960px;
	 }

.bannerWrap {
    width: 100%;
	margin-left:auto;
	margin-right:auto;
	 }

.bannerWrap p {
	display: block;
    margin: 0;
    color: white;
    line-height: 1.4;
    font-size: 1.25rem;
    position: relative;
    z-index: 10;
	    font-family: "Merriweather", serif;
	font-size: 1.75rem;
	 }

#middle{
	display: block;
	max-width: 1140px;
	width: 100%;
	margin: 0px auto;
	padding-right: 15px;
    padding-left: 15px;
	padding-bottom: 80px;
	 }

#leftpanel{
	display: block;
	max-width:100%;
	float: right;
    font-weight: normal;
	background: url(/Institutions/Richland-Community-College/images/pattern_tan.png) repeat #ede9e5;
    position: relative;
	-webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	padding-right: 20px;
	 }
	
#rightpanel {
	display: block;
	float: left;
    width: 75%;
	 }
		
#rightpanel #main {
	display:block;
	float: left;
	margin: 0;
	min-height: 600px;
	width: 95%;
	 }
	 
#leftcolumn_0_Panel1 {
	margin: 0 20px;
}

#catalog-dropdown {
	margin: 10px 0 0 20px;
}

.credits {
	text-align:right;
	margin:0 0px 0 5px;
	 }
	
.sc-totalcredits { 
	text-align:right;
	font-weight:bold;
	margin:10px 5px 0 5px;
	border-top:1px solid #aaa;
	 }

.sidebox div.hdr {
	font-weight: bold;
	font-size: 14px;
	font-size: .875rem;
	display: none;
	 }

.sidebox div.sideboxbrdr ul{
	list-style: none outside none;
	margin: 0;
	padding: 0;
	 }
	 
#catalog-dropdown div div {
	color: #000 !important;
}

.expandable {
	float:left;
	 }
	 
.sidebox div.sideboxbrdr {

	 }

div.ui-dialog span.desc p.boxlink a {
	padding-left: 10px;
    text-align: left;
	color: #577e3b;
	 }

div.ui-dialog span.desc h3 {
	padding-left: 0px;
	text-align: left;
	margin-bottom: 0;
	font-size: 17px;
	 }

#breadcrumbs{
	padding: 5px 0 5px 0;
	 }

#breadcrumb {
	display: block;
	width: 100%;
	margin-bottom: 1.875rem;
	margin-top: 30px
	 }
	 
#breadcrumb p {
	font-size: 12px;
    color: #746058;
	margin-top: 0;
	 }

#breadcrumb p a:link, #breadcrumb p a:visited {
	font-weight: 400;
    color: #746058;
	    font-size: 12px;
	 }

#breadcrumb p a:hover {
	text-decoration: underline;
	font-weight: normal;
	 }

#leftcolumn_0_txtBxTerm{
	width:80%;
	background-image: url(/Institutions/Richland-Community-College/images/search-icon.gif);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	background-size: 30px 30px;
	border: 1px solid rgb(169, 169, 169);
	padding: 5px 5px 5px 35px;
	 }
	 
#leftcolumn_0_Panel1 label {
	text-indent: -9999px;
	position: absolute;
}	
	
#sc-top-links {
	padding: 0px;
	width: auto;
	margin-right: 0px;
	 }
	 
span.printLabel {
    font-size: x-small;
    text-indent: -999em;
    line-height: 1px;
    display: block;
}

span.print a {
    float: right;
    background-image: url(/Institutions/Richland-Community-College/images/printer.png);
    background-repeat: no-repeat;
    background-size: 25px;
    height: 30px;
    width: 30px;
    margin: 7px 20px 0px 0px;
}

span.print {
	float: right;
	 }

.sc-List-1 {
    padding-top: 7px;
	padding-bottom: 8px;
	 }

.sc-List-2 {
    padding-left: 20px;
	line-height: 1 !important;
	padding-bottom: 5px;
	 }
.sc-List-3 {
    padding-left: 40px;
	line-height: 1 !important;
	padding-bottom: 5px;
	 }

#rightpanel #main p.sc-SubHeading {
    font-weight: bold;
	font-size: 19px;
	 }
	 
#rightpanel #main p.sc-SubHeading2 {
    font-weight: bold;
	font-size: 17px;
	 }

span.mc_link a:hover {
	font-weight:bold;
	text-decoration: underline;
	 }

span.mc_link a:active{
	text-decoration: none;
	 }

#sc-parentlink, #sc-childlinks {
	float:left;
	width:100%
	 }

#sc-parentlink  ul, #sc-childlinks ul  {
	list-style: none;
	margin: 0px;
	margin-left: 0px;
	width: 100%;
	padding: 0px;
	 }

#sc-parentlink ul li p, #sc-childlinks ul li p {
	margin-top: 0px;
	margin-bottom:0px;
	padding: 0px;
	 }

#sc-childlinks {
	float:left;
	width: 100%;
	 }
#sc-childlinks ul li {
	margin-top:5px;
	 }

span.desc #main div.desc, span.desc #main div.credits  {
	height: auto;
	margin-right: 10px;
	 }

div.credits {
	font-size: 14px;
	font-size: .875rem;
	text-align: left;
	margin-left: 0px;
	 }

.sc-ListNumber {
    list-style: decimal;
	margin-left:16px;
	margin-top: 20px;
	 }
	 
.sc-ListNumber2 {
    list-style: upper-roman;
	margin-left:10px;
	 }
	 
.sc-ListNumber3 {
    list-style: lower-roman;
	margin-left:10px;
	 }
	 
.sc-ListAlpha {
    list-style: upper-alpha;
	margin-left:10px;
	 }
	 
.sc-ListAlpha2 {
    list-style: lower-alpha;
	margin-left:10px;
	 }

div.sidebox {
	margin-left: 0px;
	 }
	 
.toc {
	margin-top: 15px;
}
	
#searchtoggle {
	cursor: pointer;
	width:100%;
	height: 30px; 
	display: none;
	 }
	 
#leftcolumn_0_Panel1 > div.sidebox > div.hdr > label {
	font-size: x-small;
	text-indent: -999em;
	display: block;
}
	
#leftcolumn_0_Panel1 > div.sidebox > div.hdr {
display: inline;
	 }

#leftcolumn_0_Panel1 > div.sidebox > div.sideboxbrdr {
	display: inline;
	 }

#leftcolumn_0_Panel1 > div.sidebox {
    display: block;
	 }
	 
#leftcolumn_0_Panel1 > div.sidebox > div.sideboxbrdr > div {
	height: 5px;
}

.toggled-on {
	 display: block !important;
	 }
	 
.toggled-oni {
	 display: inline !important;
	 }
	
#rightpanel li{
	margin-left:20px;
	 }
	
#rightpanel ul li {
	list-style-type: disc;
	margin-left:20px;
    padding-bottom: 5px;
    padding-top: 5px;
	 }
	 
#rightpanel ul ul li {
	list-style-type: circle;
	margin-left:40px !important;
	line-height: 1.5em;
    padding-bottom: 5px;
    padding-top: 5px;
     }

#rightpanel ul ul ul li {
    list-style-type: square;
	margin-left:60px !important;
	line-height: 1.5em;
    padding-bottom: 5px;
    padding-top: 5px;
     }

#rightpanel ul li li {
	list-style-type: circle;
	margin-left:20px;
    padding-bottom: 5px;
    padding-top: 5px;
	 }

#rightpanel ul li li li {
	list-style-type: disc;
	margin-left:20px;
    padding-bottom: 5px;
    padding-top: 5px;
	 }

#rightpanel ul li li  li li  {
	list-style-type: circle;
	margin-left:20px;
    padding-bottom: 5px;
    padding-top: 5px;
	 }
	
#rightpanel ol li  {
	margin-left:20px;
    padding-bottom: 5px;
    padding-top: 5px;
	 }

#rightpanel ol li li {
	list-style-type: lower-alpha;
	margin-left:20px;
    padding-bottom: 5px;
    padding-top: 5px;
	 }
	
#rightpanel p.sc-List-1 {
	margin-left: 20px;
    text-indent: -20px;
    padding-bottom: 5px;
    padding-top: 5px;
	 }
	 
#rightpanel p.sc-List-2 {
	margin-left: 40px;
    text-indent: -20px;
    padding-bottom: 5px;
    padding-top: 5px;
	 }
	 
#rightpanel p.sc-List-3 {
	margin-left:60px;
	text-indent:-20px;
    padding-bottom: 5px;
    padding-top: 5px;
	 }
	 
#rightpanel p.sc-Note {
	font-style:italic;
	 }
	 
#rightpanel li a:link,
#rightpanel li a:active,
#rightpanel li a:focus,
#rightpanel li a:visited {
	text-decoration: none;
	font-weight:normal;
	 }

#rightpanel li a:hover {
	font-weight: normal;
	 }

/*Adding styles for sc-courselink*/	

#rightpanel .sc-courselink  a:link,
#rightpanel  .sc-courselink a:active,
#rightpanel .sc-courselink a:focus,
#rightpanel .sc-courselink a:visited {
	text-decoration: none;
	 }

#rightpanel td.sc-coursenumber a:hover {
	font-weight: normal;
	text-decoration: underline;
	 }

/*End new styles for sc-courselink*/	

#sc-top-links a:link, 
#sc-top-links a:active, 
#sc-top-links a:focus, 
#sc-top-links a:visited {
	text-decoration: none;
	font-size: 11px;
	 }

#sc-parentlink a:hover, #sc-childlinks a:hover {
	text-decoration: underline;
	 }

h1 {
	font-size:28px;
	margin-bottom: 18px;
    color: #003f77;
    line-height: 1.357;
    font-family: "Merriweather", serif;
	 }

h2 {
	font-size:24px;
	margin-bottom: 14px;
    color: #4c742f;
    font-family: "Lato", sans-serif;
    line-height: 1.208;
	 }

h3 {
	color: #746058;
    line-height: 1.75;
    margin-bottom: 10px;
    font-family: "Merriweather", serif;
	font-size: 20px;
	margin-bottom: 0;
	 }

h4 {
	color: #746058;
    line-height: 1.75;
    margin-bottom: 10px;
    font-family: "Merriweather", serif;
	font-size: 20px;
	 }
h5 {
    font-size:18px; 
	color: #151519;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    line-height: 1.3125;
    margin-bottom: 10px;
	 }

h1, h2, h3, h4, h5, h6 {
    margin-top: 14px;
	 }

div#main h1:first-child {
     margin-top: 0;
	 }

tr, th {
	vertical-align:top;
	 }

td {
    vertical-align: middle;
	 }

.addthis_default_style{
	padding:10px;
	 }

select, option, input {
	font-size: 11px;
	font-size: .6875rem;
	margin-top: 6px;
	padding: 5px;
    line-height: 1.1;
	 }

p.sc-BodyText img {
    padding: 0 5px 0 0;
	 }

#rightpanel #main p.sc-BodyTextNS, #rightpanel #main p.bodytextns, #rightpanel #main p.sc-BodyTextNSIndented, #rightpanel #main p.sc-BodyTextNSRight {
	margin: 0px;
	 }
	 
#rightpanel #main p.sc-BodyTextNSIndented {
	margin: 0 0 0 20px;
}

p.sc-BodyTextCentered, p.sc-BodyTextNSCentered {
	text-align:center;
	 }

p.sc-BodyTextRight, p.sc-BodyTextNSRight {
	text-align:right;
	 }

#rightpanel ul.sc-child-item-links li {
	list-style-type: none;
	 }

p.sc-BodyTextIndented, p.sc-BodyTextNSIndented{
	margin-left:20px;
	 }

#rightpanel ul.sc-child-item-links li {
	list-style-type: none;
	 }

#rightpanel .sc-child-item-links li a:link,
#rightpanel .sc-child-item-links li a:active,
#rightpanel .sc-child-item-links li a:focus,
#rightpanel .sc-child-item-links li a:visited {
	text-decoration: none;
	text-align: left;
	 }

#rightpanel .sc-child-item-links li a:hover {
	font-weight: normal;
	 }

#rightpanel .sc-ListBullet li {
	 line-height: 1.4;
	 margin-top: 0px;
	 margin-left:10px;
	 }

#rightpanel .sc-ListNumber li {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.4;
	margin-left:10px;
	 }

div.ui-dialog div.desc {
	width: 450px;
	height: auto;
	 }

p.boxlink {
	display: block;
	width: 100%;
	 }

#rightpanel #main p, span.desc div#main, p.sc-BodyText, p.sc-BodyTextCentered, p.bodytext, p {
	font-size: 17px;
    line-height: 28px;
	margin: 20px 0 0 0;
	font-weight: 400;
	color: #151519;
	font-family: "Lato", sans-serif;
	 }
	 
span.desc div#main p, span.desc div#main {
	margin-top: 0;
}

span.desc div#main {
	padding-left: 10px;
}
	 
#rightpanel #main a:link, #rightpanel #main a:visited, #rightpanel #main a:active {
	 text-decoration: none;
	 display: inline;
	 }

#rightpanel #main a:hover {
	 text-decoration:underline;
	 }

/*++++++++++++++++++++++++++++++++++NavLocal+++++++++++++++++++++++++++++++++++*/

#navLocal li.hasChildren > button.expandable {
    background-image: url("/Institutions/Richland-Community-College/images/open.png");
    background-repeat: no-repeat;
    background-position: center;
	width: 20px;
	height: 20px;
    margin: 10px 0px 0 0px;
    padding: 0px 0px 0 0px;
    cursor: pointer;
	border: none;
	background-color: transparent;
}

#navLocal li.hasChildren > button.collapsible {
    background-image: url("/Institutions/Richland-Community-College/images/close.png");
    background-repeat: no-repeat;
    background-position: 50% 45%;
 
    padding: 0;
    cursor: pointer;
	border: none;
	background-color: transparent;
}

button.expandable span {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#navLocal ul {
	padding:0;
	margin:0 0 0 0;
	 }

#navLocal li, #navLocal ul li ul li, .sidebox div.sideboxbrdr ul li {
	margin:0;
	padding:0 0 0 0;
	clear: left;
	 }
	 
#navLocal li a, .sidebox div.sideboxbrdr ul li a {
	display:block;
	padding-left:20px;
	margin-right:0px;
	text-decoration: none;
	color: #003F77;
    font-weight: 400;
    font-size: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
	 }

#navLocal li a:hover, .sidebox div.sideboxbrdr ul li a:hover {
	text-decoration:underline;
	color: #126BAF;;
	 }

#navLocal li {
	list-style-type: none;
	 }

ul#navLocal {
	list-style-type: none;
	margin:0;
	padding:0;
	 }

#navLocal li.active, .sidebox div.sideboxbrdr ul li:active  {
	display:block;
	 }

#navLocal li.active a, .sidebox div.sideboxbrdr ul a:active, #navLocal li.active li.active a, #navLocal li.active li.active li.active li.active a, #navLocal li.active li.active li.active li.active li.active  a, #navLocal li.active li.active li.active li.active li.active  li.active a, #navLocal li.active li.active li.active li.active li.active  li.active a, #navLocal li.active li.active li.active li.active li.active li.active li.active a  {
	display:block;
	border-left: 4px solid #669c40;
	color: #003f77;
    font-weight: 700;
	 }

#navLocal li.active li a, #navLocal li.active li.active  li a, #navLocal li.active li.active li.active  li a, #navLocal li.active li.active li.active li.active  li a, #navLocal li.active li.active li.active li.active li.active   li a  {
	display:block;
	font-weight: normal;	
	border: none;
	 }
	 
#navLocal li ul {
	margin-left:15px;
	 }	
		
#navLocal.navLocal li.parent-nav-item a { 

	 }

p.sc-degree-req-credits {
	text-align:right;
	 }

p.sc-BodyTextNS {
	text-align:left;
	 }

/*Right Panel Styles*/
#rightpanel table {
	margin-top: 10px;
	width: 100%;
	text-align: left;
	height: 100%;
	border: 2px solid #E8F1FA;
	line-height: 1.2;
	border-collapse: collapse;
	 }

tr:nth-child(even) {background: #E8F1FA}
tr:nth-child(odd) {background: #FFF}

#rightpanel td {
	clear: both;
    text-align: left;
	padding: 5px;
	 }

#rightpanel td.sc-coursenumber  {
	text-align: left;
	width: 20%
	 }

#rightpanel p.credits  {
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	 }

#rightpanel #main td p.credits  {
	margin-top: 0;
	 text-align: right;
	 font-weight: normal;
	 text-transform: none;
	 }

#rightpanel td.sc-totalcredits  {
	 padding-left: 5px;
	 text-align: right;
	 font-weight: bold;
	 width:100px;
	 }

#rightpanel td.sc-coursetitle  {
	 padding-right: 5px;
	 text-align: left;
	 width: 70%;
	 }

#rightpanel td.sc-totalcreditslabel  {
	 text-align: left;
	 font-weight: bold;
	 width: 400px;
	 }

#rightpanel .sc-requirementsNote  {
	 text-align: left;
	 margin-top: 4px;
	 font-style: italic;
	 }

#rightpanel #sc-childlinks ul  li, #rightpanel #sc-parentlink ul  li {
	 list-style-type: none;
	 }

#sc-childlinks ul li p a, #sc-parentlink ul li p a  {
	 display: block;
	 line-height: 13px;
	 margin-top: 8px;
	 }

#sc-relatedlinks {
	 display:block;
	 float:left;
	 width: 100%;
	 margin-bottom: 20px;
	 }

.sc-relatedlinklabel {
     margin-top: 15px;
	 }
   
#rightpanel ul.sc-searchPagination {
	 display: inline;
	 list-style-type: none;
	 padding: 0px;
	 }

#rightpanel ul.sc-searchPagination li {
	 display: inline;
	 margin: 0px;
	 padding-right: 10px;
	 }

div.sideboxbrdr > div > label {
	 font-size: 2px;
	 }

div.sidebox div.sideboxbrdr div label {
     font-size: 1px;
     line-height: 1px;
	 }

div.sideboxbrdr>div {
	 height: 30px;
	 }

#smallmenu {
    display: none;
	cursor: pointer;
	padding-top: 7px;
    padding-bottom: 7px;
	color: #39c;
	font-size:15px;
	font-weight: bold;
	background-color: #ccc;
	background-image: url(/Institutions/Richland-Community-College/images/menuicon.png);
	background-repeat: no-repeat;
	background-position: 94% 50%;
    background-size: 15px 15px;
	text-align: center;
	width:100%;
	margin: 0 auto;
	 }

.ui-dialog .ui-dialog-title {
	font-family: "Merriweather", serif !important;
	 }

.ui-dialog .ui-dialog-titlebar-close {
top: 0% !important;
margin: 5px 0 0 0 !important;
	 }
	 
#skip_link {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    background: #fff;
    color: #000;
    font-style: normal;
    z-index: 999;
    text-transform: uppercase;
    padding: 10px 10px 15px;
}

#skip_link:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: absolute;
    white-space: normal;
    width: auto;
}

	 
.addthis_toolbox a.at300b {
    font-size: 1px;
    color: #fff;
}

.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
	padding: 0px !important;
}

.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
    width: 40px !important;
}

#rightpanel #main .sc-childlinks ul p, #rightpanel #main .sc-parentlink ul p {
	margin: 0px;
}

#rightpanel #main .sc-parentlink {
	margin-top: 30px;
}

#rightpanel .ui-tabs .ui-tabs-nav li.ui-state-active {
    background: #004c8e;
}

#rightpanel .ui-tabs .ui-tabs-nav li {
    list-style-type: none;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, .15);
    background: #07589f;
    border-radius: 0;
}

#rightpanel #main .ui-tabs .ui-tabs-nav li.ui-state-active a {
    color: #f5f5f5;
}

#rightpanel #main .ui-tabs .ui-tabs-nav li a {
    font-size: 14px;
    color: #a1bbda;
    font-weight: 600;
    padding: 7px 50px;
}

button.expandable span {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

a.richlandLink {
	border: 2px solid #7BADD3;
    color: #126BAF;
    padding: 0.5rem 0.75rem;
    line-height: 1.375rem;
    display: inline-block;
}

a.richlandLink:hover {
	border-color: #126BAF;
    background-color: #126BAF;
    color: #fff;
}

.programTables h2 {
	border-bottom: 2px solid #669c40;
	position: relative;
	cursor: pointer;
}

.programTables h2:after {
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 1rem;
    text-align: center;
    font-weight: 300;
    font-style: normal;
    color: #669c40;
	right: 10px;
}

.programTables h2.active:after {
    content: "\f068" !important;
}

.programTables #collapsebutton, .programTables #expandbutton {
    float: right;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px;
    margin: 50px -10px 0 0;
	cursor: pointer;
}

#degreeRequirements {
	margin-top: 60px;
	
}

/*   Responsive Designs   */

@media screen and (max-width: 980px) {
	
.menu-open .main-menu {
    right: 0;
}

/* setup menu toggle */

#sc-rightpanel-top {
	 background-color: #fff;
	 }
	
#middle {
	 width: 100%;
	 margin: 0 auto;
	 clear:both; 
	 float: none;
	 }
	
.toc {
	 display: none;
	 }
	
.toggled-on {
	 display: block;
	 margin: 3px 20px;
	 }
	
div#leftpanel>div.sidebox>div.hdr {
	 cursor: pointer;
	 background-color: #003f77;
	 background-image: url("/Institutions/Richland-Community-College/images/menuicon.png");
	 background-repeat: no-repeat;
	 background-position: 94% 50%;
     background-size: 15px 15px;
	 text-align: center;
	 padding: 6px 0;
	 color: #fff;
	 margin-top: 0px;
	 display: block;
	 }
   
#sc-top-links {
     display: none;
   	 }

#leftpanel>.sidebox {
     display: block;
   	 }
      
div.sidebox {
     margin: 7px 20px;
	 width: 100%;
	 margin: 0 auto;
   	 }
	 
div.sidebox div.hdr {
     font-size: 14px;
   	 }
   
#leftcolumn_0_txtBxTerm {
	 width: 40%;
	 }
   
#leftcolumn_0_Panel1 {
	 /* display:none; */
	 width: 100%;
	 margin: 3px auto;
	 }
	 
#leftcolumn_0_Panel1 > div.sidebox > div.sideboxbrdr {
     display: inline;
     }
		 
#leftcolumn_0_Panel1 > div.sidebox > div.hdr {
     display: inline;
     }
		 
#leftcolumn_0_Panel1 > div.sidebox > div.sideboxbrdr>div {
     display: inline;
     }
		 
div.sidebox div.sideboxbrdr div label {
	 display:none;
     }
		 
#sc-parentlink, #sc-childlinks {
     float: none;
     width: 100%;
     }

#rightpanel {
	 clear:right;
	 float: none;
	 width:100%;
	 max-width:960px;
	 margin: 0;
	 padding: 0;
	 height: auto;
	 }
	 
#main {
	 margin:0;
	 width:95%;
	 height: auto;
	 padding:15px 20px;
	 }

#leftpanel {
	 max-width:100%;
	 width:100%;
	 margin:0;
	 padding:0;
	 float: none;
	 clear:left;
	 background: none;
	 }
	 
#rightpanel #main {
     width: 95%;
	 float:none;
	 margin: 0 auto;
	 height: auto;
	 padding-right:10px;
	 padding-left:10px;
	 }  
	
#searchBox div.sidebox  {
    display: block;
    float: left;
    margin: 0px auto;
    width: 100%;
     }
		 
#searchBox div.sidebox  div.hdr{
    display: block;
    float: left;
	width: 100px;
	margin-top:7px;
	font-size: .85em;
     }
		 
#searchBox  div.sidebox  div.sideboxbrdr {
	display: block;
    float: left;
	width: 300px;
     }
		 
#searchBox {
    height: auto;
    padding-bottom: 8px;
     }
	
#rightpanel table {
      width: 100% !important;
     }
	
#rightpanel td.sc-coursenumber {
     }
	
#footerWrap {
     width: 100%;
     }
	
#pageBanner {
     width: 100%;
     }

/* end menu toggle */
	
#smallmenu {
     display:block;
     }
		 
#topnav, .logins {
     display:none;
     }
	
ul#topnav {
     float: none;
     height: auto;
     }
	
ul#topnav a.prospective, ul#topnav a.current, ul#topnav a.online,  ul#topnav a.faculty, ul#topnav a.visitors, ul#topnav li {
	 width: 100% !important; 
	 margin: 0 auto;
	 float: none;
	 display: block;
     }
	
#footer {
     font-size: 12px;
     font-size: .75rem;
     }
}

@media screen and (max-width: 770px) {

.secondaryNavWrap {
     display:none;
     }

.toggled-on {
	 display: block !important;
	 }
}

@media screen and (max-width: 550px) {
	
.toggled-on {
}

#sc-rightpanel-top {
     float: right;
     max-width: 550px;
	 width: 95%;
     margin: 0 10px;
	 float:none;
     }
		 
#rightpanel #main {
     width: 97%;
     max-width: 550px;
     margin: 0 4px;
     padding-right: 3px;
     padding-left: 3px;
     }
		 
#rightpanel table {
     width: 97% !important;
	 padding-right: 3px;
     padding-left: 3px;
	 margin: 0;
     }
		 
p.credits {
     width: 95% !important;
	 padding-right: 6px;
     padding-left: 3px;
	 margin: 0;
     }
		 
#footerSC {
	 clear:both;
	 display: block;
	 }
	
div.ui-dialog  {
	 max-width:90% !important;
     }
	 
div.ui-dialog div.desc {
     width: 90%;
     height: auto;
     }
	 
span.desc div#main {
     margin: 5px;
	 padding: 5px;
     }
}

@media screen and (max-width: 510px) {

a.richlandLink {
	display: inline-block !important;
    margin-bottom: 20px;
}
	
}

@media screen and (max-width: 450px) {

.toggled-on {
	}

#smallmenu {
	 font-size: 12px;
	 }
	 
#footerSC a {
     font-size: .6em;
     }
	 
p.sc-BodyText, p.sc-BodyTextCentered, p.bodytext, p {
     font-size: 12px;
     font-size: .75rem;
     }
	
#breadcrumb p {
     font-size: 11px !important;
     font-size: .6825rem !important;
     }
	 
#breadcrumb p a:link, #breadcrumb p a:visited {
     font-size: 11px !important;
     font-size: .6825rem !important;
     }
}

@media screen and (max-width: 360px) {
    
#leftcolumn_0_txtBxTerm {
	 margin-left:2px;
     }
	 
select#leftcolumn_0_drpSearchType {
     margin: 0 0 0 15px;
     }
}
