@import "stylesheet.css";

:root {
  --main-color: #A32136;
}

html,
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'mission_gothicregular', Arial, san-serif;
}

body.no-scroll {
  height: 100%;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'mission_gothicblack', Arial, san-serif;
}

p {
  color: #616161;
}

#dogTracksMobile {
  display:none;
}

#dogTracksLink, #dogTracksMainLink{
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

.gform_button {
	padding: 12px 20px;
    border-radius: 8px;
    background-color: #a32136;
    color: #fff;
}

.hcc-cust-img-border {
	border: 1px solid black;
}

#cat-nav-footer {
  display: none;
}

#cat-nav,
#cat-nav-footer {
  margin: 1.5rem 0 1.5rem 0;
  padding: 1.5rem 1.5rem;
  background: #CBCBCB 0% 0% no-repeat padding-box;
}

#cat-nav .container {
  max-width: 85%;
}

.cat-nav-txt {
  height: 100%;
  border-right: 1px solid #707070;
}

.cat-nav-txt p {
  color: var(--main-color);
}

.cat-nav-txt>h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.7rem;
}

.cat-nav-items {
  display: block;
}

.cat-nav-item {
  display: inline-block;
  border: 1px solid #7d7d7d;
  background-color: #EAEAEA;
  color: var(--main-color);
  margin: 5px;
  padding: 5px;
  line-height: 1.25rem;
}

.cat-nav-item a {
  text-decoration: none;
}

.cat-nav-item a:hover {
  text-decoration: underline;
}

.wp-block-cover {
  border-bottom: 5px solid var(--main-color);
}

.campus-column {
  font-family: 'mission_gothicbold', Arial, san-serif;
  font-style: italic;
  line-height: 1.85rem;
  text-shadow: 2px 2px #292929;
}

#forms-page {
  margin-bottom: 35px;
}

#form-entries-page {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#form-entries-page .gv-table-view th {
  font-size: 14px;
}

#form-entries-page .gv-table-view td {
  font-size: 12px;
}

#form-entries-page .gv-table-view .alt {
  background-color: #E3E3E3;
}

#dept-main-content {
  background-color: #f5f5f5;
  padding: 2rem 3rem;
  margin-left: 0;
}

a {
  text-decoration: underline;
  color: var(--main-color);
}

a:hover {
  text-decoration: none;
  color: #8d1d2f;
}

nav a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  background: var(--main-color);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  padding: 8px 20px;
  border-radius: 6px;
  font-family: 'mission_gothicbold', Arial, san-serif;
  text-decoration: none;
}

.btn:hover {
  background: #8d1d2f;
  color: #fff;
}

.btn-full {
  width: 100%;
}

.btn-grey {
  background: #555555;
}

.btn-grey:hover {
  background: #424242;
}

.read-more {
  text-transform: uppercase;
  font-style: italic;
}

.transition-all {
  transition: all .5s ease;
}

.container {
  position: relative;
}

#blowout-link {
  position: fixed;
  top: 200px;
  color: #fff;
  right: 0;
  background: var(--main-color);
  z-index: 10;
  border: 1px solid #707070;
  padding: 7px 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, .58);
  -moz-box-shadow: 0 0 21px 0 rgba(0, 0, 0, .58);
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, .58);
}

#masthead {
  height: 45px;
  background: var(--main-color);
  position: relative;
  z-index: 13;
}

.site-navigation {
  float: right;
  text-align: right;
  font-size: 18px;
  font-family: 'mission_gothicbold', Arial, san-serif
}

#mobile-nav-close {
  color: #fff;
  font-size: 24px;
  margin: 4px 0 0 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  display: none
}

#mobile-nav-open {
  color: #fff;
  font-size: 24px;
  margin: 4px 0 0 0;
  cursor: pointer;
  display: none;
}

.mobile-nav-brand {
  display: none !important;
}

.site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-navigation ul li {
  display: inline-block;
}

.site-navigation ul li a {
  display: block;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8);
  padding: 9px;
  text-decoration: none;
}

.site-navigation ul li a:hover {
  color: rgba(255, 255, 255, 1);
}

.search-bar {
  width: 97px;
  position: relative;
}

