@import url('https://fonts.googleapis.com/css?family=Lato:400,900|Lora:700i|Montserrat:400,700&display=swap');

/* Body
   ========================================================================== */

body {
	background-color: #fff;
	color: #000;
	font-family: 'Lato',  helvetica, arial, sans-serif;
	font-size: 0.875rem;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
}

input[type=text],
select,
textarea {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc !important;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ui-select-multiple input.ui-select-search {
	border: 0px solid #fff !important;
	padding: 6px 12px !important;
}

.ui-multiselect .ui-multiselect-label {
	padding: 6px 12px !important;
}

.ui-multiselect .ui-multiselect-trigger .fa {
    margin-top: .4em;
    margin-left: -.25em;
}

/* Navigation
   ========================================================================== */

#topbar {
	background: #161846;
	padding: 0.625rem 0;
	color: #fff;
}

.margin-fix {
    margin:0;
}
.margin-fix #topbar-ttu,
.margin-fix #topbar-soc,
.margin-fix #topbar-translate,
.margin-fix #topbar-utility {
    margin-top:0; 
    margin-bottom:0;
}
.margin-fix #topbar-ttu ul, 
.margin-fix #topbar-soc ul, 
.margin-fix #topbar-utility ul {
    top:-1px;
}

#topbar-soc ul {
	top: 0;
}

#topbar-soc ul.no-divider li {
	font-size: 1.25rem;
	margin-right: 0;
}

#topbar-soc ul.no-divider li a {
	display: inline-block;
	margin-right:-10px;
	border-radius: 6.25rem;
	width: 38px;
	height: 38px;
	text-align: center;
	-webkit-transition: background 250ms ease-in-out, color 250ms ease-in-out;
	transition: background 250ms ease-in-out, color 250ms ease-in-out;
}

#topbar-soc ul.no-divider li a i {
	font-size: 1.245rem;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#topbar-soc ul.no-divider li a:hover {
	background: rgba(0, 0, 0, 0.3);
}

#topbar-soc ul.no-divider li:after {
	display: none;
}

#topbar-translate {
	margin-right: 6px;
	margin-left: 0;
}
#topbar-utility ul li a,
#topbar-utility .userfullname {
    color:#79BA43 !important
}
#topbar-ttu ul,
#topbar-soc ul,
#topbar-utility ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: 1px;
}

#topbar-ttu ul::before,
#topbar-soc ul::before,
#topbar-utility ul::before,
#topbar-ttu ul::after,
#topbar-soc ul::after,
#topbar-utility ul::after {
	display: table;
	content: ' ';
}

#topbar-ttu ul::after,
#topbar-soc ul::after,
#topbar-utility ul::after {
	clear: both;
}

#topbar-ttu ul li,
#topbar-soc ul li,
#topbar-utility ul li {
	display: inline-block;
	float: left;
	text-transform: uppercase;
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.04375rem;
	margin-right: 1.675rem;
	position: relative;
}

#topbar-ttu ul li:after,
#topbar-soc ul li:after,
#topbar-utility ul li:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	height: 10px;
	position: absolute;
	right: -14px;
	top: calc(50% - 5px);
}

#topbar-ttu ul li:last-child,
#topbar-soc ul li:last-child,
#topbar-utility ul li:last-child {
	margin-right: 0;
}

#topbar-ttu ul li:last-child:after,
#topbar-soc ul li:last-child:after,
#topbar-utility ul li:last-child:after {
	display: none;
}

#topbar-ttu ul li a,
#topbar-soc ul li a,
#topbar-utility ul li a {
	font-family: 'Lato', helvetica, arial, sans-serif;
	display: block;
	color: #79BA43 !important;
	font-size: .815rem;
    font-weight:700;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}

#topbar-ttu ul li a:hover,
#topbar-soc ul li a:hover,
#topbar-utility ul li a:hover {
	color: #fff !important;
	text-decoration: none;
}

#topbar-ttu ul li a:focus,
#topbar-soc ul li a:focus,
#topbar-utility ul li a:focus,
#topbar-ttu ul li a:active,
#topbar-soc ul li a:active,
#topbar-utility ul li a:active {
	text-decoration: none;
}

#topbar-utility ul li.return span {
	font-weight: bold;
	top: -10px;
	position: relative;
	letter-spacing: 1px;
	font-size: .815rem;
	color: #79BA43 !important;
}

#topbar-utility ul li.return a {
    background-image: url(/Images/ND/rd2019/RUReadyND_logo.png);
    height: 35px;
    width: 195px;
}

#primarynav {
	background: none;
	padding: 0;
	margin-top: 0;
	padding-right: .675rem;
}

#primarynav-divider {
	display: block;
	height: 120px;
	width: 1px;
	opacity: .2;
	background: #161846;
	margin: 1.225rem 1.525rem 0;
}

#primarynav ul#navigation {
	font-family: 'Lato', helvetica, arial, sans-serif;
	text-transform: uppercase;
	float: none;
}

#primarynav ul#navigation li {
	text-indent: 0;
}

#primarynav ul#navigation li a {
	font-family: 'Lato';
	font-size: .915rem;
	background: none;
	display: inline-block;
	width: auto !important;
	color: #161846;
	height: auto;
    font-weight:700;
	line-height: 1.2;
	letter-spacing: .7px;
}

#primarynav ul#navigation li a:hover {
	color: #79BA43 !important;
}

#primarynav ul#navigation li.selected a {
	color: #79BA43 !important;
}

#primarynav ul#navigation li:first-child {
	display: none;
}

#primarynav ul#navigation li:last-child {
	margin-right: 0;
}

#primarynav ul#navigation #CareerPlanning {
	max-width: 7.75rem;
}

#primarynav ul#navigation #HighSchoolPlanning {
	max-width: 8.625rem;
}

#primarynav ul#navigation #CollegePlanning {
	max-width: 7.65rem;
}

#primarynav ul#navigation #FinancialAidPlanning {
	max-width: 9.175rem;
}

#primarynav ul#navigation #YourPortfolio {
	max-width: 7.65rem;
}

#primarynav ul#navigation #OfftoWork {
	max-width: 7.275rem;
}

#navigation #OfftoWork a {
    padding-right: .475rem;
}

#primarynav ul#subnavigation:not(.HomeSub) {
    margin-top: 0.625rem;
    background: none;
    border-top: 1px solid #000;
    padding: 0.625rem 0 0 0;
    margin-bottom: .625rem;
}

#primarynav ul#subnavigation li {
	margin-right: 2rem;
}

#primarynav ul#subnavigation li a {
	padding: 0;
	color: #000 !important;
	font-family: 'Lato';
	font-size: .815rem;
}

#primarynav ul#subnavigation li a:hover {
	color: #79BA43;
	text-decoration: none;
}

#primarynav ul#subnavigation li.selected a {
    color: #79BA43 !important;
}

.ndheader {
	background: #fff;
	border-bottom: 1px solid #cccccc;
}

.ndheader:after {
	content: "";
	display: table;
	clear: both;
}

.ndgov {
	float: left;
}

.ndgov a {
	display: inline-block;
	background: url("/images/nd/rd2019/ndgov-banner.gif") 0px 0px no-repeat;
	width: 440px;
	height: 25px;
	text-indent: -10000px;
}

.ndtourism {
	float: right;
}

.ndtourism a {
	display: inline-block;
	background: url("/images/nd/rd2019/tourism-banner-blue.gif") 0px 0px no-repeat;
	width: 95px;
	height: 25px;
	text-indent: -10000px;
}

#whoareyou h3 {
	overflow: hidden;
	text-align: center;
}

#whoareyou h3:after {
	background: linear-gradient(to right, #161846, white);
	content: "";
	display: inline-block;
	height: .104rem;
	position: relative;
	vertical-align: middle;
	width: 50%;
	margin-top: -.675rem;
}

#whoareyou h3:before {
	background: linear-gradient(to left, #161846, white);
	content: "";
	display: inline-block;
	height: .104rem;
	position: relative;
	vertical-align: middle;
	width: 50%;
	margin-top: -.675rem;
}

#whoareyou h3:before {
	right: 0.5em;
	margin-left: -50%;
}

#whoareyou h3:after {
	left: 0.5em;
	margin-right: -50%;
}

.grid-container {
	max-width: 73.125rem;
}

/* Mobile Navigation
========================================================================== */

#mobile-menu-toggle {
	display: none;
	position: relative;
	min-height: 2.5rem;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 0.625rem;
}

#mobile-menu-toggle a {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#mobile-menu-toggle a:after {
	display: inline-block;
	content: "\f0c9";
	font-family: FontAwesome;
	min-height: 2.5rem;
	line-height: 2.5rem;
	margin-right: 0.9375rem;
	margin-left: 0.625rem;
}

#mobile-menu-toggle a.close-menu:after {
	content: "\f00d";
}


/* Sidebar
   ========================================================================== */

#main-rightbar {
	float: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0px;
	min-width: 0px;
}

#rightbar {
	padding: 2.5rem 1.25rem 1.25rem;
	height: 100%;
}

.rightsection {
	font-size: 0.75rem;
	padding: 0rem 0.9375rem;
}

.rightsection .simpleForm tbody {
	display: block;
}

.rightsection .simpleForm tbody td {
	display: block;
}

.rightsection .simpleForm tbody tr:last-child {
	margin-top: 0.625rem;
}

.rightsection .simpleForm label {
	font-size: 1rem !important;
	color: #222;
}

