/* Custom Theme CSS to change visual appearance

Colors used for reference-

dark teal: #2c3d4b
medium teal: #0D616D (consolidated 2026-05-16 for WCAG contrast; previously also used for headings)
light teal: #aae2e0
dark grey: #58595b
orange: #dc6a30
--------------------------------------------------*/

/* Responsive class test for tablesorter...to only activate at 1100px width, see custom-functions.php for code */
.testResponse {float:none;}
@media only screen and (max-width: 1100px){
	.testResponse {float:left;}
}
table#blogtable {
	width: 760px !important;
}
#blogtable  td {
	font-size: 12px;
}
table#blogtable th {
	line-height: 14px;
}

/* Basic Static Table Custom Styles */
table.table-style {
	width: 760px !important;
}
table.table-style td {
	font-size: 12px;
}
table.table-style th {
	line-height: 14px;
	font-size: 8pt;
	background-color: #DFF4F5;
	border-color: #fff;
}
.table-style tr:nth-child(odd) td {
	background: #fff;
}

/* WRAP TO MAKE TABLE RESPONSIVE (Scroll Horizontal method) */

.table-wrap {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}

/* ALL TABLESORTERS NEED THIS CLASS FOR ARROWS! */

.table-style--arrows .header,
.table-style--arrows .tablesorter-header {
	/* black (unsorted) double arrow */
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	/* white (unsorted) double arrow */
	/* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
	/* image */
	/* background-image: url(images/black-unsorted.gif); */
	background-repeat: no-repeat;
	background-position: center right;
	padding: 4px 18px 4px 4px;
	white-space: normal;
	cursor: pointer;
}
.table-style--arrows .headerSortUp,
.table-style--arrows .tablesorter-headerSortUp,
.table-style--arrows .tablesorter-headerAsc {
	/* black asc arrow */
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
	/* white asc arrow */
	/* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
	/* image */
	/* background-image: url(images/black-asc.gif); */
}
.table-style--arrows .headerSortDown,
.table-style--arrows .tablesorter-headerSortDown,
.table-style--arrows .tablesorter-headerDesc {
	/* black desc arrow */
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	/* white desc arrow */
	/* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); */
	/* image */
	/* background-image: url(images/black-desc.gif); */
}
.table-style--arrows thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px;
}

/* CLASS TO ADD NUMBERS TO FIRST COLUMN! */

table.table-style--numbered tbody tr {
  counter-increment : rownum ; 
}
table.table-style--numbered tbody { 
  counter-reset: rownum; 
}
table.table-style--numbered td:first-child:before { 
  content: counter(rownum) " " ; 
}
table.table-style--numbered td.rownums:before { 
  content: counter(rownum) ; 
}

/* CLASS TO ADD GRAY BAR TH */

table.table-style--grayheader thead tr th {
	position: relative;
	padding-bottom: 40px !important;
}
table.table-style--grayheader th span {
	background: #fff;
	display: block;
	color: #3D3D3D;
    padding: 8px 4px;
    background-color: #f1f1f1;
    font-size: 12px;
    font-weight: strong;
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 32px;
    border: 1px solid #DFF4F5;
}
 
/* Responsive class test for tablesorter and mappress...to only activate at 1100px width, see custom-functions.php for code - Social's tablesorter css
.testResponse {float:none;}
@media only screen and (max-width: 1100px){
	.testResponse {float:left;}
}
table.tablesorter,
table#blogtable {
	width: 760px !important;
}
table.tablesorter td,
#blogtable  td {
	font-size: 12px;
	border-color: #78b9ea !important;
}
table.tablesorter th,
table#blogtable th {
	line-height: 20px;
	color: #fff !important;
	background-color: #78b9ea  !important;
}
.tablesorter-wrap {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
table.tablesorter thead tr .header {
	padding-right: 13px;
}

#tablesorter tbody tr {
  counter-increment : rownum ; 
}
#tablesorter tbody { 
  counter-reset: rownum; 
}

#tablesorter.tablesorter td:first-child:before { 
  content: counter(rownum) ; 
}
*/

/* styles for tinynav to change UL to select at mobile */
.tinynav { display: none; }

@media screen and (max-width: 768px) {
    .tinynav { display: block;margin: 5px auto 10px auto;width: 100%;max-width: 300px;}
    ul.mobile-select { display: none; }
}

/* GLOBAL Base Font color and page bgr */
body {
	color: #58585b;
	background: #fff;
}
/* Base Font if using a Google font make sure you adjust link to import your font in header.php - https://www.google.com/fonts */
body, input, button, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: .05em;
}
/* Set your bottom border color and thickness on header */
.header-wrap {
	border-bottom: 10px solid #0D616D /* was #148698, consolidated 2026-05-16 for WCAG contrast */;
	padding: 10px 20px 0 20px;
	background: #2c3d4b;
}

/* Nav Colors */
#nav-main li a {
	color: #aae2e0;
}
@media screen and (min-width: 768px) {
	#nav-main li li a {color: #fff;}
	#nav-main li a:hover,
	#nav-main ul li a:hover,
	#nav-main li:hover a,
	#nav-main li.current-menu-item a:link,
	#nav-main li.current-menu-item a:visited,
	#nav-main li.current-menu-item .sub-menu a:hover,
	#nav-main li.current-menu-ancestor a:link,
	#nav-main li.current-menu-ancestor a:visited,
	#nav-main li.current-menu-ancestor .sub-menu a:hover,
	#nav-main li.current-menu-ancestor .sub-menu li.current-menu-item a:link,
	#nav-main li.current-menu-ancestor .sub-menu li.current-menu-item a:visited {
		color: #fff;
		background: #0D616D /* was #148698, consolidated 2026-05-16 for WCAG contrast */;
	}
	#top-nav li a:hover,
	#top-nav li.current-menu-item a:link,
	#top-nav li.current-menu-item a:visited,
	#top-nav li.current-menu-item .sub-menu a:hover {
		color: #fff;
	}
}

/* Base H1-H6 Styles */
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, sans-serif;
	color: #0D616D;
}
h1 {font-size: 1.75rem;} /* 16 * 2.25 = 36px */
h2 {font-size: 1.6rem;} /* 16 * 1.875 = 30px */
h3 {font-size: 1.325rem;} /* 16 * 1.575 = 25px */
h4 {font-size: 1.225rem;} /* 16 * 1.225 = 20px */
h5 {font-size: 1.125rem;} /* 16 * 1.125 = 17px */
h6 {font-size: 1rem;} /* 16 * 1 = 16px */

