/*
 *  VARIABLES
 */

:root {
    --primary-color: #023867;
}

/*
 * REVEAL
 */

@media screen and (max-width: 600px) {
	.sections-modal {
		width: 90vw;
	}
    table {
        width: 100%;
    }
    thead {
        display: none;
    }
    tr {
        display: block;
    }
	tr:first-child th:nth-child(2) {
		display: none;
	}
	tr:first-child th:nth-child(3) {
		text-align: right;
		padding-right: 1rem;
		width: 100%;
	}	
	.cert_degree td:nth-child(2),
	.non-border td:nth-child(2) {
		padding-top: 0;
	}
	.cert_degree td:nth-child(1),
	.non-border td:nth-child(1) {
		padding-bottom: 0;
	} 	
	.cert_degree td:nth-child(3),
	.non-border td:nth-child(3) {
		text-align: right;
		padding-right: 1rem;
		padding-top: 0;
		margin-top: -7%;
	}
    td {
        display: block;
    }
    td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
		margin-right: auto;
    }
	table.rwd-table td.categoryTitle {
		padding-top: 0.5rem !important;
	}
	.units td {
		padding-bottom: 0;
	}
	.award .award-name {
		font-size: 1.5em !important;
	}
	.award .award-type {
		font-size: 1em !important;
	}
	table th {
		font-size: 15px !important;
	}
}
.add-to-cart {
    font-size: 5px;
    height: 30px;
    border: 1px solid #007ac7;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
}
.add-to-cart-td {
	display: flex;
    align-items: center;
    gap: 10px;
}
.add-to-cart:hover {
    background-color: #e9f6ff;
}
.add-to-cart img {
    height: 16px;
    width: auto;
}

.close-btn {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
}
.disclaimer-modal {
    padding: 0;
    border: none;
    border-radius: 4px;
}
.disclaimer-modal header {
    background: linear-gradient(120deg, #001b33 0%, #023867 65%, #007ecc 100%);
    padding: 12px 24px;
    font-size: 1.1rem;
    color: white;
    font-weight: 500;
    font-family: "Antonio", san-serif;
	width: initial;
}
.disclaimer-text {
    margin: 0;
    padding: 18px 24px;
    background-color: #fef3f2;
}
.disclaimer-text p {
    color: #c43434;
    padding: 0;
    margin: 0;
    text-align: left;
}
.disclaimer-text p:not(:last-child) {
    margin-bottom: 12px;
}
.important {
    font-weight: 600;
}
.modal-content {
    padding: 18px 24px;
    margin: 0;
}
.modal-content p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    display: block !important;
}
.modal-content p:not(:last-child) {
    margin-bottom: 12px;
}

.disclaimer-modal footer {
    display: flex;
    justify-content: space-between;
    padding: 8px 24px;
    border-top: 1px solid #e8e8e8;
}
.disclaimer-modal footer label span {
    padding-left: 6px !important;
    font-size: 1rem !important;
}
.disclaimer-modal span {
	font-family: "Antonio", sans-serif;
}
.disclaimer-modal footer label {
    display: flex;
    align-items: center;
}
.disclaimer-modal footer button {
    background-color: #006fb5;
    border: none;
    color: white;
    padding: 7px 20px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    font-family: "Antonio", san-serif;
    display: flex;
    align-items: center;
}
.disclaimer-modal footer button:hover {
    background-color: #005a8e;
}
.close-btn:focus {
    outline: none;
}
.current-class-nbr {
    font-family: inherit;
    font-weight: 600;
}
.modal-course-info {
    text-align: center;
}
.action-buttons {
    display: flex;
    gap: 10px;
}
.modal-goback {
    background-color: white !important;
    border: 2px solid #039be7 !important;
    color: #039be7 !important;
    padding: 7px 10px !important;
}
@media only screen and (max-width: 490px) {
    .disclaimer-modal footer {
        flex-direction: column;
        gap: 10px;
    }
    .action-buttons {
        justify-content: center;
    }
    .disclaimer-modal footer label {
        justify-content: center;
    }
}