.rightsection .simpleForm input[type="text"],
.rightsection .simpleForm input[type="password"] {
	font-size: 0.8125rem !important;
	border-radius: 0.1875rem;
	outline: 0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	text-align: left;
	line-height: 1.21428571em;
	padding: .67857143em 1em;
	background: #fff;
	border: 1px solid rgba(34, 36, 38, 0.15) !important;
	color: rgba(0, 0, 0, 0.87);
	border-radius: .28571429rem;
	-webkit-transition: box-shadow .1s ease, border-color .1s ease;
	-webkit-transition: border-color .1s ease, -webkit-box-shadow .1s ease;
	transition: border-color .1s ease, -webkit-box-shadow .1s ease;
	transition: box-shadow .1s ease, border-color .1s ease;
	transition: box-shadow .1s ease, border-color .1s ease, -webkit-box-shadow .1s ease;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rightsection .simpleForm input[type="text"]:focus,
.rightsection .simpleForm input[type="password"]:focus {
	border-color: #85b7d9 !important;
	background: #fff;
	color: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rightsection .logonButton {
	border: 1px solid #FF6E15 !important;
	background: #FF6E15;
	display: inline-block;
	border-radius: 83.5625rem;
	padding: 0.625rem 1rem .425rem;
	font-size: 0.9375rem;
	text-transform: uppercase;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	margin-bottom: 1rem;
}

.rightsection a.logonButton {
	color: #fff !important;
}

.rightsection a.logonButton:hover {
	color: #161946 !important;
	text-decoration: none;
}

.rightsectiontop {
	border: none;
	overflow: hidden;
	margin: 0rem 0rem 0.9375rem;
	border-radius: 0rem;
	border: none;
	padding: 0rem 0rem 0.75rem;
	background: #fff;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.rightsectiontop:last-child {
	margin-bottom: 0;
}

.rightsectiontop h3 {
	background: #161946;
	color: #fff !important;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 1rem;
	padding: 0.625rem;
	border-left: 5px solid #79BA43;
	text-transform: uppercase;
}

.rightsectiontop a {
	color: #222;
}

.rightsectiontop#yourportfolio .rightsectionbottom {
	margin-bottom: 0 !important;
}

#fullportfolio {
	text-align: right !important;
	border-top: 1px solid #d4d4d4;
	padding: 0rem !important;
	margin-top: 0.9375rem !important;
}

#fullportfolio a {
	display: inline-block;
	padding: 0.625rem 0.625rem 0rem;
	background: none;
	font-weight: 400 !important;
	text-transform: none !important;
	font-weight: bold;
}

#fullportfolio a:before {
	content: "\f054";
	display: inline-block;
	font-family: FontAwesome;
	margin-right: 0.3125rem;
	color: #11253d;
}


/* Tabbed Content - Sidebar
   ========================================================================== */

.tfnavtabs li.menuItemActive a,
.tfnavtabs li.menuItemActive a:disabled,
.tfnavtabs li span.description {
	color: #EE825C !important;
}

.tfnavtabs li a,
.tfnavtabs li span.description {
	display: block;
	text-decoration: none;
}

.tfnavtabs li.description {
	color: #013047;
}


/* Header
   ========================================================================== */

#main-header {
	padding: 0 0 1rem 1rem;
	background: #fff;
	position: relative;
	z-index: 5;
}

#search-site {
	font-size: 1.25rem;
	color: #161846;
	position: relative;
	top: -2px;
}

#search-site-dropbox {
	top: -8px;
	right: -15px;
	padding: 10px 5px 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#responsive-logo {
	display: none;
	text-align: center;
	margin: 45px 0 0 0;
}

#responsive-logo h1 {
	padding: 0;
	margin: 0rem 3.125rem 0rem 0rem;
}

.norm-logo h1 {
	padding: 0;
	margin: 0;
}

#responsive-logo h1 a,
.norm-logo h1 a {
	background-image: url("/Images/ND/rd2019/RUReadyND_logo.jpg");
	background-repeat: no-repeat;
	width: 392px;
	height: 95px;
	background-size: 392px 95px;
	text-indent: -9000px;
	display: inline-block;
	position: relative;
	top: -5px;
}


/* Page Layout
========================================================================== */

#page {
	background: #fff;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

#main {
	padding: 0 !important;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

#mainbody {
	width: 100%;
}

#main-content {
	width: 100% !important;
	max-width: 73%;
	background: none;
	float: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0px;
	min-width: 0px;
}

#main-content.no-sidebar {
	max-width: 100%;
}

#main-content.no-sidebar .pageContent {
	padding: 0 !important;
}

#mainpanel {
	width: 100% !important;
	max-width: 100%;
	padding: 1.25rem !important;
	background: #fff;
	margin: 0 0 2.5rem 0;
}

#main-rightbar {
	width: 27%;
	padding: 0;
}

.pageContent {
	padding: 0rem 0.625rem !important;
}


/* Footer
   ========================================================================== */

#main-footer {
	background: #161846;
	padding: 2.125rem 0 1rem;
	color: #fefeff;
}
p#copyright {
	margin-top: 0.4375rem;
	font-weight: 300;
}
p#copyright a {
	color: #fff;
	text-decoration: underline;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}

/* Typography
   ========================================================================== */

#mainpanel h2 {
	margin-bottom: -0.125rem;
}

#main h2 .subtitle {
    background: transparent url(/images/nd/subtitle.gif) 0 0px no-repeat;
    display: inline-block;
    color: #161946;
    margin: 0px;
    font-weight: bold;
    font-size: 1.125rem;
    padding-left: 24px;
    text-transform: uppercase;
    letter-spacing: normal;
    opacity: .8;
}

#mainpanel h2 {
	color: #161846 !important;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.25rem;
	padding: 9px 0px 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #EEE;
}

#mainbody h2:nth-of-type(2),
#mainpanel h2:nth-of-type(2),
.pageContent h2:nth-of-type(2) {
	background: #fff;
	color: #000;
	border-left: 0;
}

.pageContent h2 {
	margin-bottom: 1.125rem !important;
}

#article h2,
#main .articleContentPanel h2 {
	border-left: none;
	font-size: 1rem !important;
	line-height: 1.4;
	padding: 0 !important;
	margin: 0 !important;
}

#article h2:after {
	display: none;
}

.articleContentPanel h2 {
	background: none !important;
}

.articleContentPanel h2:after {
	display: none;
}

.articleContentPanel h2 span {
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	position: relative;
	left: -0.75rem;
}

.sectionprompt {
	font-family: 'Lato';
	font-size: inherit;
	clear: both;
	padding: 5px 0px;
    font-weight:inherit;
    color: black;
}

.sectionbox p,
#main .sectionbody p {
	font-size: 13px;
	margin: .2em .2em 1em 0;
}

h3,
h3 a,
#main .articleContentPanel h2,
#article step-title {
	margin: 0 0 1em 0;
    font-size:1rem;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	text-decoration: none;
	text-transform: none;
}

h3 a:hover {
	text-decoration: none;
}

h3.subtitle {
	background: #0E7AA4 !important;
	display: inline-block;
	color: #fff !important;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 1.15rem!important;
	padding-left: 54px !important;
	text-transform: uppercase;
	padding: 19px 20px 19px 20px !important;
	text-transform: uppercase;
	margin: -10px 0 !important;
	margin-bottom: 10px !important;
}

h3.subtitle:before {
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 0.3125rem;
	position: relative;
	top: -1px;
}

h4,
h4 a {
	color: #161846 !important;
	font: bold 14px;
	margin: 1em 0 0 0;
}

h5,
h5 a {
	color: #000 !important;
	font: bold 14px;
	margin: 1em 0 0 0;
	padding: 0;
}

h3 a,
h4 a,
h5 a {
	color: #161846!important;
}

h3 a:hover,
h4 a:hover,
h5 a:hover {
	color: #79BA43 !important;
}

span.headerlink a,
span.headerlink,
#main a span.headerlink {
	color: #ff8023;
	text-transform: uppercase;
	font: bold 13px;
}

#main .articleContentPanel .articleTitle,
#article .subMainCategoryName,
#article .articleListCategoryName {
	color: #ff8023;
	font: bold 16px;
	text-transform: uppercase;
}

#articleIndex .equicolumn p {
	font: 13px;
}

.small {
	color: #000;
	font: 10px;}

#articleIndex .articleListPanel .articleListCategoryName {
	font-size: .95rem !important;
	font-family: inherit !important;
	color: #000 !important;
}

.alignleft {
	float: left;
	padding: 0.375rem;
}

.alignright {
	float: right;
	padding: 0.375rem;
}

#pagecontrols a {
	display: block;
	font-size: .8rem;
	text-transform: uppercase;
    font-weight:bold;
    letter-spacing:1px;
}

span.headerlink a span.headerfirst,
span.headerlink span.headerfirst {
	color: #014466;
	font-size: 1rem;
	font-weight: 600;
	text-transform: none;
}

#summaryAccessStudent h3 {
	color: #fff;
}


/* Typography - Links
   ========================================================================== */

a {
	color: #161846;
	outline: 0;
	text-decoration: none;
}

a:hover {
	color: #79BA43;
	text-decoration: underline;
}

.sectionbody .sectionlink {
	margin-left: 0 !important;
}

#main .sectionlink {
	padding-left: 0 !important;
}

.sectionlink a,
.sectionlink li a {
	background: none;
	font-size: 0.75rem;
	padding: 0rem;
	margin-left: 0px !important;
	text-transform: none;
	color: #014466;
}

.sectionlink a:hover {
	text-decoration: none!important;
	color: #79BA43 !important;
}

.sectionlink a:before,
.sectionlink li a:before {
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	color: #000;
	font-size: 0.875rem;
	position: relative;
	top: 0;
	margin-right: 0.3125rem;
}

