@import url('bootstrap-grid-custom.css');

body {
	background-image: none;
}


/**************** SIDEBAR **************/

 #sidebar {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    }


@media screen and (min-width: 780px) {
    /* Adjusting sidebar for Bootstrap */
    #sidebar {
        width: 100%;
    }
}

main article {
max-width: calc(100% - 20px) !important;
}
@media screen and (max-width: 880px) {
	main article {
max-width: calc(100%) !important;
}
}

/**************** btnboxes **************/

/* .btn-box {
    max-height: 112px;
} */


/**************** BASE STYLES **************/

h2 {
	letter-spacing: 0;
	margin-top: 40px;
	margin-bottom: 40px;
}

p.label-small {
	font-size: 0.875em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.label-h3 {
	font-size: 1.1875em;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}

.text-md {
	font-size: 1.1875em;
	line-height: 1.333333;
}

.text-large {
    font-size: 1.5em;
    line-height: 1.25;
    font-weight: 300;
}

@media (min-width: 1024px){
	.text-large {
	    font-size: 2em;
	}
}

.text-strong,
label.text-strong {
	font-weight: bold;
}

label.text-strong {
	display: inline-block;
	margin-bottom: 20px;
}

.text-center {
	text-align: center !important;
}


a {
	color: #026080;
    text-decoration: underline;
}

a:hover {
	color: #1a784f;
}

/* a:active {
	color: #000;
} */

.pull-right {
	float: right;
}

i.icon-long-arrow-right:before{
    background: url(../images/icons/long-arrow-right.svg) no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '';
    background-size: 30px;
    margin: 0;
    padding: 0;
}

i.icon-rotate-315:before{
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
    height: 20px;
    display: inline-block;
    margin-left: -4px;
}


/*** Lists ****/

/*
I couldn't find any reason to add this margin, besides
it was causing problems when we need to remove the logo area
ul li {
	margin-bottom: 10px;
}
*/

.list-inline {
	margin-top: 0;
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    margin-bottom: 20px;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-unstyled {
	margin-top: 0;
    padding-left: 0;
    list-style: none;
}

ul.list-no-left{
	padding-left: 20px;
	margin-top: 0;
	margin-bottom: 40px;
}

ol li {
	margin-bottom: 10px;
}

/***** IMAGES *****/

.img-responsive {
	display: block;
    max-width: 100%;
    height: auto;
}


/**** BUTTONS ****/

.button {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    padding: 0.375em 1.25em;
    border-radius: 100px;
    color: #fff;
    /* text-align: right; */
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    /*min-height: 64px;*/
    margin-bottom: 30px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    line-height: 1.75;
    box-sizing: border-box;
    border-radius: 0;
}

.button.button-primary{
    background: #006341;
    color: #FFF;
    border: 4px solid #e2e2e0;
    border-radius: 0;
}


.button.button-secondary {
/*
    background: #E6E6E6;
    color: #585858;
*/
    color: #212721;
    background-color: #e9e9e9;
    border: 4px solid #fff;
}

.button.button-ghost {
    background: #fff;
    color: #585858;
    border: 4px solid #e2e2e0;
}

.button.button-block {
	width: 100%;
}

.button-primary:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #ffffff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-right: 10px;
    margin-left: 0px;
}

.button-secondary:before,
.button-ghost:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #585858;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-right: 10px;
    margin-left: 0px;
}

.button.button-no-icon:before {
	border-left: none;
    border-top: none;
    border-bottom: none;
    display: none;
}


.page-template-page-2017 .icon-checkmark-circle:before {
	background: url(../images/icons/marker-check-green.svg) no-repeat;
    display: inline-block;
    width: 18px;
    height: 22px;
    content: '';
    background-size: 18px 22px;
    margin: 0;
    padding: 0;
    margin-bottom: -2px;
}


.button:hover {
	text-decoration: underline;
}

/***** FORMS ****/

/* input[type="text"]{
	border-radius: 0;
	line-height: 1.5em;
	font-size: 1em;
	padding: 17px 30px;
	border: none;
	background: #E9E9E9;
} */

input.input-block {
	box-sizing: border-box;
	width: 100%;
}





