/*
Theme Name: Healthcare Administration 
Theme URI: https://www.healthcareadministrationdegrees.org
Author:  Healthcare Administration 
Author URI:  Healthcare Administration 
Description: Custom theme for Healthcare Administration 
Version: 1.0.0
Text Domain:  Healthcare Administration 
Tags:
*/
/* --------------------------------------------------------------
HAD
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {margin: 0; font-size:15px;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {box-sizing: content-box; height: 0; margin:1.5em 0;}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height:1.9em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 14px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {box-sizing: border-box;}

*, *:before, *:after {box-sizing: inherit;}
body {background: #fff;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
hr {background-color: #ccc; border: 0; height: 1px; margin: 1.5em 0;}

/*Lists*/
ul, ol {margin: 0 0 1.5em 3em;}
ul {list-style: disc;}
ol {list-style: decimal;}
li > ul,
li > ol {margin-bottom: 0;margin-left: 1.5em;}
dt {font-weight: bold;}
dd {margin: 0 1.5em 1.5em;}

img {height: auto; /* Make sure images are scaled correctly. */max-width: 100%; /* Adhere to container width. */}
table {margin: 0 0 1.5em;width: 100%;}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	/*border: 1px solid #ccc;*/
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #29A0A0; 
	text-decoration:none;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
	text-decoration:none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


* {margin:0; padding:0;}

.dropcap {
  background:#9BCA3E;
  border-radius:70px;
  color:#FFFFFF;
  display:block;
  float:left;
  font-size:36px;
  font-weight:bold;
  height:40px;
  line-height:40px;
  margin:0 20px 20px 0;
  overflow:hidden;
  position:relative;
  text-align:center;
  text-transform:uppercase;
  width:40px;
}