.sectionlink a:hover,
.sectionlink li a:hover {
	color: #79BA43;
	background: none !important;
}

.sectionlink a:hover:before,
.sectionlink li a:hover:before {
	color: #79BA43;
}

#articleIndex .articleListPanel ul li a,
.subCategoryPanel ul li {
	background: none;
	padding: 0;
}

.subCategoryPanel ul li:before,
#article .articleListPanel ul li:before {
	content: " " !important;
}

#articleIndex .articleListPanel ul li a:before,
.subCategoryPanel ul li a:before,
#article .articleListPanel ul li a:before,
.articleList ul li a:before {
	content: "\f105";
	display: inline-block;
	position: relative;
	color: #161846;
	font-family: FontAwesome;
	margin-right: 0.3125rem;
	margin-bottom: 0.3125rem;
}

#toolsContainer .sectionlink {
	padding: 0rem 0rem 0.625rem 0rem;
}

.sectionlink a:hover,
.sectionLink a:hover {
	background: transparent url("/Images/ok/arw_on.png") 0 7px no-repeat;
}

.articleIndex .articleListPanel ul li {
	background: none !important;
	list-style: none !important;
	border-bottom: none !important;
	padding: 0 !important;
}

.articleIndex .articleListPanel ul li:hover {
	background: none !important;
}

.actionlink a,
.guidewaysNavigator .actionbutton a,
#faithcontent div.sectionlink a.faithHeader {
	background: transparent url("/Images/ok/arw_off.png") 0 5px no-repeat !important;
	color: #267fb4;
	padding: 2px 0px 4px 12px;
	font-size: 0.75rem;
	text-transform: uppercase;
}

.actionlink a:hover,
.guidewaysNavigator .actionbutton a:hover,
#faithcontent div.sectionlink a.faithHeader:hover {
	background: transparent url("/Images/ok/arw_on.png") 0 5px no-repeat !important;
	color: #79BA43;
}

#faithcontent div.sectionlink {
	background: transparent url("/Images/ok/arw_off.png") no-repeat scroll 0 5px;
}

.nextlink a:after,
#main a.pageLinksNext:after,
#main .pageLinksNext a:after,
#main .pageLinks .nextLink a:after {
	content: "\f105";
	font-family: FontAwesome;
	padding-left: 4px;
}

.nextlink a {
	background: none !important;
	font-weight: 600;
	font-size: 0.85rem;
	text-transform: uppercase;
}

#main a.pageLinksNext,
#main .pageLinksNext a,
#main .pageLinks .nextLink a,
#main .pageLinksLast a,
#main .pageLinks .lastLink a,
#main .pageLinksFirst a,
#main .pageLinks .firstLink a {
	background: none !important;
}

.prevlink a:before,
#main a.pageLinksPrev:before,
#main .pageLinksPrev a:before,
#main .pageLinks .previousLink a:before {
	content: "\f104";
	font-family: FontAwesome;
	padding-right: 4px;
}

#main .pageLinksFirst a:before,
#main .pageLinks .firstLink a:before {
	content: "\f104 \f104";
	font-family: FontAwesome;
	padding-right: 4px;
}

#main .pageLinksLast a:after,
#main .pageLinks .lastLink a:after {
	content: "\f105 \f105";
	font-family: FontAwesome;
	padding-left: 4px;
}

.prevlink a {
	background: none !important;
	font-weight: 600;
	font-size: 0.85rem;
	text-transform: uppercase;
}

#main a.pageLinksPrev,
#main .pageLinksPrev a,
#main .pageLinks .previousLink a {
	background: none !important;
}

#main .pageLinks a:hover,
#main a.pageLinks:hover {
	background-color: #79BA43;
}

#main .pageLinksSelected a,
#main span.pageLinksSelected {
	border: none;
	color: #000;
}

.articleList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.articleList ul li {
	margin-bottom: 0.625rem;
}

.articleList ul li:last-child {
	margin-bottom: 0;
}

.articleList ul li a {
	background: none;
	padding: 0;
}


/* Forms
   ========================================================================== */

#main .sectionbox .interfaceSearchBox {
	background-color: #fff !important;
	border: 1px solid #000 !important;
	color: #242424 !important;
	padding: 0.3125rem !important;
	height: 24px;
	top: 0;
}

.interfaceSearchBox {
	margin-right: 0.0625rem;
	position: relative;
	top: -2px;
}

#main .tfcontrols .interfaceSearchBox {
	height: 1.5rem !important;
}

.questionAnswer {
	padding-bottom: 0.3125rem;
}

.questionAnswer input,
.questionAnswer select {
	background-color: #fff !important;
	border: 1px solid #8B8B8B !important;
	color: #242424 !important;
}

#distanceSearch .field input,
#distanceSearch .field select {
	background-color: #fff !important;
	border: 1px solid #8B8B8B !important;
	color: #242424 !important;
}

nav.navbar.sticky-top.undefined {
    margin-left: -1.25rem !important;
}

#careerProfile .field input {
	background-color: #fff !important;
	border: 1px solid #8B8B8B !important;
	color: #242424 !important;
	padding: 5px !important;
}

.talktous .field input {
	background-color: #fff !important;
	border: 1px solid #8B8B8B !important;
	color: #242424 !important;
	padding: 0.3125rem !important;
}

.talktous .label {
	color: #000 !important;
	text-transform: uppercase;
}

.talktous td {
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 0.75rem;
}

.talktous .radiogroup {
	color: #000 !important;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 0.75rem;
}

.talktous .textarea textarea {
	background-color: #fff !important;
	border: 1px solid #8B8B8B !important;
	color: #242424 !important;
	padding: 0.3125rem !important;
}

.searchBoxContainer {
	position: relative;
	top: 2px;
}

.searchButtonContainer {
	position: relative;
}

#bcs-results-div .bcs-result h2 {
	background: transparent;
	border-left: none;
	padding: 0;
}

.simpleSelectList,
.searchBox {
	border: 1px solid #000;
	min-height: 1.5rem;
	color: #242424;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 0.75rem;
}

.simpleGoBtn,
.simpleSearchButton,
#main .tfcontrols a.interfaceSearchBtn,
#main a.searchBtn {
    height: 24px;
    background: #FF6E15!important;
    border: 1px solid #FF6E15;
    font-family: 'Montserrat', helvetica, arial, sans-serif;
    color: #fff !important;
    border-left: none;
    position: relative;
    display: inline-block;
    line-height: 22px !important;
    font-size: 0.875rem;
    left: -1px;
    text-transform: uppercase;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

a.simpleGoBtn {
    height: 34px;
    padding: 6px 4px;
    width: 35px;
}

.simpleSearchButton {
	border: 1px solid #000;
}

.simpleGoBtn:hover,
.simpleSearchButton:hover,
#main .tfcontrols a.interfaceSearchBtn:hover,
#main .tfcontrols a.interfaceSearchBtn:focus,
#main a.searchBtn:hover {
    text-decoration:none;
	color: #161846 !important;
}

.searchButtonContainer {
	height: 29px;
	width: 36px;
}

.ethnicityGroup span.subquestion {
	font-size: 0.6875rem;
}


/* Sectionbox
   ========================================================================== */

.sectionbox {
	border: 2px solid #161846;
	margin: 0.75rem 0rem;
}

.sectionboxtabswide {
	margin-left: 3.4375rem;
}

.sectionbody table td.narrowcolumn {
	padding-left: 0 !important;
}

.sectionbox,
#main .whtopaddcareers,
.sectionboxwide,
#page .tfsection .middle,
#toolsContainer .toolsectionbody,
#toolsContainer .floatSection,
.landingpagesection,
.landingpagesearch,
#main .mainInstructions,
#main .savedSearches,
#toolsContainer .toolsectionbodyshort {
	border-color: #161846;
}

.landingpagesection {
	width: 340px;
}

.innerboxmedium,
.smallsection,
.innerboxbig,
.innerboxlargemiddle,
.innerboxhalfmiddle,
#page td.planSummary,
#main td.courseBlock {
	background-color: #F5F5F5;
	border-color: #777;
}

.innerboxmediummiddle,
.innerboxbigmiddle {
	background: transparent;
	padding: 0rem 0.5rem;
}

.smallsectionmiddle {
	font-size: .825rem;
	color: #000;
}

.roleSelect tr td {
	width: 95% !important;
}

#testpreptable {
	width: 784px !important;
	margin: 0rem 0rem 0.625rem 2.5rem;
}

.innerboxmedium {
	padding: 0.3125rem;
}

.innerboxmediumtop {
	padding: 0.1875rem !important;
}

.wvsContinue a {
	display: inline-block;
	background: #161846!important;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 0.9375rem !important;
	line-height: 1;
	border: 1px solid #FF6E15;
	padding: 0.625rem 1.875rem !important;
	height: auto;
	width: 50%;
	border-radius: 83.5625rem;
	font-weight: 500;
}

.wvsContinue a:hover,
.wvsContinue a:hover {
	background: #fff !important;
	color: #161846!important;
	text-decoration: none !important;
}


/* Sign In
   ========================================================================== */

#signInBox table table {
	width: 100%;
}

#signInBox table table .field {
	padding-left: 0 !important;
}

#signInBox table table .field input {
	width: 100% !important;
}

#signInBox table table td {
	display: block;
	width: 100%;
}

#signInContainer {
	background: none !important;
}

#signInContainer .pageContent {
	padding-left: 0;
}

#signInBox .field input,
#signInBox .field select,
#signInBox .questionAnswer field {
	background-color: #fff !important;
	border: 1px solid #8B8B8B !important;
	color: #242424 !important;
	padding: 2px !important;
	margin-left: 2px;
	margin-right: 2px;
}