.form-control {
    display: block;
    width: auto;
    padding: 5px;
    font-size: 1em;
    line-height: 1.75;
    color: #585858;
    background-color: #fff;
    background-image: none;
    border: 4px solid #e2e2e0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 54px;
    box-sizing: border-box;
}

@media (min-width: 1024px){
	.form-group-horizontal div:first-child{
		width: 17%;
		float: left;
		padding-right: 0;
		line-height: 56px;
	}

	.form-group-horizontal  div:last-child{
		width: 83%;
		float: left;
		padding-left: 0;
	}
}



#wrapper {
 /*    width: 100%;
    margin: 0; */
max-width: 100% !important;
width: 100%;
padding-left: 0 !important;
padding-right: 0 !important;
margin: 0 auto;
}

header {
	width: 100%;
}



@media screen and (max-width: 1023px) {
	header {
		padding: 0;
	}

	header nav {
		margin-bottom: 0;
	}
}


header {
	margin-top: 0;
}

@media screen and (max-width: 880px) {
	header { margin-top: 45px;
	}
}

.headerCombinedLogoLink2017{
	display: block;
	position: relative;
	top: 0;
	float:left;
	max-width: 100%;
	width: 72px;
	height: 72px;
	margin: 46px auto 20px;
	background-repeat: no-repeat;
	text-decoration: none;
	
}

@media (max-width: 880px){
	
.headerCombinedLogoLink2017{
	display:none;
	}
	
}

@media (min-width: 881px){

	.headerCombinedLogoLink2017{
		margin: 24px 0 24px 0;
	    width: 300px;
	}
}

nav {
	width: 100%;
	height: auto;
	border: none;
}

nav .menu-local-nav-container {
	max-width: 1000px;
	margin: 0 auto;
}

nav div {
    width: 1000px;
    margin: 0 auto;
}

nav .menu {
	display: block;
}

nav .menu:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

nav .menu li {
	margin-bottom: 0;
}

/**** PRINT BUTTON *****/

#programPrintable a {
	border: none;
	background-color: transparent;
	padding:0;
	margin: 0;
}

.stickynav.stickynav-peekaboo.nav-up {
	position: fixed;
	top: -55px;
}


/*** HEADROOM *****/

.fixme {
	margin-left: -20px;
    margin-right: -20px;
}

@media(min-width: 1024px) {
	.fixme {
		padding: 0;
		margin:0;
		z-index: 9999;
		position: absolute;
		background: #fff;
		padding: 0;
	    box-sizing: border-box;
	    width: 100%;
	    left: 0;
	}
}


	
@media(min-width: 1024px) {
	.fixme-fixed {
		position: fixed;
	    top: 0;
	    left: 0;
	    width:100%;
	}
}





.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity;
    position: relative;
}

.slideDown,
.slideUp {
	position: fixed;
	top:0;
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-100%)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform: translateY(-100%)
    }
    100% {
        -o-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0)
    }
    100% {
        -moz-transform: translateY(-100%)
    }
}

@-o-keyframes slideUp {
    0% {
        -o-transform: translateY(0)
    }
    100% {
        -o-transform: translateY(-100%)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-100%)
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp
}





/**** RESPONSIVE UTILS *****/
@media (min-width: 1024px){
	.hidden-md-up {
		display: none !important;
	}
	
}

@media (max-width: 1023px){
	.hidden-md-down {
		display: none !important;
	}
}



@media (max-width: 767px){
	.hidden-sm-down {
		display: none !important;
	}
}



@media (min-width: 768px){
	.hidden-sm-up{
		display: none !important;
	}
}


/**** HEADER ****/

header {
	position: relative;
	display: block;
    clear: both;
}

header .titleRow2017{
	display: block;
    max-height: 120px;
    width: 100%;
    height: 100px;
	position:relative;
}
	
header .program_title, header .program_title * {
	box-sizing:border-box !important;
	}
	
/*header .program_title {
	margin-left: 19px;
    border-left: 3px solid #72BE03;
    padding-left: 17px;
    float: left;
    margin-top: 68px;
}*/

