/* Accordion styles */
/* KS - 20181010    */

/* ORIGINAL DEFAULT ACCORDION STUFF */

/* 
.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }

.accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }

.accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }

.is-active > .accordion-title::before {
    content: '–'; }
/*

/* END: DEFAULT ACCORDION STUFF */
	
.wrapper .content-container #main .accordion {
	border: none;
}
	
.wrapper .content-container #main .accordion-item {
	background-color: #f0f5ff;
}
	
.wrapper .content-container #main a.accordion-title {
	font-size: 1rem;
	font-family: 'franklin-gothic-urw-cond', helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #222;
}

/* END: Accordion styles */


/* Accordion small styles */
/* KS - 20181010    */
	
.wrapper .content-container #main .accordion .accordion-small {
	border: none;
}
	
.wrapper .content-container #main .accordion-small .accordion-item {
	background-color: #f0f5ff;
}



/* ====================================== */
/*   META-MAJOR/GUIDED PATHWAYS COLORS    */
/* ====================================== */

a.apply {
	background-color: #E27908 !important;
}

a.apply:link { color: #fff !important; font-weight: bold; }
a.apply:visited { color: #fff !important; font-weight: bold; }
a.apply:hover { color: #fff !important; font-weight: bold; }
a.apply:active { color: #fff !important; font-weight: bold; }



a.apply2 {
	background-color: #E27908 !important;
}

a.apply2:link { color: #fff !important; font-weight: bold; }
a.apply2:visited { color: #fff !important; font-weight: bold; }
a.apply2:hover { color: #fff !important; font-weight: bold; }
a.apply2:active { color: #fff !important; font-weight: bold; }

a.button.primary2 {
	background-color: #1779ba !important;
}

a.button .primary2:link { color: #fff !important; font-weight: bold; }
a.button .primary2:visited { color: #fff !important; font-weight: bold; }
a.button .primary2:hover { color: #fff !important; font-weight: bold; }
a.button .primary2:active { color: #fff !important; font-weight: bold; }



/* Arts (blue) */
/* =========== */

.arts .accordion-item, a.arts {
	background-color: #9ed1f1 !important;
}

a.arts:link { color: #000 !important; font-weight: bold; }
a.arts:visited { color: #000 !important; font-weight: bold; }
a.arts:hover { color: #000 !important; font-weight: bold; }
a.arts:active { color: #000 !important; font-weight: bold; }

.arts .accordion-title:hover, .arts .accordion-title:focus, a.arts:hover, a.arts:focus  {
	background-color: #cce1f4 !important;
}

div.mm-arts {
	background-color: #9ed1f1 !important;
}

.mm-arts .accordion-title, .mm-arts .accordion-title:hover, .mm-arts .accordion-title:focus {
	background-image: url('/academics/career-education/images/art-communication-language-80.png');
	background-position: right 45px bottom 15px;
	background-repeat: no-repeat;
}

.mm-arts .accordion-title:hover, .mm-arts .accordion-title:focus {
	background-color: #cce1f4 !important;
}

a.button.arts2, a.button.arts2:link {
	background-color: #00aeef !important;
	color: #000 !important;
}

/* a.button.arts2:hover,
a.button.arts2:active {
     background-color: #00aeef !important;
     color: #000 !important;
     text-decoration: none !important;
} */

/* Business (magenta) */
/* ================== */

.business .accordion-item, a.business {
	background-color: #c78ebf !important;
}

a.business:link { color: #000 !important; font-weight: bold; }
a.business:visited { color: #000 !important; font-weight: bold; }
a.business:hover { color: #000 !important; font-weight: bold; }
a.business:active { color: #000 !important; font-weight: bold; }

.business .accordion-title:hover, .business .accordion-title:focus, a.business:hover, a.business:focus {
	background-color: #d3bfdd !important;
}

div.mm-business {
	background-color: #c78ebf !important;
}

.mm-business .accordion-title, .mm-business .accordion-title:hover, .mm-business .accordion-title:focus {
	background-image: url('/academics/career-education/images/information-tech-business-icon-80.png');
	background-position: right 45px bottom 15px;
	background-repeat: no-repeat;
}

.mm-business .accordion-title:hover, .mm-business .accordion-title:focus {
	background-color: #d3bfdd !important;
}


/* Engineering (red) */
/* ================= */

.engineering .accordion-item, a.engineering {
	background-color: #f7a5a2 !important;
}



a.engineering:link { color: #000 !important; font-weight: bold; }
a.engineering:visited { color: #000 !important; font-weight: bold; }
a.engineering:hover { color: #000 !important; font-weight: bold; }
a.engineering:active { color: #000 !important; font-weight: bold; }

.engineering .accordion-title:hover, .engineering .accordion-title:focus, a.engineering:hover, a.engineering:focus {
	background-color: #f7c8c2 !important;
}

div.mm-engineering {
	background-color: #f7a5a2 !important;
}

.mm-engineering .accordion-title, .mm-engineering .accordion-title:hover, .mm-engineering .accordion-title:focus {
	background-image: url('/academics/career-education/images/math-engineering-icon-80.png');
	background-position: right 45px bottom 15px;
	background-repeat: no-repeat;
}

.mm-engineering:hover, .mm-engineering:focus {
	background-color: #f7c8c2 !important;
}

a.button.engineering2 {
	background-color: #ed174b !important;
	color: #fff !important;
}

a.button.engineering2:hover,
a.button.engineering2:active {
     background-color: #f7a5a2 !important;
     color: #fff !important;
     text-decoration: none !important;
}





/* Science (green) */
/* =============== */

.science .accordion-item, a.science {
	background-color: #b8da92 !important;
}

a.science:link { color: #000 !important; font-weight: bold; }
a.science:visited { color: #000 !important; font-weight: bold; }
a.science:hover { color: #000 !important; font-weight: bold; }
a.science:active { color: #000 !important; font-weight: bold; }

.science .accordion-title:hover, .science .accordion-title:focus, a.science:hover, a.science:focus {
	background-color: #d7eac9 !important;
}

div.mm-science {
	background-color: #b8da92 !important;
}

.mm-science .accordion-title, .mm-science .accordion-title:hover, .mm-science .accordion-title:focus {
	background-image: url('/academics/career-education/images/science-health-icon-80.png');
	background-position: right 45px bottom 15px;
	background-repeat: no-repeat;
}

.mm-science:hover, .mm-science:focus {
	background-color: #d7eac9;
}



/* Social Sciences (gold) */
/* ====================== */

.social .accordion-item, a.social {
	background-color: #ffe091 !important;
}

a.social:link { color: #000 !important; font-weight: bold; }
a.social:visited { color: #000 !important; font-weight: bold; }
a.social:hover { color: #000 !important; font-weight: bold; }
a.social:active { color: #000 !important; font-weight: bold; }

.social .accordion-title:hover, .social .accordion-title:focus, a.social:hover, a.social:focus {
	background-color: #ffefc6 !important;
}

div.mm-social {
	background-color: #ffe091 !important;
}

.mm-social .accordion-title, .mm-social .accordion-title:hover, .mm-social .accordion-title:focus {
	background-image: url('/academics/career-education/images/social-sciences-icon-80.png');
	background-position: right 45px bottom 15px;
	background-repeat: no-repeat;
}

.mm-social:hover, .mm-social:focus {
	background-color: #ffefc6;
}

/* ====================================== */
/* END: META-MAJOR/GUIDED PATHWAYS COLORS */
/* ====================================== */


/* Important Notice Accordion (green, no icon) */
/* ========================================= */

.important-notice .accordion-item, a.important-notice {
	background-color: #ffe091 !important;
}

a.important-notice:link { color: #000 !important; font-weight: bold; }
a.important-notice:visited { color: #000 !important; font-weight: bold; }
a.important-notice:hover { color: #000 !important; font-weight: bold; }
a.important-notice:active { color: #000 !important; font-weight: bold; }

.important-notice .accordion-title:hover, .important-notice .accordion-title:focus, a.important-notice:hover, a.important-notice:focus {
	background-color: #ffefc6 !important;
}

div.mm-important-notice {
	background-color: #ffe091 !important;
}

.mm-important-notice:hover, .mm-important-notice:focus {
	background-color: #ffefc6 !important;
}




/* ================== */



	
.wrapper .content-container #main .accordion-small a.accordion-title {
	font-size: .8rem !important;
	font-family: 'franklin-gothic-urw-cond', helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #222;
	padding: .6rem !important;
}

/* END: Accordion styles */
/* ===================== */




a.green .nav {
	padding: 20px;
	margin-bottom: 5px;
	font-size: .75rem;
	text-decoration: none;
	color: #fff;
}


/* Align table headings (th) to the left */
/* ===================================== */

table th {
	text-align: left;
}



/* Responsive, full-width video */
/* ============================ */

.responsive-video {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.responsive-video iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* Buttons with icons */
/* ================== */

a.icon-button {
	padding: 0;
	font-size: .75rem !important;
	text-decoration: none;
	color: #fff;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px !important;
}



.card .card-divider h4 {font-size: .85rem;}
.card .small ul li  {font-size: .7rem;}




table.small th, table.small td, table.small p, table.small li, table.small a {font-size: .7rem;}



/* ========================== */
/* Career Coach Widget styles */

div.cc-card {
	width: 100%;
	border: 1px solid #ccc;
}

#cc-widget-careers div.cc-card .play-pause-button svg {fill: #007550;}
#cc-widget-careers div.cc-card path {fill: #007550;}
#cc-widget-careers div.cc-card .cc-content-salary {color: #007550;}
#cc-widget-careers div.cc-card .cc-content-link {background-color: #007550;}

div.cc-card div.footer {display: none;}

div.career-coach-dept-page {width: 250px; float: right; padding-left: -10px;}

div.career-coach-dept-page #cc-widget-careers div.cc-card .play-pause-button svg {/*fill: #007550;*/ display: none;}
div.career-coach-dept-page #cc-widget-careers div.cc-card button svg g {display: none;}
div.career-coach-dept-page #cc-widget-careers div.cc-card path {/*fill: #007550;*/ display: none;}
div.career-coach-dept-page #cc-widget-careers div.cc-card circle {display: none;}
div.career-coach-dept-page #cc-widget-careers div.cc-card .cc-content-salary {color: #007550;}
div.career-coach-dept-page #cc-widget-careers div.cc-card .cc-content-link {background-color: #007550;}


/* END: Career Coach Widget styles */
/* =============================== */

/* ============================================================= */
/* Career Coach Widget styles for new GP mockup pages (20200306) */

div.cc-card {
	width: 100%;
	border: 1px solid #ccc;
}

#cc-widget-careers div.cc-card .play-pause-button svg {fill: #007550;}
#cc-widget-careers div.cc-card path {fill: #007550;}
#cc-widget-careers div.cc-card .cc-content-salary {color: #007550;}
#cc-widget-careers div.cc-card .cc-content-link {background-color: #007550;}

div.cc-card div.footer {display: none;}

div.gp-career-coach-dept-page {width: 100%;}

div.gp-career-coach-dept-page #cc-widget-careers div.cc-card .play-pause-button svg {/*fill: #007550;*/ display: none;}
div.gp-career-coach-dept-page #cc-widget-careers div.cc-card button svg g {display: none;}
div.gp-career-coach-dept-page #cc-widget-careers div.cc-card path {/*fill: #007550;*/ display: none;}
div.gp-career-coach-dept-page #cc-widget-careers div.cc-card circle {display: none;}
div.gp-career-coach-dept-page #cc-widget-careers div.cc-card .cc-content-salary {color: #007550;}
div.gp-career-coach-dept-page #cc-widget-careers div.cc-card .cc-content-link {background-color: #007550;}


/* END: Career Coach Widget styles for new GP mockup pages (20200306) */
/* ================================================================== */


/* ====================================== */
/* Testimonials Slider Large (with image) */

.testimonial-large {
	height: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.testimonial-large > .columns > .orbit {
	height: 100%;
	border-top: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
}

.testimonial-large > .orbit > ul, .testimonial-large > .orbit > li {
	height: 100%;
}

.dvc-orbit-slide {
	padding: .7rem 2rem;
	/* height: auto; */
}

.dvc-orbit-slide > img {
	padding-right: 20px;
	width: 175px;
}

.dvc-orbit-slide > p.testimonial {
	color: #333;
	font-size: 20px;
	line-height: 1.5rem;
	font-style: italic;

}

.dvc-orbit-slide > p.student {
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 0;
/*	padding-bottom: 0; */
}

/* END: Testimonials Slider Large */
/* ============================== */




/* ============ */
/* Blog Styles  */

.fa-facebook {
	color: #fff;
	font-size: 2rem;
}
.fa-youtube {
	color: #fff;
	font-size: 2rem;
}

.fa-instagram {
	color: #fff;
	font-size: 2rem;
}

.fa-twitter {
	color: #fff;
	font-size: 2rem;
}

.fa-linkedin {
	color: #fff;
	font-size: 2rem;
}

  ul.blog-categories {
    list-style: none;
    padding: 0;
    margin: 0;
  }

.image-overlay-wrap {
  position: relative;
  background: silver;
  border: 1px solid grey;
  padding: 0;
}

.image-overlay-text {
  padding: 15px 0 0 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: black;
  opacity: 0.7;
}

.image-overlay-text a {
  color: #fff;
}

.image-overlay-text h3 {
  font-size: .9rem;
  font-weight: normal;
}

ul.blog-menu {
  margin: 20px 0;
  font-size: .8rem;
  font-weight: bold;
  border-top: 1px solid #E3E5E8;
  border-bottom: 1px solid #E3E5E8;
}

ul.blog-menu li a, ul.blog-menu li ul li a {
  color: #888;
}

ul.blog-menu li ul li a {
  width: 300px;
}

div.blog h2 {
  color: #fff;
	margin-bottom: 0;
}

.listing h3, .listing h4 {
	font-size: 1rem;
}

.post h3 {
	font-size:1.3rem;
    color: #143e6c;
	font-family: "franklin-gothic-urw-cond", helvetica, sans;
    font-weight: 700;
}

div.section-heading {
	color: #fff;
	padding: 20px;
	font-family: "franklin-gothic-urw-cond", helvetica, sans;
	font-weight: normal;
	font-size:1.75rem;
	margin-bottom: 15px;
}

div.blog .subheader {
	font-family: "franklin-gothic-urw-cond", helvetica, sans;
    font-weight: 700;
	font-size: .9rem;
	margin-left: 15px;
}

article {
	margin-top: 40px;
}

article p {
	font-size: .85rem;
}

article p.date {
	font-size: .65rem;
	text-transform: uppercase;
	margin-top: 0;
	/* font-weight: bold; */
	font-style: italic;
}

article p.categories {
	font-size: .6rem;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-weight: bold;
}

article p.categories a:link,
article p.categories a:visited,
article p.categories a:hover,
article p.categories a:active {
	color: #666;
}

article h5 {
	font-size: .9rem;
	margin-bottom: 5px;
}

aside h5 a:link,
aside h5 a:visited,
aside h5 a:hover,
aside h5 a:active {
	color: #333;
}


/* Blog Styles  */
/* ============ */


/* ============= */
/* image gallery */

.image-gallery-container {
  background-color: #fefefe;
  padding: 2rem 1.5rem 1rem;
}

.image-gallery-container .rounded-social-buttons {
  text-align: left;
}

.image-gallery-container .rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.8em;
  border-radius: 1.6875rem;
  transition: 0.5s ease all;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}


.image-gallery-container .image-gallery-title {
  margin-top: .5rem;
}

.image-gallery-container .read-more {
  color: #8a8a8a;
}

.image-gallery-container figcaption.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5) !important;
  font-weight: bold;}

/* END: image gallery */
/* ================== */




/* ========================================================== */
/* Embedded video responsiveness (for non-full-screen videos) */

/* 56.25% retains 16:9 aspect ratio */

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	object-fit: cover;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* END: Embedded video responsiveness (for non-full-screen videos) */
/* =============================================================== */



div#horizontal-menu {
	background-color: #efefef;
	margin-bottom: 40px;
	padding: 10px 20px 15px 20px;
}

div#horizontal-menu ul {
	list-style-type: none;
	background-image: none;
	text-align: center;
	margin: 0;
}

div#horizontal-menu ul li {
	display: inline-block;
	/* font-weight: bold; */
	font-size: .65rem;
	margin: 0 20px;
}

div#horizontal-menu ul li a:link {text-decoration: none; color: #333; font-weight: bold;}
div#horizontal-menu ul li a:visited {text-decoration: none; color: #333; font-weight: bold;}
div#horizontal-menu ul li a:hover {text-decoration: underline; color: #333; font-weight: bold;}
div#horizontal-menu ul li a:active {text-decoration: none; color: #333; font-weight: bold;}


/* OU Alerts Custom CSS */

/* #oualerts-active-alert-display .oualerts-notify-link {
    font-weight: bold !important;
} */


#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-link {
	text-decoration: underline !important;
	font-weight: bold !important;
}

/*

#oualerts-active-alert-display .oualerts-notify-link a:link {text-decoration: underline !important;}
#oualerts-active-alert-display .oualerts-notify-link a:visited {text-decoration: underline !important;}
#oualerts-active-alert-display .oualerts-notify-link a:hover {text-decoration: underline !important;}
#oualerts-active-alert-display .oualerts-notify-link a:active {text-decoration: underline !important;}

*/

.sub-program-cards h4 {
	font-size: .7rem;
	padding-bottom: 10px;
}


/* ================================= */
/* Interest Area Icon bar custom CSS */

/* 56.25% retains 16:9 aspect ratio */

div.row .interest-areas .column .card .card-section h5 {
	font-size: .75rem;
	font-weight: 200 !important;
}

/* END: Interest Area Icon bar custom CSS */
/* ====================================== */



/* CALLOUTS FOR CTAs */
/* ================= */

.callout.cta-primary {
	text-align: center;
	background-color: #fdb913;
}

.callout.cta-primary strong {
	font-family: "franklin-gothic-urw-cond", helvetica, sans;
	font-weight: 700;
}

.callout.cta-primary a {
	font-family: "franklin-gothic-urw-cond", helvetica, sans;
	padding: 3px 6px;
	background-color: #c00;
	border: 1px solid #c00;
	border-radius: 3px;
}

.callout.cta-primary p {
	text-align: center;
}

.callout.cta-primary a:link {color: #fff !important; text-decoration: none !important; }
.callout.cta-primary a:visited {color: #fff !important; text-decoration: none !important; }
.callout.cta-primary a:hover {color: #555 !important; text-decoration: none !important; }
.callout.cta-primary a:active {color: #fff !important; text-decoration: none !important; }

/* ================= */

.callout.cta-secondary {
	text-align: center;
	background-color: #143e6c;
}

.callout.cta-secondary a {
	padding: 10px;
	font-family: "franklin-gothic-urw-cond", helvetica, sans;
	font-weight: 700;
	font-size:1.1rem;
}

.callout.cta-secondary p {
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.callout.cta-secondary a:link {color: #fff !important; text-decoration: none !important; }
.callout.cta-secondary a:visited {color: #fff !important; text-decoration: none !important; }
.callout.cta-secondary a:hover {color: #fff !important; text-decoration: none !important; }
.callout.cta-secondary a:active {color: #fff !important; text-decoration: none !important; }

/* Responsive Google Maps */
/* ====================== */


.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
  }
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

/* HOW TO USE RESPONSIVE GOOGLE MAPS */

/*
<div class="google-maps">
  <iframe
    src="https://www.google.com/maps/embed"
    width="600"
    height="450"
    style="border:0;"
    allowfullscreen=""
    loading="lazy"
  ></iframe>
</div>

*/



/* Remove below when new card stuff is working */
/* =========================================== */

.card-product-hover-title {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.2rem;
}

.card-product-hover {
  position: relative;
  line-height: 1.2rem;
  transition: all 0.35s ease;
}

.card-product-hover-details {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem;
}

.card-product-hover-details > :last-child {
  margin-bottom: 0;
}

.card-product-hover-price {
  margin: 0.5rem 0;
  font-weight: 700;
  color: #1779ba;
  font-size: #1779ba;
}

.card-product-hover-icons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.card-product-hover-icons a i {
  display: block;
  font-size: 1.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
  background-color: #fefefe;
  text-align: center;
  color: #0a0a0a;
}

.card-product-hover-icons a i:hover {
  background-color: #8a8a8a;
  color: #fefefe;
  cursor: pointer;
}

.card-product-hover-icons a {
  margin: 2px;
  opacity: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  transition: all 0.35s ease;
}

.card-product-hover:hover a,
.card-product-hover.hover a {
  transition: all 0.35s ease;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.card-product-hover:hover a:nth-child(2),
.card-product-hover.hover a:nth-child(2) {
  transition-delay: 0.1s;
}

.card-product-hover:hover a:nth-child(3),
.card-product-hover.hover a:nth-child(3) {
  transition-delay: 0.2s;
}

/* =========================================== */


.card > .simple {
	background-color: #efefef;
	text-align: center;
	padding: 20px;
}

.fineprint {
	font-size: .6rem !important;
	font-style: italic;
}

.intro {
	font-size: 1.1rem !important;
}

div.aside-content {
	width: 90% !important;
}


/* Heading classes, for sizing headings as different headings - currently for Jae-designed pages only */

.content-wrap .header .columns-wrap .h1 {
	font-size: 2.2rem;
}
.content-wrap .header .columns-wrap .h2 {
	font-size: 1.8rem;
	line-height: 2.1rem;
}
.content-wrap .header .columns-wrap .h3 {
	font-size: 1.6rem;
}
.content-wrap .header .columns-wrap .h4 {
	font-size: 1.4rem;
}
.content-wrap .header .columns-wrap .h5 {
	font-size: 1.2rem;
}
.content-wrap .header .columns-wrap .h6 {
	font-size: 1rem;
}


/* New program page inside nav */

div.inside-nav {
	background-color: #efefef;
	margin-bottom: 30px;
	margin-top: 0;
}

div.inside-nav ul {
	padding: 5px 10px 0 10px;
}

div.inside-nav ul li {
	background: none !important;
	padding-right: 20px;
}

table.stack2 thead th {
    display: block;
}

/* ADD +/- BACK TO NEW ACCORDIONS

.accordion-title::before {
    content: '+' !important;
    position: absolute !important;
    right: 1rem !important;
    top: 50% !important;
    margin-top: -.5rem !important;
}

.is-active > .accordion-title::before {
    content: '-' !important;
}
 */

a.accordion-title.new::before {
	background-color: none !important;
	bottom: -2px !important;
	height: 1px !important;
	left: 97% !important;
	position: absolute !important;
	-webkit-transform: none !important;
	transform: none !important;
	transform: none !important;
	-webkit-transition: none !important;
	transition: none !important;
	width: 100% !important;
}

a.accordion-title.new::before {
    content: '+' !important;
    position: absolute !important;
    right: 1rem !important;
    top: 50% !important;
    margin-top: -.5rem !important;
	visibility: visible !important;
}


.is-active > .accordion-title.new::before {
    content: '-' !important;
	visibility: visible !important;
}