body, .bg {
  background-color: white !important;
}

a {
  color: #1e5b88;
}

a:hover {
  color: #5993bd;
}

a:visited {
  color: #718ca0;
}

a:visited:hover {
  color: #acc6da;
}

a > div {
  color: initial;
}

.flipeditor-document-thumbnail .material-icons {
  color: #aac2d0 !important;
}

.CourseDetails-title {
  font-weight: 500;
  border-left: 3px solid #1e5b88;
  padding: 2px 0 2px 15px;
}

.CourseDetails-subtitle.CourseDetails-subtitle {
  font-weight: 100;
  font-size: 24px;
  margin-top: -22px;
  margin-bottom: 27px;
  border-left: 3px solid #1e5b88;
  padding-left: 15px;
  padding: 2px 0 2px 15px;
}

.CourseDetails-description.CourseDetails-description {
  margin-bottom: 30px;
}

.footer-square {
  background: #dee5ea !important;
  border: 1px solid #b2c8d8 !important;
}

.header-container {
  background: #dee5ea !important;
}

.pagetitle {
  position: relative;
  font-size: 30px;
}

.pagetitle::after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  background: linear-gradient(.25turn, #1e5b88, transparent 300px, transparent)
}

.flipeditor h1 {
  font-weight: 100;
}

.flipeditor h3 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px;
}

.flipeditor h4 {
  font-weight: 500;
}

.flipeditor h5 {
  text-transform: uppercase;
  font-size: 26px;
}

.flipeditor h6 {
  font-family: "Cookie", serif;
  font-weight: normal;
  font-size: 38px;
}

/* .page-step .header-container,
.page-course .header-container,
.page-course-settings .header-container {
  background: rgba(0,0,0,.1);
  border: none;
}

.page-course .header-logoSpot,
.page-account .header-logoSpot,
.page-admin .header-logoSpot,
.page-confirm .header-logoSpot,
.page-course-settings .header-logoSpot,
.page-course .header-logoSpot,
.page-courses .header-logoSpot,
.page-login .header-logoSpot,
.page-page .header-logoSpot {
  background-image: url(https://s3.amazonaws.com/cdn.gospelpaths.com/tenants/5/1566558741670-biblearc-courses-logo.png);
  height: 20px;
  width: 172px;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 17px;
  background-size: 100%;
}

@media (max-width: 750px) {
  .header-logoSpot {
      display: none;
  }
}
*/

.flipeditor blockquote {
  padding: 30px;
  border-radius: 4px;
  box-shadow: 6px 4px 40px rgba(15, 58, 90, 0.15);
  margin: 26px 30px;
  position: relative;
  overflow: hidden;
  border: none;
  color: initial;
}

.flipeditor blockquote::before {
  content: "”";
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 490px;
  font-family: "Cookie";
  line-height: 350px;
  color: #e0ebf1;
  left: initial;
  transform: none;
  background: initial;
  width: initial;
  height: initial;
  text-align: initial;
  font-weight: initial;
}

.flipeditor-pullquote-quote::before {
  font-size: 120px;
  top: -36px;
  left: 36px;
  font-family: "Cookie", serif;
  color: #1e5b88;
}

.flipeditor-pullquote-quote {
  font-family: "Cookie", serif;
  font-size: 37px;
  padding-top: 10px;
}

.flipeditor-pullquote-citation {
  color: #67808e;
}

.ReactTable.-striped .rt-tr.-odd {
  background: #f0f4f7;
}

.ReactTable.-striped .rt-tr.-even {
  background: #e2e9ef;
}

.coursesList-option-container {
  box-shadow: #85a2b9 0px 0px 1px !important;
}

.coursesList-option-container:hover {
  box-shadow: #cad5de 0px 0px 9px !important;
}

@font-face {
  font-family: 'CustomFontOverride';   /* This is SBL Greek */
  src: url('https://s3.amazonaws.com/cdn.gospelpaths.com/tenants/5/SBLGreek.woff');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0370-03FF, U+1F00-1FFF;
}

@font-face {
  font-family: 'CustomFontOverride';   /* This is Ezra SIL SR */
  src: url('https://s3.amazonaws.com/cdn.gospelpaths.com/tenants/5/EzraSILSR.woff');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0590-05FF;
}

/*
.path-component-audiocont {
	display: inline-block;
	width: 400px;
	background: #EFEFF0;
	padding: 20px;
	text-align: left;
	max-width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
}

.path-component-audio {
	float: left;
}

.path-component-audio-title {
	margin: 0 0 5px 0;
	font-size: 18px;
}

.path-component-audio-desc {
	margin: 0 0 5px 0;
}

.path-component-audiocont iframe {
	border: none;
	width: calc(100% + 20px) !important;
	height: 68px;
	vertical-align: top;
	margin: 12px -10px -13px;
} */

.page-step .pagetitle {
  font-weight: 100;
  font-size: 25px;
}

.page-step .pagesubtitle {
  font-size: 23px;
  margin: -8px 0 30px;
}