/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: sans-serif;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#has_prereqs,
#has_coreqs,
#has_advisory,
#uc_transferable,
#csu_transferable,
#has_limit,
#spring2020_btn,
#fall2019_btn {
  display: none;
}
.course-sections__show-more {
	font-size: 1.2rem;
	text-transform: uppercase;
	background: #445660;
	border: none;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 0 auto;
}

.course-info-and-sections-container {
  background: #f4f6f8;
/*   display: flex; */
}

.course-header {
  color: #fff;
  background: #023867;
  text-transform: uppercase;
}

.course-header__logo {
  padding: 5px 20px;
  width: 20%;
}

.course-header__title-container {
  width: 100%;
  padding-top: 100px;
}

.course-header__heading {
  margin-left: 60px;
  font-family: "Poppins", sans-serif;
}

.course-header__heading--h1-size {
  font-size: 4.125rem;
  margin-bottom: 40px;
  text-shadow: 5px 5px 2px rgba(0, 0, 0, 0.8);
}

.course-header__heading--h2-size-large {
  margin-left: 0;
  padding: 25px 0;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 1.5rem;
  display: inline-block;
}

.course-header__heading--h2-size-small {
  margin-left: 0;
  padding: 25px 0;
  padding-left: 60px;
  padding-right: 25px;
  font-size: 1.1rem;
  font-weight: 100;
  display: inline-block;
}

.course-header__heading--h2-mesa-blue {
  background: #fff;
  color: #023867;
}

.course-header__heading--h2-white {
  color: #fff;
}

.course-info {
/*   flex: 1; */
  padding: 25px 60px;
/*   width: 47.23456%; */
/*   float: left; */
}

.course-info__des-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.course-info__des-container > div {
	padding: 10px;
}

.course-info__flex-contain {
	flex: 1 0 45%;
}
.course-info__course-des {
  width: 100%;
  line-height: 1.6;
  font-size: 1.3rem;
  color: #212426;
  margin-bottom: 10px;
/*   text-align: justify; */
/*   min-width: 32em; */
}

.course-info__hr {
  width: 100%;
  margin-top: 20px;
  opacity: 0.3;
}

.course-info__more-info {
  padding: 10px 0;
  flex: 1 0;
}

/* .course-info__more-info > div {
	min-width: 42em;
} */

.course-info__heading {
  color: #313639;
}

.course-info__heading--h3-size {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.course-info__heading--h3-size--smaller {
  font-size: 1.1rem;
  font-weight: 400;
}
.course-sections-container {
	display: flex;
	flex-wrap: wrap;
}
.course-sections {
/*   width: 40%; */
  font-family: "Poppins", sans-serif;
  padding: 25px 60px;
/*   float: left; */
	flex: 1;
}

/* .course-sections__spring {
	float: right;
} */

.course-sections__header {
  color: #023867;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

/* .clear {
  clear: both;
} */

.course-sections table {
  width: 100%;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 2px -4px rgba(0, 0, 0, 0.8);
  box-shadow: 5px 5px 2px -4px rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}

td {
  border: 1px solid #212426;
  padding: 10px 25px;
  color: #212426;
  font-size: 1.1rem;
}

th {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  vertical-align: middle;
  background: #023867;
  color: #fff;
  padding: 10px 25px;
  font-size: 1.1rem;
  border: 1px solid #212426;
}
tr {
	line-height: 1.2;
}

.all-courses {
  font-family: "Poppins", sans-serif;
  color: #212426;
  margin-top: 30px;
}

.all-courses__list-item {
  margin-bottom: 30px;
  margin-left: 60px;
  background-color: #f4f6f8;
  padding: 5px 0 10px 10px;
  width: 38%;
  border-radius: 5px;
}

.all-courses__title {
  color: #023867;
  font-size: 1.5rem;
  padding-bottom: 20px;
}

.all-courses__link {
  text-decoration: none;
  margin-top: 5px;
  display: inline-block;
}
.all-courses__link:hover {
	text-decoration: underline;
}

.all-courses__desc {
  margin-top: 5px;
  padding-right: 10px;
}

.tags {
  margin-top: 11px;
}

.tag {
  background: #023867;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  margin-right: 8px;
}

.tag--prereqs {
  background: #cc0000;
}

.tag--prereqs--background {
  background: rgba(204, 0, 0, 0.1);
  color: #212426;
  margin-bottom: 10px;
}

.tag--coreqs {
  background: #49182d;
}

.tag--coreqs--background {
  background: rgba(73, 24, 45, 0.1);
  color: #212426;
  margin-bottom: 10px;
}

.tag--advis {
  background: #00529c;
}

.tag--advis--background {
  background: rgba(0, 82, 156, 0.1);
  color: #212426;
  margin-bottom: 10px;
}
.tag__border-pad-radius-left {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: inline-block;
}
.tag__border-pad-radius-right {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 0;
	padding-right: 10px;
	line-height: 1.3;
	flex: 1;
}

.tag--limit {
  background: #337ab7;
}

.tag--limit--background {
  background: rgba(51, 122, 183, 0.1);
  color: #212426;
  margin-bottom: 10px;
}

.tag--small {
  padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: 100;
}

.tag--small.active {
  background: #fdb930;
  color: #023867;
}
.tag--small.active_spring {
	background: #337AB7;
	color: #fff;
}
.tag--large {
  padding: 10px 15px;
/*   margin-top: 10px; */
  font-size: 1rem;
}

/*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)));
}
/*# sourceMappingURL=styles.css.map */