.RobotoBold, .RobotoCondensed-Bold, .RobotoCondensed-Regular, .RobotoMedium, .RobotoRegular, .main-content .page-heading {
    font-family: Roboto,sans-serif;
}

.clear, p {
    display: block;
}

body, html {
    font-weight: 400;
}

.clear {
    content: '';
    clear: both;
}

.accent-link:after, .blue-button:after, .button:after, .red-button:after {
    content: '\f061';
}

.container {
    max-width: 1366px;
    width: auto;
}

.dark-red {
    color: #a5304c !important;
}

.gray_80 {
    color: #ccc !important;
}

:-moz-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

::-webkit-input-placeholder {
    opacity: 1;
}

.RobotoRegular {
    font-weight: 500;
}

.RobotoBold {
    font-weight: 700;
}

.RobotoMedium {
    font-weight: 500;
}

.RobotoCondensed-Bold {
    font-weight: 800;
}

.RobotoCondensed-Regular {
    font-weight: 500;
}

.layout-fix {
    background: url(../../../../../library/mcphs-admissions/mobile/img/bg/bg-content.png) left top repeat-x #dadada;
}

@media (max-width:767px) {    
    
    .main-content {
        padding-bottom: 0 !important;
    }

    footer.sf-footer .footer-container .social-links ul.nav {
        float: none !important;
        text-align: center;
    }

    footer.sf-footer .footer-bottom {
        text-align: center !important;
    }

    .sf-footer .footer-container ul.nav li {
        float: none !important;
        display: inline-block;
    }

    /* fix the navigation menu -- Cliff*/

    .header-main-container {
        border-bottom: 1px solid #cfcfcf;
    }
    .header-top-container {
        padding: 12px 17px;
        background: #353535;
    }
    .header-top-container a {        
        font-size: 12px;
        font-family: Roboto, sans-serif;
        font-weight: normal;        
    }
    .header-bottom-container {
        background: white;
        position: relative;		
    }

    .header-bottom-container .container {
        text-align: center;
    }

    nav.main-nav {        
        clear: both;
        padding-bottom: 10px;
    }

    nav.main-nav ul {
        text-align: center;
    }

    nav.main-nav ul li:first-child {
        margin-right: 40px;
    }

    nav.main-nav ul li a, nav.main-nav ul li a:hover {
        color: #353535;
        font-size: 16px;
        margin: 20px 0;
        text-transform: capitalize;
        font-family: Roboto, sans-serif;
        font-weight: normal;        
    }

    .site-logo {
        padding: 10px;                
    }

    .navigation-progess-bar {
        text-align: center;
    }
    .navigation-progess-bar-div {
        width: 100%!important;
    }

    #nav-container #right {
        width: 100%!important;
    }

    .main-body-container .main-form-div {
        width: 100%!important;
        margin-left: 0!important;
    }

    .slds-button {        
        margin: 0 !important;
        padding: 0px !important;
        font-size 14px !important;
    }    
}

/* MISC FIXES - Cliff */

.section-content .dark-red-callout-section .bottom-content .erx-checklist-ul .erx-checklist-li .fa {
    margin-left: 20px;
}

.section-content .dark-red-callout-section .bottom-content .erx-checklist-ul .erx-checklist-li .fa {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 3px 6px 1px #c7c7c7 inset;
    font-size: 26px;
    color: #a5304c;
    padding: 0 !important;
}

.line180 {
    line-height: 180%;
}

span.slds-form-element__label {
    display: block !important;
    padding-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;        
}

.slds-form--stacked .slds-form-element {
    text-align: left;
}

.slds-card div a {
    margin-top: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.slds-card div a b {
    color: black !important;
}

.cross-icon {
    text-align: center;
    background: #a5304c;
    color: white;
    cursor: pointer;
    padding: 9px 12px 13px 14px;
    position: absolute;
    width: 20%;
    max-width: 50px;
    border-bottom-right-radius: 10px;
}

.main-nav {
    font-weight: 700 !important;
}

.featured-link-container .featured-link-nav, .utility-link-container ul {
    margin: 0;
    text-align: center;
}

.featured-link-container .featured-link-nav li, .utility-link-container ul li {
    padding-right: 12px;
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
}

.featured-link-container .featured-link-nav li a, .utility-link-container ul li a {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    display: block;
    color: #fff;
    line-height: 14px;
}

.slds-table.slds-table--bordered a {
	font-size: 14px;
}

.utility-link-container ul li a {
    font-size: 10px;
    color: #787878;
}

.slds-input {
    padding: 12px;
    width: 100%;
    border-radius: 5px;
    border: none;
    box-shadow: 5px 11px 16px -9px #c2c2c2 inset;
/*    border-left: 3px solid #a5304c !important;*/
    margin-bottom: 20px;
}

.slds {
    margin: 55px auto;
    width: 600px;
    max-width: 100%;
}

.slds-button {                
    margin: 20px 0px;
    display: block;
    width: 24%;
    border-left: 0;
    font-size: 16px;
    color: #fff;
    padding: 10px 22px;
    background: #097cca;
    font-weight: 500;
    font-family: Roboto,sans-serif;
    border-radius: 5px;
    text-decoration: none;
    transition: all .3s ease 0s;
}

input[type="button"]: hover{
    /* margin: 20px auto 30px; */
    margin: 20px 0px;
    display: block;
    width: 24%;
    border-left: 0;
    font-size: 16px;
    color: #fff;
    padding: 10px 22px;
    background: #25486B;
    font-weight: 500;
    font-family: Roboto,sans-serif;
    border-radius: 5px;
    text-decoration: none;
    transition: all .3s ease 0s;
}

a{
    color: #337ab7;
}

a:hover {
    color: #25486B;
}

.ma5-menu-panel {
    position: static !important;
    margin-top: 50px !important;
}


#mainToggle {    
    float: right;
}

#mainToggle img {
    height: 15px;
}

footer .footer-container .social-links ul.nav li a:last-child {
/*    float: right;*/
}

@media (max-width: 767px) {

    .slds {
        margin-top: 0;
    }

    footer .footer-container .information-section ul.nav li,
    footer .footer-container .footer-main-nav-links ul.nav li,
    footer .footer-container .social-links ul.nav li {
        float: left;
    }

    .ma5-menu-mobile ul li a {
        background-color: transparent;
    }

}

@media (min-width: 768px) {
    #mainToggle, .ma5-menu-header {
        display: none;
    }
}

.slds-card div a:hover {
    text-decoration: underline;
}

.contactMsg a {
    color: #337ab7;
}

/* ***************** */

.main-content a {
    font-size: 14px;
    color: #a5304c;
    text-decoration: underline;
}

.main-content h1 {
    font-size: 45px;
    line-height: 47px;
    font-weight: 400;
    margin: 25px 0;
    padding-bottom: 0;
}

.main-content .page-heading {
    color: #353535;
    text-transform: capitalize;
    font-weight: 700;
}

.main-content h2 {
    font-size: 28px;
    line-height: 35px;
    margin: 17px 0;
    padding-bottom: 0;
}

.main-content .FindYourCounselorZipCode {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}

.main-text, .main-text p {
    font-size: 18px;
    line-height: 23px;
    font-family: Roboto,sans-serif;
}

.top-banner > img {
    width: 100%;
}

.main-text {
    font-weight: 500;
    font-weight: 400;
}

.main-text p {
    font-weight: 500;
    font-weight: 400;
    margin: 0 0 12px;
}

.main-text h1 {
    font-size: 45px;
    line-height: 47px;
    margin: 25px 0;
    padding-bottom: 0;
}