header .program_title {
    margin-left: 8px;
    /*border-left: 3px solid #72BE03;*/
	border-left:none;
    padding-left: 0px;
    float: right;
    margin-top: 70px;
    margin-bottom: 30px;
    width: 66.666%;
	font-size:1.2em;
}

@media (max-width: 880px) {
	
header .program_title{
	width:calc(100% - 8px);
	}
	
}
header .program_title .supertitle {
	font-size: .875em;
	margin-bottom: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	display:none;
}

header .program_title h2 {
	font-weight: normal;
	font-size: 1.125em;
	margin-bottom: 3px;
    letter-spacing: 0;
    color: #006341;
	/*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

@media (min-width: 881px) {
	
    header .program_title {
	    display: inline-block;
		float: none;
		position: absolute;
		right: 0px;
		bottom: 0px;
		
		max-width: 650px;
		width: 100%;
		
		border-left: none;
		
		margin: 0;
		padding: 0px;
		
		text-align: right;
	
	}

    header .program_title .supertitle {
	   display:none;
	   font-size: 1.1875em;
	   margin-bottom: 0;
	   margin-top: 9px;
    }

	header .program_title h2 {
		margin-bottom: 6px;
		font-size: 1.5em;
	}
	
}










/***** SLIDER *****/

.program-slider-container {
	padding: 0;
}

.program-slider .program-slide .program-slide-left,
.program-slider .program-slide .program-slide-right{
	width: 50%;
	min-height: 454px;
	float: left;
	box-sizing: border-box;
}

.program-slider {
	position: relative;
	/* background: #2b2b2b; */
	/* Force the height to no higher than a particular value and hide overflow if it gets to large*/
	height:auto;
    max-height: 620px;
	/* min-height:454px; */
    overflow: hidden;
}

.program-slider .program-slide .program-slide-left {
	background-size: cover;
	background-position: top;
}

.program-slider .program-slide .program-slide-right {
    padding: 50px 40px;
    background: #006441 url(../images/bg-program-slider-right-2017.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.program-slide-right p {
    max-width: 470px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}

.program-slider-controls {
	position: relative;
	margin: 0 0 0 40px;
	bottom: 40px;
	float: left;
	padding-bottom: 20px;
}

.program-slider-controls .list-inline {
	margin-bottom: 0;
}

@media (min-width: 480px){
	.program-slider-controls {
		position: absolute;
	    bottom: 0;
	    left: 50%;
	    z-index: 200;
	}
}



.program-slider-controls a {
	color: #fff;
	text-decoration: none;
}

.program-slider-controls .slider-control a span {
	display: inline-block;
}

.program-slider-controls .slider-control a:before {
	content: '\025AB';
    width: 16px;
    height: 16px;
    font-size: 48px;
}

.program-slider-controls .slider-control a.active:before {
	content: '\025AA';
}


.program-slider-controls .slider-play-pause i {
	position: absolute;
    top: 0;
    font-size: 24px;
    margin-top: -5px;
}

.program-slider-controls .slider-play-pause i.icon-play {
	display: none;
}

.program-slider-controls .slider-play-pause.active i.icon-play {
	display: block;
}

.program-slider-controls .slider-play-pause.active i.icon-pause {
	display: none;
}




@media (max-width: 767px){
	.program-slide-right p.large-text {
		font-size: 1.5em;
		line-height: 1.5;
	}
}

@media (max-width: 880px){

    .program-slider .program-slide .program-slide-left,
	.program-slider .program-slide .program-slide-right{
		width: 100%;
		min-height: 200px;
		float: none;
		box-sizing: border-box;
	}
	.program-slide-right p{
		max-width:auto;
		}

	
}


.tp-bullets{
	margin-left:70px;
	margin-top: -30px;
}

/**** SECTIONS *****/

.section-light {
    background: #fff;
    padding-top: 40px;
}


/***** TABS *******/

#programTabs {
	margin-top: 0;
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    margin-bottom: 0;
    background: #2b2b2b;
    padding: 0 0;
    width: 100%;
    box-sizing: border-box;
}

#programTabs>li {
    display: inline-block;
    margin-bottom: 0;
}