#signinbox input {
	color: #242424 !important;
}

#signInBox .label-r,
#signInBox .questionLabel {
	color: #000;
	font-size: 11px;
}

.optionalHint {
	color: red;
	font-size: 0.6875rem;
}


/* Tables
   ========================================================================== */

table.chart tr.row1 td,
table.chart tr:nth-child(even) td {
	background-color: #f2f2f2;
}

table.chart {
	clear: both;
	padding: 0;
	margin: 0.625rem 0.25rem 0.625rem 0.5rem;
	border: 1px solid #000;
	border-width: 0 0 1px 1px;
}

table.chart th {
	background-color: #DAF5F7;
	font-weight: bold;
	font-size: 0.875rem;
	text-align: center;
}

table.chart th.tableheader {
	background-color: #0098C2;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
}

table.chart tr.color1 {
	background-color: #DAF5F7;
}

table.chart tr.color2 {
	background-color: #F2F2F2;
}

table.chart tr.color3 {
	background-color: #ffffcc;
}

table.chart td {
	font-size: 0.6875rem;
	vertical-align: top;
}

table.chart td.col1 {
	text-align: left !important;
}

table.chart .subheader td {
	background-color: #DAF5F7;
	font-weight: bold;
	text-align: center;
}

table.coa {
	width: 90%;
	margin: 0.625rem 0rem 0rem;
}

table.coa td {
	padding: 0rem 0.3125rem 0rem 0rem;
	text-align: right;
}

table.chart td,
table.chart th {
	padding: 0.375rem;
	border: 1px solid #000;
	border-width: 1px 1px 0 0;
}

#rates td {
	text-align: right;
}

.timertable {
	margin-bottom: 0.625rem;
}

.timertable .head {
	color: #847173;
	font-size: 0.9375rem;
	font-weight: bold;
}

.timertable .body {
	font-size: 0.75rem;
	font-weight: bold;
}

.dataGridHeaderLegend,
#courseplanner .coursePlanTotalRow th.dataGridHeader {
	background: #0098C2;
}

.roleSelect td {
	border-bottom: 1px dotted #0098C2;
}

#articleIndex .equicolumn td {
	vertical-align: top;
	padding: 0rem 0.5rem;
	margin-top: 0;
}

.sectionbody table {
	margin: -0.125rem 0.125rem 1rem 0.3125rem;
}


/* Sample financing plans COA breakdown */

.coa,
table.coa td {
	border-width: 0;
	margin: 0;
}


/* Buttons
   ========================================================================== */

#signInBox a.logonButton,
#signInBox .actionlink a.logonButton {
	background: #FF6E15 !important;
	border: 1px solid #FF6E15;
	display: inline-block;
	color: #fff !important;
	width: auto !important;
	border-radius: 83.5625rem;
	padding: 0.625rem 1.875rem !important;
	font-size: 0.9375rem !important;
	height: auto !important;
	text-transform: uppercase;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
}

#signInBox a.logonButton:hover,
#signInBox .actionlink a.logonButton:hover {
	text-decoration: none;
	color: #161846!important;
}

#signInBox a.logonButton:focus,
#signInBox a.logonButton:active,
#signInBox .actionlink a.logonButton:focus,
#signInBox .actionlink a.logonButton:active {
	color: #161846!important;
}

a .learnmore {
	background: transparent url("/images/ok/btns/btn_90_off.png") 0 0 no-repeat;
	color: #000;
	display: block;
	height: 36px;
	padding-top: 10px;
	width: 90px;
	text-align: center;
	text-decoration: none;
}

a .learnmore:hover {
	background: transparent url("/images/ok/btn_90_on.png") 0 0 no-repeat;
	color: #fff;
}

#actionbuttononwide a,
#main a.actionbuttonOnwide,
.actionbuttonwide a {
	background: #FF6E15 !important;
	border: 1px solid #FF6E15;
	display: inline-block;
	color: #fff !important;
	border-radius: 83.5625rem;
	padding: 0.625rem 1.875rem;
	font-size: 0.9375rem;
	text-transform: uppercase;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
}

#actionbuttononwide a:hover,
#main a.actionbuttonOnwide:hover,
.actionbuttonwide a:hover {
	background: #FF6E15 !important;
	border: 1px solid #FF6E15;
	color: #161846!important;
	text-decoration: none !important;
}

#actionbuttononwide a:focus,
#actionbuttononwide a:active,
#main a.actionbuttonOnwide:focus,
#main a.actionbuttonOnwide:active,
.actionbuttonwide a:focus,
.actionbuttonwide a:active {
	color: #161846!important;
}

#actionbuttononwide a:hover,
.actionbuttonwide a:hover,
.actionbuttonwide a:focus,
#main a.actionbuttonOnwide:hover {
	background: transparent url("/images/ok/btn_155_on.png") 0 0 no-repeat;
	color: #fff;
}

.actionbutton a {
	background: #FF6E15 !important;
	border: 1px solid #FF6E15;
	color: #fff !important;
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.9375rem !important;
	line-height: 1;
	padding: 0.625rem 1.875rem !important;
	height: auto;
	width: auto;
	border-radius: 83.5625rem;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
}

.actionbutton a:hover {
	background-color: #FF6E15 !important;
	border-color: #FF6E15 !important;
	color: #161846 !important;
	text-decoration: none;
}

.actionbuttonnarrow a {
	display: inline-block;
	background: #FF6E15 !important;
	border: 1px solid #FF6E15;
	text-transform: uppercase;
	color: #161846;
	font-size: 0.9375rem !important;
	line-height: 1;
	padding: 0.625rem 1.875rem !important;
	height: auto;
	width: auto;
	border-radius: 83.5625rem;
	font-weight: 500;
	margin-top: .5rem;
}

.actionbuttonnarrow a:hover,
.actionbuttonnarrow a:focus {
	background: none;
	color: #FF6E15;
}


/* Voices
   ========================================================================== */

#voicesTop {
	background-size: contain;
}

#voicesFaith,
#voicesWork,
#voicesCollege,
#voicesHS {
	background-size: cover;
}

.voicesMainLink {
	top: 18%;
}

.voicesMainLink a {
	font-size: 2rem;
}

.voicesHelpLink a {
	padding: 1.25rem 0.875rem 0.875rem 9.875rem;
}

#voicesMid>div {
	padding: 3.75rem 0rem;
}

#voicesHS {
	background: url("/images/transitions/blog/blogger_img.jpg") 0px top no-repeat;
	background-size: 140%;
}

#voicesWork .blogNameHeader,
#voicesCollege .blogNameHeader {
	color: #FFF !important;
}

/*postsecondary profiles*/
#profile h2 {
	padding: 7px !important;
	background-color: #161846 !important;
	font-style: normal;
	font-weight: 600;
	border: none;
}

#profile h4.title {
	color: #79BA43 !important;
}

#profile div#top-nav {
	background: #161846;
	letter-spacing: .2px;
}

#profile div#top-nav strong {
	font-weight: 700;
}

#profile div#top-nav #fixed-nav li a {
	color: #fff !important;
	text-transform: uppercase;
}

#profile div#top-nav #fixed-nav li a:hover,
#profile div#bottom-nav #fixed-nav li a:hover {
	color: #79BA43 !important;
}

#profile .disabled, #profile div#bottom-nav #fixed-nav li a {
	color: #161846 !important;
	text-transform: uppercase;
}

/* Misc
   ========================================================================== */

.yp-divider {
	margin: 0.875rem 0rem 0.4375rem;
	border-bottom: 2px dotted #014466;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}

.yp-divider-vt {
	border-right: 2px dotted #014466;
	margin-right: 0.875rem;
	margin-left: 0.875rem;
}

.section-img-fix {
	padding: 0 !important;
	padding-right: 0.9375rem !important;
}

.section-img-fix img {
	max-width: 100%;
}

.section-img-fix-lft {
	padding: 0 !important;
	padding-left: 0.9375rem !important;
}

#mainpanel img {
	border: 0;
}

#main .articleContentPanel img {
	display: inline;
}

#main .articleContentPanel p {
	padding: 0;
}

.invisible {
	font: 1px sans-serif;
	color: #fff;
	text-indent: -9000px;
}

#shareLinks {
	float: right;
	padding: 10px 4px;
	min-width: 80px;
}

dl#glossary dt {
	font-weight: bold;
	color: #0098C2;
	padding: 0;
	margin: 0;
	display: block;
	width: 140px;
	height: 50px;
	text-align: right;
}

dl#glossary dd {
	padding: 0 0 0 4px;
	margin: -50px 0 30px 150px;
	display: block;
	border: 1px solid #ccc;
	border-width: 0 0 0 1px;
}

.progressIndicator {
	color: #846D5A;
	font-weight: bold;
	font-size: 0.6875rem;
	padding-bottom: 5px;
}

.browseSchoolTypes div {
	background: transparent url(/images/transitions/icons/career_cluster_icon.png) 7px 0 no-repeat;
	float: left;
}

.videoList a {
	text-transform: uppercase;
}

.militaryList a {
	text-transform: uppercase;
}

.center-on-small {
	text-align: center;
}


/* Explore Careers */

.fastestCareers {
	display: block;
	padding: 0.625rem 0rem 1.0625rem 4.0625rem;
	background: transparent url("/images/transitions/icons/fastest_careers.png") 0 0 no-repeat;
}


/* Create An Account - Role Selection */

.roleSelect a a {
	background: url("/Images/ok/arw_off.png") no-repeat scroll 0px 10px transparent;
	font-size: 13px;
	padding: 5px 4px 0px 8px;
}