.main-text h2 {
    font-size: 28px;
    line-height: 35px;
    margin: 17px 0;
    padding-bottom: 0;
}

.main-text h3 {
    font-size: 27px;
    margin: 25px 0;
    padding-bottom: 0;
    font-weight: 400;
}

.main-text h4 {
    font-size: 22.5px;
    line-height: 28px;
    margin: 28px 0;
    font-weight: 400;
}

.main-text table {
    background: #eee;
    font-size: 12px;
    color: #25486b;
    width: 100%;
}

.main-text table tbody {
    background: 0 0;
    padding: 0;
}

.main-text table td, .main-text table th {
    border: none;
    padding: 6px 5px 4px 10px;
}

.main-text table td a {
    font-size: 17px;
    text-decoration: underline;
}

.main-text table h3 {
    font-size: 16px;
    line-height: 20px;
    color: #25486b;
    font-family: Roboto,sans-serif;
    font-weight: 700;
}

.main-text table h4 {
    font-size: 15px;
    line-height: 19px;
    margin: 0;
    font-family: Roboto,sans-serif;
    font-weight: 500;
}

.main-text table h6, .main-text table p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    font-family: Roboto,sans-serif;
}

.main-text table h6 {
    color: #45678a;
}

.main-text table p {
    color: #25486b;
    margin: 23px 0;
}

.accordionwrapper .ui-accordion .ui-accordion-header:hover, h1, h2, h3 {
    color: #353535;
}

.sp-layer.sp-static {
    height: 100%;
    transform: none !important;
    width: 100%;
}

.sp-video {
    height: 100%;
}

.sp-video > img {
    height: 100%;
    width: 100%;
}

a.sp-video:after {
    height: 30px;
    line-height: 25px;
    width: 30px;
    font-size: 18px;
}

#video-slider {
    width: 100%;
}

.accordionwrapper .ui-accordion-header-icon {
    background-image: url(../../../../../library/images/Accordion_Pluse_Minus.png);
    margin-left: -5px;
    margin-top: -10px;
}

.divider, .mobile-header .header-bottom-container {
    margin: 15px 0;
}

.accordionwrapper .ui-icon-plus {
    background-position: 0 -22px;
}

.accordionwrapper .ui-icon-minus {
    background-position: 0 0;
}

.accordionwrapper .ui-accordion-content {
    border: 1px solid #aaa;
}

.accordionwrapper .ui-icon {
    height: 21px;
    width: 20px;
}

.accordionwrapper .ui-accordion .ui-accordion-content {
    font-size: 17px;
    line-height: 22px;
    padding: 17px 6px;
}

.accordionwrapper .ui-accordion .ui-accordion-content > div {
    padding: 17px 6px;
}

.accordionwrapper .ui-accordion .ui-accordion-header {
    font-size: 18.7px;
    line-height: 24px;
    color: #353535;
    padding: 7px 30px;
}

.site-map-list li a {
    font-size: 18px;
    line-height: 23px;
    text-decoration: underline;
}

.blue-button, .button, .main-content a.accent-link, .main-content a.button, .main-content a.red-button, .section-content .dark-red-callout-section .bottom-content .erx-checklist-ul .erx-checklist-li span a:hover, a:hover, footer.sf-footer .footer-bottom span a, footer.sf-footer .footer-bottom span a:hover {
    text-decoration: none;
}

@media only screen and (max-width:480px) {
    .main-text, .main-text p {
        font-size: 18px;
        line-height: 23px;
    }

    .main-text h1 {
        font-size: 36px;
        line-height: 38px;
    }

    .main-text h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .main-content h1 {
        font-size: 36px;
        line-height: 38px;
    }
}

@media only screen and (max-width:360px) {
    .main-text, .main-text p {
        font-size: 17px;
        line-height: 23px;
    }

    .main-text h1 {
        font-size: 25.5px;
        line-height: 30px;
    }

    .main-text h2 {
        font-size: 21.25px;
        line-height: 27px;
    }

    .main-text h3 {
        font-size: 25.5px;
    }

    .main-text h4 {
        font-size: 21.25px;
        line-height: 27px;
    }

    .main-content h1 {
        font-size: 25.5px;
        line-height: 30px;
    }

    .main-content h2 {
        font-size: 21.25px;
        line-height: 27px;
    }

    .site-map-list li a {
        font-size: 17px;
        line-height: 22px;
    }
}

h1 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
    font-family: Roboto,sans-serif;
    font-weight: 800;
}

.accent-link, h2, h3 {
    text-transform: capitalize;
}

.blue-button, .button, h2, h4 {
    font-family: Roboto,sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 29px;
}

h4 {
    font-size: 18px;
}

a {
    font-size: 20px;
    color: #fff;
    transition: all .3s ease 0s;
}

.main-content a.button {
    color: #fff;
}

.main-content a.accent-link {
    color: #a5304c;
}

.main-content a.red-button {
    color: #fff;
}

.blue-button {
    color: #fff !important;
}

.blue-button, .button {
    font-size: 14px;
    color: #fff;
    padding: 10px 22px;
    background: #097cca;
    border-radius: 5px;
}

.blue-button:after, .button:after {
    font-family: FontAwesome;
    color: #fff;
    padding-left: 6px;
}

.blue-button:hover, .button:hover {
    background: #25486b;
    color: #fff;
}

.accent-link {
    font-size: 14px;
    color: #a5304c;
    padding: 10px 22px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
}

.accent-link:after {
    font-family: FontAwesome;
    color: #a5304c;
    padding-left: 6px;
}

.red-button {
    font-size: 14px;
    color: #fff;
    padding: 10px 22px;
    background: #a5304c;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    border-radius: 5px;
}

.dark-red-arrow:after, .red-button:after {
    font-family: FontAwesome;
}

.red-button:after {
    color: #fff;
    padding-left: 6px;
}

.red-button:hover {
    color: #fff;
}

/*
div, p {
    color: #353535;
}
*/

ul {
    padding: 0;
}

.dark-red-arrow:after, .large-red-link:after {
    content: '\f061';
    padding-left: 7px;
}

ul li {
    list-style-type: none;
}

.dark-red-arrow:after {
    color: #a5304c;
    font-size: 14px;
}

.text-12px-bold, .text-12px-regular, .text-14-16px-regular {
    font-family: Roboto,sans-serif;
}

.text-12px, .text-12px-regular {
    font-size: 12px;
    line-height: 16px;
}

.text-12px-regular {
    font-weight: 500;
}

.text-14-16px-regular {
    font-size: 14px;
    font-weight: 500;
    color: #353535;
}

.text-12-14px, .text-12-14px-regular, .text-12px-bold {
    font-size: 12px;
    line-height: 16px;
}

.text-12px-bold {
    font-weight: 700;
}

.text-12-14px-regular, p {
    font-weight: 500;
    font-family: Roboto,sans-serif;
}

p {
    font-size: 14px;
}

.large-red-link {
    font-family: Roboto,sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #a5304c !important;
    padding-top: 10px;
    display: block;
}

.large-red-link:after {
    font-family: FontAwesome;
    color: #a5304c;
    font-size: 14px;
}

.slider-small-bold-text, .slider-text, .text-14-20px-bold, .text-16px-bold, .text-16px-regular, .text-18px-bold, .text-18px-regular {
    font-family: Roboto,sans-serif;
}

.slider-small-bold-text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

.text-16px, .text-16px-bold, .text-16px-regular {
    font-size: 16px;
    line-height: 20px;
}