#programTabs>li a {
	color: #fff;
	text-decoration: none;
	line-height: 55px;
	display: inline-block;
	padding-right: 16px;
    padding-left: 16px;
    position: relative;
}

#programTabs>li a:hover {
	color: #94c947;
}

#programTabs>li a.active {
	background: #006341;
}

#programTabs>li a.active:after {
	content: '';
    position: absolute;
    left: 50%;
    top: 99%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #006341;
    clear: both;
    margin-left: -12px;
}

#programTabs>li a.active:hover {
	color: #fff;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.tab-pane.fade {
	opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.tab-pane.fade.in {
    opacity: 1;
}

.tab-pane-header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.tab-pane-header em {
	font-size: 1.1875em;
	font-style: normal;
	margin: 50px 0 30px;
    display: block;
    line-height: 1.333333;
}

#programTabPanels .feeYearSelector{
    margin-bottom:10px;
    display:inline-block;
}
#programTabPanels .yearSelectForm {
    display: inline-block;
    width: auto;
    padding: 5px;
    font-size: 1em;
    line-height: 1.75;
    color: #585858;
    background-color: #fff;
    background-image: none;
    border: 4px solid #e2e2e0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: auto;
    box-sizing: border-box;
}
#programTabPanels h3{
	font-size:1.3em;
	}
	
@media (max-width: 767px ){
	.tab-pane-header em {
		margin-top: 30px;
	}
}

.tab-pane-header select {
	margin-bottom: 40px;
}

.tab-pane .container {
	padding: 0;
}

.tab-pane h2 {
	float: left;
	width: 100%;
}

/***** COURSE 'TABLE' *****/

.level-container {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.courses-container .container {
	padding: 0 20px;
}

.courses-container .course-container:nth-child(odd){
	background: #efefef;
}

.th-code,
.th-description,
.th-hours {
	color: #fff;
}

.th-code {
	background: #006341;
}

.th-description {
	background: #2b2b2b;
}

.th-hours {
	background: #000;
}

.col-th{
	padding-top: 8px;
    padding-bottom: 8px;
}

.col-td {
	padding-top: 20px;
    padding-bottom: 20px;
} 

.col-td p {
	margin-bottom: 0;
}

.col-td p.text-md {
	margin-bottom: 1em;
}

.courses-container h3 {
	margin-bottom: 30px;
}

#post-inner {
	padding-top: 0;
}

@media (min-width: 1024px){
	#post-inner {
		padding-top: 55px;
	}
}


#post-inner .courses-container a.link-read-more {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.875em;
}

/******* PREFOOTER LINKS ******/

#section-prefooter {
	padding-top: 0;
}

#container-prefooter {
	padding-top: 10px;
	padding-bottom: 20px;
}

.container.container-prefooter-link {
	background: #fff;
	text-decoration: none;
	-webkit-transtion: .2s outline-color;
	-moz-transition: .2s outline-color;
	transition: .2s outline-color;
	display: block;
	outline: 4px solid #e5e5e5;
	padding: 0 20px;
    margin: 0 20px 40px;
}


@media (min-width: 768px){
	.container.container-prefooter-link {
		margin: 0 auto 40px;
	}
}




.container-prefooter-link h3 {
	font-size: 1.25em;
	color: #026080;
	letter-spacing: 0;
	line-height: 1.25;
	-webkit-transtion: .2s color;
	-moz-transition: .2s color;
	transition: .2s color;
	font-weight: bold;
	margin-bottom: 0;
}

.container-prefooter-link p {
	color: #635F5F;
	margin-bottom: 0;
}

.container-prefooter-link .button {
	margin-bottom: 0;
}

a.container-prefooter-link:hover {
	outline: 4px solid rgba(0,0,0,0.07);
}

a.container-prefooter-link:focus {
	outline: 4px solid rgba(0,0,0,0.1);
}

a.container-prefooter-link:hover h3 {
	color: #006341;
}

a.container-prefooter-link:hover .button {
	text-decoration: underline;
}

.container-prefooter-link .button:hover {
	text-decoration: underline;
}

/***** CARDS *****/