h1 {
	font-weight: normal;
	margin-top: .5em;
	letter-spacing: -.1px;
}
h2 {
	font-weight: normal;
	margin-top: .5em;
	letter-spacing: -.1px;
}
h3 {
	font-weight: normal;
		letter-spacing: -.1px;
}
h4 {
	font-weight: normal;
	letter-spacing: -.1px;
}
h5 {
	font-weight: normal;
	letter-spacing: -.1px;
}
h6 {
	font-weight: normal;
	letter-spacing: -.1px;
}

/* Base Horizontal Rule <hr> */

hr {
    border: 0;
    height: 1px;
    background: #0D616D /* was #148698, consolidated 2026-05-16 for WCAG contrast */;
}


/* Base Table Styles */

table {
	width: 100%;
	margin-bottom: 1em;
}
th {
	text-align: left;
	background: #0f5e68;
	padding: 5px;
	color: #0f5e68;
}
td {
	background: #fff;
	padding: 5px;
}
tr:nth-child(odd) td {
	background: #d1d2d4;
}
th {
	border: 1px solid #0b4c54;
}
td {
	border: 1px solid #c4e5e9;
}
sup { vertical-align: initial; font-size: 0.7em;  position: relative; top: -0.5em; }

/* Links
--------------------------------------------------*/

a:link {color: #dc6a30;text-decoration: underline;}
a:visited {color: #dc6a30;text-decoration: underline;}
a:hover {text-decoration: none;}
a:focus {text-decoration: none;}
a:focus,:focus {outline: 1px dotted #000;}
a:hover,a:active {outline: none;}

/* Quote
--------------------------------------------------*/

.page-content blockquote {
  background: #fff;
  border-left: 2px solid #ccc;
  margin: 1.5em 10px 1.5em 30px;
  padding: 0.5em 20px;
  quotes: "\201C""\201D""\2018""\2019";
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.4em;
}
.page-content blockquote p {
  display: inline;
  font-size: 15px;
}

/* Quotebox CSS Used to put a Grey Box around misc text */
.quotebox {
  background: #efefef;
  padding:15px 15px 15px 15px;
  border-radius: 3px;
  border: 1px solid #DDDDDD;
  margin: 15px 0px 15px 0px;
  font-size: 15px;
  line-height: 1.4em;
}

/* SITE HEADER */

/* If you need to edit the logo...but you can just replace the image file */

#logo-header {
  height: 67px;
}

#logo-header img {
	width: 141px;
}

@media screen and (min-width: 768px) { /* Center logo tablet */
	#logo-header {
	text-align: center;
	margin-left: 20px;
	height: 86px;
	}
	#logo-header img {
	width: 181px;
	}
}

@media screen and (min-width: 1100px) { /* Center logo desktop */
  #logo-header {
	margin-left: 60px;
	}
}

/* Size and color of header social icons...these are icomoon fonts see below */
#header-right a {
	font-size: 24px;
	color: #fff;
	padding-top: 5px;
	display: inline-block;
}

/* SIDEBAR Styles */

.page-sidebar {
	padding: 0 20px 0 20px;
	background-size: 100%;
}

ul.sidebar-content.sidebar-secondary {
  display: block;
}

@media screen and (min-width: 768px) { /* Add pointy bottom only for desktop...looks wierd mobile. */
    .page-sidebar {
        background: #0D616D /* was #148698, consolidated 2026-05-16 for WCAG contrast */;
        padding: 0 0 60px 0;
        position: relative;
        overflow: hidden;
    }
    
    .page-sidebar::after {
        content: '';
        position: absolute;
        background: #fff;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 150px solid transparent; /* Half of 300px */
        border-right: 150px solid transparent; /* Half of 300px */
        border-top: 30px solid #0D616D /* was #148698, consolidated 2026-05-16 for WCAG contrast */;
    }
    
    ul.sidebar-content.sidebar-secondary {
    display: block;
    }
}
.page-sidebar li { 
   	font-size: 14px;
}
.page-sidebar a { /* Sidebar link style */
	text-decoration: none;
}
.page-sidebar a { /* Sidebar link color */
	color: #ffffff;
	display: block;
	margin: 0 -20px;
	padding: 5px 20px;
}
.page-sidebar a:hover { /* Sidebar link hover style */
	color: #fff;
	background: #2c3d4b;
}
.page-sidebar a.cta-button, .page-sidebar input[type="submit"] {
	margin: 0;
}
.page-sidebar h3 {
	margin-bottom: 0;
	color: #aae2e0;
	margin-top: 0.5em;
}
.sidebar-content {
	/*  max-width: 300px; */
	/*  margin: auto; */
}
.page-sidebar input[type="submit"],
.page-sidebar select,
.page-sidebar label {
	display: block;
}

/* Your QuinStreet Clicks sidebar form */

form.qs-clicks-form {
	color: #fff;
	background: #2c3d4b;
	padding: 20px;
	margin: 0 -20px 40px -20px;
}
form.qs-clicks-form h3 {
	color: #fff;
	margin-bottom: .5em;
	margin-top: 0;
}
form.qs-clicks-form .button {
	width: 100%;
	margin-top: 25px;
	display: block;
	max-width: 300px;
	
}
form.qs-clicks-form label {
	font-weight: normal;
}

/* Your custom sidebar widgets...we are using !important to override plugins default style */

.sidebar-search-form {
	margin-bottom: 0;
	background: #2c3d4b !important;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
	margin: 0 -20px;
	color: #d1d3d4;
	position: relative;
}
.sidebar-search-form label {
	color: #aae2e0 ;
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 30px;
	text-transform: uppercase;
	font-family: Tahoma, sans-serif;
	line-height: normal;
}
.sidebar-search-form select {
	color: #231f20 !important;
	font-size: 12px !important;
	margin-bottom: 20px;
	width: 100%;
	max-width: 260px;	
}
.sidebar-search-form form {
	padding: 20px;
}

.sidebar-search-form div.sponsored-with-text {
	text-align: right;
	font-size: 9px;
	position: absolute;
	bottom: 10px;
	left: 210px;
	background: transparent;
}

@media screen and (min-width: 768px) {
  .sidebar-search-form div.sponsored-with-text {
    left: 20px;
  }
  .sidebar-search-form form {
  	padding-bottom: 60px;
  }
}