.block-revealer__element {
    z-index: 99;
}
.sections-modal {
	padding: 0px;
	width: clamp(650px, 50vw, 50vw);
}
.modal-header {
	display: flex;
    justify-content: space-between;
	padding: 15px;
    background: linear-gradient(120deg, #001b33 0%, #023867 65%, #007ecc 100%);
	align-items: center;
}
.close-modal {
	background: white;
    color: black;
    width: 30px;
    height: 30px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
	cursor: pointer;
}
.modal-header h3 {
	margin: 0;
    padding: 0;
    font-size: 1.7rem;
	color: white;
}
.modal-content {
	padding: 15px;
}
dialog {
	border: none;
}
dialog::backdrop {
	background: #00000080;
}
table { border-collapse: collapse; border-spacing:0; width: 100%;}
table th { border-bottom: 1px solid #00559C; font-size: 20px; padding: 5px 10px; font-weight:normal; text-transform:uppercase; color:#023867; font-family:'HelveticaNeueW01-75Bold', Helvetica, Arial, sans-serif; }
table tr:nth-child(even) td { background:#EBEBEB; }
.table-container { width:100%; overflow: auto; }


.section-table-header th {
    font-size: 1rem;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px 5px 0px !important;
}
table td {
	padding: 10px 10px 10px 0px;
	font-size: .8rem;
}
/*
 *  PROGRAM PANELS
 */

.program {
    position: relative;
}

#program_panels {
    min-height: 100vh;
        padding-right: calc(10px + (3.5vw));
        padding-left: calc(10px + (3.5vw));
}

.program__nav {
    display: none;
    position: absolute;
    top:0;
    right:0;
	bottom: 0;
    width: 280px;
    border-left: 1px solid #ddd;
    background: #fff;
    transform: translateX(280px);
    -webkit-transition: transform 350ms linear, opacity 500ms linear; /* Safari prior 6.1 */
    transition: transform 350ms linear, opacity 500ms linear;
    opacity: 0;
    z-index: 100;
}

.jsEnabled.program__nav {
    display: block;
}


.panel, .license, .full_panel {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

*.js:not(.jsEnabled) {
    display: none;
}

.jsEnabled.panel, .jsEnabled.full_panel {
    width: 100%;
    -webkit-transition: width 500ms linear; /* Safari prior 6.1 */
    transition: width 500ms linear;
}

#panel_nav {
    display:none;
}

#panel_nav.jsEnabled {
    display: block;
}

.panel p, .license p, .full_panel p {
    max-width: 36em;
    margin: .5em 0;
	margin-right: 1em;
	
}


/*
 * Info Form
 */

 #info-form { 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 280px;
    border-left: 1px solid #ddd;
    background: #fff;
    transform: translateX(280px);
    -webkit-transition: transform 233ms linear, opacity 400ms linear;
    transition: transform 233ms linear, opacity 400ms linear;
    opacity: 0;
    z-index: 200;
	padding-top: 15px;
 }

/*
 *  CARDS
 */

.cardDeck {
    display: flex !important;
    flex-wrap: wrap;
	/*center card on smaller vp*/
    justify-content: center;
	flex: 1; 
}

.card {
    border: 1px solid #ddd;
}
.view-section {
	color: #00529c;
    background: #FBAE26;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    font-size: .8rem;
}

#faculty .card a {
	margin-left: 3px;
}