.text-16px-regular {
    font-weight: 500;
}

.text-16px-bold {
    font-weight: 700;
}

.text-18px, .text-18px-bold, .text-18px-regular {
    font-size: 18px;
    line-height: 22px;
}

.text-18px-regular {
    font-weight: 500;
}

.text-18px-bold {
    font-weight: 700;
}

.slider-text, .text-14-20px, .text-14-20px-bold {
    font-size: 14px;
    line-height: 18px;
}

.slider-text {
    font-weight: 500;
}

.text-14-20px-bold {
    font-weight: 700;
}

.mobile-header .header-top-container .featured-link-container .featured-link-nav li a, .mobile-header .header-top-container .header-text a {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 10px;
    color: #fff;
}

.mobile-header {
    position: relative;
}

.mobile-header .header-top-container {
    background: #353535;
    padding: 12px 17px;
    width: 100%;
}

.mobile-header .header-top-container .featured-link-container {
    float: left;
}

.mobile-header .header-top-container .featured-link-container .featured-link-nav {
    display: table;
}

.mobile-header .header-top-container .featured-link-container .featured-link-nav li {
    display: table-cell;
    padding-right: 18px;
}

.mobile-header .header-top-container .featured-link-container .featured-link-nav li a {
    text-transform: uppercase;
    display: block;
    line-height: 14px;
}

.mobile-header .mobile-navigation-container .main-nav ul li a, .mobile-navigation-container .main-nav ul li a {
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    font-family: Roboto,sans-serif;
}

.mobile-header .header-top-container .utility-link-container-mobile.last {
    position: unset;
    display: block;
    background: 0 0;
    width: auto;
    float: left;
}

.mobile-header .header-top-container .utility-link-container-mobile.last ul {
    padding: 0;
}

.mobile-header .header-top-container .utility-link-container-mobile.last ul li {
    line-height: 14px;
}

.mobile-header .header-top-container .utility-link-container-mobile.last ul li a {
    padding: 0;
    font-size: 10px;
}

.mobile-header .header-top-container .search-sidebar {
    float: right;
    cursor: pointer;
    background: 0 0;
    padding: 0;
}

.mobile-header .header-top-container .search-sidebar .fa-search {
    font-size: 14px;
}

.mobile-header .header-top-container .search-sidebar .fa-search:before {
    color: #fff;
}

.mobile-header .header-bottom-container .site-logo img {
    height: auto;
}

.mobile-header .header-bottom-container .hamburger-menu {
    height: 30px;
    margin-right: 15px;
    margin-top: 8px;
    width: 30px;
    float: right;
    cursor: pointer;
}

.mobile-header .header-bottom-container .hamburger-menu .icon-bar {
    height: 1px;
    background: #353535;
    margin-bottom: 8px;
    display: block;
}

.mobile-header .mobile-navigation-container {
    position: absolute;
    background-color: rgba(93,93,93,.2);
    left: 100%;
    transition: all .5s ease 0s;
    width: 100%;
    z-index: 20;
    top: 38px;
}

.mobile-header .mobile-navigation-container .cross-icon {
    width: 15%;
    background: #a5304c;
    padding: 16px 13px 17px;
    float: left;
    cursor: pointer;
}

.mobile-header .mobile-navigation-container .cross-icon .fa-times:before {
    font-size: 25px;
    color: #fff;
}

.mobile-header .mobile-navigation-container .main-nav {
    width: 85%;
    float: left;
    background: #fff;
    z-index: 10;
    margin: 0;
}

.mobile-header .mobile-navigation-container .main-nav ul {
    margin: 0;
}

.mobile-header .mobile-navigation-container .main-nav ul li {
    border-bottom: 1px solid #cfcfcf;
    display: block;
    padding: 0;
}

.mobile-header .mobile-navigation-container .main-nav ul li a {
    font-size: 15px;
    color: #353535;
    display: block;
    padding: 18px;
}

.mobile-header .mobile-search-container {
    background-color: #fff;
    transition: all .5s ease 0s;
    width: 100%;
    z-index: 20;
    top: 35px;
    left: 0;
    position: absolute;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    display: none;
}

.mobile-header .mobile-search-container .cross-icon {
    background: #a5304c;
    float: left;
    cursor: pointer;
    padding: 18px 12px 13px 19px;
    width: 18%;
}

.mobile-header .mobile-search-container .cross-icon .fa-times:before {
    font-size: 25px;
    color: #fff;
}

.mobile-header .mobile-search-container .search-container {
    position: relative;
    border-bottom: 1px solid #747474;
    float: left;
    width: 82%;
}

.mobile-header .mobile-search-container .search-container input {
    font-size: 15px;
    padding: 18px 15px;
    width: 100%;
    border: none;
}

.mobile-header .mobile-search-container .search-container .search-icon {
    position: absolute;
    border-left: 2px solid #cfcfcf;
    padding: 21px 16px 20px;
    right: 0;
    cursor: pointer;
}

.mobile-header .mobile-search-container .search-container .search-icon.fa-arrow-right:before {
    color: #353535;
}

.mobile-header .mobile-search-container .search-container ::-webkit-input-placeholder {
    color: #353535;
    font-size: 15px;
    line-height: 19px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    opacity: 1;
}

.mobile-header .mobile-search-container .search-container :-moz-placeholder {
    color: #353535;
    font-size: 15px;
    line-height: 19px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    opacity: 1;
}

.mobile-header .mobile-search-container .search-container ::-moz-placeholder {
    color: #353535;
    font-size: 15px;
    line-height: 19px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    opacity: 1;
}

.mobile-header .mobile-search-container .search-container :-ms-input-placeholder {
    color: #353535;
    font-size: 15px;
    line-height: 19px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    opacity: 1;
}

.mobile-header .mobile-search-container.show-search-bar {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    display: block;
}

.mobile-header.my-mobile-header .header-bottom-container {
    background: #a5304c;
    margin: 0;
    padding: 15px 0;
}

.mobile-header.my-mobile-header .header-bottom-container .hamburger-menu .icon-bar {
    background: #fff;
}

.mobile-navigation-container {
    background-color: rgba(93,93,93,.2);
    left: 100%;
    transition: all .5s ease 0s;
    width: 100%;
    z-index: 20;
    top: 38px;
}

.mobile-navigation-container .cross-icon {
    background: #a5304c;
    float: left;
    cursor: pointer;
    left: -50px;
    padding: 15px 12px 13px 14px;
    position: absolute;
    width: 20%;
}

.mobile-navigation-container .cross-icon .fa-times:before {
    font-size: 25px;
    color: #fff;
}

.mobile-navigation-container .main-nav {
    width: 85%;
    float: left;
    background: #fff;
    z-index: 10;
    margin: 0;
}

.mobile-navigation-container .main-nav ul {
    margin: 0;
}

.mobile-navigation-container .main-nav ul li {
    border-bottom: 1px solid #cfcfcf;
    display: block;
    padding: 0;
}

.mobile-navigation-container .main-nav ul li a {
    font-size: 15px;
    color: #353535;
    display: block;
    padding: 18px;
}

.ma5-mobile-menu-container {
    background-color: rgba(93,93,93,.2);
    transition: all .5s ease 0s;
    top: 38px;
    right: 0;
}

@media (max-width:370px) {
    .ma5-mobile-menu-container {
        width: 85%;
    }
}

@media (min-width:371px) and (max-width:768px) {
    .ma5-mobile-menu-container {
        width: 90%;
    }
}

