/* ==========================================================================
	Master stylesheet for USF Sarasota-Manatee
    Author: Wayne Espinola, USF University Communications and Marketing
    Author URL: http://www.usf.edu/ucm/
    Code Foundation is HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/
   ========================================================================== */

/* ==========================================================================
	Base styles
   ========================================================================== */

html { color: #222; font-size: 1em; line-height: 1.4; }
::selection { background: #b3d4fc; text-shadow: none; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
audio, canvas, iframe, img, svg, video { vertical-align: middle; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }
.browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }

/* ==========================================================================
    Type
   ========================================================================== */
   
h1, h2, h3, h4, h5, h6 { font-family: Arial, serif; }
h1 { font-size: 1.571em; /* 22px */ line-height: 1.25em; color: #006747; }
h2 { font-size: 1.429em; /* 20px */ color: #ffffff; padding: 5px; }
h3, h4, h5, h6 { color: #004d35; }
h3 { font-size: 1.285em; /* 18px */    line-height: 1.3333em;      margin-top: 1.3333em; }
h4 { font-size: 1.143em; /* 16px */    line-height: 1.5em;         margin-top: 1.5em; }
h5, h6 { font-size: 1em; /* 14px */        margin-top: 1.714em; }
a {color: #004d35;}
a:hover {color: #006747; text-decoration: none;}
#ou-access { color: #666; text-decoration: none; }

.global-logo {
	margin: 0;
}

/* ==========================================================================
    Clearfix, Collapsing and Accessibility
   ========================================================================== */
a.skip-link, a.skip-link:hover, a.skip-link:visited, .hidden, .collapsible-heading-status { width:1px; height:1px; position:absolute; left:-99999px; top: auto; overflow:hidden; }
.collapsible-content-collapsed { display:none; }
.toggle { margin-bottom: 0; }
.collapsible-heading-toggle { padding: 1em 0; display: block; text-transform: uppercase; }
a.skip-link:active, a.skip-link:focus { 
    width: 100%;
    text-align: center;
    display: block;
    height:auto; 
    position:static; 
	padding: 0.5em 0;
    background-color: #006747;
    color: #fff;
	font-size: 0.85em;
}
    
/* ==========================================================================
    Lists
   ========================================================================== */
ol, ul { margin-left: 1.714em; }

[class*="list"], [class*="list"] li { margin-left: 0; list-style: none; }
[class*="list"] li { margin-top: 0; }

.list-block a { padding: 1em 0; display: block; text-transform: uppercase; }
.list-block {margin-bottom: 0;}

/* ==========================================================================
	Emergency
   ========================================================================== */
.emergency { display: none; }


/*  ==========================================================================
	Custom Alert
    ==========================================================================  */
.customAlert {
	background-color: #49565a;
	color: #fff;
	display: block;
	font-weight: 700;
	padding: 0 10px 0 5px;
}
.customAlert-wrapper {
	background: url('http://www.usf.edu/_resources/images/v2/global/elements/custom-alert-icon.png') center left no-repeat;
	margin: 0 auto;
	max-width: 1005px;
	padding: 1em 0;
	width: 100%;
}
.customAlert p {
	margin: 0;
	padding-left: 64px;
}
.customAlert a {
	color: #fff;
}

/* ==========================================================================
	Header Area
   ========================================================================== */
header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #ffffff;
	font-size: .8em;
}
.top-nav-background {
	/*display: flex;
	justify-content: center;*/
	background-color: #EFEFF0;
}
.top-nav-container {
	/*display: flex;
	flex: 1;
	flex-direction: column;*/
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.top-nav-container a {
	color: #007A60;
	text-decoration: none;
	display: block;
}
.top-nav-container a:hover {
	text-decoration: underline;
}
.top-nav-left, .top-nav-right {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.top-nav-left li, .top-nav-right li {
	margin: 0;
	padding: 0;
	flex: 1;
	padding: 5px;
	text-align: center;
}
.top-nav-left {
	display: none;
}
.apply-button {
	margin: auto;
}
.apply-button a {
	padding: 5px 10px;
	display: block;
}
.apply-button a:hover {
	text-decoration: underline;
}

/* 	Search  */
.site-search {
	flex: 1;
    padding: .25em;
    margin: .5em auto;
    position: relative;
    background-color: #fff;
    height: 19px;
    width: 200px;
    max-width: 200px;
    align-self: center;
	border: 1px solid #cccccc;
}
#site-search-input {
    width: 90%;
    border: none;
    color: #314942;
}
#site-search-submit {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-appearance: none;
	-webkit-border-radius: 0;
}

/* 	USF Logo  */
.header-logo-background {
	display: flex;
	justify-content: center;
}
.header-logo-container {
	display: flex;
	flex: 1;
	justify-content: center;
}
.header-logo-container a {
	color: #fff;
}
.header-logo {
    margin: 0 auto;
    padding: 15px 0;
    max-width: 275px;
    width: auto;
/*     height: 40px; */
}

/* ==========================================================================
    NAVIGATION
   ========================================================================== */
.nav-container {
    background-color: #006747;
    color: #ffffff;
    font-family: Arial, serif;
    text-transform: uppercase;
}
.nav-toggle a {
    padding-left: 40px;
    margin-left: 20px;
    background: url("/_resources/images/menu.png") left center no-repeat;
}
.blog-categories .nav-toggle a, .internal-page-sidebar-mobile .nav-toggle a {
	margin: 0 auto;
	padding-left: 50px;
    background: #9ccb3b url("/_resources/images/menu.png") left center no-repeat;
    background-position-x: 10px;
    color: #ffffff;
    text-decoration: none;
}
.internal-page-sidebar-mobile .nav-toggle a {
	padding-left: 1em;
    background: #999999 url("/_resources/images/sub-menu.png") right center no-repeat;
    background-position-x: 95%;
}
.internal-page-sidebar-desktop {
	display: none;
}
.internal-page-sidebar > * + * {
    margin-top: 0;
}
.nav-container,
.nav-container * {
    margin-top: 0;
}
.nav-container a {
    color: #fff;
    text-decoration: none;
    text-align: left;
}
/* .nav-container a:last-child {
    border: none;
} */
.nav-toggle,
.nav-item {
    font-size: .85em;
    line-height: 1.058em;
	display: block;
}
.sub-nav a {
    padding: 1em 1em 1em 2em;
}
.nav-item {
    position: relative;
    margin-left: 20px;
    padding: .75em 1em;
}
/* .nav-item:last-child {
    border: none;
} */
.sub-nav-toggle {
    position: absolute;
    top: 1.6em;
    right: 0;
}
.sub-nav-toggle a {
    padding-left: 20px;
}
.nav-item .collapsible-heading-collapsed .collapsible-heading-toggle {
    background: none;
}
.nav-item .collapsible-heading-collapsed .collapsible-heading-toggle img {
    opacity: 1;
}

/*  Homepage Video  */
.home-video {
    background-image: url(/_resources/images/campus.jpg);
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    height: 200px;
}
#banner_video, #banner_control, .banner_iframe {
        display: none;
    }
#play-full-video {
    background-image:url(/_resources/images/play-full-video-button.png);
    background-repeat:no-repeat;
    background-color: transparent;
    position:absolute;
    left: 20px;
    width: 108px;
    height: 37px;
    bottom: 20px;
    margin:auto;
    background-position: left bottom;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
}
#full-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: #000000 url(/_resources/images/overlay-close.png) top right no-repeat;
  opacity: 0.6;
  display: none;
  cursor: pointer;
}
#full-video {
  display: none;
  position: absolute;
  top: 15%;
  left: 10%;
  width: 80%;
  z-index: 2;
}
#full-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: visible;
}
#full-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  Homepage Calls to Action  */
.home-calls-to-action, .home-calls-to-action ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: #004d35;
}
.home-calls-to-action ul {
	margin: 0;
	padding: 0;
	list-style: none;
	flex: 1;
	display: flex;
	align-items: center;
}
.home-calls-to-action li {
	flex: 1 auto;
	text-align: center;
}
.home-calls-to-action li img {
	width: 10px;
	height: auto;
	opacity: .3;
}
.home-calls-to-action li a {
	display: block;
	padding: .5em;
	color: #ffffff;
	font-size: .8em;
	text-decoration: none;
	text-transform: uppercase;
}
.home-calls-to-action li a:hover {
	text-decoration: underline;
}