@media screen and (min-width: 1001px) {
  .sidebar-search-form div.sponsored-with-text {
  	left: auto;
  	right: 10px;
  }
  .fix-side .sidebar-search-form div.sponsored-with-text {
    bottom: 10px;
  }
  .sidebar-search-form form {
  	padding-bottom: 20px;
  }
}
.sidebar-search-form .sponsored-with-text div.sponsored {
	padding-right: 13px;
}
.sidebar-search-form .sponsored-with-text div.sponsored span {
	font-size: 13px;
}
.sidebar-search-form .sponsored-with-text div.sponsored-text {
	background-color: #F9F8F8 /*rgba(20, 134, 152, 0.925)*/;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 6px;
	padding-bottom: 2px;
	text-align: left;
	margin-top: 5px;
	width: 260px;
	position: absolute;
	left: 65px;
	top: 18px;
	color: #000000; /*#fff*/
	display: none;
	font-size: 9px; /*scott added this line to increase font size*/
	border: 1px solid #000000;  /*scott added this line to increase font size*/
	z-index: 500;
}
#sponsored-close {
	display: block;
	float: right;
	cursor: pointer;
}
.sidebar-search-form .sponsored-with-text div.sponsored-text p {
	clear: both;
}

@media screen and (max-width: 769px) {
	.sidebar-search-form .sponsored-with-text div.sponsored-text {
		width: 260px;
		position: absolute;
		left: -200px;
		top: 20px;
	}
}

.sidebar-search-form .sponsored-with-text div.sponsored-text a:hover {
	border: 0;
}
/* Sticky Sidebar */

@media screen and (min-width: 768px) {
  .sidebar-search-form .sponsored-with-text div.sponsored-text {
    left: 0;
  }
	.page-sidebar.sticky-large.fix-side {
		padding-top: 271px;
		width: 200px;
		z-index: 500;
	}
	.page-sidebar.sticky-small.fix-side {
		padding-top: 206px;
		width: 200px;
		z-index: 500;
	}
	.fix-side form.sticky-me {
		position: fixed;
		top:0;
		width: 200px;
		background: #2c3d4b;
		z-index: 500;
	}
}
@media screen and (min-width: 1001px) {
  .sidebar-search-form .sponsored-with-text div.sponsored-text {
    left: 65px;
  }
	.fix-side form.sticky-me {
		width: 300px;
		z-index: 500;
	}
	.page-sidebar.sticky-large.fix-side {
		padding-top: 186px;
		width: 300px;
		z-index: 500;
	}
}
/*end input*/

.asd-hero-seach-label {
	color: #d1d3d4 !important;
	font-weight: 300 !important;
	margin-bottom: 10px !important;
	font-size: 30px !important;
	text-transform: uppercase !important;
	font-family: Tahoma, sans-serif;
	line-height: normal;
}

.page-sidebar .asd-client-widget,
.page-sidebar .asd-hero-search-wrapper {	margin-bottom: 0;}

