﻿:root {
    --input-height: 3em;
}

/* 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: #233f87;
}
a:hover                                                 { color: #333333; }

/* to change the dropdown link color */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a  { color: #333333; }

.wyoblue {
    background-color: #233f87 ;
}

.portallogo {
    max-width: 250px;
}

[required]:after, span.required:after, label.required:after, legend.required:after {
    content: "* Required Field";
    color: #d00;
    margin-left: 3px;
    font-size: 12px;
}

.navbar-brand-wyoming img {
    max-height: 40px;
    margin-top: 5px;
}

.navbar-fixed-top {
    z-index: 99; /* must be less than jQuery UI's .ui-front, which is set to 100 */
}

#homectawyo .card .card-title {
    color: #233f87;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

#homectawyo {
    margin-top: 35px;
}

    #homectawyo .card-img-top {
        width: 100%;
    }

#homectawyo .card-body {
    padding: 10px;
    text-align: center;
}

#homectawyo .card-body .btn-primary {
    width: 93%;
    border-radius: 9px;
    text-align: center;
    padding: 10px 23px;
    font-size: 16px;
}

#homectawyo .card-text {
    min-height: 108px;
}

p {
    font-size: 1.0rem;
    line-height: 1.8;
    font-weight: 300;
}

.userMessages, .userNotifications, .userProfileImg {
    display: none !important;
}

.utah-logo h1 {
    margin: inherit;
    line-height: inherit;
    font-size: 35px;
    font-weight: 900;
}

.navbar-brand-utah a:focus {
    display: block;
}


.navbar-brand-utah {
    padding-left: 0px !important;
    padding-top: 14px !important;
}

@media (max-width: 768px) {
    .navbar-brand-utah {
        padding-left: 14px !important;
        padding-top: 14px !important;
    }

    .utah-logo h1 {
        font-size: 22px;
    }
}




.navbar .navbar-nav > li > a {
    color: #263238;
    font-weight: 500;
}

        .navbar .navbar-nav > li > a:hover {
            color: #233f87;
            background-color: transparent;
        }

    .navbar .navbar-nav > li > a:focus {
        color: #233f87;
        background-color: #ebebeb;
    }

    .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
        color: #233f87;
    }

    .navbar .navbar-toggle .icon-bar {
        background-color: #233f87;
    }



.loginGroup a:hover, .registerGroup a:hover, #dnn_dnnUser_registerLink:hover {
    color: #fff:
}

.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 h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0px;
}

.homeinnertext h2 {
    margin-top: 50px;
    font-size: 44px;
    font-weight: 500;
    
    text-align:center;

}

.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 h4 span:after  {
    content: "";
    display: block;
    /* margin: 0 auto; */
    width: 100%;
    padding-top: 10px;
    border-bottom: 3px solid #ed1c24;
}

#utahfooterright h4 span {
    display: inline-block;
    color: #fff;
    font-weight: 500;
}

.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: #233f87;
    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: #233f87;
    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: #233f87;
	padding: 6px 12px;
}

.search-refinement-category .search-refinement-item-total {
	background: #3b4053;
}

.college-transfer .largeButton {
    background-color: #233f87;
    -webkit-border-radius: 23px;
    -moz-border-radius: 5px;
    border-radius: 23px;
    border: 1px solid #233f87;
    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: #233f87;
	color: #FFF;
}

    .ui-controlgroup-item.ui-checkboxradio-label.ui-state-active {
        background-color: inherit;
        color: #233f87;
    }

.college-transfer .ui-state-default a.ui-tabs-anchor {
    color: #233f87;
}

.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 #233f87;
                background: #FFF;
                font-weight: 500;
                color: #233f87;
            }

            .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 #233f87;
                background: #233f87;
                font-weight: 500;
                color: #fff;
            }

            a.ui-button:active, .ui-button:active, a.ui-state-active {
                border: 1px solid #233f87;
                background: #233f87;
                font-weight: 500;
                color: #fff;
            }

            .ui-button.ui-state-active:hover {
                color: #233f87;
            }

.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 #ed1c24;
    border: 1px solid #ed1c24;
    box-shadow: 0 1px 0 0 #ed1c24;
    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;
}

