﻿:root {
	--input-height: 3em;
	--primary-color: #007db9;
}

/* to change the background color of the theme */
body                                                    { background:inherit; }

/* to change the link & hover color */
a, a:visited, a:link, a:focus, a:active {
	color: var(--primary-color);
	text-decoration: underline;
}
	a:hover {
		color: #007db9;
		text-decoration: underline !important;
	}

/* to change the dropdown link color */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a {
	color: #007db9;
}

p {
    font-size: 1.0rem;
    line-height: 1.8;
    font-weight: 300;
}

.userMessages, .userNotifications, .userProfileImg {
    display: none !important;
}

.utah-logo span {
    margin: inherit;
    line-height: inherit;
    font-size: 35px;
    font-weight: 900;
}

.navbar-brand-utah a:focus {
    display: block;
}

.navbar-fixed-top {
    z-index: 99; /* must be less than jQuery UI's .ui-front, which is set to 100 */
}

.navbar-brand-utah {
    padding-left: 0px !important;
    padding-top: 14px !important;
}

	.navbar-brand-utah a, .navbar-brand-utah a:hover {text-decoration: none !important;}

.navbar-nav a {text-decoration: none}

@media (max-width: 768px) {
	.navbar-brand-utah {
        padding-left: 14px !important;
        padding-top: 14px !important;
    }

    .utah-logo span {
        font-size: 22px;
    }
}


.navbar-toggle:focus {
	outline: 5px solid orange !important;
}

.navbar .navbar-nav > li > a {
    color: #263238;
    font-weight: 500;
}

	.navbar .navbar-nav > li > a:hover {
		color: #0070a6;
		background-color: transparent;
	}

	.navbar .navbar-nav > li > a:focus {
		color: #0070a6;
		background-color: #ebebeb;
	}

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
	color: #0070a6;
}

    .navbar .navbar-toggle .icon-bar {
        background-color: var(--primary-color);
    }

.btn-primary:hover, .btn-primary:focus {
	background-color: #007db9!important;
	color: #fff;
}

.loginGroup a:hover, .registerGroup a:hover, #dnn_dnnUser_registerLink:hover {
	color: #fff;
	background: rgba(0, 0, 0, .2);
}

.loginGroup a, .registerGroup a, #dnn_dnnUser_registerLink {
    color: #fff;
    display: block;
    position: relative;
    height: 34px;
    line-height: 34px;
    min-width: 12px;
    padding: 0 15px;
    vertical-align: middle;
    font-size: 14px;
}

    .DnnMDesignC h2 {
        font-size: 32px;
        font-weight: 500;
        margin-top: 0px;
    }

.DnnMDesignC h1 {
	font-size: 32px;
	font-weight: 500;
	margin-top: 0px;
}

.DnnMDesignC h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0px;
}

.homeinnertext h2 {
    margin-top: 50px;
    font-size: 44px;
    font-weight: 500;
    
    text-align:center;

}

.homeinnertext h1 {
	margin-top: 50px;
	font-size: 44px;
	font-weight: 500;
	text-align: center;
}

.ui-state-active {}

.homeinnertext span {
    display: inline-block
}

.homeinnertext p {
    font-size: 18px;
    font-weight: 500px;
    text-align: center;
}

.DnnMDesignC h2 .Head:after, .DnnMDesignC h3 .Head:after, .homeinnertext h2 span:after, #utahfooterright span:after, #utahfooterright h2:after, .DnnMDesignC h1 .Head:after, .homeinnertext h1 span:after {
	content: "";
	display: block;
	/* margin: 0 auto; */
	width: 100%;
	padding-top: 10px;
	border-bottom: 3px solid #ffcb51;
}

#utahfooterright span, #utahfooterright h2 {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	font-size: 2.28rem;
	line-height: 110%;
	margin: 1.14rem 0 0.912rem 0;
}

.ui-state-default:not(.ui-tab), .ui-widget-content .ui-state-default:not(.ui-tab), .ui-widget-header .ui-state-default:not(.ui-tab),
.ui-button:not(.ui-checkboxradio-label):not(.ui-dialog-titlebar-close):not(.ui-autocomplete-button),
html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active,
.btn, input[type=button], input[type=submit], input[type=reset], button, .autobutton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    line-height: 31px;
    padding: 5px 22px;
    border: 0;
    border-radius: 23px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    margin: 10px;
    
    background: var(--primary-color);
    color: #fff;
    font-family: Roboto, sans-serif;
}