/*  Homepage Tagline  */
.home-tagline {
	display: none;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
	background-color: #009374;
}
.home-tagline img {
	max-width: 90%;
    width: auto;
    height: auto;
    display: block;
}

/* ==========================================================================
	Infographics
   ========================================================================== */
.infographic-wrapper {
	display: flex;
	justify-content: center;
}
.infographic-container {
	width: 100%;
	max-width: 1025px;
	display: flex;
	/*flex: 1;*/
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.infographic {
	display: flex;
	flex: 1 0 auto;
	justify-content: center;
	align-items: center;
	max-width: 250px;
	padding: 1em;
}
.infographic img {
	padding-right: 15px;
}
.infographic span {
	color: #004d35 ;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
}

/* ==========================================================================
	Degree Programs Slider
   ========================================================================== */
.slider {
    width: 90%;
    margin: 20px auto;
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
    color: #666666;
}
.degree-programs-slider-wrapper {
	text-align: center;
	padding: 10px;
}
.degree-programs-slider-container {
	margin: 0 auto;
	max-width: 1025px;
}
.degree-programs-slider-container p {
	margin: 0 1em;
}
.degree-programs-links, .degree-programs-links ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.degree-programs-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	flex: 1;
	display: flex;
	align-items: center;
}
.degree-programs-links li {
	flex: 0 auto;
	text-align: center;
}
.degree-programs-links img {
	width: 10px;
	height: auto;
	flex:0 auto;
}
.degree-programs-links a, .degree-programs-links a:visited {
	display: block;
	margin: 1em;
	color: #004d35;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	cursor: pointer;
	border-bottom: 1px solid transparent;
	font-size: 1em;
}
.degree-programs-links a:hover, .degree-programs-links a:active, .degree-programs-links a:focus, .degree-programs-links a.activeDisplayButton {
	border-bottom: 1px solid #006747;
}
.degree-programs-links a.activeDisplayButton {
	font-weight: bold;
}
.degree-programs-header {
	margin: 0;
	padding: 1em;
	text-transform: uppercase;
}
/*.degree-programs-links li a:hover {
	text-decoration: underline;
}*/
.degree-programs-slider a {
	text-decoration: none;
}
.degree-programs-slider a:hover {
	text-decoration: underline;
}
.degree-programs-caption {
	color: #006747;
	font-size: .8em;
	text-transform: uppercase;
}
p.degree-programs-caption {
	margin: .7em 0 1em 0;
}
.programs-button {
	padding: 20px;
}

/* ==========================================================================
	News Slider
   ========================================================================== */