.roleSelect a a:hover {
	background: url("/Images/ok/arw_on.png") no-repeat scroll 0px 10px transparent;
	font-size: 13px;
	padding: 5px 4px 0px 8px;
}

#toolsContainer .toolsectionbodyshort:after,
#toolsContainer .toolsectionbody:after,
#toolsContainer .floatSection:after {
	border-color: #014466;
}

.toolsectionbody h3 {
	font-weight: bold !important;
	color: yellow !important;
}

#toolsContainer .toolsectionbodyshort:after,
#toolsContainer .toolsectionbody:after,
#toolsContainer .floatSection:after {
	border-color: #014466;
}

.toolsectionbody h3 {
	font-weight: bold !important;
	color: yellow !important;
}

#scholarships .section-header {
	background: #169CA5;
}

.masonry-nav ul li:hover,
.masonry-nav ul li.selected,
.masonry-nav ul li.selected a,
.masonry-nav-searchbox .input-group-addon:hover,
.masonry-main .btn:hover,
.masonry-main .item-highlight .item-message,
.ui-slider {
	background: #169CA5 !important;
	color: #FFF !important;
}

.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background: #169CA5 !important;
}

.hide-arrow-link {
	border-color: #169CA5;
}

.guidance-text,
.scholarship-details,
.scholarship-legacy {
	border-color: #169CA5;
}

.item-guidance {
	border: 1px solid #a6a9bc !important;
	background: #fff !important;
}

.masonry-nav {
	top: 13px;
}

.panel-default h4 {
	margin: 0;
	color: #000;
}

.item-guidance:before {
	color: #169CA5;
}

.item-guidance {
	background: #D8F4F8 !important;
}

.item-guidance h4 {
	background: none;
}


/* Google Site Search
   ========================================================================== */

.cse table.gsc-search-box td.gsc-input,
table.gsc-search-box td.gsc-input {
	padding-right: 0 !important;
}

#searchbox {
	height: auto;
	width: 300px;
	float: none;
	position: relative;
	right: 0;
}

#searchbox::before,
#searchbox::after {
	display: table;
	content: ' ';
}

#searchbox::after {
	clear: both;
}

#searchbox span {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	margin-right: -5rem;
	color: #fff;
}

#searchbox #___gcse_0 {
	float: left;
	width: 150px;
}

#searchbox .searchLabel {
	font-weight: normal;
	text-transform: none;
}

#languagebox {
	display: inline-block;
	float: none;
}

#translate_label {
	float: left;
	display: inline-block;
	font-size: 0.75rem;
	padding: 0.1875rem 0.625rem 0rem 0rem;
	display: none;
}

#google_translate_element {
	float: left;
}

.goog-te-gadget-simple .goog-te-menu-value {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
    color: #79BA43 !important;
    font-size: .815rem;
    letter-spacing:0.04375rem;
    font-weight:700;
}

.goog-te-gadget-simple .goog-te-menu-value:hover {
	text-decoration: none;
}

.gsc-input {
	width: auto;
}

.gsc-input input {
	width: 283px !important;
	height: 24px !important;
	border-radius: 0 !important;
	margin: 0 !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	border: none !important;
	border-right: none !important;
	background: #fff !important;
	font-size: 0.8125rem;
}

.gsc-search-button {
	width: auto;
	min-width: auto;
	max-width: auto;
	position: relative;
}

.gsc-search-button input {
	min-width: 100% !important;
	height: 24px !important;
	width: 24px !important;
	text-indent: -9000px !important;
	margin: 0 !important;
	border-radius: 0 !important;
	border: none !important;
	border-left: none !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position: relative;
	z-index: 10;
	background: none !important;
}

.gsc-search-button input:hover {
	background: none;
}

.gsc-search-button:after {
	position: absolute;
	top: -5px;
	left: -10px;
	z-index: 5;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	content: "\f002";
	font-family: FontAwesome;
	color: #014466;
	text-align: center;
	font-size: 1rem;
}

.gsc-clear-button {
	display: none !important;
}

.gsc-search-button {
	left: -1px;
}


/* Google Translate
   ========================================================================== */

#google_translate_element {
	position: relative;
	padding: 0rem 0.8125rem 0rem 0.625rem;
}

#google_translate_element:after,
#google_translate_element:before {
    content: "";
    display: block;
    width: 1px;
    background: #fff;
    height: 10px;
    position: absolute;
    right: -14px;
    top: calc(50% - 5px);
}

#google_translate_element:after {
	right: 0;
}

#google_translate_element:before {
	left: 0;
}

.goog-te-gadget-simple {
	background: none !important;
	border: none !important;
	color: #fff !important;
	font-size: 0.75rem !important;
	padding: 0 !important;
}

.goog-te-gadget-simple > span a span {
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .815rem;
	font-weight: 700;
	color: #79BA43 !important;
	font-family: 'Lato', helvetica, arial, sans-serif;
}

.goog-te-gadget-simple > span a span:hover {
	color: #FFF !important;
}

.goog-te-gadget-simple>span a span:not(:first-child) {
	display: none !important;
}

.goog-te-gadget-simple>span a span:first-child:after {
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1.25rem;
	position: relative;
	top: 2px;
	margin-left: 0.625rem;
}

.goog-te-gadget-simple>span a img {
	display: none;
}

.goog-te-gadget-icon {
	display: none !important;
}


/* Plan of Study (POS)
   ========================================================================== */

#courseplanner table.dataGrid td {
	font-size: 1em;
}

#courseplanner table.dataGrid td.additional {
	padding-bottom: 1em !important;
	border-bottom: 2px solid #257fb4 !important;
}

.additional h5 {
	margin: .5em 0 0 0 !important;
	padding: .2em 0 0 0 !important;
	background-color: transparent !important;
	color: #267fb4 !important;
	font-size: 14px !important;
	font-weight: 700;
}

.courseAction {
	vertical-align: bottom !important;
	padding-bottom: 1em !important;
	text-align: center;
	border-bottom: 2px solid #257fb4 !important;
	text-transform: uppercase;
	font-size: 11px !important;
}

.additional div {
	margin: .3em 0 !important;
}

.dataGrid .additional div {
	font-size: 1em !important;
}

.additional span {
	display: inline !important;
	display: inline-block !important;
}


/* display:inline is a fix for IE<9 */

.additional span:first-of-type {
	width: 37% !important;
}

.additional .padbot {
	padding-bottom: .9em !important;
}

.dataGridHeaderLegend,
#courseplanner .coursePlanTotalRow th.dataGridHeader {
	background: #b0e7f7 !important;
	color: #000000 !important;
}

#main .dataGridHeader {
	text-transform: uppercase;
	font-size: 1em !important;
}

.requirementsNotMet {
	width: 130px !important;
	background: #db2e2e !important;
	color: #fff !important;
}

.requirementsMet {
	background: #18a818 !important;
	color: #fff !important;
}


/* Masonry
   ========================================================================== */

#scholarships.row-height {
	margin-left: 0.5625rem;
}

.scholarship-info h4 {
	margin-top: 0;
}

.masonry-nav ul li:hover,
.masonry-nav ul li.selected,
.masonry-main .item-highlight .item-message {
	background: #A4D14C;
}

.masonry-main .item {
	border: 1px solid #34C6DD;
}

.masonry-main .item-highlight {
	background: #34C6DD !important;
	color: inherit !important;
}

.masonry-main .item h4 {
	color: inherit !important;
}

.masonry-main .item .fa-tile-badge i.fa-stack-1x {
	color: #34C6DD;
}

.masonry-main .item-alerts,
.masonry-main .item-dates {
	color: #FFF;
}

.masonry-main .item-highlight .btn-item a:hover {
	background: #FF8023;
	color: #FFF;
}

.masonry-main .item-article p.more-link a {
	font-size: 1.25rem;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.masonry-main .item-article p.more-link a:before {
	content: "\003e\00a0\00a0";
}

.masonry-main .item-article p.more-link a:after {
	content: "";
}


/* Career Planning > Default
   ========================================================================== */

.ipAnswers {
	height: 60px !important;
}

.ipAnswers ul li a {
	height: 60px !important;
}

#ipIntroIncompleteButtons a,
#ipIntroStartButton a {
	padding: 0.375rem 0.625rem !important;
}

#previousBtn {
	width: 130px !important;
	padding: 0.375rem 0rem 0rem 1.4375rem !important;
}

#divSave a,
#divShow a {
	width: 80px !important;
	padding: 0.25rem 0rem !important;
	text-align: center;
}

.careersMatchButtons a,
.careersMatchButtonsBtm a {
	height: 50px !important;
	padding: 0.75rem 0rem 0rem 0.625rem !important;
}

/* WBL style fixes */
.activity-opp .opportunity-top .btn-primary {
    background-color:#0E7AA4;
    padding: 7px 20px;
    border-radius: 30px;
    border: none;
}
.activity-opp .opportunity-top .btn-primary:hover {
    background-color:#006A98;
    border: none;
}
.activity-opp .opportunity-top .btn-primary.btn-applied {
    background-color:#5BBCB1;
}
.activity-opp .opportunity-tile h4 a {
    text-decoration:underline;
}
.activity-opp .opportunity-tile h4 a:hover {
    text-decoration: underline !important;
}
.activity-opp .opportunity-tile h4 a,
.activity-opp .app-left h4,
.activity-page a {
    color: #0E7AA4 !important;
}
.activity-opp .opportunity-tile h4 a:hover,
.activity-page a:hover {
    color:#006A98 !important;
}
.opp-browse .filter-search a {
    background-color:#0E7AA4 !important;
}
.opp-browse .filter-search a:hover {
    background-color:#006A98 !important;
}


