html {
    background: #ffffff;
}

a:focus {
    outline: 1px solid #2664BA;
    text-decoration: underline;
}
/* skip to main content */
#skip-to-content a:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
#skip-to-content a:focus {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  color: #0066BA;
  -webkit-box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1002;
}
a:not(.button) {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

a {
    color: #0066BA;
    text-decoration: underline;
    background-color: transparent;
}

li {
    line-height: 1.5;
}

/**** Content ordered list spacing between number and content ****/
ol li {
    padding-left:5px;
}


@media (max-width: 767px) {
    .content-page-style {
        padding: 0 9.5%;
    }

    .global-header-footerarea {
        background-color: #d9f0fa;
        padding: 50px 36px 0px 36px;
    }
}

@media (min-width: 768px) {
    .global-header {
        padding: 30px 9.5%;
    }
    .global-header-nopadding {
        margin-top: 10px;
        padding: 0;
    }
    .global-header-footerarea {
        background-color: #d9f0fa;
        padding: 50px 9.5% 154px 9.5%;
    }
    .global-header-bottomarea {
        padding: 10px 9.5%;
    }


}

/* Breadcrumbs */
.breadcrumbs {
  float: right;
  width: 100%;
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 9.5%;
  background: #0066BA;
  /*    li:after {
        content: "";
        opacity: .25;
        padding: 0 .5em;

        @media (max-width: @screen-xs-max) {
            display: none;
        }
    }

    li:last-of-type:after {
        content: "";
    }*/
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 16px;
    font-size: 1rem;
    padding: 13px 5%;
  }
}
.breadcrumbs ul,
.breadcrumbs ol {
  margin-bottom: 0;
  padding-left: 0;
}
.breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #FFB600;
  text-decoration: none;
}
.breadcrumbs li {
  display: inline;
  background: #0066BA;
  line-height: 30px;
  position: relative;
  vertical-align: top;
}
@media (max-width: 767px) {
  .breadcrumbs li {
    margin-left: 0;
    padding-left: 0;
  }
}
.breadcrumbs li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.breadcrumbs li:last-child {
  padding-right: 0;
}
@media (min-width: 768px) {
  .breadcrumbs li:nth-of-type(n + 2) {
    padding-left: 40px;
  }
  .breadcrumbs li:nth-of-type(n + 2):before {
    content: "-";
    color: #FFB600;
    font-size: 33px;
    line-height: 1em;
    position: absolute;
    left: 15px;
    top: -9px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs li:nth-last-of-type(2) a {
    display: inline-block;
    padding-left: 30px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .breadcrumbs li:nth-last-of-type(2) a:before {
    content: "\e901";
    color: #FFB600;
    font-family: "iconfont";
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .breadcrumbs li:not(:nth-last-of-type(2)) {
    display: none;
  }
}
.breadcrumbs li[aria-current="page"] {
  color: #fff;
  font-weight: bold;
}


/* Navigation Settings - global */
.currentpage:after {
    content: "";
    display: block;
    position: relative;
    bottom: 5px;
    height: 5px;
    background: #0066ba;
}
/* Navigation Settings - desktop */
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 2.0rem;
    }

    .navbar-logoarea {
        float: left;
        margin-top: 25px;
    }

    .navbar-logospecs {
        height: auto;
        width: 350px;
    }

    .navbar-navbararea {
        float: right;
        margin: 70px 0 70px 40px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #0066ba;
        text-decoration: none;
        background-color: transparent;
        font-size: 16px;
        font-weight: 700;
    }

    #topnav-lang-button-area {
        margin-left: 60px;
        position: relative;
    }

    .topnav-language-area {
        position: absolute;
        top: 55px;
        right: 8.2%;
        font-size: 16px;
        font-weight: 700;
    }

    .lang-active {
        text-decoration: underline;
        color: #ffffff;
    }

    .lang-notactive > a {
        color: #717271;
    }

    .navbar-spacing-ends {
        margin-left: -30px;
        margin-right: -6px;
    }
      /* current page indicator */
    .currentpage:after {
        left: 12px;
        --widthA: 100%;
        width: calc(var(--widthA) - 24px);
        margin: 0 auto;
    }
    .navbar .nav-item.button {
      margin-left: 10px;
      background: #F4B940;
    }
    .navbar .nav-item.button a {
      padding: 0.5rem 1rem;
      line-height: 29px;
      font-family: 'SourceSans', Helvetica, Arial, sans-serif;
      font-weight: 700;
      color: #000000;
      text-transform: uppercase;
    }
}