.news-tagline {
	align-content: center;
	padding: 15px 0;
}
.news-tagline img {
	max-width: 90%;
	height: auto;
}
.news-links, .news-links ul {
	display: flex;
	flex-direction: row;
	font-weight: bold;
	justify-content: center;
}
.news-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	flex: 1;
	display: flex;
	align-items: center;
}
.news-links li {
	flex: 0 auto;
	text-align: center;
}
.news-links img {
	width: 10px;
	height: auto;
	flex:0 auto;
}
.news-links a, .news-links:visited {
	display: block;
	margin: 1em;
	color: #004d35;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: 1px solid transparent;
	font-weight: normal;
	font-size: 1em;
}
.news-links a:hover, .news-links a:active, .news-links a:focus, .news-links a.activeDisplayButton {
/* 	border-bottom: 1px solid #fff; option1 */
	border-bottom: 1px solid #004d35;
}
.news-links a.activeDisplayButton {
	font-weight: bold;
}
/*.news-links li a:hover {
	text-decoration: underline;
}*/
.green-apple-image {
	padding-bottom: 65%;
	width: 100%;
	max-width: 350px;
}
.green-apple-caption {
/* 	color: #ffffff; option1 */
	color: #004d35;
	font-size: 1em;
}
.green-apple-wrapper {
	text-align: center;
/* 	background-color: #004d35; option1 */
	background-color: #9ccb3b;
	padding: 10px;
}
.green-apple-container {
	margin: 0 auto;
	max-width: 1025px;
}
.green-apple-container h3 {
	color: white;
}
.green-apple-container .special-section-button {
	padding-top: 20px;
}
.green-apple-slider a {
/* 	color: #ffffff; */
	text-decoration: none;
}
.green-apple-slider a:hover {
	text-decoration: underline;
}

/* ==========================================================================
	Events Slider
   ========================================================================== */
#events-slider a, #events-slider .green-apple-caption {
/* 	color: #006747; */
}
#events-slider .green-apple-caption {
	font-size: 1em;
}
.events-slider-date {
	background-color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 0 auto;
	padding: 15px 15px 10px;
}
.events-slider-event {
	font-weight: 600;
	margin-bottom: 0;
}
.events-slider-time {
	font-weight: 300;
	margin: 0;
}
.events-slider-month {
	font-size: 1.5em;
	line-height: 1em;
	text-transform: uppercase;
	color: #004d35;
}
.events-slider-day {
	font-size: 2.25em;
	line-height: 1em;
	margin-top: 0.1em;
	color: #004d35;
}

/* ==========================================================================
	Instagram Feed
   ========================================================================== */
.instagram-feed {
	/*display: flex;
	justify-content: center;
	flex-direction: column;*/
	text-align: center;
}
.instagram-feed a {
	color: #004d35;
	text-decoration: none;
}
.instagram-feed a:hover {
	text-decoration: underline;
}	
.instagram-images {
	flex: 1;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 20px;
	display: flex;
	width: 90%;
	max-width: 1000px;
}
.instagram-images li {
	flex: 1 16%;
	margin: .5vw;
}
.instagram-images li img {
	width: 100%;
	height: auto;
}
.hide-me-on-small-screens, .instagram-images li:nth-child(n+4) {
	display: none;
}
.instagram-link {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

/* ==========================================================================
	Calls to Action
   ========================================================================== */
.calls-to-action-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: #9ccb3b;
	border-bottom: 5px solid #004d35;
}
.calls-to-action {
	margin: 0;
	padding: 0;
	list-style: none;
	flex: 1;
	display: flex;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: .9em;
	justify-content: space-around;
	align-items: center;
}
.calls-to-action li {
	flex: 1 auto;
	text-align: center;
	
}
.calls-to-action li a {
	display: block;
	padding: 1em .5em;
	color: #004d35;
	text-decoration: none;
	text-transform: uppercase;
}
.calls-to-action li a:hover {
/* 	color: #ffffff; */
	text-decoration: underline;
}

/* ---- CTA green button snippet -----*/
.cta-green-button-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.cta-green-button {
	text-align: center;
	text-decoration: none;
	background-color: #004D35;
	color: #ffffff;
	padding: 1em;
	font-weight: bold;
	margin: .5em;
}
.cta-green-button:hover {
	background-color: #006747;
	color: #ffffff;
}

/* ==========================================================================
	Footer
   ========================================================================== */
.footer-container {
/* 	background-color: #DDDDDD; */
	display: flex;
	justify-content: center;
	width: 100%;
}
footer {
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;	
	width: 100%;
}
.footer-logo-social-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 500px;
}
.footer-logo {
	margin: .25em .25em .25em 0;
    padding: 10px 0;
    max-width: 275px;
/*     height: 50px; */
}
.footer-social, .blog-social, .news-social {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	color: #666666;
}
.footer-social {
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}
.blog-social, .news-social {
	max-width: 275px;
	align-items: center;
}
.footer-social li, .blog-social li, .news-social li {
	padding: .5em;
}
.footer-social svg, .blog-social svg, .news-social svg {
	height: 34px;
	width: 34px;
}
.footer-social a, .blog-social a, .news-social a {
	color: #999999;
	fill: #999999;
}
.footer-social a:hover, .blog-social a:hover, .news-social a:hover {
	color: #333333;
	fill: #333333;
	-webkit-transition: fill 0.5s, -webkit-transform 0.5s ease-out;
	transition: fill 0.5s, -webkit-transform 0.5s ease-out;
	transition: fill 0.5s, transform 0.5s ease-out;
	transition: fill 0.5s, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.footer-links {
	display: flex;
	padding: 1em 0;
	flex: 1 0 auto;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.footer-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0 1em;
	flex: 1 0 auto;
}
.footer-links li a, .footer-contact-info a {
	text-decoration: none;
	color: #666666;
	
}
.footer-links li a:hover, .footer-contact-info a:hover {
	text-decoration: underline;
	color: #333333;
}
.footer-contact-info {
	color: #666666;
	font-size: .8em;
	margin: 0 auto;
	text-align: center;
	width: 90%;
}

/* ==========================================================================
	Landing Page Styles
   ========================================================================== */
.page-header-wrapper {
	position: relative;
	margin-bottom: 0;
}
.page-header-image {
	flex: 0 100%;
	background: #000000 url(/_resources/images/bg-landing-page-header.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 28%;
}
.page-title-wrapper {
	display: flex;
	justify-content: center;
}
.page-title-container {
	display: flex;
	flex: 0 1025px;
}
.page-title {
	flex: 0 auto;
	width: 100%;
	margin: 0;
	padding: 5px 15px;
	background-color: #004d35;
}
.landing-page-content-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.landing-page-content-container {
/* 	display: flex; */
	flex: 0 1025px;
	flex-direction: column;
	padding: 1em;
	color: #333333;
}
.landing-page-content-container ul, .landing-page-content-container ol {
	margin-left: 0;
	padding-left: 1.25em;
}
.landing-container {
	display:flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 2em;
}
.landing-container-content {
	margin: 0 auto;
	flex: auto;
	width: 100%;
	max-width: 500px;
	order: 2;
}
.landing-container-content h3 {
	margin-top: .5em;
}
.landing-container-content ul {
	margin: 0 0 10px 25px;
	padding: 0;
/* 	list-style: none; */
}
.landing-container-content li a {
	text-decoration: none;
}
.landing-container-content li a:hover {
	color: #006747;
	text-decoration: underline;
}
.landing-container-image {
	margin: 0 auto;
	flex: auto;
	width: 100%;
	max-width: 500px;
	height: auto;
	order: 1;
}
.landing-container-image img {
	display: block;
	max-width: 100%;
}
.page-special-section-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: #004d35;
}
.page-special-section-container {
	display: flex;
	flex: 0 1025px;
	flex-direction: column;
	color: #333333;
}
.page-special-section-container h3, .page-special-section-container p, .page-other-resources h3 {
	color: #ffffff;
}
.special-section-image {
	margin: 0 auto;
	flex: auto;
	width: 100%;
	max-width: 450px;
	height: auto;
}
.special-section-image img {
	display: block;
	max-width: 100%;
}
.special-section-content {
	flex: auto;
	padding: 1em;
}
.special-section-content h3 {
	margin-top: .5em;
}
.special-section-button {
	margin: 2.5em 0;
}
.view-more-button {
	margin: 40px;
}
.special-section-button a, .programs-button a, .view-more-button a {
	text-transform: uppercase;
	text-decoration: none;
	padding: .5em;
}
.filter-button {
	background-color: #666; /* Green */
    border: none;
    color: #ffffff;
    height: 34px;
	padding: 0 15px;
	margin: 0 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	text-transform: uppercase;
}
.filter-button:hover {
	background-color: #444;
}