/* Selections */
::-moz-selection { /* Code for Firefox */ color: #fff; background: #2A364E;}
::selection {color: #fff; background: #0087BC;}

/* Content */
.content-highlight {
  background:linear-gradient(170deg, #354463 30%, #2A364E 60%);
  border-radius:20px;
  border-top:20px solid #FF525B;
  color:#FFFFFF;
  margin:20px auto;
  padding:15px;
  width:95%;
}
.content-highlight h2 {
  font-size:2em;
  margin-bottom:0.25em;
  text-align:center;
}

.content-highlight h3 {
  border-left:20px solid #FF525B;
  border-radius:20px;
  border-top:1px solid #FF525B;
  line-height:2em;
  padding-left:15px;
}
.p-highlight {
  clear:both;
  line-height:1.7em;
  margin:0 auto 2em;
  width:89%;
}
.space {
  margin:1em auto 3em;
}
.content-highlight a {
  background:#46AAAA;
  border:1px solid #225151;
  color:#FFFFFF;
  font-weight:bold;
  margin:1em auto;
  padding:10px;
  text-decoration:none;
  width:95%;
}

/* RESPONSIVE IMAGES AND VIDEOS */
.videoWrapper {position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0;}
.videoWrapper iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
img {max-width: 100%; height: auto;}
img.thumb {width:200px; height:auto;}
img.fleft {float:left; padding-right:10px; padding-bottom:10px;}
img.fright {float:right; padding-left:10px; padding-bottom:10px;}

/* HEADERS and PROGRAM NAVIGATIONS */
.headercontainer {margin:0; height:auto; clear:both;}
.logo img {max-width: 100%; height: auto;}
.inner {max-width:1200px; margin:0 auto; overflow: hidden;}
.logo-contain {text-align:center;}
.site-summary {width:auto; padding-top:1px; text-align:center;}
.logomobile {text-align:center; display:block;}
.logomobile img {max-width:98%; margin:1px auto;}
#masthead {clear:both; height:auto; margin:0; width:100%;}
.heroctn {clear:both;}
.program-area {margin-bottom:20px;}
.program-area .widget, #masthead .widget, .heroctn .widget {margin:0;}
.light-bg {background: url(/images/bg.jpg) 52% 44% no-repeat #EEEEEE; color:#111111; margin:0 auto; opacity:0.5;  padding:1%; width:90%;}
#feature .light-bg p {line-height:1.5em; margin-bottom:0.5em;}
.lighter-bg {background:#FFFFFF; border-radius:3px; color:#555; margin:0 auto; opacity:0.95; padding:1%; width:90%;}

/* NAV */
.top-menu {width:100%; background:linear-gradient(170deg, #354463 30%, #2A364E 60%);}
#main-menu {width:100%; background-color:#186B70; clear:both;}
.top-contain {width:100%;}
.top-home {background:linear-gradient(170deg, #354463 30%, #2A364E 60%); display:block;}
.top-home h1 {margin:5px auto; text-transform:normal; font-family:'Open Sans', sans-serif; font-size: 2.5em;; line-height:1em; color:#fff; font-weight:400; padding:0;}

/* LISTS */
#content ul {font-size:.9em; margin:10px auto; width:98%; padding:0;}
#content ul li {font-size:inherit; line-height:1.7em; vertical-align:middle; padding:.5em;}
#content ul li a:hover {text-decoration:none;}
#content ul li:nth-child(even) {list-style:none; background:none; border-bottom:1px dashed #ccc;}
#content ul li:nth-child(even):hover {opacity:.9;}
#content ul li:nth-child(odd) {list-style:none; background:none;  border-bottom:1px dashed #bbb;}
#content ul li:nth-child(odd):hover {background:#fcfcfc;}
#content ul li:last-child {border-bottom:none;}

/* Footer */
.site-footer {text-align:center; width:100%; background: #fff; border-top:2px solid#bbb; padding:10px 0; margin-top:20px; font-weight:normal; font-size:.8em;}

.below-program {clear:both; margin:0 auto;}
#above-content {background:#fff; width:100%; clear:both; margin:0 auto; height:auto;}

/* MAIN */
#content {max-width:1200px; margin:2em auto;}
#primary {float:left; padding:0 4%; width:95%; margin:auto;}
.highlight {width:80%; margin:2% auto; padding:1%; background-color:#FFD800;}
#primary-full {float:none; padding:0 2%; width:92%; margin:0 auto;}

/* SIDEBARS AND BANNERS */
#hero {padding:10px auto 0px; margin:0;}
#sidebar-right {max-width:100%; min-width:150px; float:none; clear:both; margin-right:5px;}
#sidebar-right p {font-size:.9em;}
#sidebar-right a {text-decoration:none;}

/* New Side and Main 9172019 */
#sidebar-had {max-width:100%; min-width:268px; float:none; clear:both; margin-right:5px;}
#sidebar-had h2, #sidebar-had h3 {font-size: 15px;}
.sidecard {width:99%; margin:0 auto 3em; padding:0;}
#sidebar-had ul li {line-height:1.4em;}
.entry-header h1 {font-size:2em; margin:0.67em 0;}


/* HERO HOME */
.subhead {width:90%; margin:0 auto; color:#fff; font-family:inherit; letter-spacing:2px; font-size:1.1em; text-shadow: 1px 1px #4A88DA;}

/* GENERAL MOBILE */
#wrapper {margin-top:220px;}
.featured-article {margin:2% auto; width: 90%; padding:1%; padding-top:2%; background: url(/images/faq.png) no-repeat 100% 0% #f5f5f5; border:1px solid #ddd; border-radius:4px;}

/* TABBED GUIDE*/
.guide {box-shadow:0px 0px 8px #555; width:97%; margin:2px auto; background:#f5f5f5;}
 .guide h2 {text-transform:normal; border-top:3px solid #CE1A1F; letter-spacing:2px; background:none; color:#31475E; font-size:2.25em; font-weight:700; padding-top:10px; text-align:center;}
 .guide .su-tabs {background:#f5f5f5; border-radius:1px; margin:10px 0 1.5em; padding:3px;}

#careertype {padding-bottom:1%; box-shadow:#777777 1px 1px 14px; width:95%; margin:60px auto; min-height:250px; float:none; clear:both;}
 #careertype:hover {box-shadow:#777777 1px 2px 14px;}
 #careertype h3 {margin-bottom:5px; background-color:#fcfcfc; line-height:1.75em; box-shadow:0px 1px 1px #dcdcdc; text-align:center; font-weight:bold; font-size:1.25em;}
 #careertype p {padding:0px 1%;}
.call {background:#F9CF98; padding:1.5%; border-left:10px solid #FAA026; width:85%; margin:5px auto 15px;}

/* Sidebar Feat */
.hside {background:#FFFFFF; border-radius:2px; box-shadow:#BBBBBB 0 1px 3px; line-height:1.5em; margin:1% auto 3%; padding:5%; width:99%;}
.hside ul li {line-height:1.4em; clear:both;}
.highlighted-side-hed {font-weight:bold; margin:2px auto 14px; text-align:center; border-bottom:2px dashed #888888; color:#555555;}
.hside-top {clear:both; float:none; width:100%; height:auto; margin:4px auto;}
.hside-img {float:none; margin:0 auto; text-align:center; width:100%;}
.hside-name {float:left; width:100%; margin:0 auto; padding:2px;}
.hside-text {font-size:0.9em; line-height:1.7em; clear:both; float:none; width:100%; border-top:2px solid #DDDDDD;}
.hside-text p {line-height:1.6em;}
.bordertopgreen {border-top:5px solid #BAD370;}

/* Programs Menu */
.programs-menu {background:#4A5F89;; width:100%; margin:0 auto;}
.tablecard {padding:0;}

/* Tables
================================== */
.program-table {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}
.program-table-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;  /* Default to full width */
  padding: 0.8em 1.2em;
  overflow: hidden; /* Or flex might break*/
  list-style: none;
  border: solid 3px white;
	background: fade(slategrey,20%);}

/* Table column sizing
================================== */
.program-table--2cols .program-table-cell  { width: 50%; }
.program-table--3cols .program-table-cell  { width: 33.33%; }
.program-table--4cols .program-table-cell  { width: 25%; }
.program-table--5cols .program-table-cell  { width: 20%; }
.program-table--6cols .program-table-cell  { width: 16.6%; }

/* Apply styles
================================== */
.program-table {
  position: relative; top: 3px; left: 3px;
}
.program-table-cell {
  margin: -3px 0 0 -3px;
}

/* Cell styles
================================== */
.program-table-cell--dark {background-color: slategrey; border-color: darken(slategrey,10%); color: white;} 
/*h1, h2, h3, h4, h5, h6 { color: white; }*/

.program-table-cell--medium {
  background-color: mix(white,slategrey,50%);
  border-color: mix(white,slategrey,40%);
}
.program-table-cell--light {
  background-color: white;
  border-color: mix(white,slategrey,80%);}

.program-table-cell--highlight {
  background-color: lightgreen;
  border-color: darken(lightgreen,10%);}

.program-table-cell--alert {
  background-color: darkorange;
  border-color: darken(darkorange,10%);
	color: white; }
/* Responsive */
@media all and (max-width: 500px) {
	.program-table--collapse  {display: block;}
.program-table-cell { width: 100% !important; }
.program-table-cell--foot { margin-bottom: 1em; }
.no-flexbox .program-table {display: block;}
.program-table-cell { width: 100%; }
.program-table-cell--foot { margin-bottom: 1em; }
}

/* Cards */
.card {border-top:1px solid #222;}

/* DESKTOP STYLES */
@media only screen and (min-width: 768px) {

/* SIDEBARS and MAIN */
.logomobile {display:none;}
#primary {float:left; padding:0 4%; width:75%;}
#sidebar-right {max-width:19%; min-width:150px; float:right; margin-right:5px; clear:none;}
#sidebar-had {max-width:19%; min-width:268px; float:right; margin-right:5px; clear:none;}
}
/* All Table URL Listings and No URL Listings*/
.school-table {font-size:1em; display:table; margin:0px auto; background-color:#FFF; width:97%; border-bottom:1px dashed #bbb; border-left:5px solid #E6EFEF; border-right:1px solid #EEEEEE; padding:12px 10px;}
.ts1 {display:table-cell; vertical-align:middle; width:60%; max-width:500px; padding:10px;}
   .ts1 .university-name {font-size:1.2em; font-weight:400; padding-bottom:0;}
.ts1-writeup {font-size:0.8em; line-height:1.9em; font-weight:400; padding-bottom:0;}
   .program-table {opacity:.9;}
   .tsurl {width:100%; line-height:1.3em; padding-left: 2em; opacity:.7; overflow:hidden;}
      .tsurl a, .tsurl a:visited {padding-left: 5px; font-size:11px; text-decoration:none; color:#007F46;}
.ts2 {display:table-cell; vertical-align:middle; width:40%; padding:10px;}
.ts1-writeup {display:table-cell; vertical-align:middle; width:80%; max-width:500px; padding:10px;}
.sm {font-size:0.85em; line-height:1.3em;}
.tsname {font-size:1.1em; font-weight:bold;}
.tsprogram-name {padding-left:4px; opacity:.9;}
.tslocation {padding:0.5% 8px; text-align:right; background:#F9F9F9; border:1px solid #DDD;border-radius:3px; width:80%; margin:2px auto;}
.university-name {font-size:1.8em; font-weight:400; padding-bottom:3px;}
.ts2-full {display:table-cell; vertical-align:middle; width:40%; padding:10px;}
.header {background:linear-gradient(170deg, #354463 30%, #2A364E 60%); width:100%; margin: 0 auto;}
/* HAD Degrees Responsive Navigation */
.nav-main {overflow: hidden; max-width: 1600px; margin: 0 auto; text-align:right;}
.nav-main a, .nav-main a:visited {float: left; display: block; color: #FFF; text-align: left; padding: 14px 16px; text-decoration: none; font-size: 14px; border-bottom:none;}
.active {color: inherit;}
.nav-main .icon {display: none;}
.dropdown {float: left; overflow: hidden;}
.dropdown .navdropdwn {border: none; outline: none; color: #222; padding: 3px 5px; background-color: inherit; font-family: inherit; margin: 0;}
.dropdown-content {font-size: .9em; display: none; position: absolute; background-color: #F9F9F9; min-width: 160px; border:2px solid #46AAAA; border-radius:3px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 9999;}
.dropdown-content a, .dropdown-content a:visited {float: none; color: #222; padding: 3px 5px; text-decoration: none; display: block; text-align: left;}
.dropdown-content a.dropdown-parent {color:#46AAAA; border-bottom:1px solid #CCC;}
.nav-main a:hover, .dropdown:hover .navdropdwn, .nav-main a:focus, .nav-main a:hover, .nav-main a:active {color: #425DB7; background:inherit;}
.dropdown-content a:hover {background-color: #F5F5F5; color: #46AAAA;}
.nav-main .had-logo-col {display: block; float:left;}
.nav-main .nav-col {float:right; margin: 1em auto 0; width:auto;}
.nav-main a.had-logo:hover, a.had-logo img:hover {background-color: none;}
.dropdown:hover .dropdown-content {display: block;}
img.hadimage {display:block;}
@media screen and (max-width: 600px) {
.nav-main a:not(:first-child), .dropdown .navdropdwn { display: none; }
.nav-main a.icon {float: right; display: block;}
.nav-main.responsive {position: relative;}
.nav-main .nav-col {float: none; margin: 1em auto;}
.nav-main.responsive .icon {position: absolute; right: 0; top: 0;}
.nav-main.responsive a {float: none; display: block; text-align: left;}
.nav-main.responsive .dropdown {float: none;  width:100%; clear:both;}
.nav-main.responsive .dropdown-content {position: relative;}
.nav-main.responsive .dropdown .navdropdwn {display: block; width: 100%; text-align: left;}
button.navdropdwn {background:inherit; color:inherit; font-size:inherit; border:inherit; border-radius:inherit; padding:inherit;}
img.hadimage {display:none;}}
.nav-col {float: none; margin:10px auto 0;}
i.down {border: solid #FFF; border-width: 0 1px 1px 0; display: inline-block; padding: 3px; transform: rotate(45deg); -webkit-transform: rotate(45deg); float: right; display: block; margin: 6px 0px 0px 10px;}

/* Breadcrumbs */
.bc {width:100%; margin:0 auto; font-size:.9em; background: #7FC1C1; padding: .1em 0; line-height:1.1em;}
#breadcrumbs, #breadcrumbs a {color:#FFF; opacity:.7; margin: .5em 0;}

/* Floats */
.fright, .floatright, .alignright {float:right;}
.fleft, .floatleft, .alignleft {float:left;}

/* Columns */
.row {display: table; width: 100%; margin:1% auto;}
.row .col {display: table-cell; padding:1%; vertical-align:top;}
@media only screen and (max-width: 600px) {.row .col {display: block; width: 95%; margin:1% auto;}}
.row:after {content: ""; display: table; clear: both;}

.sp {background:#FFFFFF; border:1px solid #ddd; border-radius:3px; color:#888; font-weight:bold; letter-spacing:1px; line-height:15px; margin-right:5px; padding:2px; font-size:10px; opacity:.9; float:right;}

/* Cards */
.card2, .card {background-color:#FFF; box-shadow:#BBBBBB 0 1px 4px; display:block; height:auto; padding:15px; width:95%; margin:2% auto; border-radius:2px; font-family:inherit;}
.card ul, .card2 ul {border-bottom:none;}
.card2 a {color:#006EBC;}
.card2 h3, .card h2, .card h3, .card h2 {border-bottom:1px dashed #999999; font-family: inherit; font-weight:bold; font-size:19px; padding-bottom:5px; text-transform:capitalize;}
.callout {width:90%; margin:2% auto; padding:1.5%; overflow:hidden;}
/* Table */
table, table.table {border-collapse:collapse; width: 99%; margin: 2em auto; border: 1px solid #EEE; background-color:#FFF; line-height:1.3em; font-size:.95em; clear:both}
table tr th {background: #D9E6E6; color: #111; padding:1em .25em;}
table tr {border-bottom:1px solid #EEE;}
table tr td {padding:.4em .25em;}
table tr td.tdschool {background:#FFF;}
/* Adjust Table for Tablets and Mobile */
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
table, thead, tbody, th, td, tr {display: block; font-size:.95em;}
table tr th {display:none;}
table tr { border: none;}
table tr td {border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 5%; }
table tr td.tdschool {background: #DDD; color: #111; font-size:1.1em; border:1px solid #BBB; width:100%;}
table tr td::before {content: attr(data-th)": "; font-weight: bold; width:6.5em; display: inline-block; text-align:left;}
table tr td.tdschool::before {content: none; width:0;}
}

/* Search Results */
p.p-intro {line-height:1.3em; padding-bottom:.1em; margin-bottom:.1em;}
.program-info {opacity:.7; font-size:.9em; line-height:1.3em; padding-left:.33em;}
.results-card {display:block; margin:2em auto; width:98%; border:1px solid #EEE; border-radius: 4px; clear:both; background:#FFF; box-shadow: 0px 1px 7px #999; transition: box-shadow 0.15s ease-in-out 0s;}
.results-card:hover {box-shadow: 0px 1px 18px #555; transition: box-shadow 0.25s ease-in-out 0s;}
.flex-container {display: flex; flex-wrap: nowrap;}
.flex-item-left {flex: 70%;}
.flex-item-right {flex: 30%; border-left: 1px solid #EEE; padding: .5em 1em;}

/* Body */
.results-highlights {display: flex; flex-wrap: nowrap; text-align: center; border-top:1px solid #ddd; vertical-align: baseline;}
.res {flex: 30%; line-height: 1.5em; font-size: 13px; padding: 10px 5px; width: 30%; margin: 0 auto; text-align: center;}
.resbright {border-right: 1px solid #DDD;}
.res1:before {content:"✔ "; font-weight:bold;}
.res2:before {content:"✎ "; font-weight:bold;}
.res3:before {content:"Level: "; font-weight:bold;}
.results-school-mobile-image {display:none;}
img.results-image {max-width:270px; max-height:90px; height:auto; margin:1em auto; display:block;}
.results-program-name {font-weight:bold; font-size: 25px; padding: .5em; border-bottom:1px solid #EEE; line-height:1.2em;}
.results-school-name {opacity:.7; font-size: 17px; padding: 0 1em .5em; line-height:1.2em;}
.results-writeup {opacity:.7; font-size:13px; line-height:1.5em; padding: 0 1em; margin: .2em 1em 1em;}
.results-center {text-align:center;}
a.results-button, a.results-button:visited {border-radius: 3px; padding: 5px 10px; text-align:center; width: 80%; margin: 0 auto; display: block;}
a.results-button:hover, a.results-button:visited:hover {filter: brightness(85%);}
.click-to {opacity:.7; font-size:12px; line-height:1.5em; text-align:center; margin: 1.5em 0 .5em;}

/* Responsive */ @media (max-width: 800px) {.flex-container, .results-highlights {display: flex; flex-wrap: wrap;}
.flex-item-right, .flex-item-left {flex: 100%;}
.results-program-name {font-size: 20px; padding: .5em; border-bottom:1px solid #EEE; line-height:1.2em;}
.resbright {border-bottom:1px solid #DDD;}
.results-school-mobile-image {display:block;float:right;width:45%; margin:0;}
img.results-image-mobile {max-width:99%; margin:0 auto; height:auto; max-height:100px; padding:.5em; float:right; background-color:white;}
img.results-image {display:none;}
.results-program-name {border-bottom:none;}
.results-school-name {border-bottom:1px solid #EEE;}}

/* Customize Results Colors Here */
/* Request Info Button */ a.results-button, a.results-button:visited {background-color: #7FC1C1; color: #245757; border-bottom: 3px solid #629797;}
/* Program Name */ .results-program-name a {color:#444;}
/* Program Name Hover */ .results-program-name a:hover {color:royalblue;}
/* Writeup Link Color */ p.results-writeup a, p.results-writeup a:visited {color: royalblue;}
/* Highlights */ .results-highlights {color: #555; background: #E7E9EB;}


/* School Search: DO NOT EDIT */
.school-search input[type=text], .school-search select {width: 100%; padding: 10px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; border-color .1s ease-in-out; font-size: 15px; font-family: inherit; cursor:pointer; /* Replace dropdown arrow */ background-color:#FFF; background-image: linear-gradient(45deg, transparent 40%, gray 45%), linear-gradient(135deg, gray 45%, transparent 40%), linear-gradient(to right, #ccc, #ccc); background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em; background-size: 5px 5px, 5px 5px, 1px 1.5em; background-repeat: no-repeat; -webkit-appearance: none; text-indent: 0.01px; text-overflow: "";}.school-search input[type=submit] {width: 100%;  padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; -webkit-appearance: none; font-size: 16px; font-weight: normal;}
.school-search {max-width: 350px; border-radius: 5px; padding: 0px; margin: .5em auto 2em;}
.school-search .form-body, .school-search .form-submit {padding: .4em 1.5em;}
.school-search .intro {font-size:1.4em; font-weight:bold; text-align:center; padding:.5em;}

/* Customize Colors Here */
/* Main Background Color */ .school-search {background: linear-gradient(170deg, #354463 30%, #2A364E 60%); border:1px solid #BBB;}
/* Heading Intro */         .school-search .intro {background: linear-gradient(170deg, #354463 30%, #2A364E 60%);
color: white; border-bottom: 1px solid #DDD;}
/* Submit Surround Area */  .school-search .form-submit {background:inherit;}
/* Submit Color */          .school-search input[type=submit] {background-color: #7FC1C1; color: #245757; border-bottom: 3px solid #629797;}
/* Submit Hover */          .school-search input[type=submit]:hover {filter: brightness(85%);}
/* Sp Link */				.sp2 {text-align:center; width:100%; margin:.1em auto; color:white; opacity:.6; font-size:.8em; font-style:italic;}