.card a {
	margin-left: auto;
	color: #0089c7;
    background: rgb(0,137,199);
    background: -moz-linear-gradient(120deg, rgba(0,137,199,1) 0%, rgba(0,98,166,1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(0,137,199,1) 0%, rgba(0,98,166,1) 100%);
    background: linear-gradient(120deg, rgba(0,137,199,1) 0%, rgba(0,98,166,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0089c7",endColorstr="#0062a6",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-decoration: underline;
    -webkit-text-decoration-color: #a2dffb29;
    text-decoration-color: #a2dffb29;
}
.available{
	box-shadow:0 0 14px lightgray;
}
.card.sticker {
	margin: 20px 10px;
}

.card.sticker.course {
	flex: 1;
}

.card.med {
    flex: 2;
}

.card.lg {
    flex: 3;
}

.card__image img {
    max-width: 100%;
    width: 100%;
	overflow: hidden;
}

.card__layout {
	display: flex;
    height: 100%;
	width:100%;
    min-width: 16em; 
}
/*Program Cards | Estimated Cost Cards*/
#outcomes .card.sticker, .card.sticker {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}
/*Announcement Cards*/
.announcement-card.hidden{
	display:none
}
.announcement-card{
	border:1px solid #ddd;
	padding: 10px;
	margin-bottom:20px;
}
.announcement-card p{
	margin-top:0;
}
#announcement-container{
	padding-right:30px;
}
/*Related Program Cards*/
.first-section .card__layout {
	display: flex;
	flex-direction: column;
}
.first-section .card__content {
	width: 90%; 
	margin: 0 auto;
}

.card__layout > * {
    flex: 0 1 0;
}
.card__content {
	display: flex;
    flex-flow: column wrap;
    max-height: 100%;
    flex: 1;	
	width: 100%;
}

.sticker .card__content {
	position: relative;
	padding: 1.5rem 1rem 1rem;
}

.card__content > * {
    flex: 0 1 auto;
}

.card__content .text {
	padding: 1rem .5rem;
	justify-content: start; 
	display: flex;
	flex-direction: column; 
	flex: 2;
}
/*Course Cards*/
.card_title h4 {
    border-bottom: 1px solid #ddd;
}

.card_actions {
	display: flex;
    justify-content: space-between;
	align-items: center;
    padding: 1rem 0.5rem;
    border-top: 1px solid #ddd;
    text-align: right;
}

.card.overlay .card__layout, .card.vertical .card__layout {
    display: block;
    position: relative;
    overflow: hidden;
}

.card.overlay .card__image, .card.vertical .card__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.card.vertical {
    min-height: calc(18em + 5vmax);
}

.card.vertical .card__content {
    position: absolute;
    z-index: 1;
    background: #fff;
    bottom: 0;
}

.card.overlay .card__image img {
    min-width: 100%;
    max-width: calc(36em + 12vmax);
}

.card.vertical .card__image img {
    min-width: 100%;
    max-width: calc(36em + 10vmax);
}

.card.overlay .card__content {
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,.5);
    height: 100%;
}

.card.overlay .card__content.dark {
    background: rgba(0,0,0,.5);
    color: #fff;
}

.card .text ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.card .text li {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.card .text li:last-of-type {
    border-bottom: none;
}

.reduce .card .desc {
	font-size: .8em;
}
/*Faculty Cards*/
#faculty .card {
		flex: 1;
		flex-basis: 24%;
}
/*footer*/
.cardDeck.center {
	justify-content: center;
	padding-right: 0;
	padding-left: 0;
	flex-wrap: wrap;
}
.footer .card {
	display: flex;
}
/*Program Cards*/
/*Flex wrapper*/
.image-callout-flex {
        display: flex;
        flex: 1 1 100%; 
        flex-direction: column;  
        flex-wrap: nowrap;
        justify-content: space-between;
        overflow: auto;
        align-items: center;
        width: 100%;
    }
/*Mobile card display stacked*/
.image-callout {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    flex-wrap: wrap;
/*     min-width: 320px;
    max-width: 400px; */
    margin: 10px;
}
.image-callout img, .image-callout p  {
        padding: 10px;
        margin: 0 auto;
}

/*
 * Basic Table
 */

table.simple {
			margin: 25px 0;
			}

			table.simple td {
			padding: 20px;
			text-align: center;
			border: 1px solid #ddd;
			}

/*  
 *  BUTTONS
 */

.Btn {
    border: 1px solid #ddd;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;  
    display: inline-block;
    
}

.Btn i {
    line-height: inherit;
    position: relative;
}

.lgBtn, .smBtn {
    font-size: 1rem;
    padding: 1rem;
    height: 1.5rem;
    line-height: 1.5rem;
}

.lgBtn i, .smBtn i{
    font-size: 1.75rem;
}

i.right {
    float:right;
    padding-left: 5px;
}

i.left {
    float:left;
    padding-right: 5px;
}

.primary {
    background: var(--primary-color);
    color: #fff;
}

/*SOCIAL MEDIA BTNS */

.program-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.program-social-btns {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding: 10px;
  list-style: none;
  margin: 0;
}

ul.program-social-btns li {
  display: inline-flex;
  margin: 1.5px;
  position: relative;
  font-size: 1.2em;
}

svg.social {
  color: #fff;
  position: absolute;
  width: 100%;
  top: 10px;
  left: 0;
  transition: all 265ms ease-out;
}

.program-social-btns li a span.brand {
  display: inline-block;
  font-style: normal;
}

.program-social-btns li a span.brand {
  color: #fff;
}

.program-social-btns li a span.brand:hover {
  opacity: 1;
}

.program-social-btns span.brand {
  padding: 0;
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  margin: 10px 5px 0;
}

/* ROUND ICON GENERAL */
.program-social-btns a:hover:before {
  transform: scale(0);
  transition: all 265ms ease-in;
}
.program-social-btns a {
  height: 40px;
}
.program-social-btns a:before {
  content: " ";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  transition: all 265ms ease-out;
}


.program-social-btns a:hover span.social {
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transition: all 265ms ease-in;
}

.program-social-btns a:hover .social {
   transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transition: all 265ms ease-in;
}

.program-social-btns.rd-2 a:before {
  background: -webkit-linear-gradient(90deg, rgb(0, 126, 204) 0%, #0E223F);
}

.program-social-btns.rd-2 a:hover svg.social {
  color: #0E223F;
  background: -webkit-linear-gradient(90deg, rgb(0, 126, 204) 0%, #0E223F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 265ms ease-in;
}

.socail[data-icon="fa6-brands:facebook-f"],
.socail[data-icon="fa6-brands:instagram"],
.socail[data-icon="fa6-brands:youtube"],
.socail[data-icon="fa6-brands:twitter"],
.socail[data-icon="fa6-brands:linkedin-in"], 
.socail[data-icon="fa6-brands:tiktok"] {
  position: relative;
  top: -30px;
  left: 0;
  width: 100%;
}


/*
 *  TABS
 */

.tab {
    display: block;
    padding: .5rem 1rem;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.tab.jsEnabled {
    display: inline-block;
}

.tab__content.jsEnabled.active {
    display: block;
}

/*
 *  LAYOUT
 */

.first-section {
	margin-top: 4rem;
}

/*
 *  TYPOGRAPHY
 */
.heavy {
	font-weight: 700;
}

.bold {
	font-weight: 600;
}



h2 {
    max-width: 18em;
    line-height: 1.1;
    padding: .25em 0;
    margin: 0;
}

h3,h4 {
    margin: 3.5rem 0 2rem;
    line-height: 1.4;
}
/*Smaller than sm_text on larger devices*/
/* ~ 12px - 16px */
.mini_txt {
	font-size: calc(0.75rem + (1 - .75) * ((100vw - 400px)/(800 - 400)));
	line-height: calc(1.125rem + (1.125 - 1) * ((100vw - 400px)/(800 - 400)));
}

/* responsive subheaders */   
    h2 {
        font-size: calc(1.8rem + (10) * ((100vw - 400px) / (600 - 400)));
        font-size: calc(1.8rem + (10) * ((100vw - 400px) / (300)));      
	}
    
    h3 {
        font-size: calc(1.25rem + (6) * ((100vw - 400px) / (600 - 400)));
        font-size: calc(1.25rem + (6) * ((100vw - 400px) / (300)));
    }
    
    h4 {
        font-size: calc(1rem + (4) * ((100vw - 400px) / (600 - 400)));
    }

/* pagination buttons */
.pagination {
	display:flex;
	padding-bottom: 3rem;
}

.pagination__button {
	background: #ddd;
    margin-right: 5px;
    padding: 2px;
	transition: all 0.5s .1s linear;
	display: flex;
	min-width: 0;
}

.pagination__button--next {
	background: linear-gradient(130deg, rgba(218,242,61,1) 0%, rgba(253,206,69,1) 49%, rgba(221,221,221,1) 49%, rgba(221,221,221,1) 100%) right;
	background-size: 260%;
}

.pagination__button--prev {
	background: linear-gradient(227deg, rgba(218,242,61,1) 0%, rgba(253,206,69,1) 50%, rgba(221,221,221,1) 50%, rgba(221,221,221,1) 100%) left;
	background-size: 260%;
}

.pagination__button:hover .linkIcon {
	transition: all 0.3s .3s linear;
	color: #ffda3e;
}

.pagination__button .linkIcon {
	transition: all 0.3s .2s linear;
}

.pagination__button--next:hover {
	transition: all 0.5s .1s linear;
    background-position: left;
	background-size: 260%;
}

.pagination__button--prev:hover {
	transition: all 0.5s .1s linear;
    background-position: right;
	background-size: 260%;
}

.pagination__link {
	padding: 20px 15px;
    display: block;
/*     display: flex;
    flex-direction: column; */
    background: #fff;
	text-decoration: none;
	color: #000;
	flex: 2;
}

.pagination__link .linkCont {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .8em;
}

.pagination__link .linkDetails {
	display: flex;
    flex-direction: column;
}

.pagination__link--next .linkDetails {
	padding-left: 1em;
}

.pagination__link--prev .linkDetails {
	padding-right: 1em;
}

.pagination__link .linkIcon {
	font-size: 1.5em;
    margin-top: 5px;
}

.pagination__link .linkIcon.linkIcon--next {
	padding-left: 15px;
}

.pagination__link .linkIcon.linkIcon--prev {
	padding-right: 15px;
}


.pagination__link .direction {
	text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1em;
}

.pagination__link .linkTitle {
	font-family: 'Antonio';
    font-size: 1.2em;
	color: #272727;
}

.pagination__link.pagination__link--next {
	text-align: right;
}


/* asteriskNote */

.asteriskNoteHeader {
	position: relative;
    padding-left: 4rem;
	font-size: .9rem;
    max-width: 42em;
}

.asteriskNoteHeader p {
	background: #023867cf;
    padding: 10px;
}

/*
.asteriskNoteHeader p a.gradient {
	background: linear-gradient(120deg, rgb(131 204 236) 0%, rgb(129 198 247) 100%) !important;
}

.asteriskNoteHeader p a.gradient:hover {
	background: rgb(113 186 236) !important;
}
*/

/*link hover optimized for dark backgrounds*/
a.gradient.flip {
    /*color: #FFFFFF;
    text-decoration-color:#FFFFFF;*/
	 color: #FBD044;
    text-decoration-color:#FBD044;
    -webkit-text-fill-color: unset;
}

a.gradient.flip:hover {
    background: #203648;
    -webkit-text-fill-color: unset;
}
/*View All Link Btn*/
#degrees span.viewAll {
    background: #fff;
    font-family: 'Antonio';
    display: block;
    width: fit-content;
    margin-top: 5px;
    padding: 5px 15px;
}
#degrees .viewAll a {
    color: #023867;
    background: unset;
    -webkit-text-fill-color: unset;
}
#degrees .viewAll a:hover {
    text-decoration-color: #023867;
}
/* footer */

.footer {
	border-top: 1px solid #ddd;
	background: rgb(0 0 0 / 5%);
}

.footer_content {
	padding: 3rem 1rem;
}

.footer .card.sticker .card_title {
	background: #f6fbff;
}

/* degree requirements */
table.rwd-table {
	padding: 15px;
    border-spacing: 0px;
    border: 1px solid #ddd;
}

table.rwd-table th {
	text-align: left;
	border-bottom: 1px solid #ddd;
}

table.rwd-table th:nth-of-type(3) {
	text-align: right;
}

p.units{
	margin: 1.5rem 0 .5rem;
}

table.rwd-table td {
    padding: 10px 0;
    padding-right: 1rem; /*3.5*/
	padding-left: 1rem;
}

table.rwd-table td.categoryTitle {
	padding: 1.5rem 0 .5rem;
	padding-left: 1rem;
}

td[data-th='Title'] {
    font-family: 'Antonio', sans-serif;
}

.rwd-table tbody span {
	padding-left: 1rem;
	font-size: 0.75em;
}

.cert_degree td {
	/*border-bottom: 1px solid #ddd;*/
	padding-left: 1em;
}

.award h4 {
    display: inline-block;
}

.award a {
	color: #0089c7;
    background: rgb(0,137,199);
    background: -moz-linear-gradient(120deg, rgba(0,137,199,1) 0%, rgba(0,98,166,1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(0,137,199,1) 0%, rgba(0,98,166,1) 100%);
    background: linear-gradient(120deg, rgba(0,137,199,1) 0%, rgba(0,98,166,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0089c7",endColorstr="#0062a6",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-decoration: underline;
    -webkit-text-decoration-color: #a2dffb29;
    text-decoration-color: #a2dffb29;
}

.award .award-type {
	font-size: .7em;
}

.award .award-name {
	font-size: 1.1em;
    position: relative;
    padding-bottom: .25em;
}

.award h4 span.award-name::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -200px;
    height: 3px;
    width: calc(100% + 200px);
    background: #fdce45;
    background: linear-gradient(140deg, rgba(218,242,61,1) 0%, rgba(253,206,69,1) 100%);
    border-radius: 5px;
}

table.rwd-table tr.units {
	text-align: right;
}

table.rwd-table tr.units td {
	/*padding: 0;
    padding: 25px 20px 0px;*/
	padding: 20px;
    font-weight: 600;
}

table.rwd-table td[data-th='Units'] {
	text-align: right;
	padding-right: 20px;
}

/* degree map */

.academic-map {
	margin-bottom: 1rem;
}

.academic-map h4 {
	line-height: 0;
	margin: 0;
	margin-bottom: 10px;
}

.degree-req {
	margin: 0;
    margin-bottom: 10px;
    line-height: 1;
}

/* courses */
#course_listing {
	margin-top: 4rem;
}

.card.sticker.course h4 {
	letter-spacing: 1px;
}

.card.course .text > span {
	display: block;
	margin-bottom: .5em;
}

/* courses sort buttons */
 button.sortButton {
    padding: 16px 24px;
    margin: 0 4px;
    background: #fff;
    border: none;
    border: 1px solid #ddd;
    font-size: 1rem;
	cursor: pointer;
}
button.sortButton.active {
    font-weight: bold;
    background: #023867;
    color: #fff;
}
button.sortButton:not(.active):hover {
	background: #ddd;
}

/* tags */

.tags.fade {
    opacity: .85;
}

.tags .tag{
	padding: 0px 5px 2px;
    margin-left: 3px;
	margin-bottom: 3px;
    font-family: 'Antonio', sans-serif;
    white-space: nowrap;
	color: #000;
	background: #ddd;
	display: inline-block;
}
.tags .tag.green{
	background: #aaf065;
	color: black;
}
.tags .tag.mblue {
	background: #00203c;
	color: #fff;
}

.tags .tag.lblue {
	background: #004192;
    color: #fff;
}

.tags .tag.gold {
	background: #fdce45;
}

.tags .tag.grey {
	background: #c5cace;
}

/* faculty staff */
#faculty {
	margin-top: 4rem;
}

.contact-details > span {
    display: flex;
	align-items: center;
	font-size: 1.1em;
}

.contact-details .iconify {
	margin-right: .2em;
}

/* events */
#ouCalendarFeedView {
	margin-top: 4rem;
}