.dropdown button.ui-button.btn.dropdown-toggle {
	margin: 0;
}

.college-transfer .ui-dialog-titlebar-close, .ui-autocomplete-button {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    font-family: Roboto, sans-serif;
    border-radius: 23px;
	padding: 6px 12px;
}

.flyout-dialog-container div.ui-dialog-titlebar > .ui-dialog-titlebar-close {
    background: var(--primary-color);
	padding: 6px 12px;
}

.search-refinement-category .search-refinement-item-total {
	background: #3b4053;
}

.college-transfer .largeButton {
    background-color: var(--primary-color);
    -webkit-border-radius: 23px;
    -moz-border-radius: 5px;
    border-radius: 23px;
    border: 1px solid var(--primary-color);
    font-weight: 600;
    color: #FFF;
    padding: .8em 8em .8em 8em;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 1em;
}

.ui-controlgroup-item.ui-checkboxradio-label {
    background-color: var(--primary-color);
	color: #FFF;
}

    .ui-controlgroup-item.ui-checkboxradio-label.ui-state-active {
        background-color: inherit;
        color: var(--primary-color);
    }

.college-transfer .ui-state-default a.ui-tabs-anchor {
    color: var(--primary-color);
}

.college-transfer .ui-state-default.ui-tabs-active a.ui-tabs-anchor {
	color: inherit;
}

.ui-button:hover {
    border: 0px solid #ccc;
    background: #00c1f6;
    color: #fff;
    font-weight: 500;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.ui-button:focus {
    border: 0px solid #ccc;
    background: #00c1f6;
    color: #fff;
    font-weight: 500;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

a:focus {
}


        a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
            border: 0px;
        }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
            color: #fff;
            text-decoration: none;
        }

            .ui-button .ui-icon {
                background-image: url(/css/jquery-ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png);
            }

            .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
                background-image: url(/css/jquery-ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png);
            }

			.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
				border: 1px solid var(--primary-color);
				background: #000;
				font-weight: 500;
				color: #fff;
			}

            .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
                border: 0px solid var(--primary-color);
                background: #000;
                font-weight: 500;
                color: #fff;
            }

            a.ui-button:active, .ui-button:active, a.ui-state-active {
                border: 1px solid var(--primary-color);
                background: var(--primary-color);
                font-weight: 500;
                color: #fff;
            }

            .ui-button.ui-state-active:hover {
                color: var(--primary-color);
            }

.ui-menu-item .ui-state-active {
	background-color: hsl(0, 0%, 38%) !important;
}

.ui-autocomplete .ui-state-active mark {
	color: #fff !important;
}

.ui-autocomplete-combobox button.ui-button {
    margin: 0;
    border-radius: 0px;
}

label {
    font-size: 1rem;
    color: #333333;
    margin-bottom: 0px;
}

.inputLine label {
    margin-bottom: 2px;
}

input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search-md]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid var(--primary-color);
	border: 1px solid var(--primary-color);
	
	box-shadow: 0 0 0 2pt var(--primary-color);
	background-color: transparent;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number],
input[type=search-md], textarea.materialize-textarea, .ui-widget.ui-widget-content.ui-autocomplete-input {
    border: 1px solid #949494;
    border-bottom: 1px solid #949494;
    border-radius: 3px;
}

.ui-button:focus {
	outline: 3px solid #000 !important;
}

.password-container {
	width: 95%;
}

.ui-widget.ui-widget-content.ui-autocomplete-input {
	border-right: none;
}

input, input[type], select, textarea, textarea.materialize-textarea {
    /* mdb resets */
    /* revert content-box */
    box-sizing: border-box;
    /* our non-select input heights are determined line height + padding, not height */
    height: unset;
    /* use platform's padding */
    padding: var(--input-padding-y) var(--input-padding-x);
    /* inputs should not have their own margins */
    margin: 0; 
}

select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #949494;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: 1px solid #949494;
    border-bottom: 1px solid #949494;
    border-radius: 3px;
    transition: all .3s;
    font-size: 1rem;
}

.college-transfer label {
	font-weight: normal;
}

input[type=radio] + label {
	padding-left: .5em;
}


.DnnModule {
	position: relative;
}

/* out of spec: popupPanel and popupContainer are sibling classes rather than parent/child */
.popupPanel.popupContainer {
    left: 35%;
}