.search-bar input {
  position: absolute;
  top: -23px;
  right: -5px;
  width: 100%;
  height: 32.5px;
  line-height: 30px;
  outline: 0;
  border: 0;
  display: none;
  font-size: 1em;
  border-radius: 20px;
  padding: 0 20px;
  font-family: Arial, san-serif;
  font-size: 14px;
}

.search-bar .search-btn {
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8);
  position: absolute;
  top: -21px;
  right: 0;
}

.search-bar .fa {
  top: -2px;
  position: relative;
}

.search-bar .search-btn:focus {
  outline: 0;
}

.search-bar.open {
  width: 200px;
}

.search-bar.open input {
  display: block;
}

.search-bar.open .fa {
  color: #07051a;
}

#sm-icon-first {
  padding-left: 10px;
}

.pull-right ul#footer-sm li {
  display: inline-flex;
  padding-right: 10px;
}

.edit-btn {
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8);
}

.edit-btn:hover {
  color: rgba(255, 255, 255, 1);
}

.edit-btn:focus {
  outline: 0;
}

#editmenu {
  position: absolute;
  background: #fff;
  z-index: 12;
  top: -250%;
  right: 0;
  padding: 20px;
  text-align: left;
  width: 100%;
  max-width: 500px;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .75);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .75);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, .75);
}

#editmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#editmenu li {
  display: block !important;
}

#editmenu li a {
  color: #707070;
  padding: 0;
  font-family: 'mission_gothiclight', Arial, san-serif;
}

.edit-search-pages {
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  text-align: left;
  border-radius: 7px
}

.edit-search-pages input {
  width: calc(100% - 38px);
  border: 0;
  font-size: 20px;
}

.edit-search-pages input:focus {
  outline: 0;
}

.search_edit_btn {
  color: #707070;
  border: 0;
  background-color: transparent;
  font-size: 23px;
}

h3.edit-section-title {
  font-size: 22px;
  text-transform: uppercase;
  margin: 12px 0 0 0;
  font-family: 'mission_gothicregular', Arial, san-serif;
}

.home-slider {
  height: 90vh;
  background: #ccc;
  position: relative;
}

.page-edit-btn {
  color: var(--main-color);
  cursor: pointer;
}

#edit_textarea {}

.edit-search-page-results div {
  margin-top: 20px;
}

.edit-search-page-results div a {
  color: #707070;
}

.edit-search-page-results div p {
  margin: 0;
}

.edit-search-page-results .no-results {}

.savePageEditBtn,
.cancelPageEditBtn {
  margin: 15px 0;
}

#edit_page_container {
  display: none;
  margin: 0 0 15px 0;
}

#brand {
  position: absolute;
  z-index: 9;
  top: 40px;
  left: 40px;
  max-width: 250px;
}

#amazon-logo {
  position: absolute;
  z-index: 10;
  top: 150px;
  right: 0;
  left: 0;
  margin: 0 auto;
  backdrop-filter: blur(2px);
}

.home-slider #request-info,
.page-header #request-info,
.page-header2 #request-info,
.page-header-amazon #request-info {
  position: absolute;
  z-index: 9;
  top: 40px;
  right: 180px;
  font-family: 'mission_gothicbold', Arial, san-serif;
}

.home-slider #enroll-now,
.page-header #enroll-now,
.page-header2 #enroll-now,
.page-header-amazon #enroll-now{
  position: absolute;
  z-index: 9;
  top: 40px;
  right: 40px;
  font-family: 'mission_gothicbold', Arial, san-serif;
}

.home-slider #request-info a,
.home-slider #enroll-now a,
.page-header #request-info a,
.page-header #enroll-now a {
  display: block;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  text-transform: uppercase;
  width: fit-content;
  text-decoration: none;
}

.page-header2 #request-info a,
.page-header2 #enroll-now a,
.page-header-amazon #request-info a,
.page-header-amazon #enroll-now a {
  display: block;
  border: 2px solid var(--main-color);
  color: var(--main-color);
  padding: 8px 16px;
  border-radius: 5px;
  text-transform: uppercase;
  width: fit-content;
  text-decoration: none;
}

.home-slider #request-info a:hover,
.home-slider #enroll-now a:hover,
.page-header #request-info a:hover,
.page-header #enroll-now a:hover,
.page-header2 #request-info a:hover,
.page-header2 #enroll-now a:hover,
.page-header-amazon #request-info a:hover,
.page-header-amazon #enroll-now a:hover {
  background: var(--main-color);
  color: #fff;
}