.show-events-btn {
	height: 40px;
    width: 120px;
    background: #ffffff;
    border: 1px solid #00000036;
    font-family: 'Antonio';
    font-size: 19px;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

.show-events-btn:hover {
	color: rgba(253,206,69,1);
}

/* forms */
.hiddenField {
	display: none;
}

#info-form .form {
	padding: 20px;
}

.ou-form .help-block {
	font-size: .9em;
}

.ou-form label {
	font-family: 'Antonio', sans-serif;
}

.ou-form-loading-text {
	font-family: 'Antonio', sans-serif;
	font-size: .9em;
}

.ou-form button[type='submit'] {
    border-radius: unset;
    border: none;
    text-decoration: none;
    color: #000;
    background: #fdce45;
    background: linear-gradient(150deg, rgba(218,242,61,1) 0%, rgba(253,206,69,1) 100%);
    border-top: 1px solid rgba(218,242,61,1);
    border-bottom: 1px solid rgb(255 205 58);
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    margin-bottom: .5rem;
	padding: 8px;
}

.ou-form button[type='submit']:hover {
	opacity: .8;
	color: #000;
	border-top: 1px solid rgba(218,242,61,1);
	border-left: 1px solid rgba(218,242,61,1);
    border-bottom: 1px solid rgb(255 205 58);
	border-right: 1px solid rgb(255 205 58);
	background-color: inherit;
}