.ma5-mobile-menu-container .cross-icon {
    background: #a5304c;
    cursor: pointer;
    padding: 9px 12px 13px 14px;
    position: absolute;
    width: 20%;
}

.ma5-mobile-menu-container .cross-icon .fa-times:before {
    font-size: 25px;
    color: #fff;
}

.ma5-mobile-menu-container ul li .menu-arrow {
    color: #a5304c;
}

.ma5-mobile-menu-container ul li .ma5-btn-enter .menu-arrow {
    color: #353535;
}

.ma5-mobile-menu-container .ma5-menu-panel li {
    padding-right: 0;
}

.ma5-mobile-menu-container .ma5-menu-panel li:after {
    background-color: #cfcfcf;
}

.ma5-mobile-menu-container .ma5-menu-panel li .ma5-leave-bar {
    background: #f3f2f2;
    color: #a5304c;
    font-size: 12px;
    padding: 15px 20px 15px 38px;
    margin-right: 0;
    text-align: left;
    font-family: Roboto,sans-serif;
    font-weight: 800;
}

.ma5-mobile-menu-container .ma5-menu-panel li .ma5-leave-bar:after {
    background-color: #cfcfcf;
}

.ma5-mobile-menu-container .ma5-menu-panel li .ma5-current-item-bar {
    border-bottom: 1px solid #cfcfcf;
}

.ma5-mobile-menu-container .ma5-menu-panel li .ma5-current-item-bar a {
    padding-left: 15px;
}

.ma5-mobile-menu-container .ma5-menu-panel li a {
    font-size: 15px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    color: #353535;
    padding-left: 25px;
}

.utility-link-container-mobile ul li a, footer .footer-container ul {
    font-weight: 500;
    font-family: Roboto,sans-serif;
}

.ma5-mobile-menu-container .utility-link-container-mobile {
    display: block;
}

.utility-link-container-mobile {
    background: #f3f2f2;
    display: none;
    position: absolute;
    top: 257px;
    width: 100%;
    z-index: 9999;
}

.utility-link-container-mobile ul {
    padding: 9px 0;
}

.utility-link-container-mobile ul li a {
    font-size: 12px;
    color: #545454;
    text-transform: uppercase;
    display: block;
    padding: 9px 15px 9px 25px;
}

footer {
    background-color: #eee;
}

footer .footer-container {
    margin: 0 -15px;
}

footer .footer-container:after {
    clear: both;
    display: block;
    content: '';
}

footer .footer-container ul {
    margin: 0;
    padding: 0;
}

footer .footer-container ul.nav li {
    font-size: 12px;
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

footer .footer-container ul.nav li a {
    padding: 0;
    font-size: 12px;
    line-height: 16px;
}

footer .footer-container ul.nav li a:hover {
    background-color: inherit;
}

footer .footer-container .footer-container-left {
    background: #353535;
}

footer .footer-container .information-section {
    padding: 30px 15px;
}

footer .footer-container .information-section h3 {
    font-family: Roboto,sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    margin: 0 0 10px;
    padding: 0;
}

footer .footer-bottom .copyright-text, footer .footer-container .footer-main-nav-links ul, footer .footer-container .social-links ul, footer.sf-footer .footer-container .social-links ul {
    font-weight: 500;
    font-family: Roboto,sans-serif;
}

footer .footer-container .information-section ul.nav li a {
    color: #cfcfcf;
}

footer .footer-container .information-section ul.nav li a:hover {
    color: #fff;
}

footer .footer-container .footer-main-nav-links {
    padding: 0 15px;
    margin: 0;
}

footer .footer-container .footer-main-nav-links:after {
    clear: both;
    display: block;
    content: '';
}

footer .footer-container .footer-main-nav-links ul {
    margin: 0;
}

footer .footer-container .footer-main-nav-links ul.nav li a {
    color: #353535;
}

footer .footer-container .footer-main-nav-links ul.nav li a:hover {
    color: #a5304c;
}

footer .footer-container .social-links {
    padding: 0 15px;
    margin: 30px 0;
}

footer .footer-container .social-links ul {
    margin: 0;
}

footer .footer-container .social-links ul.nav li {
    margin-bottom: 20px;
}

footer .footer-container .social-links ul.nav li a {
    color: #353535;
    font-size: 16px;
    line-height: 20px;
    float: left;
    margin-right: 10px;
}

footer .footer-container .social-links ul.nav li a:hover {
    color: #a5304c;
}

footer .footer-container .social-links ul.nav li .image {
    height: 21px;
    width: 21px;
    background: url(/Presentation/includes/mcphs-admissions/images/cms/fb-sprite.jpg) no-repeat;
    transition: none;
}

footer .footer-container .social-links ul.nav li .image:hover {
    background-position: 0 -29px;
}

footer .footer-bottom {
    padding: 0 20px;
}

footer .footer-bottom .footer-logo {
    display: block;
    margin: 20px 0;
}

footer .footer-bottom .copyright-text {
    display: block;
    color: #9f9f9f;
    font-size: 12px;
    margin: 0;
}

footer .footer-container-left {
    padding: 0;
}

footer .footer-container-right {
    margin: 30px 0;
    padding: 0;
}

footer.sf-footer {
    background-color: #eee;
}

footer.sf-footer .footer-container {
    margin: 0 -15px;
}

footer.sf-footer .footer-container:after {
    clear: both;
    display: block;
    content: '';
}

footer.sf-footer .footer-container .social-links {
    padding: 0 15px;
    margin: 30px 0;
}

footer.sf-footer .footer-container .social-links ul {
    margin: 0;
}

footer.sf-footer .footer-container .social-links ul.nav {
    float: right;
}

footer.sf-footer .footer-container .social-links ul.nav li {
    margin-bottom: 20px;
}

footer.sf-footer .footer-container .social-links ul.nav li a {
    color: #353535;
    font-size: 16px;
    line-height: 20px;
    float: left;
    margin-right: 10px;
    padding: 0 8px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
}

footer.sf-footer .footer-container .social-links ul.nav li a:hover {
    color: #a5304c;
}

footer.sf-footer .footer-container .social-links ul.nav li .image {
    height: 21px;
    width: 21px;
    transition: none;
    background: 0 0;
}

footer.sf-footer .footer-container .social-links ul.nav li .image:hover {
    background-position: 0 -29px;
}

footer.sf-footer .footer-bottom {
    padding: 0 20px;
    text-align: right;
}

footer.sf-footer .footer-bottom .footer-logo {
    display: block;
    margin: 20px 0;
}

footer.sf-footer .footer-bottom span, footer.sf-footer .footer-bottom span a {
    display: inline-block;
    font-weight: 500;
    color: #353535;
    margin: 0;
    font-family: Roboto,sans-serif;
    font-size: 13px;
}

footer.sf-footer .footer-bottom span a {
    padding-left: 4px;
}

footer.sf-footer .footer-bottom .copyright-text {
    color: #9f9f9f;
}

footer.sf-footer .footer-bottom .copyright-text:after {
    content: "|";
    color: #353535;
    padding-left: 7px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
}

footer.sf-footer .footer-container-left {
    padding: 0;
}

footer.sf-footer .footer-container-right {
    margin: 30px 0;
    padding: 0;
}

.visit-container {
    padding: 40px 25px !important;
}

.section-content {
    padding-left: 0;
    padding-right: 10px;
}

.section-content .dark-red-callout-section {
    margin-bottom: 20px;
    float: none;
}

.section-content .dark-red-callout-section .dark-red-bg {
    color: #fff;
    padding: 7px 20px;
    font-size: 16px;
    background: #a5304c;
    margin: 0;
    font-family: Roboto,sans-serif;
    font-weight: 500;
}

.section-content .dark-red-callout-section .bottom-content {
    background: linear-gradient(0deg,#efefef,#fff 80%);
    box-shadow: 1px 3px 6px 1px #c7c7c7;
    color: #353535;
    padding: 22px;
    font-size: 14px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
}

.section-content .dark-red-callout-section .bottom-content img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.section-content .dark-red-callout-section .bottom-content .red-link {
    font-size: 14px;
    color: #a5304c;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    /*   display: inline; */
    margin: 0;
    display: inline-block;

}

.section-content .dark-red-callout-section .bottom-content h3, .section-content .dark-red-callout-section .bottom-content span {
    color: #353535;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    display: block;
    margin: 15px 0 15px;
    font-size: 14px;
}

.section-content .dark-red-callout-section .bottom-content h2 {
    color: #a5304c;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    display: block;
    margin: 0 0 15px;
    font-size: 16px;
    padding-bottom: 5px;
}

.section-content .dark-red-callout-section .bottom-content .checkbox-listing {
    width: 100%;
    margin: 15px auto 10px;
}

.section-content .dark-red-callout-section .bottom-content .checkbox-listing ul {
    margin-left: 0;
    padding: 0;
}

.section-content .dark-red-callout-section .bottom-content .checkbox-listing ul li {
    margin-bottom: 20px;
}

.section-content .dark-red-callout-section .bottom-content .checkbox-listing ul li label {
    text-transform: capitalize;
    margin: 0 10px 0 0;
    text-align: left;
    color: #353535;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
}

.section-content .dark-red-callout-section .bottom-content .checkbox-listing ul li label:before {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 3px 6px 1px #c7c7c7 inset;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    content: "";
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0 10px 0 0;
    text-indent: -1px;
    vertical-align: middle;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    padding-left: 3px;
}

.section-content .dark-red-callout-section .bottom-content .checkbox-listing ul li input[type=checkbox] {
    margin: 0;
    display: none;
}

.section-content .dark-red-callout-section .bottom-content .checkbox-listing ul li input[type=checkbox]:checked + label {
    color: #a5304c;
}

.section-content .dark-red-callout-section .bottom-content .checkbox-listing ul li input[type=checkbox]:checked + label:before {
    background-color: #fff;
    content: '\f00c';
    font-size: 13px;
    text-align: center;
    font-family: FontAwesome;
    color: #a5304c;
}

.section-content .dark-red-callout-section .bottom-content .erx-checklist-ul .erx-checklist-li .fa-square-o {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 3px 6px 1px #c7c7c7 inset;
    font-size: 26px;
    color: #a5304c;
    padding: 0 !important;
}

.section-content .dark-red-callout-section .bottom-content .erx-checklist-ul .erx-checklist-li .fa-check-square-o {
    color: #a5304c;
}

.section-content .dark-red-callout-section .bottom-content .erx-checklist-ul .erx-checklist-li .fa-check-square {
    background-color: #a5304c;
    border-radius: 3px;
    font-size: 22px;
    color: #c7c7c7;
    padding: 0 !important;
    line-height: .8;
}

#erx-content, .main-body-container {
    background: linear-gradient(0deg,#fff,#efefef 80%);
}

.section-content .dark-red-callout-section .bottom-content .erx-checklist-ul .erx-checklist-li span {
    padding-left: 6px;
    display: inline-block !important;
    vertical-align: top;
    line-height: 24px;
    width: 80%;
}

.section-content .dark-red-callout-section .bottom-content .erx-checklist-ul .erx-checklist-li span a {
    color: #353535;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 15px;
    text-decoration: none;
}

#erx-content {
    padding-top: 30px;
}

.main-body-container {
    padding: 30px 25px;
}

.main-body-container .navigation-progess-bar-div {
    width: 25%;
}

.main-body-container .navigation-progess-bar-div nav {
    background: 0 0;
    border: none;
}

.main-body-container .custom-navbar-collapse ul li {
    margin-bottom: 6px;
    background: linear-gradient(0deg,#efefef,#fff 80%);
    box-shadow: 1px 3px 6px 1px #c7c7c7;
    padding: 10px 14px;
}

.main-body-container .custom-navbar-collapse ul li #left {
    display: none;
}

.main-body-container .custom-navbar-collapse ul li #right {
    padding: 0;
}