.page-sidebar .asd-client-widget,
.page-sidebar .asd-hero-search-form {
	background: #231f20 !important;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
	margin: 0 -10px;
	color: #d1d2d4;
}
.page-sidebar .asd-client-widget h3 {
	color: #5ab6de;
}
.page-sidebar .asd-client-widge select {
	color: #231f20 !important;
	font-size: 12px !important;	
}
.page-sidebar .asd-client-widget .asd-button,
.page-content .asd-button {
  background: #36a548 !important;
  background-image: -webkit-linear-gradient(top, #36a548, #2c8a3a) !important;
  background-image: -moz-linear-gradient(top, #36a548, #2c8a3a) !important;
  background-image: -ms-linear-gradient(top, #36a548, #2c8a3a) !important;
  background-image: -o-linear-gradient(top, #36a548, #2c8a3a) !important;
  background-image: linear-gradient(to bottom, #36a548, #2c8a3a) !important;
  -webkit-border-radius: 2 !important;
  -moz-border-radius: 2 !important;
  border-radius: 2px !important;
  color: #ffffff !important;
  font-size: 20px !important;
  border: solid #525252 1px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-family: Tahoma, sans-serif !important;
  box-shadow: none !important;
}
.asd-hero-search-form label.asd-hero-seach-label,
.asd-hero-search-form select.asd-hero-search-dropdown,
.asd-hero-search-form input.asd-hero-search-button {
	left: 0 !important;
}
.asd-client-widget form {
	padding: 20px !important;
}

/* FOOTER Styles */

#doc-foot {
	background: #0D616D /* was #148698, consolidated 2026-05-16 for WCAG contrast */;
	color: #d1d2d4;
	font-size: .75em; /* 16 * .75 = 12px */
}
#doc-foot a:link, 
#doc-foot a:visited {
	color: #d1d2d4;
	text-decoration: none;
}
#doc-foot a:hover {
	color: #ffffff;
}

.bbblink {display: block;text-align: center;}
#bbblink {margin: auto !important;}
@media screen and (min-width: 480px) {
	a#bbblink {display: inline-block !important;}
	.bbblink {text-align: left;}
	a#bbblink {margin: 0 !important;}
}


/* TARGET PAGE CONTENT SPECIFICALLY Page Content Overrides and style classes */

.page-content li,
.page-content p,
.page-content dd,
.page-content td,
.page-content th,
.page-content blockquote,
.page-content cite {
	font-size: 15px;
}
.page-content ol {
	margin-left: 1.8em;
}

.page-content ol li {
  padding: 5px 0 5px 0;
}
.page-content ul li {
	list-style: disc;
	margin-left: 1.3em;
	padding: 5px 0 5px 0;
}
.center-text {
	text-align: center;
}
.hero-caption {
	color: #fff;
	background: #000;
	background-color:rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	font-size: 19px;
	font-family: Tahoma, sans-serif;
	font-weight: 300;
}
ul.state-list {
	column-count: 4;
	column-gap: 5px;
	-webkit-column-count: 4;
	-webkit-column-gap: 5px;
	-moz-column-count: 4;
	-moz-column-gap: 5px;
}
.page-content ul.state-list li {
	list-style: none;
	margin: 0;
	padding: 3px 0;
}
.page-content ul.state-list li.selected {
	display:none;
}
.homepage_graphics {
	position: relative;
	color: #fff;
	overflow: hidden;
	margin-bottom: 24px;
	background: #041821;
}
.homepage_graphics_text {
	text-align: center;
}
.homepage_graphics_text h1 {
	font-size: 16px;
	color: #fff;
	margin-top: 0;
}
.homepage_graphics_text h1 a {
	color: #fff;
}
.homepage_graphics_text span {
	font-size: 30px;
	line-height: normal;
	padding-top: 10px;
	display: block;
	margin-bottom: 0;
}
	.homepage_graphics p {
		margin-bottom: 0;
	}
@media screen and (min-width: 640px) {
	.homepage_graphics {
		height: 269px;
	}
	.homepage_graphics img {
		width: 760px;
		max-width: none;
		height: 269px;
		display: block;
	}
	.homepage_graphics_text {
		position: absolute;
		top: 50px;
		right: 50px;
	}
	.homepage_graphics_text {
		text-align: left;
	}
	.homepage_graphics_text h1 {
		max-width: 215px;
		font-size: 18px;
	}
	.homepage_graphics_text span {
		font-size: 40px;
		padding-top: 0;
	}
}


/*Round Thumbnail Photos*/
.circle
{
  display: block;
  width: 100px;
  height: 100px;
  margin: 1em auto;
  float: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  border: 5px solid #eee;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);  
}

/* Various page content overrides, and things copied over from old site */


.page-content ul.job_types li,
.page-content ul.no-bullet li {list-style: none;}

.clr {
	clear: both;
}
.school-box {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}
.school-box div {
	width: 85%;
	float: left;
}
.school-box div:first-child {
	width: 12%;
	text-align: center;
	padding-right: 10px;
}
.school-box h3 {
	font-weight: normal;
	margin: 0;
}

/*Info Graphics*/
.page-content .info-graphic {
	width: 250px;
	padding: 10px;
	background: #DDDDDD;
	color: #0f5e68;
	margin-bottom: 20px
}
.page-content .info-graphic p {
	margin: 0;
}
.page-content .info-graphic a {
	color: #0f5e68;
}
.page-content .info-graphic h4 {
	font-weight: bold;
	border-bottom: 6px solid #0f5e68;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #0f5e68;
}
.page-content .info-graphic p.large-font {
	font-size: 60px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding-right: 55px;
	background: url("../img/arrow-green.png") no-repeat right center;
	word-wrap: break-word;
	line-height: normal;
}
.page-content .info-graphic p.large-font-down {
	font-size: 60px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding-right: 55px;
	background: url("../img/arrow-green-down.png") no-repeat right center;
	word-wrap: break-word;
	line-height: normal;
}
.page-content .info-graphic.float-left {
	float: left;
	margin: 0 20px 20px 0; 
}
.page-content .info-graphic.float-right {
	float: right;
	margin: 0 0 20px 20px; 
}

/* Career Page Box */
.highlight-box
{
     background: #efefef; 
     padding: 10px 10px 10px 10px; 
     border-radius: 3px; 
     border: 1px solid #DDDDDD;
     margin-bottom: 15px;
     }
     
/*ASD Button Style*/
.asd-client-widget .asd-find-program{
                text-align:center;
}
.asd-client-widget .asd-program-button-form .asd-button{
                font-size:15px;
}

/* Table of Contents add bullets to ul and dl */

ul.table-of-contents li {
  line-height: 1.5em;
	font-size: 14px;
  list-style: none;
  font-weight: 700;
  padding: 5px 0 5px 0;
}

ul.table-of-contents li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #dc6a30; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

ul.table-of-contents li ul {
  padding-bottom: 0;
}
ul.table-of-contents li ul li {
  margin-left: -1em;
  padding: 5px 0 5px 0;
}

ul.table-of-contents ul {
  margin: 0;
}

ul.table-of-contents ul li {
  margin-left: 2.3em;
  font-weight: 500;
}

ul.table-of-contents li.nodot::before {
  content: none;
}
ul.table-of-contents li.indented-more {
   padding-left: 40px;
}

dl.table-of-contents dt {
	line-height: 1.5em;
	font-size: 14px;
  margin-left: 1.3em;
  padding: 5px 0 5px 0;
}
dl.table-of-contents dt::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #dc6a30; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
dl.table-of-contents dd {
	padding-left: 5px;
	line-height: 1.5em;
	margin-bottom: 0;
	font-size: 14px;
  margin-left: 2.3em;
  padding: 5px 0 5px 0;
}
dl.table-of-contents dd::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #dc6a30; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
dl.table-of-contents dd.nodot::before {
  content: none;
}
dd.indented-more {
   padding-left: 40px;
}
ul.linked-list li {
  padding: 5px 0 5px 0;
}

/* Custom Styles in Editor Dropdown, make your button style/code here it's easy, copy and replace the css below - http://css3buttongenerator.com/ */

p.intro-text {
	font-size: 20px;
	color: #58595b;
}
h1.header-custom {
	color: red;
}

h2.header-two-custom {
	color: blue;
	border-bottom: 1px dotted blue;
	font-weight: 300;
}

/*Center Button Style*/
.button-wrap {
	text-align: center;
	margin: 40px 0;
}

a.cta-button,
input[type="submit"],
input[type="button"] {
  background: #89CE00 !important;
  color: black !important;
  border: solid #000000 1px !important;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Tahoma, sans-serif;
  display: inline-block;
}

a.cta-button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #89CE00 !important;
  text-decoration: none;
}

a.cta-button-two {
  background: #c4c4c4;
  background-image: -webkit-linear-gradient(top, #c4c4c4, #787878);
  background-image: -moz-linear-gradient(top, #c4c4c4, #787878);
  background-image: -ms-linear-gradient(top, #c4c4c4, #787878);
  background-image: -o-linear-gradient(top, #c4c4c4, #787878);
  background-image: linear-gradient(to bottom, #c4c4c4, #787878);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  color: #333;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  border: solid #525252 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-family: Georgia, serif;
}
a.cta-button-two:hover {
  background: #cccccc;
  text-decoration: none;
}

/* Fix sidebar button in tablet views */

input.cta-button {
  background: #36a548;
  background-image: -webkit-linear-gradient(top, #36a548, #2c8a3a);
  background-image: -moz-linear-gradient(top, #36a548, #2c8a3a);
  background-image: -ms-linear-gradient(top, #36a548, #2c8a3a);
  background-image: -o-linear-gradient(top, #36a548, #2c8a3a);
  background-image: linear-gradient(to bottom, #36a548, #2c8a3a);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px;
  border: solid #525252 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Tahoma, sans-serif;
  display: inline-block;
}

@media screen and (min-width: 768px) {
	input.cta-button {
  font-size: 18px;
  padding: 10px;
  }
}
@media screen and (min-width: 1100px) {
  input.cta-button {
  padding: 10px 20px;
  font-size: 20px;
  }
}

/* Fix placeholder style on job filters form plugin */

.job_filters .search_jobs ::-webkit-input-placeholder {
   color: #58595b !important;
   text-shadow: none !important;
}

.job_filters .search_jobs :-moz-placeholder { /* Firefox 18- */
   color: #58595b !important;
   text-shadow: none !important;
}

.job_filters .search_jobs ::-moz-placeholder {  /* Firefox 19+ */
   color: #58595b !important;
   text-shadow: none !important;
}

.job_filters .search_jobs :-ms-input-placeholder {  
   color: #58595b !important;
   text-shadow: none !important;
}

/*  Hero Buttons */

#homepage-buttons {
	overflow: hidden;
}
#homepage-buttons li {
	list-style: none;
}
#homepage-buttons li a {
	list-style: none;
	background: transparent url(../img/buttons-sprite.png) no-repeat 0 -103px;
	height: 102px;
	display: block;
}
#homepage-buttons #btn-research-schools a:hover {
	background: transparent url(../img/buttons-sprite.png) no-repeat 0 0;
}
#homepage-buttons #btn-earn-degree a {
	background: transparent url(../img/buttons-sprite.png) no-repeat -266px -103px;
}
#homepage-buttons #btn-earn-degree a:hover {
	background: transparent url(../img/buttons-sprite.png) no-repeat -266px 0;
}
#homepage-buttons #btn-start-career a {
	background: transparent url(../img/buttons-sprite.png) no-repeat -532px -103px;	
}
#homepage-buttons #btn-start-career a:hover {
	background: transparent url(../img/buttons-sprite.png) no-repeat -532px 0;
}
#homepage-buttons li a span {
	text-indent: -9999px;
	display: block;
}
#homepage-buttons li {
	width: 250px;
	float: left;
	box-sizing: border-box;
	margin: 0;
}

#breadcrumbs {
	font-size: 70%;
	margin-bottom: 20px;
}