.hero-carousel {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

iframe.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chooseProgramLocation {
  height: 44px;
  background-color: #555555
}

.chooseProgramLocation .dashicons-saved {
  vertical-align: middle;
  font-size: 26px;
  height: 28px;
  margin: 0 15px 0 0;
}

.home-nav {
  background-color: #303539 !important;
  min-height: 141px;
}

.home-nav .navbar-nav {
  display: block;
  background-color: #303539;
}

.home-nav .item {
  display: inline-block;
  width: 100%;
  border-top: 6px solid var(--main-color);
  background-color: #303539;
  font-style: italic;
  vertical-align: top;
  position: relative;
  margin-left: -4px;
}

.home-nav .owl-item.current .item {
  border-top: 6px solid #fff;
}

.home-nav div:last-child {
  border-right: 0;
}

.home-nav div:first-child {
  border-left: 0;
}

.home-nav .item h3 {
  font-size: 1.95rem;
  text-transform: uppercase;
  line-height: 1.0;
  font-family: 'mission_gothicbold', Arial, san-serif
}

.home-nav .item p {
  color: #fafafa;
}

.home-nav .item:hover {
  border-right-color: rgba(255, 255, 255, 1);
  border-right-color: rgba(255, 255, 255, 1);
}

.home-nav .item a {
  display: block;
  color: #fff;
  opacity: .3;
  padding: 20px 60px;
  position: relative;
  z-index: 10;
  text-decoration: none;
}

.home-nav .item:hover a,
.home-nav .current .item a {
  opacity: 1;
}

.home-nav .navbar-nav li.hover a {
  color: var(--main-color);
}

.navgradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
  width: calc(100% + 6px);
  height: 100px;
  position: absolute;
  bottom: 182px;
  z-index: 8;
  margin-left: -3px;
}

.h1gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
  height: 150px;
  position: absolute;
  width: 100%;
  z-index: 8
}

#home2 {
  background: url('../png/towerimage-fade.png') no-repeat #f8f8f8;
  min-height: 600px;
  background-size: contain;
  background-position: top right;
}

#home2 h3 {
  font-size: 52px;
  text-transform: uppercase;
  line-height: 1.0;
  font-style: italic;
}

#home2 h3 .light {
  display: block;
  font-family: 'mission_gothiclight', Arial, san-serif;
}

.h2gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 1)), to(rgba(0, 0, 0, 0)));
  width: 60%;
  margin-left: 10%;
}

#h2container {
  max-width: 450px;
}

#h2container .btn {
  width: 100%;
  margin: 0 0 12px 0;
}

#home-news {
  min-height: 175px;
}

.news-item {}

.news-item-img {
  display: inline-block;
  width: 120px;
  vertical-align: top;
}

.news-item-img img {
  border: 1px solid #707070;
}

.news-item-text {
  display: inline-block;
  width: calc(100% - 130px);
  vertical-align: top;
  margin-left: 10px;
}

.news-item-text h3 {
  text-transform: uppercase;
  font-style: italic;
  font-size: 16px;
}

#home-events {}

#home-events .container {
  border-top: 1px solid #000
}

#home-events h3 {
  color: var(--main-color);
  text-transform: uppercase;
  font-style: italic;
  font-size: 42px;
  margin: 0 0 20px 0;
}

.cal-event {
  margin: 0 0 15px 0;
}

.events-link {
  text-decoration: underline;
  font-style: italic;
}

.cal-box {
  width: 75px;
  height: 75px;
  text-align: center;
  border: 1px solid #707070;
  border-bottom: 3px solid var(--main-color);
  color: #707070;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.4em;
  padding: 5px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
}

.cal-month {}

.cal-day {
  font-size: 42px;
  font-family: 'mission_gothicblack', Arial, san-serif;
}

.cal-text {
  display: inline-block;
  width: calc(100% - 100px);
  margin-left: 20px;
  vertical-align: top;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
  padding: 15px;
  color: #707070;
  line-height: 1.0;
  border-bottom: 3px solid var(--main-color);
}

.cal-text h4,
.cal-text-2 h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-style: italic;
  margin: 0 0 5px 0;
}