/* wbl evaluation color corrections */
.eval-view .title a {
    background: #0E7AA4;
    border-color: #0E7AA4;
}

.eval-view .meta-panel .meta-large h1,
.eval-view .card .card-header a,
.eval-view .card .card-header .card-title .title-section,
.eval-view .card .card-header .card-score span,
.eval-view .question-wrap .detail-score p span {
    color:#0E7AA4;
}
.eval-view .meta-panel.large {
    border-left: 4px solid #0E7AA4;
}

@media (min-width: 916px) {
	.nav-collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
}


@media (max-width: 1210px) {

    #primarynav ul#navigation #CareerPlanning {
        max-width: 6.3rem;
    }
    #primarynav ul#navigation #HighSchoolPlanning {
        max-width: 8rem;
    }
    #primarynav ul#navigation #CollegePlanning {
        max-width: 6.4rem;
    }
    #primarynav ul#navigation #FinancialAidPlanning {
        max-width: 8.5rem; 
    }
    #primarynav ul#navigation #YourPortfolio {
        max-width: 6rem;  
    }

}


@media (max-width: 1140px) {
	#profile .navbar.undefined {
		width: calc(100% - 30px);
		right: 15px;
	}
}


@media (max-width: 1120px) {

    #responsive-logo h1 a, .norm-logo h1 a {
        width: 300px;
        height: 72px;
        background-size: 300px auto;
    }

}


@media (max-width: 1024px) {

    #primarynav ul#navigation {
        padding-top:20px;
    }

}


@media (max-width: 916px) {
	#mobile-menu-toggle {
		display: block;
	}
	#responsive-logo {
		display: block;
	}
	#responsive-logo h1 {
		display: block;
		margin: 0rem 0rem 0.625rem 0rem;
		padding-top: 0rem;
	}
	#main-header h1 {
		display: none !important;
	}
	#searchbox span {
		color: #fff;
		opacity: 1;
	}
	.gsc-search-button:after {
		background: none !important;
	}
	#topbar-ttu,
	#topbar-soc,
	#topbar-translate {
		margin-bottom: 0;
	}
	#topbar-translate {
		margin-top: 0;
	}
    #primarynav ul#navigation li a:hover {
        color:inherit !important;
    }
	#primarynav-divider {
		display: none;
	}
    #primarynav ul#navigation {
        padding-top:5px;
    }
	#primarynav ul#navigation li a {
		display: block;
		min-height: 25px;
	}
	#navigation li a {
		padding: 0rem 1.5rem 0rem 1.5rem;
	}
    #topbar-soc ul.no-divider li a {
        width:25px;
    }
	#main-header {
		padding: 0;
	}
	#main-header .grid-container {
		padding-left: 0;
	}
	#navigation {
		display: block;
		width: 100%;
		height: auto;
		padding-right: 0;
	}
	#navigation li {
		min-width: 100%;
		display: block;
		text-indent: 0px;
		float: none;
		position: relative;
		margin-bottom: 1px;
		text-transform: uppercase;
		background: #f3f3f3;
		background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
		background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
		background-repeat: repeat-x;
		width: 100% !important;
		height: auto;
		min-height: 25px;
		padding-top: 5px;
	}
	#search-site {
		margin-left: 1rem;
	}
	#navigation li.selected,
	#navigation li:hover {
		background: #FF6E15;
	}
	#navigation li.selected:after,
	#navigation li:hover:after {
		border-width: 0;
	}
    #primarynav ul#navigation li.selected a {
        color:#fff !important;
    }
    #subnavigation {
        padding-left: 1.5rem !important;
    }
	.home-content-box {
		width: 95% !important;
		max-width: 95%;
	}
}

@media (max-width: 842px) {

    #primarynav ul#subnavigation li {
        float: right;
        margin-right: 0;
        margin-left: 1.5rem;
    }
    #languagebox {
        margin-top:0;
    }
    #topbar-ttu ul li, 
    #topbar-utility ul li, 
    .goog-te-gadget-simple .goog-te-menu-value,
    #topbar-ttu ul li a, 
    #topbar-soc ul li a, 
    #topbar-utility ul li a {
        font-size:12px !important;
    }

}

@media (max-width: 795px) {

	#responsive-logo h1 a, .norm-logo h1 a {
    		background-size: 92%;
	}

	#home-main-content,
	#home-main-sidebar {
		width: 100%;
		max-width: 100%;
	}
	#home-main-content {
		padding: 2.5rem 0;
	}
	.way-item {
		border-right: none;
	}
	.voicesHelpLink a {
		padding-left: 6.25rem;
	}

	#topbar-ttu,
	#topbar-soc,
	#topbar-translate,
	#topbar-utility,
	#topbar-translate,
	#languagebox {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	#primarynav ul#subnavigation:not(.HomeSub) {
		padding-left: 0.625rem;
		padding-bottom: 0.625rem;
	}
	#home-role-content {
		padding: 2rem 0;
	}
	.home-box {
		min-height: auto;
	}
	.home-content-box {
		margin-left: .25rem;
	}
	.home-box img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		min-height: auto;
	}
	#main .mainInstructions {
		width: 100% !important;
	}
	#main .savedSearches {
		margin-left: 0 !important;
		width: 100% !important;
		margin-top: 20px;
	}
	.finderControlsMiddle #navigationPanel input {
		margin-left: 0 !important;
	}
	td.articleList {
		width: 100% !important;
		display: table-row;
	}
	h3.subtitle {
		background: none !important;
		color: #000 !important;
		font-size: 1.15rem!important;
		padding-left: 0px !important;
		padding: 68px 0px 0px 0px !important;
		margin: -20px 0 !important;
		margin-bottom: 10px !important;
	}
}

@media (max-width: 640px) {

	body {
		margin: 0;
	}
	#main-rightbar {
		padding: 0 !important;
	}
	#rightbar {
		margin: 0;
		margin-left: 0 !important;
		padding-top: 1.25rem;
	}
	#main-content {
		max-width: 100%;
	}
	#mainpanel {
		padding: 0rem 0.625rem 1.25rem;
	}
	#main-rightbar {
		width: 100%;
		max-width: 100%;
		padding: 0rem 0.625rem;
	}
	#home-role-content {
		padding: 2.5rem 0;
	}
	.home-box {
		width: 100%;
	}
	.pds-answer {
		overflow-y: visible;
		max-height: initial;
	}
    #topbar-ttu, #topbar-soc, #topbar-translate, #topbar-utility, #topbar-translate, #languagebox {
        text-align:center;
    }
	#topbar-ttu ul li,
	#topbar-utility ul li,
	.goog-te-gadget-simple .goog-te-menu-value {
		font-size: .9rem !important;
        float:none;
	}
    #topbar-ttu ul li, #topbar-soc ul li, #topbar-utility ul li {
        float:none;
    }
	#topbar-ttu ul li {
		margin-top: 10px !important;
	}
	#topbar-utility ul li {
		margin-bottom: 10px !important;
	}
	.voicesHelpLink a {
		padding: 0.625rem;
	}
	.section-img-fix {
		padding-right: 0 !important;
		padding-bottom: 0.9375rem !important;
	}
	.section-img-fix-lft {
		padding-left: 0 !important;
		padding-bottom: 0.9375rem !important;
	}
	#languagebox {
		width: 100%;
	}
	.fr-on-sm {
		float: right;
	}
	.goog-te-menu-value {
		margin-left: 0 !important;
	}
	#google_translate_element {
		margin: 0 15px;
		padding: 0.3125rem 0.9375rem;
		float: left;
		background: rgba(0, 0, 0, 0.5);
        width:100%;
	}
	#google_translate_element:after,
	#google_translate_element:before {
		display: none;
	}
	.tfcontrols {
		border: 1px solid #3d3834;
	}
	#hm-welcome {
		min-height: auto;
	}
	#home-slider {
		position: relative;
	}
	#home-slider>div {
		position: relative;
	}
	#home-slider .item {
		position: relative;
	}
	#home-slider .item .grid-x {
		height: auto;
		padding: 3.125rem 0;
	}
	#main .mainInstructions {
		width: 100% !important;
	}
	#main .savedSearches {
		margin-left: 0 !important;
		width: 100% !important;
		margin-top: 20px;
	}
	.pageContent table td {
		display: table-row;
	}
	#pagecontrols tbody td {
		display: table-cell;
	}
	#mainpanel h2 {
		font-size: 1.15rem;
	}
	h3.subtitle {
		font-size: .9rem!important;
		padding: 50px 0px 10px 8px !important;
	}
	#careerProfile .smallsection {
		float: none !important;
	}
	ul#navigation li ul li:first-child {
		display: block !important;
	}

    #primarynav ul#navigation li.selected ul li a {
        color:#161846 !important;
        font-size: 13px;
        letter-spacing: unset;
    }
    #navigation li ul li {
        padding:0;
        margin-bottom:0;
    }
     #navigation li ul li a {
        padding:0.325rem 2.5rem 0.325rem 0rem;
        
    }
    #primarynav ul#navigation li.selected ul li.selected a {
        color: #fff !important;
    }
    .ndgov a {
        width: 300px;
        background-size: 300px auto;
    }
    

}
@media (max-width: 480px) {

    .ndgov a {
        width: 200px;
        background-size: 200px auto;
    }

}

/* Colors and Fonts */

.headerlink {
	margin-bottom: .75rem;
	margin-top: .5rem;
}

.home-sidebar-box a {
	color: #fff;
}

h3 a,
.sectionlink a,
.sectionlink li a,
.rightsectiontop a,
span.headerlink a,
span.headerlink,
#main a span.headerlink,
span.headerlink a span.headerfirst,
span.headerlink span.headerfirst,
#main .articleContentPanel .articleTitle,
#article .subMainCategoryName,
#article .articleListCategoryName {
	color: #161846;
}