.StudentCourseSearch .thinBorder {
    border: 0px;
}

.DnnMDesignC .contentpane ul, li {
    font-size: 1rem;
}

.quicklinks li {
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
}

ul.quicklinks  {
    margin-left: 0px;
}

.tp-results-logo img {
    width: 100%;
}

.tp-results-logo {
    border: 0px;
}

.equivalency-search-criteria .hidden {
    display: block !important;
}

#wmctTranscriptWizard.hide {
    display: block !important;
}

.bannerhome {
    position: relative;
    width: 100%;
    max-height: 600px;
    background-color: #000000;
    background: url('/portals/41/skins/utah2020/assets/images/utahhomebg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

    .bannerhome:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom right, var(--primary-color), #e2913c);
        opacity: 0.6;
    }

.banner__contenthome {
    position: relative;
    z-index: 10;
   
}

.hometext {
    margin: 100px 0;
    max-width: 450px;
    color: #fff;
    
}
	.hometext h1 {
		font-size: 46px;
		font-weight: 500;
		text-shadow: 2px 1px 8px rgba(0,0,0,0.92);
	}


    .hometext h2 {
        font-size: 46px;
        font-weight: 500;
        text-shadow: 2px 1px 8px rgba(0,0,0,0.92);
    }

.hometext p {
    font-size: 16px;
    font-weight:500;
    text-shadow: 2px 1px 8px rgba(0,0,0,0.92);
}

.homebannerunique {
    padding-top: 75px;
}

.homecta {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.homecta img {
    width: 70%;
    border-radius: 50%;
    margin-bottom: 15px;
}

    .homecta a p {
        font-size: 22px;
        font-weight: 600;
    }

.participatinginstitutionshome {
    text-align: center;
    background-color: rgba(0,176,219,0.1);
    padding-bottom: 50px;
}

    .participatinginstitutionshome .col-md-3 {
        display: flex;
        align-items: center;
        height: 175px;
    }

    .participatinginstitutionshome img {
        width: 60%;
        margin: 0 auto;
    }

.new-tp-bigLink a {
    height: 60px !important;
}

#new-tp-description {
height: 188px !important;
}

@media (max-width: 640px) {
    #new-tp-description {
        height: 100% !important;
    }

    .new-tp-bigLink a {
        line-height: 1.9em !important;
    }

}

#wmctHeadline {
    font-weight: bold;
    font-size: 44px;
}

#selectInstitution h2, .wizard-step h2 {
    font-size: 36px;
}

.ui-draggable {
    z-index: 1000;
}

.studentCourseEntryYear {
    min-width:50px !important;
}

div.studentCourseEntryContainer > div > .LabelText {
	padding-top: 1em;
}

.studentCourseEntryContainer .inputLineSmall {
    margin-top: 1em;
}

.dialogtop {
    height: 35px;
}

.dialogcontent label {
    display: inline;
}

.equivDetails-courseListContainer h4, h4 {
    font-size: 24px;
}

#getstarted .col-md-4 {
    padding: 15px;
}

.tiles {
    position: relative;
    height: 350px;
    text-align: center;
    color: #fff;
    
}

.createaccount {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/portals/41/skins/utah2020/assets/images/caa.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;

}

.partinst {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/portals/41/skins/utah2020/assets/images/partinst.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.talktoad {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/portals/41/skins/utah2020/assets/images/talktoad.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.searchforprograms {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/portals/41/skins/utah2020/assets/images/searchforprograms.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.searchforcourses {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/portals/41/skins/utah2020/assets/images/searchforcourses.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.searchforequivs {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/portals/41/skins/utah2020/assets/images/searchforequivs.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
    

#getstarted .tiles:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 0;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

#getstarted .tiles:hover:after {
	background: var(--primary-color);
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.gstiles {
    opacity: 1;
    z-index: 2;
    position: absolute;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 95%;
}

.gstiles h2, .gstiles h3 {
		margin-top: 150px;
		font-size: 32px;
		font-weight: 500;
	}

.gstiles p {
    font-weight:500;

}

#getstarted .homeinnertext h2 {
    margin-top: 0px;
}

#getstarted .homeinnertext h1 {
	margin-top: 0px;
}

.navyblueutah {
    background-color: #3b4053;
}


#utahfooterleft p {
    color: #fff;
    margin-top: 20px;
}

#utahfooterleft img {
    width: 100%;
}

#utahfooterright {
    margin-left: 25px;
}