/* .special-section-button a {
	border: 2px solid #ffffff;
	color: #ffffff;
} option1 */
.special-section-button a {
	border: 2px solid #004d35;
	background-color: #ffffff;
	color: #004d35;
}
.special-section-button a:hover {
	border: 2px solid #ffffff;
	background-color: #004d35;
	color: #ffffff;
}
.programs-button a, .view-more-button a {
	border: 2px solid #006747;
	color: #006747;
}
.programs-button a:hover, .view-more-button a:hover {
	background-color: #006747;
	color: #ffffff;
}
.page-other-resources {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1em 1em 2em 1em;
	align-content: center;
}
.page-other-resources h3 {
	flex: 1;
	margin: 1em auto;
	align-self: center;
	color: #004d35;
}
.page-other-resources-links {
	display: flex;
	align-self: center;
	flex-wrap: wrap;
	max-width: 800px;
}
.page-other-resources-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-other-resources-links ul .other-links {
	flex: auto;
	box-sizing: border-box;
	padding: 5px;
}
.page-other-resources-links .other-links a {
	color: #004d35;
	text-decoration: none;
	display: block;
	text-align: center;
}
.page-other-resources-links .other-links a:hover {
	text-decoration: underline;
}

/* ==========================================================================
	Internal Pages
   ========================================================================== */
.internal-page-content-wrapper {
	padding: 1em;
}
.internal-page-sidebar > * + * {
	margin-top: 0;
}
.sidebar-navigation {
	padding: 0;
}
.sidebar-navigation li {
	background-color: #dddddd;
}
.sidebar-navigation a, .sidebar-navigation a:visited {
	padding: 0.5em 1em;
	color: #404040;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 1px;
}
.sidebar-navigation a:hover, .sidebar-navigation a:active, .sidebar-navigation a:focus {
	background-color: #666666;
	color: #fff;
}
.sidebar-link-active {
	position: relative;
}
.call-to-action {
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	padding: 1em;
	font-weight: bold;
	margin: 1em 0;
	background-color: #004d35;
}
.call-to-action:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: #006747;
}
.sidebar-contact {
}
.sidebar-contact a {
	color: #222;
}

/* ==========================================================================
	All Programs Page
   ========================================================================== */
.all-programs-content-wrapper {
	padding: 1em;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.all-programs-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.programs-article-box {
	flex: 0 1 240px;
	padding: .5em;
}
.programs-article-box a {
	color: #222222;
	text-transform: uppercase;
	text-decoration: none;
}
.programs-article-box a:hover {
	text-decoration: underline;
}

/* ==========================================================================
	Faculty Bio Page
   ========================================================================== */
.bio-links h4 {
	margin-bottom: 0;
}
.faculty-bio-content {
	max-width: 1025px;
	margin: 0 auto;
	padding: 20px;
}
.bio-image img {
	max-width: 100%;
	margin-bottom: 1em;
}
.faculty-bio-content h2, .faculty-bio-content h3 {
	color: #555555;
	margin: 0 auto;
}
.faculty-bio-content h2 {
	font-size: 1.285em;
	padding: 0 auto;
}
.faculty-bio-content h3 {
	font-size: 1em;
	text-transform: none;
}
.faculty-bio-content h3 span {
	font-weight: normal;
}

/* ==========================================================================
	Program Description Snippets
   ========================================================================== */
.program-description-cta-container {
	display: flex;
	justify-content: center;
	margin: 2em 1em;
	align-items: center;
	flex-wrap: wrap;
}
.program-description-cta {
	width: 90%;
	height: auto;
	max-width: 250px;
	margin: 1em;
}
.employer-logos-container {
	display: flex;
	flex-direction: column;		
}
.employer-logo-list {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: center;
	flex-wrap: wrap;
}
.employer-logo-list li {
	padding: .5em;
}
.employer-logo {
	width: 100%;
	height: auto;
	max-width: 250px;
}
.request-more-info-wrapper {
	background-color: #eeeeee;
}
.request-more-info-container {
	max-width: 1025px;
	margin: 0 auto;
	padding: 1em 0;
	display: flex;
	flex-flow: column;
}
.request-more-info-container h3 {
	color: #004d35;
	text-align: center;
	flex: 1 100%;
}
.request-more-form {
	flex: 1 100%;
	margin: 1em;
}
.request-more-form iframe {
	width: 100%;
}
.request-more-contact-info {
	flex: 1 100%;
	margin: 1em;
	color: #004d35;
}
.request-more-contact-info h4 {
	color: #004d35;
	margin-top: 0;
}
.request-more-contact-info a {
	color: #004d35;
}
.request-more-contact-info a:hover {
	text-decoration: none;
}

/* ==========================================================================
	Breadcrumbs
   ========================================================================== */
.breadcrumbs {
	display: flex;
	font-size: .8em;
	justify-content: flex-start;
	color: #999;
}
.breadcrumbs ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 1em;
}
.breadcrumbs li {
	padding-right: .5em;
}

