@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Lato Extended","Lato","Helvetica Neue", Helvetica, Arial, sans-serif;
}
a.external > .external_link_icon { 
	display: none !important 
}

@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 28px;
	line-height: 1.5;
	font-weight: normal;
	margin: 6px 0;
	font-family: "Lato Extended", "Lato", "Helvetica Neue", Helvetica, Arial, san-serif;
	text-rendering: optimizeLegibility;
}
h2 {
	font-size: 24px;
	line-height: 1.5;
	font-weight:bolder;
	margin: 6px 0;
	font-family: "Lato Extended", "Lato", "Helvetica Neue", Helvetica, Arial, san-serif;
	text-rendering: optimizeLegibility;
	color: #d31241;
}
h3 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	margin: 6px 0;
	font-family: "Lato Extended", "Lato", "Helvetica Neue", Helvetica, Arial, san-serif;
	text-rendering: optimizeLegibility;
	color: #003E69;
}
h4 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	margin: 6px 0;
	font-family: "Lato Extended", "Lato", "Helvetica Neue", Helvetica, Arial, san-serif;
	text-rendering: optimizeLegibility;
}
h5 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	margin: 6px 0;
	font-family: "Lato Extended", "Lato", "Helvetica Neue", Helvetica, Arial, san-serif;
	text-rendering: optimizeLegibility;
}
h6 {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	margin: 6px 0;
	font-family: "Lato Extended", "Lato", "Helvetica Neue", Helvetica, Arial, san-serif;
	text-rendering: optimizeLegibility;
}
.ic-Login-header .ic-Login-header__logo img {
    max-width: 420px;
}
img {
    /* max-width: 100%; */
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
/** ORIGINAL LINK UNDERLINE **/
.user_content a:not(.btn):not(.Button):not(.ui-button):not([role=button]), .mceContentBody a:not(.btn):not(.Button):not(.ui-button):not([role=button]) {
    text-decoration: none;
}

/** CANVAS HOME PAGE **/
.home-container {
	height: 100%;
	width: 100%;
}
.home-header {
	
}
.home-video {
	float: left;
	padding: 10px;
}


/** ACCORDION **/
accordion-container {
	height: 100vh; 
	width: 100vh; 
	display: flex; 
	justify-content: center; 
	align-items: center;
}
.accordion {
	width: 100%;
}
details {
	margin-bottom: 10px;
	border: 1px solid #003e69;
	border-radius: 4px;
	background: #fff;
	padding: 10px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
summary {
	cursor: pointer;
	outline: none;
}
details[open] summary {
	color: #003e69;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
details p {
	margin: 10px 0 0;
}


/** MODULE BUTTONS **/
.module-gallery {
	clear: both; 
	display: inline-block; 
	width: 100%; 
	background-color: #ffffff; 
	padding-bottom: 35px; 
	padding-top: 0px; 
	margin-top: -5px; 
	margin-bottom: 0px;
}
.home-module-container {
	/**background-color: gray;**/ 
	height: 100%; 
	width: 100%;
}
.module-column {
	float: left; 
	width: 173px; 
	/**height: 48px;**/
	border: 2px #003e69 solid; 
	display: block; 
	margin: 5px;
}
.module-column-left {
	float: left; 
	width: 25%; 
	height: inherit; 
	text-align: center; 
	vertical-align: middle; 
	font-size: 24pt; 
	color: #003e69;
}
.module-column-right {
	float: left; 
	width: 75%; 
	height: inherit; 
	text-align: center; 
	vertical-align: middle; 
	background-color: #003e69; 
	color: #ffffff;
}
/**** MODULE 2.0  *****/
.module-split-button {
	display: inline;
	width: 173px;
	height: 48px;
	border: 2px solid #003e69;
	cursor: pointer;
	overflow: hidden;
	/*border-radius: 5px;*/
	transition: all 0.3s ease;
	text-decoration: none;
	float: left;
	margin: 0 0 10px 10px;
}
.module-split-button-left a {
	text-decoration: none;
}
.module-split-button-left {
	width: 25%;
	background-color: #ffffff;
	color: #003e69;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s ease;
	/*border-radius: 5px 0 0 5px;*/
	float: left;
	height: 100%;
	font-size: 24pt;
	font-weight: bold;
}
.module-split-button-right {
	width: 75%;
	background-color: #003e69;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s ease;
	/*border-radius: 0 5px 5px 0;*/
	padding-left: 10px;
	float: left;
	height: 100%;
}
.module-split-button:hover .split-button-left {
	background-color: #3694b9;
}
.module-split-button:hover .split-button-right {
	background-color: #9ea2a2;
}
.module-split-button:active .split-button-left {
	background-color: #004080;
}
.module-split-button:active .split-button-right {
	background-color: #d3d9df;
}

/** QUICK LINKS **/
#thumbnail {
	width: 173px; 
	min-height: 147px; 
	text-align: center; 
	float: left; 
	margin-top: 35px; 
	background-color: #f8f8f8; 
	/* background-image: url('https://concorde.instructure.com/files/29007914/download?download_frd=1'); */
	background-repeat: no-repeat; 
	padding-bottom: 20px; 
	margin-left: 1%; 
	margin-right: 1%; 
	border-radius: 3px; 
	padding-top: 20px; 
	border-bottom: 4px solid #862633;
}
.ql-container {
	width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
	background-color: #ffffff; 
	align-items: center;
}
.ql-gallery {
	clear: both; 
	display: inline-block; 
	width: 100%; 
	background-color: #ffffff; 
	padding-bottom: 35px; 
	padding-top: 0px; 
	margin-top: -5px; 
	margin-bottom: 0px;
}
.ql-book {
	background-image: url('https://view.zoomifier.com/ip84mb15de');
	width: 173px; 
	min-height: 147px; 
	text-align: center; 
	float: left; 
	margin-top: 35px; 
	background-color: #f8f8f8;
	background-repeat: no-repeat; 
	padding-bottom: 20px; 
	margin-left: 1%; 
	margin-right: 1%; 
	border-radius: 3px; 
	padding-top: 20px; 
	border-bottom: 4px solid #41b6e6;
}
.ql-src {
	width: 173px; 
	min-height: 147px; 
	text-align: center; 
	float: left; 
	margin-top: 35px; 
	background-color: #f8f8f8;
	background-repeat: no-repeat; 
	padding-bottom: 20px; 
	margin-left: 1%; 
	margin-right: 1%; 
	border-radius: 3px; 
	padding-top: 20px; 
	border-bottom: 4px solid #862633;
}
.ql-inst {
	width: 173px; 
	min-height: 147px; 
	text-align: center; 
	float: left; 
	margin-top: 35px; 
	background-color: #f8f8f8;
	background-repeat: no-repeat; 
	padding-bottom: 20px; 
	margin-left: 1%; 
	margin-right: 1%; 
	border-radius: 3px; 
	padding-top: 20px; 
	border-bottom: 4px solid #fdb913;
}
.ql-help {
	width: 173px; 
	min-height: 147px; 
	text-align: center; 
	float: left; 
	margin-top: 35px; 
	background-color: #f8f8f8;
	background-repeat: no-repeat; 
	padding-bottom: 20px; 
	margin-left: 1%; 
	margin-right: 1%; 
	border-radius: 3px; 
	padding-top: 20px; 
	border-bottom: 4px solid #ef426f;
}
.ql-syl {
	width: 173px; 
	min-height: 147px; 
	text-align: center; 
	float: left; 
	margin-top: 35px; 
	background-color: #f8f8f8;
	background-repeat: no-repeat; 
	padding-bottom: 20px; 
	margin-left: 1%; 
	margin-right: 1%; 
	border-radius: 3px; 
	padding-top: 20px; 
	border-bottom: 4px solid #0e76ba;
}
.ql-lib {
	width: 173px; 
	min-height: 147px; 
	text-align: center; 
	float: left; 
	margin-top: 35px; 
	background-color: #f8f8f8;
	background-repeat: no-repeat; 
	padding-bottom: 20px; 
	margin-left: 1%; 
	margin-right: 1%; 
	border-radius: 3px; 
	padding-top: 20px; 
	border-bottom: 4px solid #003e69;
}

/** STUDENT RESOURCE MENU **/
/* STUDENT RESOURSE HEADER */
.topbar {
	background-color: #fff;
	color: #003e69;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.topbar-logo {
	font-size: 24px;
	font-weight: bold;
}
.topbar-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.topbar-nav li {
	display: inline;
	margin-left: 20px;
}
.topbar-nav li a {
	color: #003e69;
	text-decoration: none;
}
.topbar-nav li a:hover {
	color: #9EA2A2;
}

/* Navbar container */
.sr-navbar {
  overflow: hidden;
  background-color: #484f54;
  /*font-family: Arial; */
  color: #d31245;
}

/* Links inside the navbar */
.sr-navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.sr-dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.sr-dropdown .sr-dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.sr-navbar a:hover, .sr-dropdown:hover .sr-dropbtn {
  background-color: #d31245;
}

/* Dropdown content (hidden by default) */
.sr-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Mega Menu header, if needed */
.sr-dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}

/* Show the dropdown menu on hover */
.sr-dropdown:hover .sr-dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.sr-column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #ccc;
  height: 250px;
}

