  ﻿a {
    /* text-decoration: underline;*/
}

    /**Nav Collapse Burger**/
    a.ark-header__toggle {
        text-decoration: none;
    }

    a:hover, a:focus,
    a.banner:hover, a.banner:focus {
        text-decoration: none;
    }

    .ark-master-nav a,
    a.button,
    a.ark-video__play,
    .ark-main-nav a {
        text-decoration: none;
    }

        .ark-master-nav a:hover, .ark-master-nav a:focus,
        a.button:hover, a.button:focus,
        .ark-main-nav a:hover, .ark-main-nav a:focus {
            text-decoration: underline;
        }

/*a tags replace by span*/
ul#logos li span img {
    width: 180px;
}

div.ark-text--large {
    line-height: 1;
}

/* Reduce title gap between line*/
span.course-title {
    line-height: 1;
}

.mainBodyText h3:before {
    content: "";
    display: block;
    background-color: #E5233F;
    width: 25px;
    margin-bottom: 12px;
    height: 3px;
}

@media all and (max-width: 35.49em) {
    .mainBodyText h3:before {
        margin-bottom: 10px;
    }
}

.mainBodyText h3 {
    margin: 1.6em 0 0.4em;
    font-size: 1.375em;
}

/*Study area links underline indicator*/
a.text-underline:hover, a.text-underline:focus {
    text-decoration: none !important;
}

.ark-block__content a, .ark-block__content a {
    font-weight: bold;
}

    .ark-block__content a:hover, .ark-block__content a:focus {
        text-decoration: none !important;
    }


.ark-carousel .orbit-caption span {
    font-style: normal;
}

    .ark-carousel .orbit-caption span:hover, .ark-carousel .orbit-caption span:focus {
        text-decoration: none;
    }



.ark-master-nav li a {
    color: #282828;
}

.courseOverview .titleField {
    color: #E5233F;
}

.course-page-2018 .usp .titleField  {
    font-size: 30px;
    line-height: 38.4px;
    font-weight: bold;
    font-family: 'Interstate-Regular', 'Titillium Web';
}

.courseOverview .titleField {
    margin: 0 0 0.67em;
}

    .courseOverview .titleField:before  {
        content: "";
        width: 72px;
        height: 5px;
        display: block;
        background-color: #31275b;
    }


.mainBodyText h2, .mainBodyText h3, .mainBodyText h4, .mainBodyText h5, .mainBodyText h6 {
    margin: 1.6em 0 0.4em;
}

    .mainBodyText h2:before, .mainBodyText h3:before, .mainBodyText h4:before, .mainBodyText h5:before, .mainBodyText h6:before {
        content: "";
        width: 72px;
        height: 5px;
        display: block;
        background-color: #E5233F;
        margin-bottom: 20px;
    }

/*Color and Weight for default text link*/
.introText a, .mainBodyText a {
    color: #067588;
    font-weight: 600;
}

@media all and (max-width: 35.49em) {
    .mainBodyText h2:before, .mainBodyText h3:before, .mainBodyText h4:before, .mainBodyText h5:before, .mainBodyText h6:before {
        margin-bottom: 10px;
    }
}

.mainBodyText h2 {
    font-size: 1.875em;
}

.mainBodyText h3, .mainBodyText h4, .mainBodyText h5, .mainBodyText h6 {
    margin: 1.6em 0 0.4em;
}

    .mainBodyText h3:before, .mainBodyText h4:before, .mainBodyText h5:before, .mainBodyText h6:before {
        width: 25px;
        margin-bottom: 12px;
        height: 3px;
    }

.mainBodyText h3 {
    font-size: 1.5em;
}

.mainBodyText h4 {
    font-size: 1.375em;
}

.mainBodyText h5 {
    font-size: 1.25em;
}

.mainBodyText h6 {
    font-size: 1.125em;
}


@media all and (max-width: 75.99em) {
    .mainBodyText h2 {
        font-size: 1.5em;
    }

    .mainBodyText h3 {
        font-size: 1.375em;
    }

    .mainBodyText h4 {
        font-size: 1.25em;
    }

    .mainBodyText h5 {
        font-size: 1.125em;
    }

    .mainBodyText h6 {
        font-size: 1em;
    }
}