/* Ico font set from https://icomoon.io/, rebuild the set and replace if you need new icons, it's more efficient to just choose the icons you need. */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-8g4boc');
	src:url('fonts/icomoon.eot?#iefix-8g4boc') format('embedded-opentype'),
		url('fonts/icomoon.woff?-8g4boc') format('woff'),
		url('fonts/icomoon.ttf?-8g4boc') format('truetype'),
		url('fonts/icomoon.svg?-8g4boc#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-chevron-left:before {
	content: "\f053";
}

.icon-chevron-right:before {
	content: "\f054";
}

.icon-plus-circle:before {
	content: "\f055";
}

.icon-twitter:before {
	content: "\f099";
}

.icon-facebook:before {
	content: "\f09a";
}

.icon-rss:before {
	content: "\f09e";
}

.icon-bars:before {
	content: "\f0c9";
}

.icon-pinterest:before {
	content: "\f0d2";
}

.icon-google-plus:before {
	content: "\f0d5";
}

.icon-caret-left:before {
	content: "\f0d9";
}

.icon-caret-right:before {
	content: "\f0da";
}

.icon-envelope:before {
	content: "\f0e0";
}

.icon-linkedin:before {
	content: "\f0e1";
}

.icon-youtube:before {
	content: "\f167";
}

.icon-tumblr:before {
	content: "\f173";
}

/* CSS copied over from existing PD411 Site.  Need to review and delete as possible. SAR */

.page-content  .hero {
	color: #FFF;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 15px 10px;
	background: #595a5c;
	line-height: normal;
}
@media screen and (min-width: 480px) {
	.page-content  .hero {
		font-size: 44px;
		padding: 30px 10px;
	}
}