/* Style links inside the columns */
.sr-column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a background color on hover */
.sr-column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.sr-row:after {
  content: "";
  display: table;
  clear: both;
}

/** IMAGE SLIDER **/
.CSSgal{
  position: relative;
  overflow: hidden;
  height:   100%; /* Or set a fixed height */
}

/* SLIDER */

#slider {
	overflow: hidden;
}
#slider figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	animation: 20s slider infinite;
}
#slider figure img {
	float: left;
	width: 20%;
}
@keyframes slider {
	0% {
		left: 0;
	}
	20% {
		left: 0;
	}
	25% {
		left: -100%;
	}
	45% {
		left: -100%;
	}
	50% {
		left: -200%;
	}
	70% {
		left: -200%;
	}
	75% {
		left: -300%;
	}
	95% {
		left: -300%;
	}
	100% {
		left: -400%;
	}
}
/** SR BIG CARDS **/
.big-card-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 50px;
}
.big-card {
	width: 325px;
	background-color: #fofofo;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	margin: 10px;
}
.big-card img {
	width: 100%;
	height: auto;
}
.big-card-content {
	padding: 16px;
}
.big-card-content h3 {
	font-size: 28px;
	margin-bottom: 8px;
}
.big-card-content p {
	color: #666666;
	font-size: 15px;
	line-height: 1.3;
}
.big-card-content .btn {
	display: inline-block;
	padding: 8px 16px;
	background-color: #333;
	text-decoration: none;
	border-radius: 4px;
	margin-top: 16px;
	color: #fff;
}
/** FOOTER **/