.ou-form button[type='submit'].btn-primary:focus, .ou-form button[type='submit'].btn-primary:active:focus, .ou-form button[type='submit'].btn-primary:active {
	background: rgba(253,206,69,1);
	background: rgba(218,242,61,1);
	border: 1px solid #000;
	color: #000;
	outline: none;
    outline-offset: 0;
    box-shadow: none;
}

.ou-form button[type='reset'] {
	border-radius: unset;
	float: left;
}

/* video embeds */
.yt-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.yt-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.yt-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* school links */
a.school-link {
	transtion: all 600ms;
}

.overlay {
	transition: all 1000ms;
}

a.school-link:hover .overlay {
	    background: #fdce45;
    background: linear-gradient(150deg, rgba(218,242,61,1) 0%, rgba(253,206,69,1) 100%);
    color: #023867;
}
.acp-icon{
	width: 40px;
	margin-right:10px;
    height: 40px;
    vertical-align: middle;
}

/* media queries */
/* all default styles are optimized for mobile*/

/* bigger than mobile but smaller than desktop */
@media screen and (min-width: 31.25em) {
    .panel, .license, .full_panel {
        padding-top: calc(10px + (1vw));
        padding-bottom: calc(10px + (1vw));
    }
	/*Course Cards*/
	.cardDeck {
		justify-content: start;
	}
	.contact-details > span{
		font-size:1em;
	}
	/*Footer Cards*/
	.footer.card.sticker.course {
	flex: 0;
	flex-basis: 25%;
}
}