.blue-box {
	background: #5bb7de;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-weight: 300;
	line-height: 1.5em;
	/*margin-bottom: 1.5em !important; /*added for padding per Bitclone when SAR added Quin Find School Button*/
}
.blue-box em {
	font-weight: normal;
	font-weight: 300;
}
.page-content .format_text .blue-box a {
	color: #fff;
	text-decoration: underline;
}
.page-content .format_text .blue-box a:hover {
	text-decoration: none;
}
.blue-box strong {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 28px;
}
.gradient-box {
 	overflow: hidden;
	/*margin-bottom: 1.5em !important; /*added for padding per Bitclone when SAR added Quin Find School Button*/
}
.page-content .gradient-box li {
	padding: 20px 0 25px 0;
	background: #595a5c;
	list-style: none;
	margin: 0;
}
.gradient-box,
.gradient-box a,
.page-content .format_text .gradient-box a {
	color: #fff;
	text-decoration: none;
}
.gradient-box li:hover,
.page-content .format_text .gradient-box li:hover {
	color: #5bb7de;
	text-decoration: none;
	background: #565658; /* Old browsers */
	background: -moz-linear-gradient(top,  #565658 0%, #3f4041 58%, #222224 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565658), color-stop(58%,#3f4041), color-stop(100%,#222224)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #565658 0%,#3f4041 58%,#222224 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #565658 0%,#3f4041 58%,#222224 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #565658 0%,#3f4041 58%,#222224 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #565658 0%,#3f4041 58%,#222224 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565658', endColorstr='#222224',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}
.gradient-box li:hover a,
.page-content .format_text .gradient-box li:hover a {
	color: #5bb7de;
}
.page-content .format_text ul.degree-list {
	margin: 0;
}
.degree-list li {
	font-size: 24px;
	list-style: none;
	line-height: 1.2em;
	text-align: center;
	font-weight: 700;
	margin: 0;
}
@media screen and (min-width: 960px) {
	.degree-list li {
		width: 25%;
		float: left;
	}
}
.page-content #content_box {
	background-image: none;
}
.page-content .sidebar h3 {
	text-transform: uppercase;
	color: #fff;
	background: #000;
	letter-spacing: normal;
	font-weight: 700;
	font-size: 28px;
	clear: both;
	padding-left: 10px;
}
.page-content li.widget {
	font-size: 16px;
}

.btn-grey {
	-moz-box-shadow:inset 0px 1px 0px 0px #474747;
	-webkit-box-shadow:inset 0px 1px 0px 0px #474747;
	box-shadow:inset 0px 1px 0px 0px #474747;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #565658), color-stop(1, #222224) );
	background:-moz-linear-gradient( center top, #565658 5%, #222224 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#565658', endColorstr='#222224');
	background-color:#565658;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	padding:15px 30px;
	text-transform: uppercase;
}
.page-content .format_text .btn-grey:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #222224), color-stop(1, #565658) );
	background:-moz-linear-gradient( center top, #222224 5%, #565658 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222224', endColorstr='#565658');
	background-color:#222224;
	text-decoration: none;
	color: #5cb5df;
}
.btn-grey:active,
.btn-blue:active,
.btn-pink:active {
	position:relative;
	top:1px;
}
.btn-blue {
	-moz-box-shadow:inset 0px 1px 0px 0px #4f9abd;
	-webkit-box-shadow:inset 0px 1px 0px 0px #4f9abd;
	box-shadow:inset 0px 1px 0px 0px #4f9abd;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb5df), color-stop(1, #4c94b5) );
	background:-moz-linear-gradient( center top, #5cb5df 5%, #4c94b5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb5df', endColorstr='#4c94b5');
	background-color:#5cb5df;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	display:inline-block;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	padding:15px 30px;
	text-transform: uppercase;
	text-shadow:1px 1px 0px #4c94b5;
}
.page-content .format_text .btn-blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c94b5), color-stop(1, #5cb5df) );
	background:-moz-linear-gradient( center top, #4c94b5 5%, #5cb5df 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c94b5', endColorstr='#5cb5df');
	background-color:#4c94b5;
	text-decoration: none;
}
.btn-pink {
	-moz-box-shadow:inset 0px 1px 0px 0px #ad2353;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ad2353;
	box-shadow:inset 0px 1px 0px 0px #ad2353;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dc1b5b), color-stop(1, #ba1a52) );
	background:-moz-linear-gradient( center top, #dc1b5b 5%, #ba1a52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc1b5b', endColorstr='#ba1a52');
	background-color:#dc1b5b;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	display:inline-block;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	padding:15px 30px;
	text-transform: uppercase;
	text-shadow:1px 1px 0px #801a3d;
}
.page-content .format_text .btn-pink:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ba1a52), color-stop(1, #dc1b5b) );
	background:-moz-linear-gradient( center top, #ba1a52 5%, #dc1b5b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba1a52', endColorstr='#dc1b5b');
	background-color:#ba1a52;
	text-decoration: none;
}


/* Resource Center (Custom Fields Driven - Internal Pages)*/

/* Remove Resource Center from mobile phone views */

.page-content .resource_center_wrapper {
	display: none;
}

@media screen and (min-width: 768px) {
  .page-content .resource_center_wrapper {display: block; margin: 0px 0 10px 0; float: right;}
  .page-content .resource_center_top { 
  width: 274px; 
  height: 59px; 
  background-image: url(../img/resource-header.png); 
  background-repeat: no-repeat;
  }
}

.page-content .resource_center_middle {
width: 274px;
font-size: 1.0 em; 
color: #58595b; 
background-image: url(../img/resource-bgwide.png);
background-repeat: repeat;
}

.page-content .resource_center_middle ul { 
list-style-type: none; 
/*margin: 0;
padding: 10px 5px 2px 40px;*/
margin: 0 0 0 20px;
padding: 5px 5px 2px 5px;
width: 240px;
}

.page-content .resource_center_middle ul li,
.page-content .resource_center_middle { list-style-type: none;color: #BACE33;font-size: 12px; }
.page-content .resource_center_middle ul li a,
.page-content .resource_center_middle a { color: #aae2e0;text-decoration: none; line-height: 1.2em; }
.page-content .resource_center_middle ul li a:hover,
.page-content .resource_center_middle a:hover { text-decoration: underline; }
.page-content .resource_center_bottom {
width: 274px;
height: 13px;
background-image: url(../img/resource-footer.png);
background-repeat: no-repeat;
}

.bachelors small {
	font-size: 10px;
}

/*Interviews Thumbnails CSS*/
.psychology-thumbnail {
   float: left;
   width: 150px;
   height: 220px;
   margin: 0 15px 15px 0;
   padding: 7px;
   text-align: center;
   background: #efefef;
   font-size: 75%;
   border-radius: 3px;
   border: 1px solid #DDDDDD;
}
.psychology-clearboth { 
   clear: both; 
}

/*Interviews Thumbnails CSS)*/
.psychology-thumbnail-right {
   float: right;
   width: 150px;
   height: 220px;
   margin: 0 15px 15px 20px;
   padding: 7px;
   text-align: center;
   background: #efefef;
   font-size: 75%;
   border-radius: 3px;
   border: 1px solid #DDDDDD;
}
.psychology-clearboth { 
   clear: both; 
}

/*ASD Button Style*/
.asd-client-widget .asd-find-program{
                text-align:center;
}
.asd-client-widget .asd-program-button-form .asd-button{
                font-size:15px;
}

/*Copied over from old TCD Site.  Clean where possible */

/*Yoast Breadcrumbs Styling*/
#yoastbreadcrumb { padding: 0px 0 0 20px; margin-bottom: 20px; }
#yoastbreadcrumb { font-size: 12px; }
#yoastbreadcrumb a:hover { text-decoration: underline; }

/* Custom Page Copy Links */

.custom .format_text a { text-decoration: none; }
.custom .format_text a:hover { text-decoration: underline; }

/* Call to Action Box */

  .calltoaction {
  margin: 0px 0 15px 0;
  padding: 10px 10px 10px 10px;
  border: 1px solid grey;
  color: black;
/* change the background color */
  background: #DFF4F5;
/* change the font */
  font-family: Verdana, sans-serif;
  font-size: 12px; 
  line-height: 21px;
  }
.calltoaction p,
.calltoaction ul li {
	font-size: 12px;
	line-height: 21px;
}
  
  /*Custom Speech Bubbles*/
/* ============================================================================================================================
== BUBBLE WITH AN ISOCELES TRIANGLE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-isosceles {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	color:#000;
	background:#fade71; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#fade71));
	background:-moz-linear-gradient(#f9d835, #fade71);
	background:-o-linear-gradient(#f9d835, #fade71);
	background:linear-gradient(#f9d835, #fade71);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

/* Variant : for top positioned triangle
------------------------------------------ */

.triangle-isosceles.top {
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fade71), to(#f9d835));
	background:-moz-linear-gradient(#fade71, #f9d835);
	background:-o-linear-gradient(#fade71, #f9d835);
	background:linear-gradient(#fade71, #f9d835);
}

/* Variant : for left/right positioned triangle
------------------------------------------ */

.triangle-isosceles.left {
	margin-left:50px;
	background:#fade71;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.triangle-isosceles.right {
	margin-right:50px;
	background:#fade71;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

/* creates triangle */
.triangle-isosceles:after {
	content:"";
	position:absolute;
	bottom:-15px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#fade71 transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

/* Variant : top
------------------------------------------ */

.triangle-isosceles.top:after {
	top:-15px; /* value = - border-top-width - border-bottom-width */
	right:50px; /* controls horizontal position */
	bottom:auto;
	left:auto;
	border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
	border-color:#fade71 transparent;
}

/* Variant : left
------------------------------------------ */

.triangle-isosceles.left:after {
	top:16px; /* controls vertical position */
	left:-50px; /* value = - border-left-width - border-right-width */
	bottom:auto;
	border-width:10px 50px 10px 0;
	border-color:transparent #fade71;
}

/* Variant : right
------------------------------------------ */

.triangle-isosceles.right:after {
	top:16px; /* controls vertical position */
	right:-50px; /* value = - border-left-width - border-right-width */
	bottom:auto;
    left:auto;
	border-width:10px 0 10px 50px;
	border-color:transparent #fade71;
}

/* Fixed Widget */
#text-24 {position: relative; z-index: 4;}
#text-26 {position: relative; z-index: 2;}
#text-21 {position: relative; z-index: 1;}

/* Reciprocity Table */
#bigcells
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
align:left;
border-collapse:collapse;
}
#bigcells td, #bigcells th 
{
font-size:.75em;
border:1px solid #4B4B4B;
padding:3px 7px 2px 7px;
}
#bigcells th 
{
font-size: .9em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#008699;
color:#ffffff;
}
#bigcells tr.alt td 
{
color:#000000;
background-color:#DFF4F5;
}

/* Salary Table Used on State Pages */
#customers
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
align:left;
border-collapse:collapse;
}
#customers td, #customers th 
{
font-size:.9em;
border:1px solid #4B4B4B;
padding:3px 7px 2px 7px;
}
#customers th 
{
font-size:.9em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#008699;
color:#ffffff;
}
#customers tr.alt td 
{
color:#000000;
background-color:#DFF4F5;
}

/*Blog Table*/
#blogtable
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
align:left;
border-collapse:collapse;
margin:0 0 20px 0;
}
#blogtable td, #blogtable th 
{
border:1px solid #0D616D /* was #148698, consolidated 2026-05-16 for WCAG contrast */;
padding:3px 7px 2px 7px;
text-align:center;
}
#blogtable th 
{
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#0D616D /* was #148698, consolidated 2026-05-16 for WCAG contrast */;
color:#ffffff;
}
#blogtable tr.alt td 
{
color:#000000;
background-color:#aae2e0;
text-align:center;
}

/* Add Sidebar form to mobile phone views */

.sidebar-content.sidebar-search-form {
	display: block;
}

/* Removes bullets from ASD results page */

.page-id-2695 .page-content ul li {list-style: none; margin-left: 1.3em;}

/* moves scroll up arrow above ASD Next button */

body.program-listings #scrollUp {
  padding-bottom: 60px;
}

/* fix jobs button styling */

.job_filters .search_jobs div.search_submit {
    text-align: left;
}

.job_filters .search_jobs div.search_submit input {
  width: unset;
}

.job_filters .search_jobs div.search_submit input[type="submit"] {
  border: 1px solid #666;
  background: #666;
  padding: 6px 12px;
  font-size: 110%;
  font-family: Georgia, serif;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
}

/* EducationDynamics (Eddy) sidebar form styling */

div#eddyws_teachingcertqdf {
  margin: 0 -25px;
}

/* fix careerjet styling */

div.cjjob p.jobtitle{ 
font-size: 18px; 
font-weight: bold ;
}

div.cjsearchbox table td {
  border: none;
}

/* remove sponsored text from midpage buttons */

div.action-button-sponsored-content-container-text {
  display: none;
}

/* modify Ad Provider: ESYOH mid-page button styling */

div.page-content .esy_widget_container .esy_in_content_button_widget .esy_btn {
  font-size: 18px;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}

/* modify Ad Provider: ESYOH styling */


ul.sidebar-secondary li#text-30 {
  display: none;
}

ul.sidebar-secondary li#text-31 {
  display: block;
}

ul.sidebar-secondary li#text-30 .esy_widget_container .esy_widget_header,
ul.sidebar-secondary li#text-31 .esy_widget_container .esy_widget_header {
  display: none;
}

ul.sidebar-secondary li#text-30 div.esy_widget_container .esy_widget_body .submit-box input[type=submit],
ul.sidebar-secondary li#text-31 div.esy_widget_container .esy_widget_body .submit-box input[type=submit] {
    height: 40px!important;
}

.sticky-large .esy_widget_container .esy_widget_body .submit-box {
    padding: 0 !important;
}

ul.sidebar-secondary li#text-30 div.esy_widget_container,
ul.sidebar-secondary li#text-31 div.esy_widget_container {
  position: relative;
}

ul.sidebar-secondary li#text-30 div.esy_sponsored,
ul.sidebar-secondary li#text-31 div.esy_sponsored {
  color: white !important;
  font-size: 9px !important;
  position: absolute;
  bottom: 11px;
  right: 0;
}