footer.page-footer a {
    font-size: 15px;
}

.utahcontent h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
}

.utahcontent ul li {
    list-style-type: disc;
    margin-left: 15px;
    font-weight: 300;
}
.programSearch-awardGroupContainer li {
    display: inline;
    width: 190px;
}

.programSearch-awardGroupContainer {
    width: 92%;
}

.a1-distance-selector-control input {
    width: 100px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-radius: 0px;
    background: var(--primary-color);
	color: #ffffff;
}

    .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor
    {
        cursor: pointer;
    }


.DataGrid thead tr th,
.resultSmallHeader,
.resultHeader {
    background-color: #f3f3f3;
	color: hsl(199,100%,34%);
}
.DataGrid thead tr th a,
.DataGrid thead tr th a:visited,
.DataGrid thead tr th a:link,
.DataGrid thead tr th a:active,
.DataGrid .resultSmallHeader a,
.DataGrid .resultHeader a {
	color: hsl(199,100%,34%);
}


.label {
    color: #000;
}

.StudentTableStyle {
    background-color: #ececec;
}



.equivalency-search-refinement-panel .equivalency-search-sortdirection {
	padding-top: 11px;
	padding-left: .75em;
}

.dialogtop {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold
}

    .dialogtop .dialogtext {
	    color: inherit;
    }

.btn-primary, .btn-primary:visited {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    line-height: 31px;
    padding: 5px 22px;
    border: 0;
    border-radius: 23px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    margin: 10px;
    outline: 0 !important;
    background: var(--primary-color);
    color: #fff !important;
    font-family: Roboto, sans-serif;
}

    .btn-primary:hover, .btn-primary:active:hover {
        border: 0px solid var(--primary-color);
        background: var(--primary-color) !important;
        font-weight: 500;
        color: #fff;
    }


/* Transfer Check */

.vta-big-button.ui-state-default {
    white-space: normal;
    max-width: 677px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}


.vta .vta-radio-button {
    box-shadow: 0px 0px 0px #ccc;
}

.vta-program-search button.ui-button-text-only {
    line-height: 23px !important;
}

.vta .icon-light {
    color: var(--primary-color);
}

.requirement-parent button {
    margin: 0px;
}

.requirement-footnote-indicator {
    float: right;
    top: 1em;
}

.vta-breadcrumbs a {
    color: #fff;
}

.vta-program .vta-radio-header.ui-state-default.ui-corner-all {
    white-space: normal;
    line-height: 18px;
    display: block;
    border-radius: 0px;
    margin: 0px;
    text-align: left;
}

.vta-radio-button .vta-radio-header.ui-state-default.ui-corner-all {
    white-space: normal;
    line-height: 18px;
    display: block;
    border-radius: 4px;
    margin: 0px;
    text-align: left;
}

.vta-breadcrumbs span {
    color: #fff;
}

.pageSection .progressbar-with-text {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 5px;
    padding: 2px;
    border: 1px solid var(--primary-color);
    background-color: #ebfbff;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0;
    height: 100%;
    background-color: var(--primary-color)8c;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    animation: animate-stripes 3s linear infinite;
}

/* portal.css styles */

a, a:visited, a:link, a:focus, a:active {
	transition: outline .125s ease-out;
}

*:focus {
	outline-offset: 2px;
}

.ui-button:focus {
	outline: 3px solid orange !important;
}

.navbar-brand-utah a:focus, a:focus {
	outline: 5px solid orange !important;
}

.college-transfer .ui-state-error,
.college-transfer .ui-widget-content .ui-state-error,
.college-transfer .ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.college-transfer input[type=password] {
	margin: .25em 0 0 0;
} 

/* SSO login styles */

.idp__scheme {
	background-color: #fff !important;
	color: #444 !important;
}

	.idp__scheme .idp__icon {
		background-color: #fff;
	}