.cal-text p,
.cal-text-2 p {
  margin: 0;
}

.cal-text-2 {
  display: inline-block;
  width: calc(100% - 90px);
  margin-left: 10px;
  vertical-align: top;
  padding: 15px;
  color: #707070;
  line-height: 1.0;
}

.cal-text-2 a.read-more {
  text-decoration: underline;
  font-style: italic;
  text-transform: none;
}

#program-spotlight {
  background: #2F3539;
  min-height: 580px;
  padding: 80px 0;
}

#program-spotlight h3 {
  text-transform: uppercase;
  font-size: 42px;
  font-style: italic;
  line-height: 1.0;
}

#program-spotlight h3 .light {
  font-family: 'mission_gothiclight', Arial, san-serif;
  display: block;
}

#spotlight-text {
  margin: 20px 0;
  display: block;
}

#slimgs {
  padding: 0 38px;
}

.spotlight-carousel {
  text-align: center;
}

.spotlight-caption a {
  display: block;
  background: #555555;
  color: #fff;
  font-family: 'mission_gothicbold', Arial, san-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  font-size: 16.5px;
  margin-top: 12px;
  text-decoration: none;
}

.spotlight-caption a:hover {
  background: #404040;
}

.page-header {
  height: 375px;
  background-size: cover;
  position: relative;
}

.page-header2 {
  height: 265px;
  background-size: cover;
  position: relative;
}

.page-header-amazon {
  height: 300px;
  background-size: cover;
  position: relative;
}

.page-breadcrumbs {
  color: #21252a;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 10px 0;
}

.page-breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-breadcrumbs ul li {
  display: inline-block;
}

.dept-content {
  padding-bottom: 25px;
}

.dept-content>h2::before {
  content: '/';
  padding-right: 5px;
  color: var(--main-color)
}

.dept-content>h2 {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-style: italic;
}

.dept-content .wp-block-columns .wp-block-column>h2::before {
  content: '/';
  padding-right: 5px;
  color: var(--main-color)
}

.dept-content .wp-block-columns .wp-block-column>h2 {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.6rem;
}

.dept-content .wp-block-columns .wp-block-column>h4 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.15rem;
}

.subHeading {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
}

#ext-program-page {
  padding-bottom: 1.5rem;
}

#ext-program-page h1.title,
#page h1.title {
  color: var(--main-color);
  text-transform: uppercase;
  font-size: 42px;
  font-style: italic;
  margin: 0 0 20px 0;
  line-height: .85em;
}

#programs-page h1.title {
  color: #2f3539;
  font-family: 'mission_gothiclight', Arial, san-serif;
  font-style: italic;
  text-transform: uppercase;
  font-size: 48px;
}

#programs-page h1.title .bold {
  font-family: 'mission_gothicblack', Arial, san-serif;
}

#ext-program-page h2.title,
#page h2.title {
  color: var(--main-color);
  text-transform: uppercase;
  font-size: 42px;
  font-style: italic;
  margin: 0 0 20px 0;
}

#programs-page h2.title {
  color: #2f3539;
  font-family: 'mission_gothiclight', Arial, san-serif;
  font-style: italic;
  text-transform: uppercase;
  font-size: 48px;
}

#programs-page h2.title .bold {
  font-family: 'mission_gothicblack', Arial, san-serif;
}

.input-wrapper {
  border: 2px solid #707070
}

.input-wrapper input {
  width: calc(100% - 46px);
  font-family: 'mission_gothicbold', Arial, san-serif;
  font-style: italic;
  font-size: 22px;
  color: #838383;
  border: 0;
  padding: 4px 12px;
}

.input-wrapper .search-btn {
  background: var(--main-color);
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  border: 0;
  padding: 4px 12.5px;
  float: right;
}

.site-footer {
  min-height: 286px;
  background-color: #E3E3E3;
  color: #5D5D5D;
  font-size: 14px;
}

.site-footer a {
  color: #5D5D5D;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}

.site-footer a:hover {
  color: #424242;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer ul li {
  list-style: none;
  margin: 0;
  line-height: 12px;
}

.footer-logo img {
  width: 240px;
  margin-top: -18px;
}

#logo-menu li {
  font-size: 13px;
  font-family: 'mission_gothicbold', Arial, san-serif;
  font-style: italic;
  line-height: 1.2em;
}

