/* custom color classes */
.utrain-color-purple {
    color: rgba(119, 14, 118, 1);
}

.utrain-color-green {
    color: rgba(6, 189, 36, 1);
}

.utrain-color-gray {
    color: rgba(123, 123, 123, 1);
}

.btn-secondary:visited {
	color: #fff !important;
}
html a.cart-btn {
	float: right;
	font-family: 'Open Sans' !important;
}
.dark-gray-text {
	color: #747679 !important;
}


/* Custom font classes - Fieldwork HUM Set*/

.hum-light {
    font-family: fieldwork-hum, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.hum-black {
    font-family: fieldwork-hum, sans-serif;
    font-weight: 800;
    font-style: normal;
}

.fieldwork-hum-hair {
    font-family: fieldwork-hum, sans-serif!important;
    font-weight: 100!important;
    font-style: normal!important;
}

.fieldwork-hum-reg {
    font-family: fieldwork-hum, sans-serif!important;
    font-weight: 400!important;
    font-style: normal!important;
}

.fieldwork-hum-demi-bold {
    font-family: fieldwork-hum, sans-serif!important;
    font-weight: 600!important;
    font-style: normal!important;
}

.fieldwork-hum-bold {
    font-family: fieldwork-hum, sans-serif!important;
    font-weight: 700!important;
    font-style: normal!important;
}


/*  Custom font classes - Fieldwork GEO Set*/

.fieldwork-light-italic {
    font-family: fieldwork, sans-serif !important;
    font-weight: 300 !important;
    font-style: italic !important;
}

.fieldwork-geo-italic-light {
    font-family: fieldwork, sans-serif!important;
    font-weight: 300!important;
    font-style: italic!important;
}

.fieldwork-geo-reg {
    font-family: fieldwork, sans-serif!important;
    font-weight: 400!important;
    font-style: normal!important;
}

.fieldwork-geo-reg-italic {
    font-family: fieldwork, sans-serif!important;
    font-weight: 400!important;
    font-style: italic!important;
}

.fieldwork-geo-bold {
    font-family: fieldwork, sans-serif!important;
    font-weight: 700!important;
    font-style: normal!important;
}

.fieldwork-geo-italic-bold {
    font-family: fieldwork, sans-serif!important;
    font-weight: 700!important;
    font-style: italic!important;
}

/* added 2/10/21 */ 

.fieldwork-hum-light{
 
    font-family: fieldwork-hum, sans-serif;
    font-weight: 300;
    font-style: normal!important;
}
  

.fieldwork-hum-regular{
    font-family: fieldwork-hum, sans-serif;
    font-weight: 400;
    font-style: normal!important;
}
  
  
.fieldwork-hum-demi{
    font-family: fieldwork-hum, sans-serif;
	font-weight: 600;
	font-style: normal!important;
}
 
.fieldwork-hum-bold{
	font-family: fieldwork-hum, sans-serif;
	font-weight: 700;
	font-style: normal!important;
}

.fieldwork-hum-black{
	font-family: fieldwork-hum, sans-serif;
	font-weight: 800;
	font-style: normal!important;
}


/* Custom font classes - Industry specific weights Set*/

.industry-reg {
	font-family: industry, sans-serif !important;
	font-weight: 400;
	font-style: normal;	
}

.industry-med {
	font-family: industry, sans-serif !important;
	font-weight: 500;
	font-style: normal;	
}

.industry-demi {
	font-family: industry,sans-serif !important;
	font-weight: 600;
	font-style: normal;	
}

.industry-alt-regular {
	font-family: industry, sans-serif !important;
	font-weight: 400;
	font-style: normal;
}

.industry-alt-medium {
	font-family: industry, sans-serif !important;
	font-weight: 500;
	font-style: normal;
}

.industry-alt-demi {
	font-family: industry, sans-serif !important;
	font-weight: 600;
	font-style: normal;
}


/* assign font-family industry to all headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: industry-inc-base, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.counters label {
    font-size: 15px;
	font-family: industry-inc-base, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;	
}

.counters strong {
    font-size: 27px !important;
    font-family: industry-inc-base, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

/* assign font-family fieldwork-hum to all non-heading elements */
body,p, div, ul, ol, li
{
    font-family: fieldwork-hum, sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

a.btn {
    font-family: fieldwork-hum, Open Sans, sans-serif !important;
}

/* override black screen overlay with WP-style */
section.video .video-overlay {
    background-color: rgba(0, 0, 0, 0.73);
    background-image: linear-gradient(180deg,rgba(250, 250, 250, 0.54) 0%,rgba(66, 147, 222, 0.59) 100%);
}

/* colors for hamburger menu, slightly larger font */
@media (max-width: 991px) {
    html header .nav-main-collapse {
        background: #16354a !important;
    }
    html header .nav-main-collapse .nav-main ul > li > a {
        font-size: 14px !important;
    }
    html header .nav-main-collapse .nav-main ul > li.active > a,
    html header .nav-main-collapse .nav-main ul > li:hover > a,
    html header .nav-main-collapse .nav-main ul > li > a:focus,
    html header .nav-main-collapse .nav-main ul > li.focused > a {
        color: #fff !important;
        font-size: 14px;
    }
    html header .nav-main-collapse .nav-main ul ul > li > a {
        font-size: 14px !important;
    }
    html header.pushdownHeader .pushdown .scrollbar,
    html header.pushdownHeader .navbar-collapse:before,
    html header .header-nav-main-effect:before {
        background: #16354a !important;
    }
    html html header.pushdownHeader .pushdown .scrollbar {
        border-color: #16354a !important;
    }
}

.body>#footer a#dnn_LoginFoot_loginLink,
.body>#footer a#dnn_dnnTerms_hypTerms,
.body>#footer a#dnn_dnnPrivacy_hypPrivacy {
	color: #000 !important;
    font-size: .95em !important;
}

.body>#footer a#dnn_LoginFoot_loginLink {
	border-left: 1px solid;
    margin-left: 10px;
    padding-left: 10px;	
	color: #fff !important;
}