.idp__scheme--name-saml2-slcc-edu .idp__icon:empty:before {
	content: '';
	background-image: url('/logo/230746_632008104610AM_logo.jpg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.idp__scheme--name-saml2-snow-edu .idp__icon:empty:before {
	content: '';
	background-image: url('/logo/230597Logo12b0c58.jpg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.idp__scheme--name-cas-suu-edu .idp__icon:empty:before {
	content: '';
	background-image: url('/logo/230603suuwhiteredlogoe8a67b.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.idp__scheme--remote-urn-mace-incommon-utah-edu .idp__icon:empty:before {
	content: '';
	background-image: url('/logo/230764_527200835628PM_logo.jpg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.idp__scheme--remote-https---shibboleth-usu-edu-idp-shibboleth .idp__icon:empty:before {
	content: '';
	background-image: url('/logo/230728UStateLogob8e3e6.jpg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.idp__scheme--name-saml2-utahtech-edu .idp__icon:empty:before {
	content: '';
	background-image: url('/logo/230171_20220601105423AM_logo.jpg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.idp__scheme--remote-https---shib-uvu-edu-idp-shibboleth .idp__icon:empty:before {
	content: '';
	background-image: url('/logo/230737_20100329023924PM_logo.jpg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.idp__scheme--remote-https---idp-weber-edu-idp .idp__icon:empty:before {
	content: '';
	background-image: url('/logo/230782wsustacked7c2635.jpg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


/* Accessibility Fixes */

html a.skip-to-content {
	color: var(--primary-color) !important;
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	border-right: 2px solid var(--primary-color);
	outline-color: #fff;
	outline-width: 1px;
	text-decoration: none;
	background: #FFF;
}


.broadcastMessage + * .top-nav-collapse {
	margin-top: 0;
}


div#ui-datepicker-div {
    width: auto;
}

.navbar-brand-utah a:focus, a:focus {
	outline: 5px solid #000 !important;
}

footer a:focus {
	outline: 5px solid #fff !important;
	outline-offset: 5px;
}

.ui-datepicker-calendar .ui-state-default {
    padding: 6px 6px !important;
    margin: 0px !important;
    text-align: center !important;
    line-height: 1 !important;
    display: block !important;
}


.ModRequestForMoreInformationC {
    max-width: 750px;
}

    .ModRequestForMoreInformationC input[type=text] {
        width: 100%;
    }

.standout {
   
    color: #9E2F00;
}

.hintText {
    color: #595959;
}

.cluetip-close a.ui-button-icon-only {
    margin: 0px !important;
    padding: 6px 12px !important;
    top: -6% !important;
    right: 7px !important;
}

#wmctMapData .wmctRow.noCredit td .wmctTarget {
    color: #595959;
}

#wmctTranscriptSwitcher fieldset {
    border: 0px;

}

#wmctTranscriptSwitcher legend {
    font-size: inherit;
    width: auto;
}


#wmctCompetitiveCheckResults p {
    font-size: 12px;
    line-height: inherit;
}

.ModStateTransferCheckSCTRACC .view {
    overflow: initial;
}

.vta-program-search label {
    line-height: 45px !important;
}

.vta-big-button.ui-corner-all.ui-state-default:focus {
    outline: 4px solid orange;
}

.vta-radio-button:focus {
    outline: 4px solid orange;
}

.vta-program {
    margin-left: 8px !important;
}

.isBestSchool a {
    text-decoration: underline;

}

#StudentAccount h3 {
    font-size: 30px;
}

#StudentAccount h4 {
    font-size: 24px;
}

.topbar .inline-list {
    float: right;
}

.topbar .inline-list li {
    float: left;
}

input[type="checkbox"]:focus, input[type="radio"]:focus, input[type="radio"]:focus {
    outline: 4px solid #000;
}

#getstarted a {
    display: block;
    padding: 15px;
}

.homecta a {
 padding: 15px;
 display: block;
}

.new-tp-fields p {
    font-weight: 400;
    font-size: 16px;
}

.logoushe {
	margin-top: 20px;
}

#new-tp-description .new-tp-description-courseLine {
    line-height: 18px;
}


@media only screen and (max-width: 992px) {

    .new-tp-bigLink a {
        font-size: 1.4em !important;
        line-height: 1.7em !important;
    }
}


@media only screen and (max-width: 992px) {
	.navbar-fixed-bottom, .navbar-fixed-top {
		position: relative;
		margin-bottom: 0px;
	}

	.homebannerunique {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.hometext h1 {
		font-size: 26px;
	}
}



	@media only screen and (min-width: 992px) {
		#getstarted a {
			float: left;
			width: 33%;
			padding: 15px;
		}

		.homecta a {
			float: left;
			width: 33%;
			padding: 15px;
		}
	}


	fieldset {
		border: initial;
		padding: initial;
		margin: initial;
	}

	legend {
		font-size: initial;
		margin: initial;
	}