/* ==========================================================================
	Videos in content pages
   ========================================================================== */
.video-container, .media-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.landing-video {
	max-width: none;
	padding-left: 0;
	margin-bottom: 2em;
}
.video-container iframe, .media-container iframe, .video-container object, .media-container object, .video-container embed, .media-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*  ==========================================================================
    Snippet - Media
    ==========================================================================  */
    .media-caption { margin: 0; font-style: italic; }
	.media-large, [class*="media-medium"], [class*="media-small"] { margin-bottom: 1.5em; }
	.media-large img, [class*="media-medium"] img, [class*="media-small"] img { max-width: 100%; }

    [class*="media-small"] { width: 100px; }

    .media-small-right { float: right; margin-left: 1.5em; }
    .media-small-left { float: left; margin-right: 1.5em; }

	.mediaGrid_item {
		padding: .5em 0;
	}
	.mediaGrid img {
		max-width: 100%;
		height: auto;
	}

	@media screen and (min-width: 515px) {
		[class*="media-medium"] { width: 33%; }

		.media-medium-right { float: right; margin-left: 1.5em; }
		.media-medium-left { float: left; margin-right: 1.5em; }
		
		.mediaGrid { display: flex; justify-content: space-around; }       
        .mediaGrid_item { flex: 1; margin-top: 0; }
        .mediaGrid_item + .mediaGrid_item { margin-left: 1.5em; }
	}


/*  ==========================================================================
    Snippet - Toggle
    ==========================================================================  */
	.toggle-section {
		margin: 1em 0;
	}
	.toggle-section .toggle {
		font-weight: bold;
		margin: 0;
	}
	.toggle-section .collapsible-heading a {
		padding: 0 0 0 2.25em;
		display: block;
		text-transform: none;
		text-decoration: none;
		background: url("/_resources/images/toggle-sprite.png") 0px -192px no-repeat;
		color: #9ccb3b;
	}
	.toggle-section .collapsible-heading-collapsed a, .toggle-section .collapsible-heading-collapsed a:visited {
		background: url("/_resources/images/toggle-sprite.png") 0px 4px no-repeat;
		color: #006747;
	}
	.toggle-section .collapsible-heading-collapsed a:hover, .toggle-section .collapsible-heading-collapsed a:focus {
		background: url("/_resources/images/toggle-sprite.png") 0px -96px no-repeat;
		color: #9ccb3b;
	}
	.toggle-section .collapsible-content {
		padding-left: 2.25em;
	}
	.toggle-section .toggle-content * {
		margin-bottom: 0;
	}

/*  ==========================================================================
    Snippet - Tables
    ==========================================================================  */
	table { 
		width: 100%; 
		margin-bottom: 1.5em;
		table-layout: fixed;
	}
	caption {
		padding: .625em; 
		font-weight: bold;
		font-size: 1.2em; 
		line-height: 1.25em;
		text-align: left;
	}
	thead th {
		border-bottom: 3px solid #DCDDDE;
	}
	tr + tr td {
		border-top: 1px solid #DCDDDE;
	}
	th, td {
		padding: .813em;
		text-align: left;
	}
	th {
		font-weight: bold;
	}
	.table-striped tbody tr:nth-child(odd), 
	.table-bordered-striped tbody tr:nth-child(odd) {
		background-color: #ECEDED;
	}
	.table-striped td, 
	.table-striped tbody th {
		border: 2px solid #fff;
	}
	.lt-ie9 .table-striped td {
		border: none;
		border-top: 1px solid #DCDDDE;
	}
	.table-bordered, 
	.table-bordered-striped {
		border: 1px solid #DCDDDE;
	}
	.table-bordered td + td, 
	.table-bordered thead th + th, 
	.table-bordered-striped td + td, 
	.table-bordered-striped thead th + th {
		border-left: 1px solid #DCDDDE;
	}