.owl-stage-outer,
.owl-stage,
.owl-item {
  height: 100%
}

.owl-stage-outer {
  overflow: hidden;
}

.owl-item {
  float: left
}

.owl-item div {
  height: 100%
}

.owl-prev,
.owl-next {
  color: rgba(255, 255, 255, .2);
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -72px;
  font-size: 62px;
}

.owl-prev:not(.disabled):hover,
.owl-next:not(.disabled):hover {
  color: rgba(255, 255, 255, 1);
}

.owl-prev:focus,
.owl-next:focus {
  outline: 0;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-dots {
  position: absolute;
  top: -60px;
  width: calc(100% - 78px);
  text-align: center;
}

.owl-dot {
  border: 0;
  width: 70px;
  height: 4px;
  margin: 0 5px;
}

.owl-dot:focus {
  outline: 0;
}

.owl-dot.active {
  background: var(--main-color);
}

#blowOutMenu {
  background: url('../jpg/blowout-bg-woverlay.jpg') no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  left: 0;
  position: fixed;
  z-index: 9999;
  border-top: 10px solid var(--main-color);
  top: -100%;
  color: #fff;
  overflow-y: auto;
}

#closeBlowout {
  position: absolute;
  top: 30px;
  right: 0;
  background: var(--main-color);
  color: #fff;
  font-size: 25px;
  padding: 3px 12px;
  border: 1px solid #707070;
  cursor: pointer;
  -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, .58);
  -moz-box-shadow: 0 0 21px 0 rgba(0, 0, 0, .58);
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, .58);
  z-index: 99;
}

#bogradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(rgba(0, 0, 0, 0)));
  width: 100%;
  position: absolute;
  z-index: 8;
  top: 0;
}

#blowOutMenu .container {
  position: relative;
  z-index: 9;
}

#blowOutMenu h3 {
  font-family: 'mission_gothicbold', Arial, san-serif;
  border-bottom: 2px solid var(--main-color);
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#blowOutMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#blowOutMenu ul li {
  font-size: 18px;
  font-style: italic;
}

#blowOutMenu a {
  color: #fff;
  text-decoration: none;
}

#blowOutMenu a:hover {
  color: var(--main-color);
}

.freq-visited {
  margin-top: 30px;
}

.fv-header {
  text-align: right;
  border-right: 2px solid var(--main-color)
}

.fv-header h3 {
  border-bottom: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: .9em;
}

.frequented {}

.frequented li {
  display: inline-block
}

.frequented li a {
  padding: 10px 20px;
  display: block;
  line-height: .5rem;
}

#blowOutMenu .col-15 {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 15px 0
}

.bologo {
  width: 300px;
  height: auto;
  display: inline-block;
  margin-bottom: 50px;
}

#ext-program-list {
  margin-bottom: 150px;
}

.curriculum-title {
  text-transform: uppercase;
  font-style: italic;
}

.curriculum-subtitle {
  text-transform: uppercase;
  color: var(--main-color);
  font-family: 'mission_gothicregular', Arial, san-serif;
}

.course-list {
  /* margin-top: 30px; */
  margin: auto;
}

.course-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.course-list ul li {
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.program-header {
  text-transform: uppercase;
  font-family: 'mission_gothicbold', Arial, san-serif;
  text-decoration: underline;
  margin-bottom: 10px;
}

.program-subheader {
  color: var(--main-color);
  font-style: italic;
}

.course-hours {
  font-family: 'mission_gothicbold', Arial, san-serif;
}

#program-buttons .btn {
  width: 100%;
}

#programs-page-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  ;
}

#programs-page-list ul li {}

#programs-page-list ul li a {
  color: #2f3539;
  border-bottom: 1px solid #707070;
  display: block;
  padding: 6px 0;
  text-decoration: none;
}

#programs-page-list ul li a:hover {
  color: var(--main-color);
}

.total-gen-core-hours {
	text-decoration: overline;
  line-height: 2rem;
}

#ocr-statement {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 20px;
}

@media only screen and (max-width:1199px) {
  .fv-header {
    text-align: left;
    border-right: 0
  }

  .fv-header h3 {
    color: #a32136;
    font-size: 1.55rem;
    border-right: 0
  }
}

