/*
================================================================================
CONTENT:
================================================================================
*/

/* set the base size on HTML element so "em" & "rem" work correctly */
html {
  font-size: 18px;
}

body {
  overflow-x: hidden;
  font-family: 'Bell Gothic Std', sans-serif;
  font-size: inherit;
  line-height: 1.5;
  color: #00385C;
}

/* WYSIWYG
-------------------------------------------------------------------------------- */
body.wysiwyg-content {
  margin: 4px;
  color: #333;
  background-color: #fff;
}

body.wysiwyg-content img {
  height: auto;
}

body.wysiwyg-content table {
  border: 1px solid;
}

body.wysiwyg-content .collapse {
  display: block;
}

body.wysiwyg-content .flexslider li {
  display: block;
}


/* Links
-------------------------------------------------------------------------------- */
a {
  color: var(--primary-color);
  transition: .2s ease-in-out;
}

a:hover {
  color: var(--accent-color2-darker);
}

/* disable cursor if href is empty */
a[href=""] {
  pointer-events: none;
}


/* Headings
-------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  font-weight: 600;
}

h1:has(a),
h2:has(a),
h3:has(a),
h4:has(a),
h5:has(a) {
  filter: none;
}

/* Since Firefox doesn't support ":has()" */
@-moz-document url-prefix() {

  h1,
  h2,
  h3,
  h4,
  h5 {
    filter: none;
  }
}

h1:only-child,
h2:only-child,
h3:only-child,
h4:only-child,
h5:only-child {
  margin-bottom: 0;
}

h1 {
  font-size: 250%;
  text-transform: uppercase;
}

h1:only-child {
  text-align: left;
  width: 100%;
  font-size: 38px;
}

h2 {
  font-size: 200%;
  font-family: Georgia;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
}

h3 {
  font-size: 150%;
  font-weight: 800;
  text-transform: uppercase;
}

h4 {
  font-size: 125%;
}

h5 {
  font-size: 100%;
}


/* Paragraphs
-------------------------------------------------------------------------------- */
p:only-child {
  margin-bottom: 0;
}

.lead {
  font-size: 130%;
  font-weight: normal;
}

small {
  color: inherit !important;
}


/* Images
-------------------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

.placeholder {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #fff;
  border: 1px solid rgba(51, 50, 50, 0.1);
  padding: 15px;
}

/* Blockquote
-------------------------------------------------------------------------------- */
blockquote {
  position: relative;
  padding-left: 60px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 110%;
  font-style: italic;
  border-left: 0;
}

blockquote::before {
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 4em;
  content: "\201C";
}

blockquote footer,
blockquote small,
blockquote .small {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  color: inherit;
  opacity: 0.5;
}


/* Lists
-------------------------------------------------------------------------------- */
ul,
ol {
  position: relative;
}

::marker {
  color: var(--primary-color);
}


/* List Inline
------------------------------------ */
.list-inline {
  margin-bottom: 0;
}

.list-inline a:not(.btn) {
  display: block;
  padding-right: 4px;
}


/* List Checkmark
------------------------------------
<ul class="list-checkmark">
*/

.list-checkmark {
  list-style: none;
}

.list-checkmark>li::before {
  display: inline-block;
  width: 1.25em;
  margin-left: -1.3em;
  font-family: "FontAwesome";
  color: var(--primary-color);
  content: "\f00c";
}


/* Tables
-------------------------------------------------------------------------------- */
thead {
  color: #fff;
  background-color: var(--accent-color);
}

th {
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 1px;
}


/* Card
--------------------------------------------------------------------------------
<div class="card">
  <div class="card-thumbnail" />
  <div class="card-body" />
</div>
*/

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 30px;
  overflow: hidden;
  color: #666;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 200ms;
}

.card:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.card:hover {
  box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.35);
}

.card-thumbnail {
  margin: -30px -30px 30px -30px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  border: 0;
  box-shadow: 0 0 0.7px;
}

.card-thumbnail img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  transition: all 200ms;
  object-fit: cover;
}

.card:hover .card-thumbnail img {
  transform: scale(1.05);
}

.card-body {
  flex: 1;
}

.card>*:last-child {
  margin-bottom: 0;
}


/* Modals
-------------------------------------------------------------------------------- */
.modal-content {
  color: #333;
  border: 0;
}

.modal-header {
  color: #fff;
  background-color: var(--primary-color);
  border-bottom: 0;
}

.modal-header .close {
  margin: 0 !important;
  padding: 5px 15px !important;
  font-size: 30px !important;
  line-height: 1 !important;
  color: inherit;
  border-color: inherit !important;
  opacity: 0.7;
}

.modal-title {
  margin: 0;
}


/* Responsive Media Container
-------------------------------------------------------------------------------- */
.media-container {
  position: relative;
  float: none;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  clear: both;
}

.media-container>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Fission Stuff - Do Not Delete
-------------------------------------------------------------------------------- */
.fission-form-box {
  width: 64px;
  height: 64px;
  background-image: url(/cmscore/js/tiny_mce/plugins/pfforms/images/pfforms-placeholder.gif);
  background-repeat: no-repeat;
}

pre {
  padding: 10px;
  color: #fff;
  background-color: #23241f;
  border-radius: 3px;
}


/* Homepage - Courses
-------------------------------------------------------------------------------- */
@media (min-width: 460px) and (max-width: 1199px) {
  .grid.courses {
    grid-template-columns: 1fr 1fr;
  }
}

.grid.courses .grid-item {
  padding: 20px;
}

@media (min-width: 1200px) {
  .grid.courses .grid-item {
    border-right: 1px solid #B1CBDC;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .grid.courses .grid-item:nth-of-type(1) {
    padding-left: 0;
  }
}

.grid.courses .grid-item:last-of-type {
  border-right: 0;
}

.action {
  margin-top: auto;
}


.grid.courses a {
  color: #F15822;
  font-weight: 600;
}


/* Highlight - callout box
-------------------------------------------------------------------------------- */
.highlight {
  background: #fff;
  padding: 30px;
  margin: 25px 0;
  border: 1px solid rgba(0, 56, 92, .18);
}