html {
    font-family: 'Open Sans', sans-serif !important;
}

p, .ContentPane li { /*angel fix*/
    font-size: 1.25em;
}

    p + ul li, UL LI LI, dd, h2 + ul li, h5 + ul li, p + ol li, ol li li, h2 + ol li, h5 + ol li {
        font-size: 1em;
    }

td ul li {
    font-size: 1em !important;
}

UL LI LI {
    font-size: 1em !important;
}
/*ul li ul li, ol li ol li {
    font-size: 1em;
}*/
td {
    font-size: 1.25em;
}

p {
    line-height: 1.5;
}

li {
    line-height: 1.4;
}

/*-------------------------------------*/
/* ANCHOR STYLES */
/*-------------------------------------*/
a, a:visited {
    color: #1260a2;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        color: #1260a2; /*seeing bootstrap not default for some reason*/
        text-decoration: underline;
    }

#Carousel a {
    text-decoration: none;
    color: #444;
}

    #Carousel a:hover {
        text-decoration: underline;
        color: #444;
    }

.unstyledTel, a.unstyledTel, a.unstyledTel, .unstyledTel a {
    text-decoration: none !important;
    color: #272727 !important;
}

@media screen and (max-device-width:480px) {
    .unstyledTel, a.unstyledTel, a.unstyledTel, .unstyledTel a {
        text-decoration: underline !important;
        color: #f07d1d !important;
    }
}
/****************/

h1 {
    color: #000;
}

    h1 strong {
        color: #000;
        font-weight: bold;
    }

h2 {
    color: #cb854b;
    font-style: italic;
    font-weight: bold !important;
}

h3 {
    color: #333;
}

h4 {
    color: #000;
}

h5 {
    color: #742331;
}

h6 {
    color: #929292;
    font-weight: 600 !important;
}

h4 > a.unstyledTel, h4 a.unstyledTel, h4 .unstyledTel, h4 .unstyledTel a {
    text-decoration: none !important;
    color: #5bc0de !important;
}

sup {
    position: relative;
    bottom: 0.5em;
    right: 0pt;
    font-size: 0.75em;
}

.disclosure, .disclosure p {
    font-size: 1.05em;
    padding: 0.25%;
    font-style: italic;
    line-height: 1.45;
}

@media screen and (-webkit-min-device-pixel-ratio {
    .disclosure, .disclosure p {
        font-size: 1em;
        line-height: 1.4;
    }
}

.disclosure b, .disclosure p b, .disclosure b, .disclosure span b, .disclosure strong {
    font-weight: bold;
}

.disclosure ul, .disclosure li {
    list-style-type: disc;
    line-height: 1.0;
    font-size: inherit;
    list-style: inside;
    display: block;
    padding: 0 5px;
}

@media screen only and (max-device-width:767px) {
    a.unstyledTel, a.unstyledTel, .unstyledTel a {
        text-decoration: underline !important;
        color: #ea002a !important;
    }

        .unstyledTel:hover, a.unstyledTel, a:hover.unstyledTel, .unstyledTel a:hover {
            text-decoration: none !important;
            color: rgb(68,68,68) !important;
        }
}

div.sending[makeform="true"]::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url("images/loading.gif") rgba(255, 255, 255, 0.6) no-repeat;
    background-position: center center;
    z-index: 5;
}

div.sending[makeform="true"] {
    position: relative;
}


/* Title_h2 */
.DNNContainer_Title_h2 h2 .TitleH2 {
    display: block;
    margin-bottom: 25px;
}

/* Title_h3 */
.DNNContainer_Title_h3 h3 .TitleH3 {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: solid 1px #c0c0c0;
}

/* Title_h4 */
.DNNContainer_Title_h4 h4 .TitleH4 {
    display: block;
    margin-bottom: 25px;
}

/*a.quietlink {
	color:#272727;
	font-size:1em;
}

.unstyledTel, a.unstyledTel, a.unstyledTel, .unstyledTel a {
	text-decoration:none !important;
	color:rgb(68,68,68)!important;
}
.unstyledTel:hover, a.unstyledTel, a:hover.unstyledTel, .unstyledTel a:hover {
	text-decoration:none !important;
	color:rgb(68,68,68) !important;
}*/

a.btn-warning {
    color: #fff !important;
}

a.btn.btn-lg.btn-warning.btn-enroll {
    color: white;
    padding: 1.2% 2.8%;
    font-size: 1em;
    margin-top: 1%;
    margin-bottom: 1%;
}

p.highlighted, li.highlighted, a.highlighted {
    color: #e0863e;
}