.main-body-container .custom-navbar-collapse ul li #right a {
    font-size: 16px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    color: #353535;
}

.main-body-container .custom-navbar-collapse ul li.selected-page #right a {
    color: #a5304c;
}

.main-body-container .main-form-div {
    width: 72%;
    margin-left: 25px;
}

.main-body-container .main-form-container .slds-wrap .sectionTitle {
    background: 0 0;
    border-radius: 0;
    color: #353535;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .8px;
    text-align: center;
    margin-left: 0px;
    text-transform: capitalize;
    background: none !important;
    display: block;
    text-align: left
}

.main-body-container .main-form-container .slds-wrap .sectionTitle span {
    display: block !important;
    text-align: left !important;
}

.main-body-container .main-form-container .slds-wrap .slds-col .slds-input {
    padding: 6px 10px;
}

.main-body-container .main-form-container .slds-wrap .slds-col .slds-form-element {
    margin-bottom: 20px;
}

.main-body-container .main-form-container .slds-wrap .slds-col .slds-form-element .slds-form-element__label {
    font-size: 16px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    color: #353535;
    display: block;
    text-align: right;
    letter-spacing: .5px;
}

.main-body-container .main-form-container .slds-wrap .slds-col .slds-form-element .slds-form-element__control {
    display: block;
    width: 100%;
}

.main-body-container .main-form-container .slds-wrap .slds-col .slds-form-element .slds-form-element__control .requiredBar {
    border-left: 3px solid #a5304c !important;
}

.main-body-container .main-form-container .slds-wrap .slds-col .slds-form-element .slds-input {
    padding: 12px;
    width: 100%;
    border-radius: 5px;
    border: none;
    box-shadow: 5px 11px 16px -9px #c2c2c2 inset;
}

.main-body-container .main-form-container .slds-wrap .slds-col .slds-form-element :-moz-placeholder {
    font-size: 16px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #353535;
}

.main-body-container .main-form-container .slds-wrap .slds-col .slds-form-element ::-moz-placeholder {
    font-size: 16px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #353535;
}

.main-body-container .main-form-container .slds-wrap .slds-col .slds-form-element :-ms-input-placeholder {
    font-size: 16px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #353535;
}

.main-body-container .main-form-container .slds-wrap .slds-col .slds-form-element ::-webkit-input-placeholder {
    font-size: 16px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #353535;
}