/* Navigation Settings - devices */
@media (max-width: 767px) {
    .navbar-logoarea {
        float: left;
        clear: both;
        margin: 30px 36px;
    }

    .navbar-logospecs {
        max-width: 100%;
        height: auto;
    }

    .navbar-navbararea {
        float: left;
        clear: both;
        margin: 0;
        width: 100%;
        background-color: rgb(30, 99, 185);
        border-top: 3px solid rgb(255, 181, 49);
    }

    .navbar .nav-item.button {
      background: unset;
    }

    #navbarCollapse2 {
        padding: 0;
        background-color: #d9f0fa;
    }

    .navbar-toggler .line{
        width: 100%;
        float: right;
        height: 4px;
        background-color: #fff;
        margin-bottom: 5px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        text-decoration: none;
        background-color: transparent;
        font-size: 9pt;
        font-weight: bold;
    }

    .navbar-footerarea .navbar-nav .nav-link {
        color: #0066ba;
        text-decoration: none;
        background-color: transparent;
        font-size: 9pt;
        font-weight: bold;
    }

    #responsive-lang-button-area {
        position: relative;
        float: right;
        margin-bottom: -20px;
    }

    .topnav-lang {
        margin: 0;
    }

    .collapse-separator-style {
        border-top: 2px solid #A4D3EF;
        margin: 10px 0 20px;
        width: 302px;
        padding-top: 8px;
    }

    .laguage-nav-links li {
        display: inline;
    }

    .td-separator {
        padding: 0 5px;
        color: #ffffff;
    }

    .lang-active {
        text-decoration: underline;
        color: #ffffff;
    }

    #navbarCollapse > ul > li.nav-item.collapse-separator-style > table > tbody > tr > td.lang-notactive > a {
        color: #A4D3EF;
    }
    /* current page indicator */
    .currentpage:after {
        left: -5px;
        width: 72px;
    }
    .currentpage.show:after {
        display: none;
    }

}

.top-nav .navbar {
    padding: 0;
    border-top: 1px solid #B7B7B7;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 10%;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand-footer {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 10%;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand-footer img {
    width: 224px;
    overflow: hidden;
}



/* for the dropdown menu items on header */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 8pt;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 5px solid rgb(255, 181, 49);
    border-radius: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 10px;
    clear: both;
    font-weight: bold;
    color: rgb(0, 103, 182);
    text-align: inherit;
    white-space: nowrap;
    background-color: rgb(215, 240, 249);
    border: 0;
    font-size: 14px;
  	text-decoration: none;
}

.dropdown-item-whitebackground {
    background-color: rgb(255,255,255);
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: rgb(188, 230, 244);
}

.collapse-footer:not(.show) {
    display: block;
    float: left;
}



@media (max-width: 767px) {
    .navbar-footerarea {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0.5rem 1rem;
        background-color: #d9f0fa;
        padding: 5px 9.5% 20px 0;
    }

    .navbar-footerarea .collapse:not(.show) {
        display: block;
        margin-left: 0;
    }

    .navbar-footerarea .navbar-collapse {
        margin-top: 0px;
    }

    .navbar-showtitle-collapse {
        color: #fff;
        position: absolute;
        top: 10px;
        left: 36px;
        font-weight: bold;
    }
}

@media(min-width: 768px) {
    .navbar-showtitle-collapse {
        display: none;
    }

    .navbar-footerarea {
        padding: 0.5rem 0rem;
    }
}

.navbar-toggler-footer {
    background-color: transparent;
    color: rgb(25,25,25);
    display: none;
}

.nav-item {
    color: rgb(0, 0, 99);
}