@media screen and (min-width: 42em) {
	.pagination__link .linkCont {
		font-size: 1em;
	}
	.pagination__link {
		padding: 20px 40px;
	}
	.pagination__button {
		min-width: 22.5%;
	}
	.pagination__link .linkIcon.linkIcon--next {
		padding-left: 35px;
	}
	.pagination__link .linkIcon.linkIcon--prev {
		padding-right: 35px;
	}
	/*Footer Cards*/
	.footer_content {
		padding: 3rem 3rem;
	}
}

/* HD desktop */
@media screen and (min-width: 62em) {
    .jsEnabled.panel, #panel_nav.jsEnabled, .license, .jsEnabled.full_panel {
        width: calc(100% - (285px - (10px + 3.5vw)));
    }
    .jsEnabled.program__nav {
        opacity: 1;
        transform: translateX(0);
    }
	.program__nav .close, .menu {
		display: none;
	}
    .cardDeck {
        padding-right: calc(10px + (3.5vw));
    }
	.contact-details > span {
		font-size: .8em;
	}
     /*Program Cards span row*/
        .image-callout {
        flex-direction: row;
        flex-wrap: nowrap;
        }
        .image-callout img {
          display: flex;
          align-items: center;
          padding: 1%;
        }
        .image-callout p.sm_text {
            padding: 1%;
        }
	/*Footer Cards*/
	.footer.card.sticker.course {
	flex: 1;
	flex-basis: 33%;
}
}