.main-body-container .main-form-container .slds-wrap .slds-col .slds-form-element select {
    color: #353535;
    font-size: 12px;
    width: 100%;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    padding: 10px;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 5px;
    background: linear-gradient(0deg,#fff,#efefef 80%) no-repeat;
    border: none;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(102,102,102,.6);
}

.main-body-container .main-form-container .slds-wrap .slds-col .slds-form-element .errorLabel {
    color: #a5304c;
    font-size: 12px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    padding-top: 10px;
}

.main-body-container .main-form-container .slds-wrap .slds-col .slds-form-element .instructionText {
    margin-bottom: 30px;
}

.main-body-container .main-form-container .slds-wrap .slds-col .slds-form-element .slds-picklist__options {
    background-color: #fff;
    border: 1px solid #d8dde6;
    border-radius: 4px;
    height: 240px;
    padding: 4px 0;
    width: 240px;
    box-shadow: 5px 11px 16px -9px #c2c2c2 inset;
}

.error-content, .errorM3 {
    background: #097cca;
}

.main-body-container .main-form-container .slds-wrap .slds-col .slds-form-element .slds-picklist__options a, .main-body-container .main-form-container .slds-wrap .slds-col .slds-form-element .slds-picklist__options span {
    display: block;
    padding: 8px 12px;
}

.main-body-container .main-form-container .slds-wrap .slds-col .slds-form-element .slds-picklist__options .slds-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-body-container .slds-col {
    display: inline;
    text-align: left;
}

.main-body-container .slds-button--brand {
    background-color: #097cca;
    border: 1px solid #097cca;
    color: #fff;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    padding: 4px 22px 7px;
    margin-bottom: 0 !important;
    display: inline-block;
    margin-right: 20px;
}

.register-form {
    padding: 50px;
    float: none;
    margin: 0 auto;
}

.register-form h1, .register-form h2 {
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 25px;
    font-family: Roboto,sans-serif;
    color: #353535;
    text-transform: capitalize;
    text-align: center;
}

.register-form h1 {
    font-size: 30px;
    margin-top: 0;
}

.register-form h2 {
    font-size: 24px;
    margin-top: 40px;
}

.register-form input {
    padding: 12px;
    width: 100%;
    border-radius: 5px;
    border: none;
    box-shadow: 5px 11px 16px -9px #c2c2c2 inset;
    border-left: 3px solid #a5304c !important;
    margin-bottom: 20px;
}

.register-form .required-bar {
    border-left: 3px solid #a5304c !important;
}

.register-form :-moz-placeholder {
    font-size: 16px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #353535;
}

.register-form ::-moz-placeholder {
    font-size: 16px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #353535;
}

.register-form :-ms-input-placeholder {
    font-size: 16px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #353535;
}

.register-form ::-webkit-input-placeholder {
    font-size: 16px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #353535;
}

.register-form .slds-form-element__label {
    display: none;
}

.register-form .button, .register-form .slds-button {
    margin: 20px auto 30px;
    display: block;
    width: 24%;
    border-left: 0;
}

.register-form .button:after, .register-form .slds-button:after {
    float: right;
}

.register-form p {
    font-size: 16px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #353535;
}

.errorM3 .messageCell .messageText, .errorM3 .messageCell .messageText h4 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: Roboto,sans-serif;
}

.register-form p span {
    display: block;
    text-align: center;
}

.errorM3 .messageTable {
    margin: 0 auto !important;
    width: 1366px;
}

.errorM3 .messageCell {
    width: 100%;
}

.errorM3 .messageCell .messageText h4 {
    display: inline-block;
}

.slds-text-heading--small {
    font-size: 30px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    color: #353535;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 25px;
}

.error-content {
    padding: 15px 38px;
}

.error-content p {
    color: #fff;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.error-content p span {
    text-transform: uppercase;
}

.slds .slds-button {
    border: none;
}

.slds p span {
    display: block;
    text-align: center;
}

.row.no-margin.main-body-container {
    margin: 0 auto;
    max-width: 1280px;
}