/*  ==========================================================================
    Snippet - Tables - Responsive
    ==========================================================================  */
	.responsive-table, 
	.responsive-table caption, 
	.responsive-table thead, 
	.responsive-table tbody, 
	.responsive-table tr, 
	.responsive-table th, 
	.responsive-table td {
		display: block;
	}
	.responsive-table thead, 
	.responsive-table thead th {
		width:1px;
		height:1px;
		position:absolute;
		left:-9999px;
		top:auto;
		overflow:hidden;
	}
	.responsive-table tr:before, 
	.responsive-table tr:after {
		content: '';
		display: table;
	}
	.responsive-table tr:after {
		clear: both;
	}
	.responsive-table tr {
		*zoom: 1;
	}
	.responsive-table th, 
	.responsive-table td {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;    
		box-sizing: border-box;         
	}
	.responsive-table td {
		width: 100%;
		padding-left: 50%;
		position: relative;
		float: left;
		border: none;
		border-bottom: 1px solid #DCDDDE;
		text-align: left;
	}
	.responsive-table td:before {
		width: 45%;
		padding: 10px;
		position: absolute;
		top: 0;
		left: 0;
		content: attr(data-usf-tblcolumn);
		font-weight: bold;
	}
	.responsive-table tbody tr:nth-child(odd) {
		background-color: #ECEDED;
	}
	.responsive-table tbody tr:nth-child(odd) td {
		border-bottom: 1px solid #fff;
	}
	.responsive-table.table-bordered, 
	.responsive-table.table-bordered-striped {
		border: none;
	}
	.responsive-table.table-bordered td + td, 
	.responsive-table.table-bordered thead th + th, 
	.responsive-table.table-bordered-striped td + td, 
	.responsive-table.table-bordered-striped thead th + th {
		border-left: none;
	}

/*  ==========================================================================
    Snippet - Two Column Text
    ==========================================================================  */
	@media screen and (min-width: 515px) {
        .two-column-text { display: flex; justify-content: space-around; }       
        .two-column-text-col { flex: 1; margin-top: 0; }
        .two-column-text-col + .two-column-text-col { margin-left: 1.5em; }
    }

/* ==========================================================================
	Snippet - Turtle Test
   ========================================================================== */
	.ctaContentGrid_item {
		border: 1px solid #009374;
		text-align: center;
		padding: 2em 2em 3em 2em;
	}
	.ctaContentGrid_heading {
		color: #006747;
		margin-bottom: 0;
		padding-top: 40px;
	}
	.ctaContentGrid a, .ctaContentGrid a:visited {
		font-weight: bold;
		text-decoration: none;
	}
	.ctaContentGrid p a:hover, .ctaContentGrid p a:active, .ctaContentGrid p a:focus {
		text-decoration: underline;
	}
	.ctaContentGrid_button, .ctaContentGrid_button:visited {
		background-color: #006747;
		border: 1px solid #fff;
		color: #fff;
		display: inline-block;
		padding: 0.5em 2em;
		text-transform: uppercase;
	}
	.ctaContentGrid_button:hover, .ctaContentGrid_button:active, .ctaContentGrid_button:focus {
		background-color: #fff;
		border: 1px solid #006747;
		color: #006747;
	}

	@media screen and (min-width: 515px) {
		.ctaContentGrid + .ctaContentGrid {
			margin-top: 0.75em;
		}
		.ctaContentGrid--adjust {
			margin-right: 1.5em;
		}
		.ctaContentGrid--adjust .ctaContentGrid_item {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;    
			box-sizing: border-box; 
			width: 50%;
		}
		.ctaContentGrid_heading {
			font-size: 2em;
			line-height: 1em;
		}
	}

/* ==========================================================================
   ==========================================================================
	Media Queries
   ==========================================================================
   ========================================================================== */

@media (min-width: 600px) {

.global-logo {
	margin: 0.5em 0;
}

}