.text-height-0 {
line-height: 1!important;
}
.text-height-1 {
line-height: 1.5!important;
}
.text-height-2 {
line-height: 2!important;
}
.text-height-3 {
line-height: 2.5!important;
}
.text-height-4 {
line-height: 3!important;
}
.text-height-5 {
line-height: 3.5!important;
}
/* override standard bootstrap display size classes */
.display-1 {
	font-size: 2.65rem;
}
.display-2 {
	font-size: 2.2rem;
}
.display-3 {
	font-size: 1.75rem;
}
.display-4 {
	font-size: 1.32rem;
}

/* breadcrumb overrides djf */
html section.page-top .breadcrumb span {
    font-family: 'fieldwork-hum' !important;
    font-size: 13px !important;
	font-weight: 300;
    display: inline-block;
    padding-top: 1px;
}
/* changed 4/6/21 */
.page-top {
    background-color: #fff !important;
    border-top-color: #fff !important;
    border-top: 5px solid #fff !important;
	margin-bottom: 0 !important;
}

.page-top.small {
    border-bottom: 3px solid #fff !important;
}

/* phone header styles djf */
a.phone-hdr, a.phone-hdr:hover, a.phone-hdr:visited, a.phone-hdr:active {
    font-size: 1.3rem;
    display: block;
    padding-top: 14px;
    text-decoration: none;
    margin-left: 30px;
    font-family: fieldwork-hum, "Open Sans", sans-serif;
}
@media only screen and (max-width: 767px) {
    a.phone-hdr, a.phone-hdr:hover, a.phone-hdr:visited, a.phone-hdr:active {
        font-size: .9rem;
        margin-left: 12px;
    }
}

/* adjust sticky menu after shifting up 3162021 */
@media (min-width: 992px) {
	body.sticky-menu-active header.ddrheader.newHeader .header-body .header-nav-main {
    padding-top: 55px !important;
	}
}

/* adjust sticky menu on mobile, 05-25-2021 */
@media (max-width: 992px) {
body.sticky-menu-active .header-body {
    top: 0px; /* UTSearchTest.base-2.css sets to -51px */
}	
body.sticky-menu-active header .header-body {
    min-height: 75px; /* UTSearchTest.base-2.css sets to 128px */
}
div.logo.logo-sticky-active img {
	margin-top: -40px;
}
}

@media(max-width:991px) {
header .btn-responsive-nav,header.pushdownHeader .btn-push-nav {
	color:#fff !important;
	}
}

/* get rid of uppercase text transform from base porto theme - 4/06/21 */

h3, h5 {
	text-transform: none !important;
}


/* list items black */
ul.list.list-icons li {
    color: #000;
}

html body li {
  color: #000;
}

/* change copyright footer to black on white */
.body>#footer .footer-copyright {
    background: #fff !important;
    border-top: 4px solid #fff !important;
    margin-top: 0 !important;
}

.body>#footer .footer-copyright span,
.body>#footer .footer-copyright a {
    color: #000;
}

html body h4.h4-indent span {
    display: block;
	color: #000;
    font-weight: 600;
	font-size: 20px;
    margin-left: 17px;
    line-height: 27px;
	font-family: fieldwork-hum, sans-serif !important;
}

.course-card .cc-title a,
.course-card .cc-title a:hover,
.course-card .cc-title a:visited {
	color: #33669a !important;
}

div.porto-container-bg-grey {
	background: #F4F7F9;
    padding: 20px 30px;
    margin: 0 20px;
    border-radius: 14px;
}