.list--grid {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.text-center {
    text-align: left !important;
}


/* Styles for College Selection Dropdown area positioning and font/colors - Home Page */
.cccschools-dropdown-container {
    position: relative;
    max-width: 900px;
}

.select-interface-table {
    width: 100%
}

.cccschools-area-text > h1 {
    font-size: 54px;
    margin-bottom: 12px;
    line-height: 1;
}

.cccschools-dropdown-content {
    margin-top: 100px;
}
@media (min-width: 768px) {
    .cccschools-dropdown-block {
        max-width: 500px;
        height: 200px;
    }

    .cccschools-area-text {
        font-size: 16pt;
        color: #fff;
        margin: 10px 0;
        position: relative;
        z-index: 11;
    }

}

@media (max-width: 767px) {

    .cccschools-area-text {
        font-size: 12pt;
        font-weight: 600;
        color: #53575A;
        margin: -40px 0 10px 0;
    }

    .cccschools-dropdown-background {
        display: none;
    }

}


/* SELECT dropdown - button and display of college info POPUP - Homepage */
@media (min-width: 767px) {
    .displaycollegeinfo-container {
        float:left;
        clear: both;
        width: 100%;
    }

    .popup-college-img img {
        height: 90px;
        border: 1px solid rgb(150, 150, 150);
    }

    .popup-college-img {
        float: left;
        margin-right: 20px;
    }

    select {
        height: 30px;
        /*min-width: 300px;*/
        padding-left: 5px;
        background: url('/images/cc_banner/dropdown_icon.png') 97% 50% / 4% no-repeat #fff;
    }

    .cccschools-dropdown-background {
        background-image: url('/images/cc_banner/featured-content-search-banner.svg');
        padding-bottom: 0;
        background-size: 398px 105px;
        background-repeat: no-repeat;
        width: 400px;
        position: absolute;
        height: 206px;
        left: -13px;
    }
}

/* Article main body styling */
@media (max-width: 767px) {
    .content-page-style {
        padding: 0 9.5%;
    }
}

@media (min-width: 768px) {
    .content-page-style {
        padding: 0;
    }
}
/** **/

@media (max-width: 767px) {
    .displaycollegeinfo-container {
        float: left;
        clear: both;
        width: 100%;
    }

    .popup-college-img img {
        display: none;
    }

    .popup-college-img {
        float: left;
        height: 100px;
        width:0%;
    }

    select {
        min-width: 180px;
        padding-left: 5px;
        background: url('/images/cc_banner/dropdown_icon.png') 97% 50% / 4% no-repeat #fff;
        font-size: 16px;
    }

    .cccschools-dropdown-background-responsive {
        background-image: url('/images/cc_banner/featured-content-search-banner.svg');
        top: -2px;
        background-size: 360px 139px;
        background-repeat: no-repeat;
        width: 109%;
        position: absolute;
        height: 224px;
        left: -14px;
        z-index: -5;
        top: 10px;
    }
}

#displaycollegeinfo {
    background-color: rgb(7, 49, 107);
    display: none;
    font-size: 9pt;
    color: #fff;
    padding: 15px 25px;
    margin-top: 10px;
    min-height: 260px;
    position: relative;
    z-index: 10;
}

div.popup-college-img a {
    display: block;
}

div.cccschools-dropdown-block button.apply-college-button:focus,
div.cccschools-dropdown-block div#displaycollegeinfo div.popup-college-img a:focus,
div.cccschools-dropdown-block div#displaycollegeinfo div.popup-college-detail a:focus {
    outline: 2px dashed #ffffff;
}

.collegeinfo.arrow-top {
    margin-top: 40px;
}

.collegeinfo.arrow-top:after {
    content: " ";
    position: absolute;
    top: -11px;
    border-top: 15px solid rgb(255, 182, 25);
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: none;
    left: 20px;
}

.popup_college_link {
    text-decoration: none;
}

.popup-college-details {
    float: left;
    height: 100px;
    margin-right: 20px;
    width:75%;
}

.popup_college_link {
    color: #fff;
}

.popup_college_link:hover {
    color: #fff;
    text-decoration: underline;
}

.select-component-container {
    display: inline;
}

.select-college-button {
    height: 30px;
    background-color: rgb(0, 0, 99);
    color: #fff;
    border: 0;
    font-size: 10pt;
    width: 100%;
}

@media (min-width: 767px) {
    .select-college-button {
        vertical-align: baseline;
        margin-left: -2px;
    }
}

@media (max-width: 768px) {
    .college-button-resp {
        margin: 15px 4px 0 0;
    }
      .college-button {
        margin: 30px 4px 0 0;
        display: block;
        position: absolute;
        left: 15px;
        width: calc(100% - 30px);
    }
    .select-college-background-area {
        padding: 10px 10px 15px 15px !important;
    }
}

.select-college-label {
    font-size: 8pt;
    color: rgb(0, 0, 99);
    padding-bottom: 5px;
}

.select-college-label label {
    margin-bottom: 0;
}

#edit-select-college {
    border-radius: 0;
    -webkit-appearance: none;
    border: 0;
}


/* Styles for College Selection Dropdown area positioning and font/colors - Right Nav, area other pages */
.featuredright-dropdown-content {
    position: relative;
    background-color: rgb(255, 244, 221);
    border: 1px solid rgb(255, 214, 124);
    padding: 20px;
    text-align: left;
}

.featuredright-header {
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: bold;
}

.featuredright-separator {
    border-top: 2px solid rgb(255, 214, 124);
    width: 40px;
    padding: 20px 0 0;
}

.featureright-area-text {
    font-size: 18px;
    color: #53575A;
    margin-bottom: 20px;
    font-weight: 600;
}

@media(max-width: 1000px) {

}

#edit-select-collegeright {
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid #BFBFBF;
    height: 30px;
    min-width: 100%;
    padding-left: 5px;
    background: url('/images/cc_banner/dropdown_icon.png') 97% 50% / 4% no-repeat #fff;
    margin-bottom: 20px;
    font-size: 16px;
}
@media (max-width: 1440px) {
        #edit-select-collegeright {
        font-size: 15px;
    }
}
@media (max-width: 1024px) {
        #edit-select-collegeright {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
        #edit-select-collegeright {
        font-size: 16px;
    }
}
#edit-select-collegeright {
    height: fit-content;
    min-height: 30px;
    padding-right: 18px;
    white-space: pre-wrap;
}