h3 a:hover,
.sectionlink a:hover,
.sectionlink li a:hover,
.rightsectiontop a:hover,
span.headerlink a:hover,
span.headerlink:hover,
#main a span.headerlink:hover,
span.headerlink a span.headerfirst:hover,
span.headerlink span.headerfirst:hover {
	color: #000 !important;
	text-decoration: underline;
}

span.headerlink a span.headerfirst,
span.headerlink span.headerfirst,
span.headerlink a span.header,
span.headerlink span.header {
	text-transform: none;
}

.sectionbox p,
#main .sectionbody p {
	font-size: 0.9rem !important;
}

span.headerlink span.headerfirst {
	color: #000;
}

.sectionlink a:before,
.sectionlink li a:before {
	color: #161846;
}

.sectionlink a:hover:before,
.sectionlink li a:hover:before {
	color: #000 !important;
}

.sectionlink a:hover {
	text-decoration: underline;
}

.rightsection .logonButton:hover,
.rightsection .logonButton:focus {
	color: #000 !important;
}

#main div.clusterList ul li {
	color: #FF6E15;
}

#voicesTop h2 {
	background: url(/images/transitions/blog/voices_logo.png) 0px 0px no-repeat !important;
	background-size: 100% !important;
	border-left: 0 !important;
}

.voiceBlogHeader h2 {
	border-left: 0px !important;
	background: none !important;
}

#main .pageContent h2 {
	padding-left: 20px !important;
}

td.articleList ul {
	min-width: 525px !important;
}

#topsection td.narrowcolumn {
	vertical-align: top;
}

.alphabetList td,
#main .tfcontrols .alphabetList td {
	background: #161946 !important;
	filter: alpha(opacity=90) !important;
	-khtml-opacity: 0.9 !important;
	-moz-opacity: 0.9 !important;
	opacity: 0.9 !important;
}

.alphabetList td a {
	color: #fff !important;
	font-size: .725rem;
	line-height: 1rem;
}

#main .tfcontrols .alphabetList td a {
	font-size: .6rem !important;
	line-height: .7rem !important;
}

.alphabetList td a:hover,
#main .alphaListMedium .alphabetList td a:hover,
#main .tfcontrols .alphabetList td a:hover {
	background: #79BA43;
}

#toolsContainer .toolsectionbodyshort:after,
#toolsContainer .toolsectionbody:after,
#toolsContainer .floatSection:after {
	border-color: #161946;
}

.tprep-box h3 {
	color: #fff !important;
}

.form-group span {
	margin-left: -15px;
}

#scholarships .form-group span {
    margin-left: 0;
}

.form-group .ui-select-container span {
	margin-left: 0; 
}

#talktous .form-group span {
	margin-left: 0;
}

#signInBox .headerlink {
	margin-bottom: 0;
}

.simpleForm {
	margin-top: 1rem;
}

#dashboard {
	display: none;
}

#fullportfolio {
	padding: .25rem 0 !important;
	margin-top: 1rem !important;
	margin-right: .75rem !important;
	margin-left: .75rem !important;
}

#toolsContainer .floatSection .sectionbody {
	border: none;
	margin: 0;
	z-index: 10;
}

.card {
	font-size: 0.735rem;
	line-height: .8rem;
}

.deckHolder {
	border: 1px solid #FF6E15;
	width: 25%;
}

.wvsPrompt {
	background: #FF6E15;
}

.journalentry strong {
	color: #000;
	font-size: 1rem;
}

.journalentry textarea {
	background: #EFEFEF;
	border: 1px solid #CCC;
}

.surveyselections td {
	vertical-align: top;
	padding-left: 10px;
}

li.actionlink {
	list-style: none;
}

#resumeBuilder textarea {
	min-width: 90%;
}

.addWords td {
	vertical-align: top;
	padding-left: 10px;
}

#courseplanner table.dataGrid td {
	width: 16%;
}

.subCategoryPanel ul li,
#article .articleListPanel ul li {
	background: none;
}

.subCategoryPanel ul li:before,
#article .articleListPanel ul li:before {
	content: "\f054";
	color: #FF6E15;
	font-family: FontAwesome;
	margin-right: 0.4375rem;
}

td.dataGridElement:nth-child(2) {
	word-break: normal !important;
	word-wrap: normal !important;
	overflow-wrap: normal !important;
}

#main #finderIntroMain {
	width: 100%;
}

#main .mainInstructions {
	width: 50%;
}

#main .savedSearches {
	margin-left: 10px;
	width: 48%;
	float: left;
}
#schoolFinder td {
	vertical-align: top;
	width: 20%;
}

#ccSurvey .clusterdescription {
	padding: 5px 20px 15px 60px;
	margin: 5px 0;
}

#cluster701 {
	background: url("/Images/Transitions/icons/s_career-cluster1.gif") 0 0 no-repeat;
}

#cluster702 {
	background: url("/Images/Transitions/icons/s_career-cluster2.gif") 0 0 no-repeat;
}

#cluster703 {
	background: url("/Images/Transitions/icons/s_career-cluster3.gif") 0 0 no-repeat;
}

#cluster704 {
	background: url("/Images/Transitions/icons/s_career-cluster4.gif") 0 0 no-repeat;
}

#cluster705 {
	background: url("/Images/Transitions/icons/s_career-cluster5.gif") 0 0 no-repeat;
}

#cluster706 {
	background: url("/Images/Transitions/icons/s_career-cluster6.gif") 0 0 no-repeat;
}

#cluster707 {
	background: url("/Images/Transitions/icons/s_career-cluster7.gif") 0 0 no-repeat;
}

#cluster708 {
	background: url("/Images/Transitions/icons/s_career-cluster8.gif") 0 0 no-repeat;
}

#cluster709 {
	background: url("/Images/Transitions/icons/s_career-cluster9.gif") 0 0 no-repeat;
}

#cluster710 {
	background: url("/Images/Transitions/icons/s_career-cluster10.gif") 0 0 no-repeat;
}

#cluster711 {
	background: url("/Images/Transitions/icons/s_career-cluster11.gif") 0 0 no-repeat;
}

#cluster712 {
	background: url("/Images/Transitions/icons/s_career-cluster12.gif") 0 0 no-repeat;
}

#cluster713 {
	background: url("/Images/Transitions/icons/s_career-cluster13.gif") 0 0 no-repeat;
}

#cluster714 {
	background: url("/Images/Transitions/icons/s_career-cluster14.gif") 0 0 no-repeat;
}

#cluster715 {
	background: url("/Images/Transitions/icons/s_career-cluster15.gif") 0 0 no-repeat;
}

#cluster716 {
	background: url("/Images/Transitions/icons/s_career-cluster16.gif") 0 0 no-repeat;
}

#AgricultureFood.row .progress-bar {
	background-color: #FF6E15;
}

#Architecture.row .progress-bar {
	background: #8c8c48;
}

#Arts.row .progress-bar {
	background: #f7b432;
}

#ArtsAudio-Video.row .progress-bar {
	background: #C06B17;
}

#Finance.row .progress-bar {
	background: #969658;
}

#Government.row .progress-bar {
	background: #F8C157;
}

#HealthScience.row .progress-bar {
	background: #C67A2E;
}

#BusinessManagement.row .progress-bar {
	background: #A0A069;
}

#Education.row .progress-bar {
	background: #CB9429;
}

#Hospitality.row .progress-bar {
	background: #14a4d9;
}

#HumanServices.row .progress-bar {
	background: #A8A876;
}

#InformationTechnology.row .progress-bar {
	background: #CB8641;
}

#LawPublic.row .progress-bar {
	background: #1187B2;
}

#Management.row .progress-bar {
	background: #827163;
}

#Manufacturing.row .progress-bar {
	background: #69C5E6;
}

#Marketing.row .progress-bar {
	background: #3EB4DF;
}

#ScienceTechnology.row .progress-bar {
	background: #D4A74F;
}

#TransportationDistribution.row .progress-bar {
	background: #0D698B;
}

#parentAccess {
	color: #fff;
	font-size: 1rem;
}

#parentAccess a {
	color: #fff;
}

#parentAccess h3 {
	color: #fff !important;
	text-transform: uppercase;
	margin-top: 2rem;
	font-size: 1.35rem;
}

.reviewbody .actionbutton a {
	background: #161846!important;
	border: 1px solid #FF6E15;
	display: inline-block;
	color: #fff;
	width: auto !important;
	border-radius: 83.5625rem;
	padding: 0.5rem 1.875rem !important;
	font-size: 0.8rem !important;
	height: auto !important;
	text-transform: uppercase;
}

.reviewbody .actionbutton a:hover {
	background: #fff !important;
	text-decoration: none;
	color: #161846!important;
	border-color: #161846!important;
	height: auto !important;
}

h3.noShow {
	text-indent: -9000px;
	height: 1px;
	padding: 1px;
	border: none;
	background: transparent;
}


/*CPP Badge*/

.landing-pbg {
	background: #161846;
    margin-bottom:2rem;
}

.p-bar-left {
	width: 52%;
}

.p-bar-content h4 {
	font-size: 1.85rem !important;
	font-weight: bold;
    color:#fff !important;
}

.p-bar-content i {
    color:#79BA43 !important;
	font-size: 1.25rem !important;
}

.p-bar-right p {
	font-size: 1.05rem;
    color:#79BA43 !important;
	min-height: 20px;
}

.p-bar-right {
	margin-top: 30px;
}