@media screen and (min-width: 62.5em) {
    .pre-footer {
        padding: 3rem 0;
    }
}
.pre-footer {
	background: #003e69;
	color: #fff;
}
.pre-footer .container {
	display: flex;
	margin-top: 10px;
}
.container {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 1.23rem;
}
.button-container {
	margin-left: 25px;
}
/** STYLE GUIDE LAYOUT **/
/* Style the side navigation */
.sg-sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
	float: left;
}


/* Side navigation links */
.sg-sidenav a {
  color: white;
  padding: 16px;
  text-decoration: none;
  display: block;
}

/* Change color on hover */
.sg-sidenav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the content */
.sg-content {
  margin-left: 50px;
  padding-left: 20px;
}
#grading-box-extended {
    width: 50px;
    margin-bottom: 0;
}
#quiz_edit_wrapper #quiz_tabs #quiz_options_form #quiz_allowed_attempts {
    width: 40px;
    margin-bottom: 5px;
}
.split-button {
	display: inline;
	width: 300px;
	height: 100px;
	border: 1px solid #ccc;
	cursor: pointer;
	overflow: hidden;
	border-radius: 5px;
	transition: all 0.3s ease;
	text-decoration: none;
	float: left;
	margin: 0 0 10px 10px;
}
.split-button-left a {
	text-decoration: none;
}
.split-button-left {
	width: 25%;
	background-color: #41b6e6;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s ease;
	border-radius: 5px 0 0 5px;
	float: left;
	height: 100%;
}
.split-button-right {
	width: 75%;
	background-color: #E4E3E0;
	color: #212529;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s ease;
	border-radius: 0 5px 5px 0;
	padding-left: 10px;
	float: left;
	height: 100%;
}
.split-button:hover .split-button-left {
	background-color: #3694b9;
}
.split-button:hover .split-button-right {
	background-color: #9ea2a2;
}
.split-button:active .split-button-left {
	background-color: #004080;
}
.split-button:active .split-button-right {
	background-color: #d3d9df;
}
.drkblue-split-button {
	display: inline;
	width: 300px;
	height: 100px;
	border: 1px solid #ccc;
	cursor: pointer;
	overflow: hidden;
	border-radius: 5px;
	transition: all 0.3s ease;
	text-decoration: none;
	float: left;
	margin: 0 0 10px 10px;
}
.drkblue-split-button-left a {
	text-decoration: none;
}
.drkblue-split-button-left {
	width: 25%;
	background-color: #003e69;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s ease;
	border-radius: 5px 0 0 5px;
	float: left;
	height: 100%;
}
.drkblue-split-button-right {
	width: 75%;
	background-color: #E4E3E0;
	color: #212529;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s ease;
	border-radius: 0 5px 5px 0;
	padding-left: 10px;
	float: left;
	height: 100%;
}
.drkblue-split-button:hover .drkblue-split-button-left {
	background-color: #18507f;
}
.drkblue-split-button:hover .drkblue-split-button-right {
	background-color: #d0cfcd;
}
.drkblue-split-button:active .drkblue-split-button-left {
	background-color: #004080;
}
.drkblue-split-button:active .drkblue-split-button-right {
	background-color: #d3d9df;
}

/** YOUTUBE **/

.youtube-container {
	display: flex;
	padding: 1opx;
}
.youtube-iframe {
	display: flex;
	padding: 10px;
	min-width: 565px;
}