.select-college-buttonright {
    height: 30px;
    background-color: rgb(0, 0, 99);
    color: #fff;
    border: 0;
    font-size: 12pt;
    vertical-align: baseline;
    min-width: 100%;
    font-weight: 700;
}

.select-college-background-area {
    background-color: #FFB600;
    padding: 10px 10px 15px 15px;
    float:  left;
    clear: left;
    width: 100%;
    position: relative;
    z-index: 50;
}

.select-college-label {
    color: #002F6D;
  	font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
}

#edit-select-college {
    border-radius: 0;
    -webkit-appearance: none;
    border: 0;
    width: 100%;
}

.search-community-college-wrap {
    position: relative;
    display: flex;
}

input.search-community-college {
    border-radius: 0;
    -webkit-appearance: none;
    border: solid 1px #666666;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    font-weight: bold;
    color: #555759;
    background-image: url('/images/cc_banner/icon-magnifier.png');
    background-repeat: no-repeat;
    background-position: 97%;
    outline: none;
}

input.search-community-college:focus {
    outline: 2px dashed #002F6D;
}

.search-community-college-wrap.location-active input.search-community-college {
    background-image: none;
}

.search-community-college-wrap .apply-college-button {
    display: none;
}

.search-community-college-wrap.location-active .apply-college-button {
    display: inline-block;
    height: 35px;
    background-color: #002f6d;
    color: #fff;
    border: 0;
    font-size: 10pt;
    width: 100%;
    cursor: pointer;
    width: 80px;
}

.search-community-college-wrap.location-active .apply-college-button:hover {
    background-color: #0066ba;
}

.select-college-background-area.location-active:after {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #ffb700 transparent transparent transparent;
}

.search-community-college-wrap {
    padding-right: 5px;
}

.clearfix {
    clear: both;
}

#search-results {
    display: none;
    margin: 0 200px;
}

#banner-search-results {
    display: none;
    margin-top: -40px;
    width: 600px;
    margin-left: 220px;
}

.search-results-title {
    font-size: 36px;
    font-weight: bold;
    color: #002f6d;
}

.search-results-text {
    color: #53575a;
    font-size: 26px;
    font-weight: bold;
}

.search-results-text span {
    font-weight: bold;
}

.search-results-inner {
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

.search-results-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #53575a;
}

.search-results-item-num span {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    color: #002f6d;
    font-size: 30px;
    font-weight: bold;
    border: solid 1px #002f6d;
    border-radius: 25px;
    margin-right: 20px;
}

.search-results-item-info {
    padding-left: 25px;
    word-break: break-word;
}

.search-results-item-info a {
    text-decoration: none;
    color: #002f6d;
}

.ui-helper-hidden-accessible {
    display: none;
}

.select-college-background-area-overlay {
    position: absolute;
    width: 105%;
    height: 87%;
    background-color: #FFB600;
    left: -13px;
    top: 5px;
    opacity: 0.25;
    transform: rotate(-5deg);
    z-index: -1;
}

@media (min-width: 1200px) {
    .page-banner .page-banner-overlay:before,
    .page-banner--landing .page-banner-overlay:before {
        border-width: 70px 0 0 400px;
    }

    .page-banner .page-banner-overlay:after,
    .page-banner--landing .page-banner-overlay:after {
        border-width: 0 0 100px 1600px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #banner-search-results {
        margin-left: 20px;
    }

    .search-results-title,
    .search-results-text,
    .search-results-inner {
        padding: 0 25px;
    }

    div.search-results-item-image-wrap {
        display: none;
    }

    .global-header {
        clear: both;
    }
}

@media screen and (max-width: 480px) {
    .search-results-title,
    .search-results-text,
    .search-results-inner {
        padding: 0 15px;
    }

    .search-results-item-num span {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 15px;
        border-radius: 15px;
    }
}

#autocomplete-default__listbox {
    list-style-type: none;
    border: solid thin;
    width: 400px;
    z-index: 1;
    background-color: #fff;
    font-weight: 600;
    line-height: 2;
}

#autocomplete-default__listbox > li {
    border-bottom: 1px solid #ddd;
    margin-left: -30px;
}

#autocomplete-default__listbox > li:hover {
    background-color: #0066ba;
    color: #ffffff;
    cursor: pointer;
}

#autocomplete-default__listbox > li > a {
    text-decoration: none;
    color: #000;
    padding-left: 20px;
    line-height: 2;
}

#autocomplete-default__listbox > li:hover > a {
    color: #fff;
}

.search-community-college-wrap {
  width: 400px;
    padding-right: unset;
    margin: auto;
}