.p-bar-right .btn-primary {
    background: #FF6E15;
    border: 1px solid #FF6E15;
    display: inline-block;
    color: #fff !important;
    width: auto !important;
    border-radius: 83.5625rem;
    padding: 0.325rem 1.875rem !important;
    font-size: 0.9375rem !important;
    height: auto !important;
    text-transform: uppercase;
}

.p-bar-right .btn-primary:active,
.p-bar-right .btn-primary:focus,
.p-bar-right .btn-primary:hover {
	border: 1px solid #000 !important;
	color: #000 !important;
}
.sc-content .btn-scatter {
    border-radius:4px !important;
}
.profile-box.box-scatterplot .btn-primary {
    background-color: #0E7AA4 !important;
    color: #fff !important;
    border: none !important;
    -webkit-transition: 0.2s ease-in-out !important;
    -moz-transition: 0.2s ease-in-out !important;
    -ms-transition: 0.2s ease-in-out !important;
    -o-transition: 0.2s ease-in-out !important;
    transition: 0.2s ease-in-out !important;
}
.profile-box.box-scatterplot .btn-primary:hover {
    background-color: #ff6e15 !important;
}
.page-content.scatterplot .btn-default.btn-back,
.page-content.scatterplot .btn-primary {
    background-color: #009ABA;
    color: #fff !important;
    border:none;
}
.page-content.scatterplot .btn-default.btn-back:hover,
.page-content.scatterplot .btn-primary:hover {
    background-color: #006A98;
    color: #fff;
    border:none;
}
#topbar-utility ul li a {
	display: inline-block !important;
}

user-notification-main {
	float: left;
}

.notification-wrap .notification-content {
	right: -190px;
}

.notification-wrap .notification-content.show::before {
	right: 191px;
	left: inherit;
	top: -5px;
}

.notification-wrap .notification-content.show::before {
	border-bottom: 5px solid #eee !important;
}

.notification-wrap .notification-content .notification-header {
	background-color: #179ba8 !important;
}

.notification-wrap .notification-content .notification-body .notification-item .title .new {
	background-color: #161846!important;
}

.notification-wrap .notification-content .notification-body .notification-item:hover,
.notification-wrap .notification-content .notification-body .notification-item:hover p,
.notification-wrap .notification-content .notification-body .notification-item:focus,
.notification-wrap .notification-content .notification-body .notification-item:focus p {
	color: #161846!important;
}

#parent-survey {
	margin: 0px !important;
}

#parent-survey .sectionbody {
	margin: 0px !important;
}

#parent-survey .sectionbox {
	min-height: 120px;
	padding: 0px !important;
	background: rgba(245, 123, 24, .7) !important;
	border: none !important;
}

#parent-survey .sectionbox p {
	margin: 10px 25px !important;
}

#parent-survey .sectionbody h3 {
	font-weight: 700 !important;
	padding-top: 25px !important;
	margin: 10px 0px !important;
	height: 53px !important;
	background: transparent url(/images/transitions/portfolio/icon-survey2.png) 1040px 10px no-repeat !important;
	background-size: 43px !important;
}

#parent-survey .survey-status {
	margin-top: -65px !important;
	margin-right: 80px !important;
}

#parent-survey ul {
	background: rgba(245, 123, 24, 1) !important;
	padding: 5px 25px !important;
	margin: 18px 0px !important;
}

#profile .apply-now {
    margin: 0px 10px 20px;
}

/*middle school module*/
#hubContent {
    background: #21A6B5;
}

#mainpanel #tileWrapper h2 {
    border: 0!important
}

@media only screen and (max-width: 736px) {
	.notification-wrap .notification-content {
		left: -195px;
		right: inherit;
	}
	.notification-wrap .notification-content.show::before {
		left: 196px;
	}
}

@media only screen and (max-width: 672px) {
	.notification-wrap .notification-content {
		left: 0px;
		right: inherit;
	}
	.notification-wrap .notification-content.show::before {
		left: 3px !important;
	}
}

/** surveys **/
.survey-reader h3 {
	color: #161846;
}
.survey-reader h5 {
	color: #000;
}
.survey-reader .sectionboxwide {
    border: none;
    margin-bottom: 0px!important;
}
.survey-reader .icon-wrap span::before {
    left: 0;
}
.survey-reader .btn-default,
.survey-reader input.sv_next_btn,
.survey-reader input.sv_prev_btn,
.survey-reader .sv_complete_btn {
	border: 1px solid #161846 ;
	background-color: #161846  !important;
}
.survey-reader .btn-default:hover,
.survey-reader input.sv_next_btn:hover,
.survey-reader input.sv_prev_btn:hover,
.survey-reader .sv_complete_btn:hover {
	border: 1px solid #79BA43;
	background-color: #79BA43 !important;
}
.survey-reader a.btn.btn-sm {
    border: 1px solid #161846;
	color:#161846;
}
.survey-reader input[type='checkbox']:checked,
.survey-reader input[type='radio']:checked {
	background-color: #79BA43!important;
	border: 1px solid #79BA43!important;
}
.survey-reader .btn-secondary.active,
.survey-reader .sv_q_rating_item.active {
	background-color: #79BA43!important;
	color: #fff;
}
.survey-reader .sv_main .sv-boolean__switch {
    background-color: #79BA43;
}

/*Interest Profiler fixes*/
#mainbody.interest-profiler #mainpanel {
    padding: 0!important;
    box-shadow: none!important; 
    margin-top: -1.25rem!important;
    padding-top: 1rem!important;   
}
.iptabbedfeature,
#ipTabs h2,.ipResults h3, .ipCareers h3,
.ipnavtabs li,
#ipIntroIncompleteButtons a, #ipIntroStartButton a, .careersMatchButtons a, .careersMatchButtonsBtm a, #previousBtn {
    font-family: inherit !important;
}
.iptabbedfeature, #ipIntroIncompleteButtons a, #ipIntroStartButton a, .careersMatchButtons a, .careersMatchButtonsBtm a, #previousBtn {
    font-size: .825rem !important;
}
#ipTabs h2,.ipResults h3, .ipCareers h3 {
    font-size: 1.15rem !important;
}
.ipnavtabs li {
    font-size: 1rem !important;	
}
#ipIntro, #ipIntroAdult {
    background-size: 100% !important;
}
#ipIntro h3,#ipIntroAdult h3 {
    height: 500px !important;
}
#tab-title {
    padding: 6px 0 !important;
}
#topInterestsDiv .barOutput {
    height: 11px !important;
    width: 125px !important;
}
#ipIntroIncompleteButtons a:hover, .careersMatchButtons a:hover, .careersMatchButtonsBtm a:hover, #divSave a:hover, #divShow a:hover, #ipIntroStartButton a:hover, #previousBtn:hover {
    color: #fff !important;
}

#profile h2 {
    margin: 1rem 0 !important;
}

/* -------------------------- Ability Profiler ------------------------ */

/* common fixes */
.page-content .ability-content {
    border-top:1px solid #eee;
}
.page-content .ability-content.landing {
    border-top:none;
}
.page-content.profiler .btn-primary {
    background-color: #0E7AA4 !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius:20px;
    font-weight: bold;
    padding:6px 20px;
}
.page-content.profiler .btn-primary:hover {
    background-color: #006A98 !important;
    text-decoration: none !important;
}
.page-content.profiler .btn-default {
    color:#0E7AA4;
    text-decoration:none !important;
    font-weight: bold;
}


.page-content .ability-content .question-card .question-num {
    background-color: #0E7AA4 !important;
}
.page-content .ability-content .tabs-round li.active a {
    background: #0E7AA4 !important;
}
.page-content .ability-content .tabs-round li a,
.page-content .ability-content .panel-header a,
.page-content .ability-content .panel-header i,
.page-content .ability-content .ability-cat-wrap .user-rank i,
.page-content .ability-content .career-filter ul li a,
.page-content .ability-content .career-card-wrap .career-top h4 a,
.page-content .ability-content .career-card-wrap .career-bottom a {
    color:#0E7AA4 !important;
}

.page-content .ability-content .panel-header a:hover,
.page-content .ability-content .career-filter ul li a:hover,
.page-content .ability-content .career-card-wrap .career-top h4 a:hover,
.page-content .ability-content .career-card-wrap .career-bottom a:hover {
    color:#014466 !important;
}

@media (max-width: 916px) {
    .page-content .ability-content{margin-top:-10px;}
}


/* new activity */
.page-content.activity-page .btn-primary,
.activity-page .switch-field input:checked + label,
.opp-browse .page-header .btn-back {
    background-color:#0E7AA4;
}
.activity-content .activity-item .activity-controls .btn-default {
    border-color:#0E7AA4;
    color:#0E7AA4;
}
.activity-content .activity-item .tag-container span i,
.page-content .text-primary,
.page-content.activity-page a,
.activity-page .smart-goal-item .smart-icon,
.activity-page .accordion-btn {
    color:#0E7AA4;
}
.activity-content .activity-item .accordion-btn:hover {
    color:#014466 !important;
}
.activity-page .optional-field {
	margin-left:3px;
}

/*Userway*/
body .uwy.userway_p1 {
    top: 32px !important;
    z-index: 214 !important;
}

/*scholarship slider*/
#scholarships .p-slider {
    padding-top: 8px;
    margin-top: 4px;
}

.p-slider .p-slider-handle {
    border: 2px solid #169CA5 !important;
}

.p-slider:not(.p-disabled) .p-slider-handle:hover {
    background: #169CA5 !important;
    border-color: #169CA5 !important;
}

.p-slider .p-slider-handle:focus {
    box-shadow: 0 0 0 0.2rem #169CA5;
}

.p-slider .p-slider-range {
    background: #169CA5 !important;
    border-radius: 3px;
}