.snapShot {
    background: linear-gradient(0deg,#fff,#efefef 80%);
}

.add-another-button {
    text-align: center;
    width: 68%;
    margin-bottom: 20px;
}

@media (min-width:768px) {
    .blue-button, .button, h1 {
        font-family: Roboto,sans-serif;
    }

    .accent-link:after, .blue-button:after, .button:after, .red-button:after {
        content: '\f061';
    }

    .layout-fix {
        background: url(../../../../../library/mcphs-admissions/desktop/img/grey_bg.jpg) left top no-repeat #d5d5d5;
    }

    .main-text, .main-text p {
        font-size: 14px;
    }

    .main-text h1 {
        font-size: 30px;
        font-weight: 300;
        margin: -6px 0 0;
        padding-bottom: 18px;
    }

    .main-text h2, .main-text h3 {
        padding-bottom: 2px;
        margin: 0;
    }

    .main-text h2 {
        font-size: 24px;
        line-height: 31px;
    }

    .main-text h3 {
        font-size: 16px;
        font-weight: 700;
    }

    .main-text h4 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        margin: 0;
    }

    .main-text table {
        background: #eee;
        font-size: 14px;
        color: #3d3d3d;
        border-collapse: inherit;
        width: auto;
    }

    .main-text table tbody {
        background: 0 0;
        padding: 30px;
    }

    .main-text table td, .main-text table th {
        border-collapse: collapse;
        border-color: #c4c4c4;
        border-spacing: 0 !important;
        border-style: none none dashed;
        border-width: medium medium 1px;
        padding: 6px 5px 4px 15px;
    }

    .main-text table td a {
        font-size: 14px;
    }

    .main-text table h3 {
        font-size: 16.38px;
        line-height: 16px;
        color: #3d3d3d;
    }

    .main-text table h4 {
        font-size: 14px;
        line-height: 18px;
    }

    .main-text table h6, .main-text table p {
        font-size: 14px;
        line-height: 16px;
    }

    .main-text table p {
        color: #3d3d3d;
        margin: 6px 0;
    }

    .main-content .container_12 {
        padding-left: 1.2%;
        padding-right: 1.2%;
    }

    .main-content .container_12 .two-column-right {
        width: 97.6%;
    }

    .main-content .container_12 .three-column-middle {
        width: 70.25%;
    }

    .main-content .container_12 .three-column-right {
        width: 25.583%;
    }

    .main-content h1 {
        font-size: 30px;
        font-weight: 300;
        line-height: 36px;
        margin: -6px 0 0;
        padding-bottom: 18px;
    }

    .main-content h2 {
        font-size: 24px;
        line-height: 31px;
        margin: 0;
        padding-bottom: 2px;
    }

    .main-content .FindYourCounselorZipCode {
        font-size: 17px;
    }

    a.sp-video:after {
        width: 44px;
        height: 46px;
        line-height: 45px;
        font-size: 30px;
    }

    .accordionwrapper .ui-accordion-header-icon {
        background-image: url(../../../../../library/mcphs-admissions/desktop/img/ui/ui-icons_222222_256x240.png);
        margin-left: 0;
        margin-top: -8px;
    }

    .accordionwrapper .ui-icon-plus {
        background-position: -16px -128px;
    }

    .accordionwrapper .ui-icon-minus {
        background-position: -48px -128px;
    }

    .accordionwrapper .ui-icon {
        height: 16px;
        width: 16px;
    }

    .accordionwrapper .ui-accordion .ui-accordion-content {
        font-size: 14px;
        line-height: 18px;
        padding: 14px 30px;
    }

    .accordionwrapper .ui-accordion .ui-accordion-content > div {
        padding: 0;
    }

    .accordionwrapper .ui-accordion .ui-accordion-header {
        font-size: 16px;
        line-height: 20px;
        color: #25486b;
        padding: 8px 35px;
    }

    .accordionwrapper .ui-accordion .ui-accordion-header:hover {
        color: #097cca;
    }

    .site-map-list li a {
        font-size: 14px;
        line-height: 18px;
    }

    h1 {
        font-size: 50px;
        text-transform: uppercase;
        line-height: 50px;
        font-weight: 800;
        color: #fff;
    }

    .accent-link, h3, h4 {
        text-transform: capitalize;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 29px;
        color: #353535;
    }

    h4 {
        color: #a5304c;
        font-size: 18px;
        line-height: 22px;
    }

    p.blue-text {
        color: #25486b;
    }

    a {
        font-size: 20px;
        color: #fff;
        transition: all .3s ease 0s;
    }

    .blue-button, .button {
        font-size: 16px;
        color: #fff;
        padding: 10px 22px;
        background: #097cca;
        font-weight: 500;
    }

    .blue-button:after, .button:after {
        font-family: FontAwesome;
        color: #fff;
        padding-left: 6px;
    }

    .accent-link, .red-button {
        padding: 10px 22px;
        font-weight: 500;
    }

    .blue-button:hover, .button:hover {
        background: #25486b;
    }

    .accent-link {
        font-size: 14px;
        color: #a5304c;
        font-family: Roboto,sans-serif;
    }

    .accent-link:after {
        font-family: FontAwesome;
        color: #a5304c;
    }

    .red-button {
        font-size: 16px;
        color: #fff;
        background: #a5304c;
        font-family: Roboto,sans-serif;
    }

    .red-button:after {
        font-family: FontAwesome;
        color: #fff;
        padding-left: 6px;
    }

    .text-12px-bold, .text-12px-regular {
        line-height: 16px;
        font-family: Roboto,sans-serif;
    }

    .text-12px {
        font-size: 12px;
        line-height: 16px;
    }

    .text-12px-regular {
        font-size: 12px;
        font-weight: 500;
    }

    .text-14-16px-regular, p {
        font-size: 16px;
    }

    .text-12px-bold {
        font-size: 12px;
        font-weight: 700;
    }

    .slider-small-bold-text, .text-12-14px, .text-12-14px-regular {
        line-height: 18px;
        font-size: 14px;
    }

    .large-red-link {
        font-size: 18px;
        padding-top: 10px;
    }

    .large-red-link:after {
        content: "";
    }

    .large-red-link:hover:after {
        content: '\f061';
        font-family: FontAwesome;
        color: #a5304c;
        font-size: 14px;
        padding-left: 7px;
    }

    .slider-small-bold-text, .slider-text, .text-12-14px-regular, .text-16px-bold, .text-16px-regular, .text-18px-bold, header .header-main-container .header-top-container .featured-link-container .featured-link-nav li a, header .header-main-container .header-top-container .header-text a, header .header-main-container .header-top-container .utility-link-container .utility-link-nav li a {
        font-family: Roboto,sans-serif;
    }

    .text-12-14px-regular {
        font-weight: 500;
    }

    .slider-small-bold-text {
        font-weight: 700;
    }

    .text-16px, .text-16px-bold, .text-16px-regular {
        font-size: 16px;
        line-height: 20px;
    }

    .text-16px-regular {
        font-weight: 500;
    }

    .text-16px-bold {
        font-weight: 700;
    }

    .text-18px, .text-18px-bold, .text-18px-regular {
        font-size: 18px;
        line-height: 22px;
    }

    .text-18px-regular {
        font-family: Roboto,sans-serif;
        font-weight: 500;
    }

    .text-18px-bold {
        font-weight: 700;
    }

    .slider-text, .text-14-20px {
        font-size: 20px;
        line-height: 24px;
    }

    .slider-text {
        font-weight: 500;
    }

    .divider {
        margin: 30px 0;
    }

    header {
        position: relative;
        background: #fff;
    }

    header ul {
        margin-bottom: 0;
    }

    header .header-main-container {
        border-bottom: 1px solid #cfcfcf;
    }

    header .header-main-container .header-top-container {
        background: #353535;
        text-align: right;
        width: 100%;
    }

    header .header-main-container .header-top-container .container {
        padding: 13px 45px 10px;
    }

    header .header-main-container .header-top-container .header-text a {
        font-size: 12px;
        color: #fff;
        font-weight: 500;
    }

    header .header-main-container .header-top-container .utility-link-container {
        display: inline-block;
    }

    header .header-main-container .header-top-container .utility-link-container .utility-link-nav {
        display: table;
    }

    header .header-main-container .header-top-container .utility-link-container .utility-link-nav li {
        padding-right: 18px;
        display: table-cell;
    }

    header .header-main-container .header-top-container .utility-link-container .utility-link-nav li a {
        font-size: 12px;
        font-weight: 500;        
        text-transform: Capitalize;
        display: block;
        color: #fff;
        line-height: 14px;
    }

    header .header-main-container .header-top-container .utility-link-container.last {
        padding-left: 16px;
        padding-right: 0;
    }

    header .header-main-container .header-top-container .utility-link-container.last .utility-link-nav li {
        padding-right: 0;
    }

    header .header-main-container .header-top-container .featured-link-container {
        padding: 0 0 0 13px;
        display: inline-block;
        border-left: 1px solid #fff;
    }

    header .header-main-container .header-top-container .featured-link-container .featured-link-nav {
        display: table;
    }

    header .header-main-container .header-top-container .featured-link-container .featured-link-nav li {
        display: table-cell;
        padding-right: 18px;
    }

    header .header-main-container .header-top-container .featured-link-container .featured-link-nav li a {
        font-size: 12px;
        font-weight: 500;
        text-transform: Capitalize;
        display: block;
        color: #fff;
        line-height: 14px;
    }

    header .header-main-container .header-top-container .featured-link-container .featured-link-nav li a:hover {
        color: #097cca;
    }

    header .header-main-container .header-top-container .featured-link-container .featured-link-nav li:last-child {
        padding-right: 0;
    }

    header .header-main-container .header-bottom-container {
        margin: 15px auto 0;
        position: relative;
        padding: 0 40px;
    }

    header .header-main-container .header-bottom-container .site-logo {
        display: inline-block;
        padding: 0;
    }

    header .header-main-container .header-bottom-container .site-logo a {
        display: block;
    }

    header .header-main-container .header-bottom-container .site-logo a svg {
        width: 80%;
        max-height: 61px;
    }

    header .header-main-container .header-bottom-container .site-logo a img {
        height: auto;
    }

    header .header-main-container .header-bottom-container .bottom-right {
        position: unset;
        text-align: right;
        padding-right: 0;
    }

    header .header-main-container .header-bottom-container .bottom-right .main-nav {
        margin-top: 20px;
        padding: 0;
        position: unset;
        display: block;
    }

    header .header-main-container .header-bottom-container .bottom-right .main-nav .mega-menu {
        display: none;
        z-index: 99999;
        width: auto;
        position: absolute;
        top: 68px;
        right: 0;
        background-color: #fff;
        box-shadow: 1px 3px 6px 1px #c7c7c7;
        border-top: 1px solid #cfcfcf;
    }

    header .header-main-container .header-bottom-container .bottom-right .main-nav .mega-menu .menu-list {
        display: block;
        width: 24%;
        float: left;
        min-width: 250px;
        padding: 9px 0 13px;
    }

    header .header-main-container .header-bottom-container .bottom-right .main-nav .mega-menu .menu-list li {
        display: block;
        padding: 9px 18px 9px 38px;
        text-align: left;
    }

    header .header-main-container .header-bottom-container .bottom-right .main-nav .mega-menu .menu-list li a {
        font-size: 14px;
        display: block;
        color: #414141;
    }

    header .header-main-container .header-bottom-container .bottom-right .main-nav .mega-menu .menu-list li a:hover {
        color: #a5304c;
    }

    header .header-main-container .header-bottom-container .bottom-right .main-nav .mega-menu .menu-list li a:hover:after {
        content: '\f061';
        font-family: FontAwesome;
        color: #a5304c;
        font-size: 14px;
        float: right;
    }

    header .header-main-container .header-bottom-container .bottom-right .main-nav ul li a, header .header-main-container .header-bottom-container .bottom-right .search-sidebar .search-menu h4 {
        color: #353535;
        font-family: Roboto,sans-serif;
        font-weight: 700;
    }

    header .header-main-container .header-bottom-container .bottom-right .main-nav .mega-menu .menu-list li:hover {
        border-bottom: none;
    }

    header .header-main-container .header-bottom-container .bottom-right .main-nav ul {
        display: table;
        float: right;
        position: unset;
    }

    header .header-main-container .header-bottom-container .bottom-right .main-nav ul li {
        display: table-cell;
        padding-right: 22px;
        padding-bottom: 26px;
        position: unset;
    }

    header .header-main-container .header-bottom-container .bottom-right .main-nav ul li:hover {
        border-bottom: 4px solid #a5304c;
        padding-bottom: 22px;
    }

    header .header-main-container .header-bottom-container .bottom-right .main-nav ul li a {
        font-size: 16px;
        display: block;
        padding: 0;
        text-transform: capitalize;
        line-height: 18px;
        text-decoration: none;
    }

    header .header-main-container .header-bottom-container .bottom-right .main-nav ul li a:hover {
        text-decoration: none;
    }

    header .header-main-container .header-bottom-container .bottom-right .main-nav ul li:last-child {
        padding-right: 0;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar {
        background: 0 0;
        cursor: pointer;
        float: right;
        padding: 21px 0 33px 24px;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar:hover .search-menu {
        display: block;
        border-top: 5px solid #a5304c;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar .search-menu {
        display: none;
        z-index: 99999;
        width: 100%;
        position: absolute;
        top: 68px;
        right: 0;
        left: 0;
        background-color: #fff;
        border: 1px solid #cfcfcf;
        padding: 50px;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar .search-menu input {
        font-size: 16px;
        border: 1px solid #cfcfcf;
        font-family: Roboto,sans-serif;
        font-weight: 500;
        padding: 15px 0;
        width: 90%;
        display: inline-block;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar .search-menu .search-icon {
        display: inline-block;
        font-size: 22px;
        position: relative;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar .search-menu .top-searcher-list ul {
        padding: 0;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar .search-menu .top-searcher-list ul li a {
        background: 0 0;
        color: #353535;
        font-family: Roboto,sans-serif;
        font-weight: 500;
        font-size: 14px;
        float: none;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar .search-menu .top-searcher-list ul li a:hover {
        color: #a5304c;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar .search-menu .top-searcher-list:after {
        clear: both;
        content: "";
        display: block;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar .search-menu-top {
        padding-right: 40px;
        position: relative;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar .search-menu-top input {
        padding: 15px 20px 15px 0;
        border: none;
        border-bottom: 2px solid #9f9f9f;
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        color: #545454;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar .search-menu-top ::-webkit-input-placeholder {
        color: #545454;
        font-size: 20px;
        line-height: 24px;
        font-family: Roboto,sans-serif;
        font-weight: 500;
        opacity: 1;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar .search-menu-top :-moz-placeholder {
        color: #545454;
        font-size: 20px;
        line-height: 24px;
        font-family: Roboto,sans-serif;
        font-weight: 500;
        opacity: 1;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar .search-menu-top ::-moz-placeholder {
        color: #545454;
        font-size: 20px;
        line-height: 24px;
        font-family: Roboto,sans-serif;
        font-weight: 500;
        opacity: 1;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar .search-menu-top :-ms-input-placeholder {
        color: #545454;
        line-height: 24px;
        font-size: 20px;
        font-family: Roboto,sans-serif;
        font-weight: 500;
        opacity: 1;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar .search-menu-top .search-icon {
        position: absolute;
        right: 40px;
        top: 10px;
    }

    footer, footer.sf-footer {
        position: static;
        left: 0;
        right: 0;
        bottom: 0;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar .search-menu-top .search-icon.fa-arrow-right:before {
        color: #a5304c;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar .search-menu-bottom .top-searcher-list h4 {
        font-size: 12px;
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #545454;
        line-height: 16px;
    }

    header .header-main-container .header-bottom-container .bottom-right .search-sidebar .search-menu-bottom .top-searcher-list .search-item-list li a {
        font-size: 14px;
        line-height: 18px;
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #097cca;
        padding-left: 0;
    }

    header .header-main-container.my-header-main-container .header-top-container {
        padding-bottom: 10px;
    }

    header .header-main-container.my-header-main-container .header-top-container .header-top-left .header-text a {
        color: #969696;
        font-size: 12px;
        font-family: Roboto,sans-serif;
        font-weight: 500;
    }

    header .header-main-container.my-header-main-container .header-bottom-container .main-nav ul li a, header .header-main-container.my-header-main-container .header-top-container .header-top-left .header-text a:hover {
        color: #fff;
    }

    header .header-main-container.my-header-main-container .header-bottom-container {
        background: #a5304c;
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 0;
    }

    header .header-main-container.my-header-main-container .header-bottom-container .main-nav {
        margin-top: 25px;
        width: 66.6%;
    }

    header .header-main-container.my-header-main-container .header-bottom-container .main-nav ul li {
        padding-bottom: 26px;
    }

    header .header-main-container.my-header-main-container .header-bottom-container .main-nav ul li:hover {
        padding-bottom: 14px;
    }

    header .header-main-container.my-header-main-container .header-bottom-container .main-nav ul li .mega-menu {
        top: 85px;
    }

    header .header-main-container.logout-top .header-top-container .container {
        padding-right: 45px;
        padding-bottom: 10px;
    }

    header .header-main-container.logout-top .header-bottom-container .bottom-right ul li:last-child {
        padding-right: 18px;
    }

    header .header-main-container.logout-top .utility-link-container .utility-link-nav li {
        padding-right: 0;
    }

    .border-shadow {
        height: 3px;
        background: url(/Presentation/includes/mcphs-admissions/images/border-shadow.png);
    }

    footer .footer-container {
        margin: 0;
    }

    footer .footer-container ul.nav li {
        margin: 0 0 10px;
    }

    footer .footer-container .information-section {
        padding: 40px 30px;
    }

    footer .footer-container .information-section h3 {
        font-size: 16px;
    }

    footer .footer-container .footer-main-nav-links {
        padding: 40px 30px;
        margin: 0;
    }

    footer .footer-container .social-links {
        padding: 40px 20px;
        margin: 0;
    }

    footer .footer-bottom {
        padding: 0 40px;
    }

    footer .footer-container-right {
        margin: 0;
        padding-bottom: 20px;
    }

    footer.sf-footer .footer-container {
        margin: 0;
        padding: 40px 0 25px;
    }

    footer.sf-footer .footer-container ul.nav li {
        margin: 0 0 10px;
    }

    footer.sf-footer .footer-container .social-links {
        padding: 0 20px;
        margin: 0;
    }

    footer.sf-footer .footer-bottom {
        padding: 0;
    }

    footer.sf-footer .footer-container-right {
        margin: 0;
        padding-bottom: 0;
    }
}

@media (min-width:768px) and (max-width:1025px) {
    footer .footer-container .social-links ul.nav li a, footer.sf-footer .footer-container .social-links ul.nav li a {
        font-size: 12px;
    }
}

.error-content {
    display: none;
}

b.slds-truncate, b.LoginPageLinkStyle, b.forgotPasswordLinkStyle {
    font-size: 16px;
    color: #000;
}

button.slds-button.slds-button--brand::after {
    content: "";
}