@media (min-width: 769px), print {
.hide-me-on-small-screens, .instagram-images li:nth-child(n+4) {
	display: block;
}
.top-nav-background {
	display: flex;
	justify-content: center;
}
.top-nav-container {
	display: flex;
	flex: 0 1025px;
	flex-direction: row;
	justify-content: flex-start;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}
.top-nav-left, .top-nav-right {
	flex: 1 ;
}
.top-nav-left {
	display: flex;
	justify-content: flex-start;
}
.top-nav-right {
	justify-content: flex-end;
}
.top-nav-left li, .top-nav-right li {
	flex: 0 auto;
	padding: 5px 10px;
}
.apply-button a {
	background-color: #006747;
	text-transform: uppercase;
	color: #ffffff;
}
.apply-button a:hover {
	background-color: #004d35;
	text-decoration: none;
}

.site-search {
	flex: 1;
	align-self: center;
	margin: 0.5em;
}
.header-logo-container {
	flex: 0 1025px;
	flex-direction: row;
	justify-content: flex-start;
}
.header-logo {
	margin: .25em;
	padding: 10px;
}
.global-logo {
	margin: 0.95em 0;
}
.nav-container .collapsible-content-collapsed {
    display: block;
}
.nav-container .toggle {
    display: none;
}
/* .nav-container {
	display: flex;
	justify-content: center;
}
nav {
	flex: 0 1025px;
} */
.nav-container a {
	text-align: center;
}
.nav-menu {
	display: table;
	max-width: 1025px;
	margin: 0 auto;
	text-align:center;
}
.nav-item {
	display: table-cell;
	width: 12%;
	vertical-align: middle;
	padding: .75em 1em;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
/* 	.nav-container a:last-child {
		border: 
	} */
.nav-item:hover {
/* 	background-color: #ffffff;
	color: #006747; */
	border-bottom: 4px solid #9ccb3b !important;
}
/* ==========================================================================
	Homepage Video - YouTube iframe
   ========================================================================== */
.home-video {
	height: 243px;
}
#play-full-video {
    left: 77px;
}
.banner_iframe {
    padding-bottom: 56.25%;
    overflow: hidden;
}
.banner_iframe iframe,
.banner_iframe object,
.banner_iframe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
}
video#banner_video, .banner_iframe { 
    margin-top: 0;
    position: absolute;
    display: block;

    top: 50%;
    left: 50%;
    min-width: 101%;
    min-height: 101%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);

    background: url('/_resources/images/home-header.jpg') no-repeat center center;
    background-size: cover;
}
#banner_control {
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;
    z-index: 10;
    display: block;
    cursor: pointer;
    left: 20px;
    width: 37px;
    height: 37px;
    bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: none;
    background: transparent;
    padding: 0;

    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.banner_controlIcon {
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
a.banner_button {
	display: inline-block;
	padding: 0.75em 1.5em;
	letter-spacing: 4px;
}
a.banner_button:before {
	background-color: #006747;
}
.home-tagline {
	padding: 25px 0; 
}
.home-calls-to-action ul {
	flex:0 769px;
}
.home-calls-to-action li a {
	font-size: 1em;
}
.infographic-container {
	justify-content: space-between;
}
/*.infographic {
	flex: 1;
}*/
.calls-to-action {
	flex: 0 769px;
	font-size: 1.3em;
}
.degree-programs-slider-container p {
	margin: 0 4em;
}
p.degree-programs-caption {
	margin: .7em 0 1em 0;
}
.news-links a, .news-links:visited, .degree-programs-links a, .degree-programs-links a:visited {
	margin: .5em;
	font-size: 1.3em;
}
footer {
	flex: 0 1025px;
}
.footer-logo-social-container {
	width: 90%;
	flex-direction: row;
	max-width: none;
}
.footer-social, .blog-social, .news-social {
	max-width: 400px;
}
.footer-links {
	width: 90%;
	margin: 20px 0;
}
.footer-links ul {
	flex: 1 auto;
	padding: 0;
}
.footer-personas {
	display: none;
}

/* ==========================================================================
	Landing Page Styles
   ========================================================================== */
.page-title-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.page-title {
	width: 70%;
}
.page-title-flex {
	margin-left: 24%;
}
.landing-container {
	flex-direction: row;
	margin: 20px 0;
	align-items: center;
}
.landing-container-content {
	/*flex: 1;*/
}
/*.landing-container-image {
	flex: 1;
}*/
.landing-left {
	order: 1;
	margin-right: 20px;
}
.landing-right {
	order: 2;
}
.page-special-section-container {
	flex-direction: row;
	align-items: center;
}
.special-section-content {
	margin-left: 20px;
}
.special-section-content, .special-section-image {
	flex: 1;
}	
.page-other-resources-links ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.page-other-resources-links ul .other-links {
	width: 50%;
}
/* .landing-video {
	max-width: 70%;
	padding-left: 15%;
} */


/* ==========================================================================
	Internal Pages Styles
   ========================================================================== */

.internal-page-flex {
	display: flex;
	justify-content: space-around;
	flex-direction: row-reverse;
}
.internal-page-content-wrapper {
	max-width: 1025px;
	margin: 0 auto 50px;
}
.internal-page-content {
	flex: 4;
	margin-left: 3em;
}
.internal-page-sidebar > * + * {
	margin-top: 2em;
}
.internal-page-sidebar {
	flex: 1;
}
a.sidebar-link-active, a.sidebar-link-active:visited {
	background-color: #666666;
	color: #fff;
}
.internal-page-sidebar-mobile {
	display: none;
}
.internal-page-sidebar-desktop {
	display: block;
}
.sidebar-link-active {
	font-weight: bold;
	position: relative;
}
.sidebar-link-active:after {
	position: absolute;
	top: 50%;
	content: "";
	width: 0;
	height: 0;
	margin-top: -19px;
	border-bottom: 19px solid transparent;
	border-top: 19px solid transparent;	
	z-index: 2;
}
.sidebar-navigation-left .sidebar-link-active:after {
	right: -15px;
	border-left: 15px solid #666666;
}
.sidebar-navigation-right .sidebar-link-active:after {
	left: -15px;
	border-right: 15px solid #666666;
}
.breadcrumbs {
	justify-content: flex-end;
	max-width: 1025px;
	margin: 0 auto;
}

/* ==========================================================================
	All Programs
   ========================================================================== */
.all-programs-content-wrapper {
	max-width: 1025px;
	margin: 0 auto 50px;
}
.all-programs-content-wrapper .degree-programs-links a {
	font-size: 1.3em;
}
.all-programs-content-wrapper .degree-programs-links img {
	width: 20px;
}

/* ==========================================================================
	Faculty Bio
   ========================================================================== */
.faculty-bio-content {
	position: relative;
	margin: 20px auto;
	margin-bottom: 40px;
	padding: 0;
	min-height: 750px;
}
.bio-image, .bio-links {
    position: absolute;
    left: 20px;
    top: 0;
    width: 25%;
}
.bio-links {
    top: 320px;
    max-width: 225px;
}
.bio-name, .bio-contact, .bio-bio {
    padding-left: 30%;
    margin-right: 20px;
}

/* ==========================================================================
	Program Description Snippets
   ========================================================================== */
.program-description-cta-container {
	flex-direction: row;
	flex-wrap: nowrap;
}
.employer-logo-list {
	flex-wrap: nowrap;
}
.request-more-info-container {
	flex-flow: row wrap;
}
.request-more-info-container h3 {
	flex: 1 100%;
}
.request-more-form {
	flex: 3;
	order: 2;
}
.request-more-contact-info {
	flex: 2;
	order: 3;
}

}

@media (min-width: 850px) {

header {
	font-size: 1em;
}
	
#site-search-submit {
    width: 27px;
    height: 27px;
}
	
}

@media (min-width: 1025px) {

.home-video {
	height: 320px;
}
.landing-video-container {
    width: 800px;
    height: 500px;
}
.infographic {
	margin: 10px;
}

}

@media (min-width: 1300px) {

.home-video {
	height: 400px;
}
	
}

/* ==========================================================================
	Helper classes
   ========================================================================== */

.hidden { display: none !important; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ }
.clearfix:after { clear: both; }

/* ==========================================================================
	Print styles
   ========================================================================== */
@media print {
*,
*:before,
*:after,
*:first-letter,
*:first-line {
/*         background: transparent !important; */
/*         color: #000 !important; */
    box-shadow: none !important;
    text-shadow: none !important;
}
a,
a:visited {
    text-decoration: underline;
}
/* a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
} */
/*
 * Don't show links that are fragment identifiers,
 * or use the `javascript:` pseudo protocol
 */
a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
}
pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
/*
 * Printing Tables:
 * http://css-discuss.incutio.com/wiki/Printing_Tables
 */