.card {
	margin-bottom: 40px;
	text-decoration: none;
	-webkit-transtion: .2s outline-color;
	-moz-transition: .2s outline-color;
	transition: .2s outline-color;
	display: block;
	outline: 4px solid transparent;
}

.card-thumb img {
	max-width: 100%;
}

.card-content {
	background: #fff;
	padding: 30px;
}

.card-content h3 {
	font-size: 1.1875em;
	color: #026080;
	letter-spacing: 0;
	line-height: 1.25;
	-webkit-transtion: .2s color;
	-moz-transition: .2s color;
	transition: .2s color;
}

.card-content p {
	color: #635F5F;
}

.card-actions .button {
	margin-bottom: 0;
	width: 100%;
	border: none;
}

a.card:hover {
	outline: 4px solid rgba(0,0,0,0.07);
}

a.card:focus {
	outline: 4px solid rgba(0,0,0,0.1);
}

a.card:hover h3 {
	color: #006341;
}

a.card:hover .button {
	text-decoration: underline;
}

.card .button:hover {
	text-decoration: underline;
}


/*** CARD OVERRIDES ***/

@media (min-width: 768px){
	#simple_cards_col .col-md-6:nth-child(3) .card,
	#simple_cards_col .col-md-6:nth-child(4) .card{
		margin-bottom: 0;
	}
}

#program-cards {
	background: #f6f6f6;
	padding-bottom: 0;
}

#simple-cards{
	border-bottom: 1px solid #ccc;
}

/*** SECTIONS ****/

section {
	padding: 40px 20px;
}

@media (min-width: 1024px) {
	section {
		padding: 40px 0;
	}
}



/******* PAGE OVERRIDES *****/
/* #main {
	min-width: 0 !important;
	min-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	position: absolute;
} */

main article img {
    border: none;
    margin: 0px;
}

#post-inner > blockquote {
	width: 100%;
	box-sizing: border-box;
}

#post-inner > *:last-child {
	margin-bottom: 0;
}

#tombstone {
	margin-bottom: 40px;
}

#tombstone .container {
	padding: 0;
}

#tombstone .list-no-left li {
	font-weight: bold;
}

#tombstone .list-no-left li span {
	font-weight: normal;
}

@media (max-width: 1023px){
	#tombstone .container{
		border-bottom: 1px solid #ccc;
		padding-bottom: 40px;
	}
}

#tombstone .proStatus {
	width: 100%;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    margin-bottom: 0;
    /*
    Temporarily turned off till the program availability if back up 
    padding: 20px;
    background: #f1f1f1;
    */
}



#tombstone .proStatus .proStatusHeader {
	background: #f1f1f1;
	color: #000;
}

#tombstone .proStatus .proStatusHeader span {
    padding: 10px;
    text-transform: uppercase;
    font-size: .875em;
    font-weight: normal;
	
}

#tombstone .proStatus .termResult {
	background: #f1f1f1;
}

#tombstone .proStatus span, #tombstone .proStatus span.noterms {
	padding: 8px 4px;
}

#tombstone .proStatus .termResult .highlight.termAvail .icon-checkmark-circle {
    color: #006341;
}

#tombstone .proStatus  .termResult span{
	padding:10px;
	}

#tombstone .proStatus  .termResult span.highlight {
	border-bottom: 1px solid #ccc;
}

#tombstone .proStatus  .termResult:last-child span.highlight {
	border-bottom: none;
}

/*#tombstone .proStatus  .termResult:last-child span {
	padding-bottom: 0;
}*/

#program_buttons .button{
	margin-bottom: 20px;
}

#program_buttons .button::last-child{
	margin-bottom: 0;
}

.row.program-extras > div {
    margin-bottom: 40px;
}

.row.program-extras:last-child > div {
    margin-bottom: 0;
}

.program-extras:last-child {
	margin-bottom: 0;
}

.program-extras-social i {
	font-size: 1.5em;
}

.program-extras a {
	text-decoration: none;
	font-weight: bold;
}

/***** ACCESSIBILITY HELPERS ******/

.visually-hidden { /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
    position: absolute !important;
    height: 1px; width: 1px; 
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
