/* 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: green !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; }


/* 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;
}

/* 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;
}





/* 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 */
/* ====================================== */




	
.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;
}

/*
a.button {
	color: #000;
} */


/* 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.75rem;
    color: #143e6c;
	font-family: "franklin-gothic-urw-cond", helvetica, sans;
    font-weight: 700;
}

div.section-heading {
	background-image: url("https://www.dvc.edu/_sandbox/kstatham/images/blog/blog-banner.jpg");
	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: .7rem;
	margin: 0 20px;
}