thead {
    display: table-header-group;
}
tr,
img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}
h2,
h3 {
    page-break-after: avoid;
}
.home-video {
	background-image: url(../images/campus.jpg);
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	height: 200px;
}
#banner_video, #banner_control, .banner_iframe, #play-full-video {
    display: none;
}
.footer-social li {
	width: 30px;
	display: inline-block;	
}
.infographic {
    flex: none;
}

.hide-me-on-small-screens {
	display: block;
}
.top-nav-container {
	flex: 0 1025px;
	flex-direction: row;
	justify-content: flex-start;
	max-width: none;
}
.top-nav-left, .top-nav-right {
	flex: 1 ;
}
.top-nav-left {
	display: flex;
	justify-content: flex-start;
}
.top-nav-right {
	justify-content: flex-end;
}
.top-nav-left li, .top-nav-right li {
	flex: 0 auto;
	padding: 5px 10px;
}
.apply-button a {
	background-color: #006747;
	text-transform: uppercase;
}
.blog-top-nav .apply-button a {
	background-color: #9ccb3b;
}
.site-search {
	display:none;
}
.header-logo-container {
	flex: 0 1025px;
	flex-direction: row;
	justify-content: flex-start;
}
.header-logo {
	margin: .25em;
	padding: 10px;
}
.collapsible-content-collapsed {
    display: block;
}
.toggle {
    display: none;
}
.nav-container a {
	text-align: center;
}

.nav-menu {
	display: table;
	max-width: 1025px;
	margin: 0 auto;
	text-align:center;
}
.nav-item {
	display: table-cell;
	width: 12%;
	vertical-align: middle;
	padding: 1em;
}
.page-title-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.page-title {
	width: 70%;
}
.page-title-flex {
	margin-left: 24%;
}
.landing-container {
	flex-direction: row;
	margin: 20px 0;
	align-items: center;
}
.landing-left {
	order: 1;
	margin-right: 20px;
}
.landing-right {
	order: 2;
}
.page-special-section-container {
	flex-direction: row;
	align-items: center;
}
.special-section-content {
	margin-left: 20px;
}
.page-other-resources-links ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.page-other-resources-links ul .other-links {
	flex: 0 0 50%;
}
.landing-video {
	max-width: 70%;
	padding-left: 15%;
}
.blog-logo-container {
	order: 0;
}
.blog-top-nav {
	background-color: #006747;
	padding-bottom: 0;
}
.blog-header-image {
    border-bottom: 30px solid #009374;
}
.blog-header-title {
	border-top: 10px solid #9ccb3b;
}
.blog-header-title h2 {
	width: 400px;
	height: 65px;
	margin-top: -55px;
	margin-bottom: 40px;
}
.blog-landing-articles-wrapper {
	flex-direction: column;
	align-items: center;
}
.blog-landing-articles-wrapper {
	flex-direction: row;
	align-items: flex-start;
}

.article img {
	float: left;
	padding-right: 1.5em;
	padding-bottom: 1.5em;
}
.blog-nav-share {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.blog-nav-prev, .blog-nav-next {
	flex: 1;
	order: 0;
	max-width: 200px;
}
.blog-article-share {
	padding: 0 1em;
	max-width: 300px;
}
.blog-nav-share .button-desc {
	font-size: .9em;
	display: block;
}
.internal-page-flex {
	display: flex;
	justify-content: space-around;
	flex-direction: row-reverse;
}
.internal-page-content-wrapper {
	max-width: 1025px;
	margin: 0 auto 50px;
}
.internal-page-content {
	flex: 4;
	margin-left: 3em;
}
.internal-page-sidebar > * + * {
	margin-top: 2em;
}
.internal-page-sidebar {
	flex: 1;
}
a.sidebar-link-active {
	background-color: #666666;
	color: #fff;
}
.internal-page-sidebar-mobile {
	display: none;
}
.internal-page-sidebar-desktop {
	display: block;
}
.sidebar-link-active {
	font-weight: bold;
	position: relative;
}
.sidebar-link-active:after {
	position: absolute;
	top: 50%;
	content: "";
	width: 0;
	height: 0;
	margin-top: -19px;
	border-bottom: 19px solid transparent;
	border-top: 19px solid transparent;	
	z-index: 2;
}
.sidebar-navigation-left .sidebar-link-active:after {
	right: -15px;
	border-left: 15px solid #666666;
}
.sidebar-navigation-right .sidebar-link-active:after {
	left: -15px;
	border-right: 15px solid #666666;
}
.breadcrumbs {
	justify-content: flex-end;
	max-width: 1025px;
	margin: 0 auto;
}
.all-programs-content-wrapper {
	max-width: 1025px;
	margin: 0 auto 50px;
}
.all-programs-content-wrapper .degree-programs-links a {
	font-size: 1.3em;
}
.all-programs-content-wrapper .degree-programs-links img {
	width: 20px;
}
.faculty-bio-content {
	position: relative;
	margin: 20px auto;
	margin-bottom: 40px;
	padding: 0;
	min-height: 750px;
}
.bio-image, .bio-links {
    position: absolute;
    left: 20px;
    top: 0;
    width: 25%;
}
.bio-links {
    top: 320px;
    max-width: 225px;
}
.bio-name, .bio-contact, .bio-bio {
    padding-left: 30%;
    margin-right: 20px;
}
.program-description-cta-container {
	flex-direction: row;
	flex-wrap: nowrap;
}
.employer-logo-list {
	flex-wrap: nowrap;
}
.request-more-info-container {
	flex-flow: row wrap;
}
.request-more-info-container h3 {
	flex: 1 100%;
}
.request-more-form {
	flex: 1 auto;
}
.request-more-contact-info {
	flex: 1 auto;
} */
}