@media only screen and (max-width:1024px) {
  .home-nav .navbar-nav li a {
    padding: 20px 20px
  }

  .home-nav .item a {
    padding: 20px
  }

  .home-nav .item h3 {
    font-size: 30px
  }

  #home2 {
    background-size: cover
  }

  .h2gradient {
    margin-left: 0
  }

  #h2container {
    padding-left: 15px
  }
}

@media only screen and (max-width:960px) {
  #program-spotlight .text-right {
    text-align: center !important
  }

  #program-spotlight #slimgs {
    margin-top: 80px
  }
}

@media only screen and (max-width:789px) {
  .home-nav .item a {
    padding: 15px
  }

  .home-nav .item h3 {
    font-size: 24px
  }

  #cat-nav-footer {
    display: block
  }

  #cat-nav {
    display: none
  }

  .cat-nav-txt {
    border: none
  }
}

@media only screen and (max-width:640px) {
  .home-nav .item a {
    padding: 22px
  }

  .home-nav .item h3 {
    font-size: 32px
  }
}

@media only screen and (max-width:600px) {

  #dogTracksMobile {
    display:inline-block;
    left: 0;
    position: fixed;
    padding: 10px 0 0 20px;
  }

  

  .cat-nav-txt {
    border: none
  }

  .site-navigation ul {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    float: none;
    background: var(--main-color);
    z-index: 999;
    text-align: center
  }

  .site-navigation ul li {
    display: block
  }

  #sm-icon-first {
    padding-left: 0px;
    padding-top: 20px;
  }

  #mobile-nav-close,
  #mobile-nav-open {
    display: block
  }

  .mobile-nav-brand {
    display: block !important
  }

  .mobile-nav-brand img {
    width: 180px;
    margin: 20px auto
  }

  .home-slider {
    height: 400px
  }

  .search-bar {
    margin: 32px auto
  }

  .edit-btn {
    margin-top: 28px
  }

  #brand {
    width: 90%;
    max-width: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px
  }

  #brand img {}

  .home-nav .navbar-nav li {
    width: 100%;
    margin-left: 0;
    border-right: 0
  }

  .navgradient {
    display: none
  }

  .home-slider #request-info,
  .page-header #request-info,
  .page-header2 #request-info,
  .page-header-amazon #request-info {
    top: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 230px;
    display: block
  }

  .home-slider #request-info a,
  .page-header #request-info a,
  .page-header2 #request-info a,
  .page-header-amazon #request-info a {
    width: 100%;
    text-align: center;
    text-decoration: none
  }

  .home-slider #enroll-now,
  .page-header #enroll-now,
  .page-header2 #enroll-now,
  .page-header-amazon #enroll-now {
    top: 210px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 230px;
    display: block
  }

  .home-slider #enroll-now a,
  .page-header #enroll-now a,
  .page-header2 #enroll-now a,
  .page-header-amazon #enroll-now a {
    width: 100%;
    text-align: center;
    text-decoration: none
  }

  #amazon-logo {
    top: 280px;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 200px;
    display:block;
  }

  /* .page-header2 {
    height: 275px
  } */

  #home2 {
    background-size: cover
  }

  .h1gradient {
    height: 100%;
    background-image: none;
    background: rgba(0, 0, 0, .5)
  }

  .h2gradient {
    width: 100%;
    margin-left: 0
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.wp-block-button__link {
  border-radius: 8px !important;
}

td>strong,
td>b {
  color: #a32136 !important;
  font-weight: 700 !important;
}

.linkcolorwhite {
  color: #ffffff;
}

.showBorders {
  border: 1px dotted rgb(95, 0, 142);
}

#amazon-career-choice {

}

.linked {
	cursor: pointer;
	color: #676767;
  	font-weight: 700;
}

.expanded_desc {
	color: #616161;
	font-weight: 400;
	padding: 0;
	max-height: 0;
	position: absolute;
    z-index: 99;
    background: #fff;
	min-width: 250px;
	overflow: hidden;
	margin-top: 5px;
	transition: all 0.2s ease-out;
}

.expanded-title.active .expanded_desc {
	max-height: 500px;
	
}

.expanded_desc_content {
	border: 1px solid #ccc;
	padding: 12px;
}

.course-prenote {
	margin: 0 0 12px 0;
}