ul.sidebar-secondary li#text-30 .esy_widget_container .esy_widget_vertical .esy_widget_body .submit-box input[type=submit],
ul.sidebar-secondary li#text-31 .esy_widget_container .esy_widget_vertical .esy_widget_body .submit-box input[type=submit] {
  width: 65% !important;
  background: #89CE00 !important;
  color: black !important;
  border: solid #000 1px;
}

@media screen and (min-width: 768px) {
  ul.sidebar-secondary li#text-31 {
  display: none;
  }
  ul.sidebar-secondary li#text-30 {
  display: block;
  }
 ul.sidebar-secondary li#text-30 div.esy_widget_container .esy_widget_body .submit-box input[type=submit],
 ul.sidebar-secondary li#text-31 div.esy_widget_container .esy_widget_body .submit-box input[type=submit] {
    height: 40px!important;
 }

ul.sidebar-secondary li#text-30 .esy_widget_container .esy_widget_vertical .esy_widget_body .submit-box input[type=submit],
ul.sidebar-secondary li#text-31 .esy_widget_container .esy_widget_vertical .esy_widget_body .submit-box input[type=submit] {
  width: 100% !important;
 }
ul.sidebar-secondary li#text-30 div.esy_sponsored,
ul.sidebar-secondary li#text-31 div.esy_sponsored {
  bottom: 0;
  right: 0;
  padding-right: 0;
  padding-bottom: 0;
 }
}

@media screen and (min-width: 1100px) {
  ul.sidebar-secondary li#text-30 div.esy_sponsored,
  ul.sidebar-secondary li#text-31 div.esy_sponsored {
  color: white !important;
  font-size: 9px !important;
  position: absolute;
  bottom: 11px;
  right: 0;
  padding-right: 10px;
  padding-bottom: 5px;
 }
 ul.sidebar-secondary li#text-30 div.esy_widget_container .esy_widget_body .submit-box input[type=submit],
 ul.sidebar-secondary li#text-31 div.esy_widget_container .esy_widget_body .submit-box input[type=submit] {
    height: 40px!important;
 }
 ul.sidebar-secondary li#text-30 .esy_widget_container .esy_widget_vertical .esy_widget_body .submit-box input[type=submit],
 ul.sidebar-secondary li#text-31 .esy_widget_container .esy_widget_vertical .esy_widget_body .submit-box input[type=submit] {
  width: 74% !important;
 }
}