.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;
    min-height: 400px;
    background-color: #000000;
    background: url('/portals/42/skins/2020/assets/images/studentshomemin.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.bannerhome1 {
    position: relative;
    width: 100%;
    max-height: 600px;
    min-height: 400px;
    background-color: #000000;
    background: url('/portals/42/skins/2020/assets/images/firstimehomemin.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerhome2 {
    position: relative;
    width: 100%;
    max-height: 600px;
    min-height: 400px;
    background-color: #000000;
    background: url('/portals/42/skins/2020/assets/images/vetshome.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .bannerhome:after, .bannerhome1:after, .bannerhome2:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom right, #233f87, #ef545a);
        background: linear-gradient(233deg, #ed1c24, #233f87, #ed1c24, #233f87);
        background-size: 800% 800%;
        -webkit-animation: AnimationName 30s ease infinite;
        -moz-animation: AnimationName 30s ease infinite;
        -o-animation: AnimationName 30s ease infinite;
        animation: AnimationName 30s ease infinite;
        opacity: 0.5;
    }

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

@-o-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}


.banner__contenthome {
    position: relative;
    z-index: 10;
   
}

.hometext {
    margin: 100px auto;
    max-width: 750px;
    color: #fff;
    margin-top: 250px;
    text-align: center;
}

    .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 {
    font-feature-settings24px;
}

#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: rgba(35, 63, 135,0.8);
    -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 h3 {
    margin-top: 150px;
    font-size: 32px;
    font-weight:500;
 
}

.gstiles p {
    font-weight:500;

}

#getstarted .homeinnertext h2 {
    margin-top: 0px;
}

.navybluewyoming {
    background-color: #3b4053;
}


#wyofooterleft p {
    color: #fff;
    margin-top: 20px;
}

#wyofooterleft img {
    width: 95%;
    margin-top: 23px;
}

#wyofooterright {
    margin-left: 25px;
}

footer.page-footer a {
    font-size: 15px;
}

.utahcontent h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
}

.utahcontent h4 {
    font-size: 20px;
    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: #233f87;
	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;
}

.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: #233f87;
    color: #fff !important;
    font-family: Roboto, sans-serif;
}

    .btn-primary:hover, .btn-primary:active:hover {
        border: 0px solid #233f87;
        background: #233f87 !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: #233f87;
}

.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;
    border: 0px;
}


/* Accessibility Fixes */

.navbar-toggle:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}


div#ui-datepicker-div {
	width: auto;
}

.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 orange;
}

#getstarted a {
    display: block;
    padding: 15px;
}

.homecta a {
 padding: 15px;
 display: block;
}

.new-tp-fields p {
    font-weight: 400;
    font-size: 16px;
}

#new-tp-description .new-tp-description-courseLine {
    line-height: 18px;
}

.bannerhome1 {
    position: relative;
    width: 100%;
    max-height: 600px;
    background-color: #000000;
    background: url('/Portals/42/logos/wyohomebg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .bannerhome1:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom right, #00B0DB, #ffffff);
        opacity: 0.6;
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px !important;
}

#new-tp-virtualTour p {
    line-height: 24px;
}

#new-tp-description .new-tp-description-courseLine {
    font-style: italic;
    margin-top: 12px !important;
}

.signup-headerText {
    margin-bottom: 10px;
}

a, a:visited, a:link, a:focus, a:active {
    text-decoration: underline;
}



@media only screen and (max-width: 992px) {

    .new-tp-bigLink a {
        font-size: 1.4em !important;
        line-height: 1.7em !important;
    }

    #numbers .col-md-3 {
        width: 50%;
        float: left;
    }

}



@media only screen and (min-width: 992px) {
    #getstarted a {
        float: left;
        width: 33%;
        padding: 15px;
    }

    .homecta a {
        float: left;
        width: 33%;
        padding: 15px;
    }
}

.request-exchange-link {
	display: none;
}

.request-exchange-on.sso-active .request-exchange-link {
	display: block;
}

fieldset {
    border: initial;
    padding: initial;
    margin: initial;
}

legend {
    font-size: initial;
    margin: initial;
}


@media only screen and (max-width: 450px) {
	.navbar-fixed-top {
		position: absolute;
	}


}
