#lblWelcomeText {
    color: #004573;
    font-size: 22px;
}

#header-wrapper {
    background: transparent;
    height: auto;
    padding-top: 10px;
    background-repeat: repeat !important;
}

#lblPortal {
    margin-left: 50px;
    font-size: 28px;
}

a#lblWelcomeText {
   font-family: Raleway, sans-serif;
    font-weight: regular;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #BC2A2E;
}

#header-logo{
    margin-left: 15px;
}

h1 {
    color: #4E4E4E;
    font-family: 'Segoe UI Web Light', 'Segoe UI Light', 'Segoe UI Web Regular', 'Segoe UI', 'Helvetica Neue',Arial;
    font-size: 35px !important;
    font-weight: normal;
}

table{
font-size:16px;
}

@media only screen and (max-width: 1020px) {
	#header-title {
		background:transparent;
		color:#000;
		font-size:22px;
		margin: 5px 5% 5px 5%;
		padding: 10px 5px 10px 5px;
	}
}

@media only screen and (max-width: 1790px) and (min-width: 1020px) {
	#header-title {
		background: transparent;
		color: #000;
		font-size: 22px;
		margin: 5px 10% 5px 10%;
		padding: 10px 5px 10px 5px;
	}
}

@media only screen and (min-width: 1790px) {
	#header-title {
		background:transparent;
		color:#000;
		font-size:22px;
		margin: 5px 500px 5px 500px;
		padding: 10px 5px 10px 5px;
	}
}

.row {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 5px;
}

#PlaceHolderBodyContent_pnlSelectCourses {
   width: 100%;
}

#PlaceHolderBodyContent_pnlSelectPrograms {
   width: 100%;
}