/* super wide */
@media screen and (min-width: 75em) {
    #program_panels {
        padding-right: 4rem;
        padding-left: 4rem;
    }
	/*Course Cards*/
    .cardDeck {
        padding-right: 4rem;
    }
	.card.sticker.course {
	flex: 0;
	flex-basis: 47%;
	}
	/*Footer Cards*/
	.footer .card {
		max-width: 35em;
		width: 100%;
	}
	/*Program Cards | Estimated Cost Cards*/
	#outcomes .card.sticker, .card.sticker {
	flex: 0;
	flex-basis: 46%;
	}
	.cardDeck.center {
		justify-content: start;
		flex-wrap: unset;
	}
	
    .panel, .license, .full_panel {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .jsEnabled.panel, #panel_nav.jsEnabled, .license,  .jsEnabled.full_panel {
        width: calc(100% - (280px - 4rem));
    }

    .lgBtn, .smBtn {
        font-size: 1.25rem;
        padding: 1rem 1.5rem;
        height: 2rem;
        line-height: 2rem;
        
    }
    
    .lgBtn i, .smBtn i{
        font-size: 2rem;
    }
	
	.award {
		font-size: 1.25em;
	}
	
	.award h4 {
		font-size: 1.6em;
	}
	
	table.rwd-table td {
    	padding: 10px 0;
    	padding-right: 6.5rem;
		padding-left: 1rem;
	}
	
	.video-container {
		max-width: 1000px;
	}
	
	.footer_content {
		padding: 3rem 4rem;
	}
	
}
@media screen and (min-width: 1337px) {
/*Course Cards*/
.card.sticker.course {
	flex: 0;
	flex-basis: 47%;
}
/*Faculty Cards */
#faculty .limit .card {
	max-width: 100%;
} 
#faculty .card {
    flex: 0;
    flex-basis: 31%;
}
/*Program Cards span 3*/
.image-callout-flex {
    flex: 0 3 31%;
    width: unset;
    }
/*Program Cards | Estimated Cost Cards*/
#outcomes .card.sticker, .card.sticker {
	flex-basis: 47%;
}
}


@media screen and (min-width: 1636px) {
	/*Course Cards*/
	.card.sticker.course {
	flex: 0;
	flex-basis: 31%;
   }
    .image-callout-flex {
        flex-direction: row;
    }
/*Program Cards | Estimated Cost Cards*/
#outcomes .card.sticker, .card.sticker {
	flex-basis: 31%;
}
}

.svg-icon svg {
	font-size: 2.75em !important; /*overrides size for social media icons*/
}

.social {
	min-height: 60px;
}

.program-social .social {
	min-height: unset;
}

@media screen and (max-width: 685px) {
	.social {
		min-height: 120px;
	}
}

@media screen and (max-width: 255px) {
	.social {
		min-height: 360px;
	}
}