ul.sidebar-secondary li#text-30 .esy_widget_container .esy_widget_body .select-box,
ul.sidebar-secondary li#text-31 .esy_widget_container .esy_widget_body .select-box {
  height: 40px !important;
}

.esy_sponsored {
  padding-right: 10px;
  padding-bottom: 5px;
}

.esy_widget_container .esy_widget_body .select-box label span {
  display: none !important;
  font-size: 12px !important;
}

.sticky-large .esy_widget_container .esy_btn {
  font-size: 1rem !important;
  padding-left: 10px !important;
}

.esy_widget_container .esy_widget_vertical .esy_widget_body .submit-box input[type="submit"] {
  text-transform: capitalize !important;
}

.esy_widget_container div.esy_widget_horizontal .esy_widget_body .submit-box input[type=submit] {
  padding: 0 !important;
}

ul.sidebar-secondary li#text-30 .esy_widget_container,
ul.sidebar-secondary li#text-31 .esy_widget_container {
    min-height: 168px !important;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
  .esy_widget_container .esy_widget_body .select-box label span {
  font-size: 10px !important;
  }
}

@media screen and (min-width: 1100px) {
  .esy_widget_container .esy_widget_body .select-box label span {
  font-size: 12px !important;
  }
}



ul.sidebar-secondary li#text-30 div.esy_widget_header,
ul.sidebar-secondary li#text-31 div.esy_widget_header {
  color: white !important;
  padding-top: 10px;
  padding-left: 10px;
}


ul.sidebar-desktop ul.sidebar_format li {
  padding-left: 15px;
}

ul.sidebar-desktop ul.sidebar_format li a {
  margin: 0 0 0 -15px;
}

.page-sidebar h3 {
  padding-left: 15px !important;
}

.esy_widget_container .esy_widget.esy_widget_vertical {
  margin-top: 0 !important;
  padding: 10px 10px !important;
}

.esy_widget_container .widget_listings_container .direct-school-container .direct-school-details li {
    line-height: 16px !important;
    list-style: none !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

ul.direct-school-program-name li {
    margin-left: 0px !important;
    padding: 0;
}

/* modify Ad Provider: ESYOH mid-page ad stack adjustments */


.esy_widget_container .widget_listings_container .direct-school-container:first-of-type {
  border-top: 1px solid #d1d2d4 !important;
}

.esy_widget_container .widget_listings_container .direct-school-container {
  border-bottom: 1px solid #d1d2d4 !important;
  padding: 15px 0 !important;
  margin: 5px 0 !important;
}

.esy_widget_container .widget_listings_container div.direct-school-container:first-of-type {
  padding-top: 10px !important;
}

/* contrast ratio work */

div.page-content .esy_widget_container .esy_in_content_button_widget .esy_btn {
  background: #89CE00 !important;
  color: black !important;
  border: solid #000000 1px;
  padding: 3px 13px;
}

ul.author_plus li a:link,
ul.author_plus li a:visited,
ul.author_plus li a:hover {
  color: #C44601;
}

div.page-content a:link,
div.page-content a:visited,
div.page-content a:hover {
  color: #C44601;
}

div.page-content .fsb-results-container .action-container a:link,
div.page-content .fsb-results-container .action-container a:visited,
div.page-content .fsb-results-container .action-container a:hover {
  background: #89CE00 !important;
  color: black !important;
  border: solid #000000 1px;
  box-shadow: inset 0 1px 0 0 #89CE00 !important;
  text-shadow: none !important;
}

div.page-content h3,
div.page-content h4,
div.page-content #toc {
  color: #0D616D;
}

.triangle-isosceles.right a:link,
.triangle-isosceles.right a:visited,
.triangle-isosceles.right a:hover,
.triangle-isosceles.left a:link,
.triangle-isosceles.left a:visited,
.triangle-isosceles.left a:hover {
  color: #7F2B01;
}


div.page-content .esy_sponsored {
  color: #595959;
}

#doc-foot {
  background: #2C3D4B; /* was #08424A */
}

div.page-content .esy_widget_container .widget_listings_container .direct-school-container .direct-school-left .scrollbox_show span {
  background: #89CE00 !important;
  color: black !important;
  border: solid #000000 1px;
}

/* contrast ratio work need to test live for ad stack that shows only on PROD */

div.page-content .direct-school-left a.logo_link,
.esy_widget_container .widget_listings_container .direct-school-left a.logo_link div {
  color: #C44601 !important;
}

div.page-content .esy_widget_container .esy_widget_header {
  color: #0D616D !important;
}

div.page-content .esy_widget_container .widget_listings_container .direct-school-right .esy_btn,
div.page-content .show_more_listings:hover, .show_more_listings:link, .show_more_listings:visited {
  background: #89ce00 !important;
  color: #000 !important;
  border: solid #000000 1px;
}

.direct-school-name a, 
.direct-school-program-name a {
  color: #c44601 !important;
}

/* modify Ad Provider: ESYOH styling for mobile touch targets */

.esy_widget_container .widget_listings_container .direct-school-container .direct-school-left ul li {
  padding: 12px 0;
  margin-bottom: 0;
}

.esy_widget_container .widget_listings_container .direct-school-container .direct-school-left ul li a {
  font-size: 19px;
}

@media screen and (min-width: 1001px) {
  .esy_widget_container .widget_listings_container .direct-school-container .direct-school-left ul li a {
    font-size: 15px;
  }
  .esy_widget_container .widget_listings_container .direct-school-container .direct-school-left ul li {
    margin-bottom: 10px;
    padding: 0;
  }
}

/* Author plus project */

.page-id-10 ul.author_plus {
  margin-top: .75em;
}

ul.author_plus {
  font-style: italic;
}

ul.author_plus li {
  list-style: none;
  margin-left: 0;
  font-size: 11px;
  font-weight: bold;
  padding: 0;
}

ul.author_plus li a:link,
ul.author_plus li a:visited,
ul.author_plus li a:hover {
/*  color: #58585b*/;
}

/* Tiny Nav adjustments */

label.tinynav_label {
  color: #58595b;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  label.tinynav_label {display: none;}
}



/* TOC update - replace h5 */

#toc {
    font-weight: 400;
    letter-spacing: -.1px;
    font-size: 1.125rem;
    font-family: Tahoma,sans-serif;
    color: #0D616D;
    line-height: normal;
    margin-bottom: 0.5em;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: block;
}

/* Schools CPT and shortcode project */
@import "schools-shortcode.css";

/* QF update - replace h3 */

#qf {
    font-weight: 400;
    letter-spacing: -.1px;
    font-size: 1.325rem;
    font-family: Tahoma, sans-serif;
    color: #0D616D;
    line-height: normal;
    margin-bottom: 0.5em;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: block;
}
