/* 
*******************************
SUBSITE TEMPLATE STYLES
*******************************
*/

body {
    overflow-x: hidden;
}

#content {
    font-size: 18px;
}

.cc-subsite-maincol {
    padding-bottom: 15px;    
}

.cc-subsite-head {
    /* padding-top: 195px; */
}

.cc-header-nav-min+.cc-subsite-head {
    padding-top: 150px;
}

#content .cc-subsite-head h1 a {

    text-decoration: none;
    color: white;

}

.cc-subsite-breadcrumb {
    background: none;
    margin: 15px 0 10px 0;
    padding: 0;
}

.cc-subsite-head .breadcrumb-item+.breadcrumb-item::before {
    color: rgb(255, 255, 255);
}

.cc-subsite-head .breadcrumb-item.active {
    color: rgb(255, 255, 255);
}

.cc-subsite-head h1 {
    color: #fff !important;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 3rem;
}

.cc-subsite-home.cc-subsite-head h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
}

@media screen and (max-width: 991px) {
    .cc-subsite-head h1 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .cc-subsite-home.cc-subsite-head h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .cc-subsite-head h1 {
        font-size: 1rem;
        line-height: 1rem;
    }
    .cc-subsite-home.cc-subsite-head h1 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}

/*
#CCsubNavbar {
   -moz-column-count: 3;
   -moz-column-gap: 20px;
   -moz-column-fill: auto;
   -webkit-column-count: 3;
   -webkit-column-gap: 20px;
   -webkit-column-fill: auto;
   column-count: 3;
   column-gap: 20px;
   column-fill: auto;
}
*/

.cc-subnavbar {
    margin: 0 0 34px 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    /*
    position: absolute;
    width: 100%;
    */
}
@media (min-width: 992px) {
    .cc-subnavbar.navbar-expand-lg {
        position: relative;
    }
}
.cc-subnavbar .navbar-toggler {
    width: 100%;
    border: none;
    /*
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    */
    border-radius: 0;
    text-align: left;
    cursor: pointer;
    padding-left: 0;
}

.cc-subnavbar button.navbar-toggler:focus {
    outline: none;
    background: rgba(127, 127, 127, 0.1);
}

.cc-subnavbar .navbar-toggler-icon {
    position: absolute;
    width: 1.2em;
    right: 0;
    top: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.cc-subnavbar .navbar-toggler-text {
    font-size: 18px;
    color: #fff;
}

.cc-subnavbar .navbar-nav {
    margin-top: 5px;
    margin-bottom: 7px;
}

.cc-subnavbar .navbar-nav .nav-link,
.cc-subnavbar .navbar-nav .dropdown-item {
    margin: 0 13px;
    font-size: 15px;
    padding: 2px 0;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.cc-subnavbar .navbar-nav .nav-link:hover {
    color: #d09d1e;
}

.cc-subsite-head .navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.cc-subsite-head .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #eee;
}

.cc-subnavbar-vertical .navbar-nav .dropdown-menu {
  margin-left: 20px;
  border-left: 1px solid #777;
  border-radius: 0;
}
.cc-subnavbar-vertical .navbar-nav .dropdown-menu .dropdown-menu .dropdown-item {
  font-size: 13px;
}
.cc-subnavbar .navbar-nav .nav-item.cc-active > a,
.cc-subnavbar .navbar-nav .dropdown-item.cc-active {
  color: rgb(208, 155, 44);
}

nav.cc-subnavbar li.dropdown {
    border: 1px solid transparent;
}
nav.cc-subnavbar li.dropdown.show,
nav.cc-subnavbar .dropdown-menu {
  background: #030303;
}
nav.cc-subnavbar-horizontal .dropdown-menu {
  border: 1px solid #555;
}
nav.cc-subnavbar .navbar-nav {
  white-space: wrap;
  flex-wrap: wrap;
}
nav.cc-subnavbar .navbar-nav>.nav-item {
  white-space: nowrap;
}

@media screen and (max-width: 991px){
    .cc-subnavbar-horizontal .navbar-nav .dropdown-menu {
      margin-left: 20px;
      border-left: 1px solid #777;
      border-radius: 0;
    }
    .cc-subnavbar-horizontal .navbar-nav .dropdown-menu .dropdown-menu .dropdown-item {
      font-size: 13px;
    }
}

.cc-hero.container-fluid {
    padding: 0;    
}

.cc-hero-img {
    width: 100%;
}

#cc-hero-carousel .carousel-item {
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
    }

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
     opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
     transform: translateX(0);
     transform: translate3d(0, 0, 0);
}

.cc-hero-caption {
    margin: 20px;
    padding: 10px 20px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    float: right;
}
.cc-hero-caption a {
    color: rgb(208, 155, 44);
}

#cc-hero-carousel .carousel-item {
    height: 190px;
}   
@media screen and (min-width: 768px) {
    #cc-hero-carousel .carousel-item {
        height: 370px;
    }   
}
@media screen and (min-width: 992px) {
    #cc-hero-carousel .carousel-item {
        height: 500px;
    }   
}
@media screen and (min-width: 1200px) {
    #cc-hero-carousel .carousel-item {
        height: 600px;
    }   
}
@media screen and (min-width: 1600px) {
    #cc-hero-carousel .carousel-item {
        height: 700px;
    }   
}
@media screen and (min-width: 1940px) {
	 #cc-hero-carousel .carousel-item {
		 height: 940px;
	}
}

@media screen and (max-width: 991px){
  .cc-hero-caption {
    margin: 0 45px;
    padding: 5px 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
  }
  .cc-hero-caption-text {
    padding-right: 10px;
  }
  .cc-hero-caption-toggle {
    float: right;
  }
}
@media screen and (max-width: 860px){
  .cc-hero-caption {
    margin: 0 80px;
  }    
}
@media screen and (max-width: 767px){
  .cc-hero-caption {
    margin: 0 0px;
  }    
}
@media screen and (max-width: 730px){
  .cc-hero-caption {
    margin: 0 65px;
  }    
}
.cc-subsite-pagetitle {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 0;
    margin-bottom: 15px;
    font-size: 2rem;
}

/* 
*******************************
RESPONSIVE IMAGES
*******************************
*/
.cc-subsite-maincol img {
    max-width: 100%;
    display: inline-block;
    height: auto;   
}
.cc-subsite-maincol table img {
    max-width: initial; 
}

/* 
*******************************
SIDEBAR STYLES
*******************************
*/
.cc-subsite-sidebar {
    margin-top: 35px;    
}

.cc-subsite-sidebar>div,
.cc-subsite-sidebar>aside {
    margin-bottom: 30px;
}

.cc-subsite-content-sidebarright .cc-subsite-maincol {
    padding-right: 35px;
}
.cc-subsite-content-sidebarleft .cc-subsite-maincol {
    padding-left: 35px;
}

/* 
*******************************
POST-IT STYLES
*******************************
*/
.post-it,
.post-it-cream{
    border:0;
    margin:10px 0;
    padding:14px 18px;
    background-color:#efefef;
    font-size: 1.1rem;
    width: 100%;
    }
.post-it-cream{
    background-color:#EFE0D2;    
}
.post-it a,
.post-it-cream a{
    color:#7a6646
    }
.post-it a:hover,
.post-it-cream a:hover{
    color:#812b19
    }

/* 
*******************************
FEED WIDGET STYLES
*******************************
*/
aside.recently { 
    display:table; 
    margin-top: 7px;
    padding: 14px 18px;
}
.cc-subsite-maincol aside.recently {
	 padding: 14px 0;
}
aside.recently ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
aside.recently li {
    padding: 8px 0;
    border-bottom: 1px solid #c8b694;
    font-size: 1.25em;
    line-height: 1.4;
}
aside.recently a {
    text-decoration: none;
    color: #4c3d38;
    display: block;
    padding: 4px;
    margin: 0 -4px;
}
aside.recently a:hover { background-color: #f6f6f6; }    
aside.recently h3 a {
  color: #000;
  padding: 0;
}
aside.recently .category {
    font-size: 1em;
    display: block;
    line-height: 1.2;
    margin-bottom: 0.2em;
}
aside.recently li span {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  color: #000;
}
aside.recently+.small {
  font-size: 1em
}
aside.recently img {
    float: left;
    margin: 0 0.6em 0.6em 0;
}
aside.recently .with-image em,
aside.recently .with-image span {
    display: block;
    margin-left: 100px;
    line-height: 1.2;
} 
    /* while nested */
    .main .recently { margin-top: 2em; }
  
    aside.recently p.excerpt {font-size: 1.2rem;line-height:1.5;}
    aside.recently p.excerpt a {font-style: italic;}
    aside.recently .highlight {background:#f3e1a4;}
    
/* 
*******************************
CALENDAR WIDGET STYLES
*******************************
*/
  .calendar { }
    .calendar ul {
      list-style: none;
      padding: 0;
      margin: 0;
      border-top: 1px solid #c8b694;
    }
    .calendar li {
      padding: 8px 1px 8px 1px;
      width: 99%;
      border-bottom: 1px solid #c8b694;
      overflow: hidden;
    }
    .calendar li a {
      text-decoration: none;
      font-size: 1.1429em;
      line-height: 1.4;
      padding: 4px;
      margin: 0;
      display: block;
      color: #4c3d38;
    }
    .calendar li a:hover {
      background-color: #f6f6f6;
    }
    .calendar em {
      display: block;
      font-size: .9em;
      margin-bottom: 0.1em;
      color: #92700a;
    }
    .calendar p { margin-top: 0.5em; }
    .calendar p a {
      font-weight: bold;
      font-family: Montserrat, Arial, sans-serif;
      font-size: 0.9em;
    }
      .calendar p a:hover { text-decoration: underline; }
   /* .calendar span { display: block; } */
    
    /* with icon, put in with javascript */
    .calendar .with-icon { overflow: hidden; }
    .calendar .with-icon em  { margin-left: 41px; } 
    .calendar .with-icon span.event_title { display: block; margin-left: 41px; } 
    .calendar .with-icon.livestream em { margin-right: 18px; }
    .calendar .with-icon span.event_datenum {
      float: left;
      width: 28px;
      background: #fefefe;
      border: 2px solid #d09d1e;
      border-top: 8px solid #d09d1e;
      border-radius: 3px;
      padding: 3px 0 3px 2px;
      text-align: center;
      font-family: Montserrat, sans-serif !important;
      font-weight: 400;
      box-sizing: border-box;
      margin: 3px 0 0 8px;
      line-height: 1;
      /* color: #d1a754; */
      color: #222;
      display: block;
    } 
    .calendar .rss-icon,
    .calendar .ical-icon {
        float: right;
        height: 22px;
        width: 22px;
        display: block;
        position: relative;
        top: -2px;
        margin: 0 !important;
        padding: 0 !important;
    }
  
  .cc-subsite-maincol aside.calendar {
      margin-left: 15px;
  }
  
  /* - calendar: save the date -------------------------------------------- */
  aside.save-the-date h3 {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.143em;
    margin-bottom: 0.5em;
  }
  
/* 
*******************************
NEW STORY CARD STYLES
*******************************
*/

.cc-subsite-sidebar .cc-story-card-outer.col-md-4 {
    max-width: 100%; /* if inside sidebar break md4 */
}
.cc-story-card-outer h3 {
    font-size: 1.15rem;
}
.cc-subsite-sidebar .card-deck .card {
    display: block;
    width: 100%;
    min-width: auto;
    margin: 0 0 20px 0 !important;   
    flex: initial;
}
.cc-story-card {
    margin-top: 15px;
    margin-bottom: 15px;
}
.cc-story-card h3 {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.15rem;
} 
.cc-story-card .cc-story-label {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 15px;
    padding: 2px 7px;
    border-top: 2px solid rgb(255, 255, 255);
    border-left: 2px solid rgb(255, 255, 255);
}

.cc-story-card {
    height: 320px;
}    

.cc-story-stripe {
    height: 10px;
    display: block;
    border-bottom: 2px solid rgb(255, 255, 255);
}

@media screen and (min-width: 576px) {
    .cc-story-card {
        height: 240px;
    }
}

@media screen and (min-width: 768px) {
    .cc-story-card {
        height: 330px;
    }
}

@media screen and (min-width: 992px) {
    .cc-story-card {
        height: 210px;
    }
    .cc-subsite-content-sidebarleft .cc-story-card,
    .cc-subsite-content-sidebarright .cc-story-card {
        height: 330px;
    }
}

@media screen and (min-width: 1200px) {
    .cc-story-card {
        height: 240px;
    }
    .cc-subsite-content-sidebarleft .cc-story-card,
    .cc-subsite-content-sidebarright .cc-story-card {
        height: 150px;
    }
}

@media screen and (min-width: 1600px) {
    .cc-story-card {
        height: 355px;
    }
    .cc-subsite-content-sidebarleft .cc-story-card,
    .cc-subsite-content-sidebarright .cc-story-card {
        height: 240px;
    }
}

/* new card styles */
@media screen and (min-width: 320px) and (max-width: 575px) {
    .cc-story-card-normal.cc-story-card-nosidebar .cc-story-card,
    .cc-story-card-normal.cc-story-card-sidebar .cc-story-card,
    .cc-story-card-larger.cc-story-card-nosidebar .cc-story-card,
    .cc-story-card-larger.cc-story-card-sidebar .cc-story-card {
        height: 290px;
        width: 290px;
    }
}
@media screen and (min-width: 375px) and (max-width: 575px) {
    .cc-story-card-normal.cc-story-card-nosidebar .cc-story-card,
    .cc-story-card-normal.cc-story-card-sidebar .cc-story-card,
    .cc-story-card-larger.cc-story-card-nosidebar .cc-story-card,
    .cc-story-card-larger.cc-story-card-sidebar .cc-story-card {
        height: 345px;
        width: 345px;
    }
}
@media screen and (min-width: 487px)  and (max-width: 575px) {
    .cc-story-card-normal.cc-story-card-nosidebar .cc-story-card,
    .cc-story-card-normal.cc-story-card-sidebar .cc-story-card,
    .cc-story-card-larger.cc-story-card-nosidebar .cc-story-card,
    .cc-story-card-larger.cc-story-card-sidebar .cc-story-card {
        height: 480px;
        width: 480px;
    }
}
@media screen and (min-width: 576px) {
    .cc-story-card-normal.cc-story-card-nosidebar .cc-story-card {
        height: 480px;
    }
    .cc-story-card-normal.cc-story-card-sidebar .cc-story-card {
        height: 480px;
    }
    .cc-story-card-larger.cc-story-card-nosidebar .cc-story-card {
        height: 480px;
    }
    .cc-story-card-larger.cc-story-card-sidebar .cc-story-card {
        height: 480px;
    }  
}

@media screen and (min-width: 768px) {
    .cc-story-card-normal.cc-story-card-nosidebar .cc-story-card {
        height: 330px;
    }
    .cc-story-card-normal.cc-story-card-sidebar .cc-story-card {
        height: 330px;
    }
    .cc-story-card-larger.cc-story-card-nosidebar .cc-story-card {
        height: 210px;
    }
    .cc-story-card-larger.cc-story-card-sidebar .cc-story-card {
        height: 210px;
    }    
}

@media screen and (min-width: 992px) {
    .cc-story-card-normal.cc-story-card-nosidebar .cc-story-card {
        height: 210px;
    }
    .cc-story-card-normal.cc-story-card-sidebar .cc-story-card {
        height: 280px;
    }
    .cc-story-card-larger.cc-story-card-nosidebar .cc-story-card {
        height: 290px;
    }
    .cc-story-card-larger.cc-story-card-sidebar .cc-story-card {
        height: 180px;
    }  
}

@media screen and (min-width: 1200px) {
    .cc-story-card-normal.cc-story-card-nosidebar .cc-story-card {
        height: 250px;
    }
    .cc-story-card-normal.cc-story-card-sidebar .cc-story-card {
        height: 160px;
    }
    .cc-story-card-larger.cc-story-card-nosidebar .cc-story-card {
        height: 330px;
    }
    .cc-story-card-larger.cc-story-card-sidebar .cc-story-card {
        height: 210px;
    }  
}

@media screen and (min-width: 1600px) {
    .cc-story-card-normal.cc-story-card-nosidebar .cc-story-card {
        height: 350px;
    }
    .cc-story-card-normal.cc-story-card-sidebar .cc-story-card {
        height: 220px;
    }
    .cc-story-card-larger.cc-story-card-nosidebar .cc-story-card {
        height: 480px;
    }
    .cc-story-card-larger.cc-story-card-sidebar .cc-story-card {
        height: 300px;
    }  
}



/* 
*******************************
INLINE STYLES EXPOSED IN TINYMCE
*******************************
*/
figure.image.align-left,
.inline-left{margin:0 2em 1em 0;position:relative;float:left;}
figure.image.align-right,
.inline-right{margin:0 0 1em 2em;position:relative;float:right;}
@media screen and (max-width:767px){
    figure.image.align-left,
    .inline-left{margin:10px 0;float:none;display:block;}
    figure.image.align-right,
    .inline-right{margin:10px 0;float:none;display:block;}
}
/* 
*******************************
CARD DECK STYLES
*******************************
*/
.cc-card-deck {
    margin: 20px 0;
}

/* IE10-11 flexbox fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cc-subsite-sidebar .card-deck .card { flex: none !important; }
}

/* 
*******************************
"Learn More" LINK STYLES
*******************************
*/

.cc-morelink-lg {
    font-family: Montserrat, sans-serif;
    font-size: 1.4rem;
    text-align: center;
}
#content .cc-morelink-lg  a {
    text-decoration: none;
}    

/* 
*******************************
FEATURED VIDEO STYLES
*******************************
*/
aside.video a.videocontainer {
  display: block;
  border: none;
  background: transparent url() no-repeat scroll 50% 50%;
  background-size: cover;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
}
.cc-subsite-maincol aside.video {
  margin-left: 15px;
  width: 100%;
}

aside.video span img {
  position: absolute;
  top: -20px;
  left: -12px;
}
aside.video p {
  margin-top: 0.5em;
  font-family: Montserrat, Arial, sans-serif;
  color: #666;
}
aside.video a.videocontainer {
  font-size: .857em;
  font-family: montserrat !important;
}
aside.video span.cc-featvid-playbutton {
  background: url(../png/play_button.png)
    no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  display: block;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.cc-subsite-maincol aside.video span.cc-featvid-playbutton {
  height: 70px;
  width: 70px;
}
aside.video span img {
  display: none;
}

/* 
*******************************
TABLE  STYLES
*******************************
*/
table {
    margin-bottom: 15px;
}
tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
td {
  border: 1px solid #ddd;
  color: #222;
  padding: 0.5rem;
}

@media screen and (max-width: 767px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* 
*******************************
FORM  STYLES
*******************************
*/
body #content .submitContent form {
  margin: 20px;
}
body .submitContent dt.formFieldLabel {
  width: 100%;  
  float: none;
}
body .submitContent dt.formFieldLabel label {
  float: none;  
}
.submitContent dd.formFieldInput label {
  margin-right: 8px !important;  
}
.cc-subsite-maincol label img {
  display: inline-block;    
}
body .submitContent dd.formFieldInput {
  width: 100%;  
  float: none;  
  clear: both;
}
body .submitContent .dijitTextBox,
body .submitContent input.imageField, 
body .submitContent input.fileField {
 /* width: auto; */
}
body .submitContent .dijitButtonNode {
  vertical-align: unset;  
}
.dmundra .dijitInputField INPUT, 
.dmundra .dijitTextBox, 
.dmundra .dijitSpinner {
 /*   padding: 0 !important; */
}
.dmundra .dijitCheckBox,
.dmundra .dijitRadio {
  height: 20px !important;
  margin-top: -7px !important;
}
body .boxer {
    border: 2px dotted #666;
    color: #333;
    padding: 8px !important;
}
.dmundra option {
  padding: 0 5px;
}
.dmundra .dijitButtonText {
  line-height: normal !important;
}
/*
.dmundra iframe {
  width: auto !important;
  height: auto !important;
}
.dmundra #captchaDiv iframe,
.dmundra iframe[title="recaptcha challenge"] {
  width: inherit !important;
  height: inherit !important;
}
*/

/* Clive forms */
.clive-form, .clive-form * {
    font-family: unset !important;
}

/* 
*******************************
SP-STYLE INSET TEXT
*******************************
*/
.cc-text-inset {
    padding: 20px 15%;
}
.cc-aside-right {
    width: 360px;
    float: right;
    margin-left: 40px;
    margin-right: -160px;
}
.cc-aside-right-sm {
    width: 210px;
    float: right;
    margin-left: 40px;
    margin-right: -110px;
}
.cc-aside-left {
    width: 360px;
    float: left;
    margin-right: 40px;
    margin-left: -160px;
}
.cc-aside-left-sm {
    width: 210px;
    float: left;
    margin-right: 40px;
    margin-left: -110px;
}
.cc-aside-caption {
   margin-top: 1rem;
   font-style: italic;
}
.cc-aside-full img {
    width: 100%;
}

@media screen and (max-width: 767px){
    .cc-text-inset {
        padding: 20px;
    }
    .cc-aside-right {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .cc-aside-left {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:595px){
    .cc-aside-right-sm {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .cc-aside-left-sm {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
}

/* 
*******************************
BLOCKQUOTE STYLES
*******************************
*/
.cc-blockquote {

}
.cc-blockquote p, blockquote p {
  font-size: 1.35rem;
  border-left: 5px solid rgb(208, 155, 44);
  padding-left: 15px;
}
.cc-blockquote cite, blockquote cite {
  display: block;
  text-align: right;
  font-size: 20px;
}

/* 
*******************************
VIDEO HERO STYLES
*******************************
*/
.video_hero_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.video_hero_play .fa-play-circle {
  font-size: 5rem;
}
.video_hero_play span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: montserrat, sans-serif !important;
  font-size: 0.8rem;
  margin-top: 10px;
  font-weight: 700;
}

/* 
*******************************
CC SLIDESHOW STYLES (small/flippy slideshow widget)
*******************************
*/
aside.slideshow {
    z-index: 0;
}
aside.slideshow .description {
  background: transparent url(../slideshow.html)
    no-repeat scroll 0 0;
  padding: 43px 0px 10px 20px;
  color: #fff;
  line-height: 1.2;
  height: 92px;
  width: 243px;
}
aside.slideshow h3 {
  color: #fecb00;
  font-size: 1.214em;
  line-height: 1.2;
}
aside.slideshow p {
  width: 140px;
}
aside.slideshow ul {
  list-style: none;
  padding: 0;
  position: relative;
  min-height: 250px;
  max-width: 250px;
}
#content .main aside.slideshow ul {
  overflow: inherit;
}
aside.slideshow li {
  position: absolute;
}
aside.slideshow li a.more-info {
  display: none;
  height: 24px;
  width: 24px;
  padding: 3px;
  position: absolute;
  bottom: 24px;
  right: 18px;
  opacity: 0.65;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 2px dotted #999;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
aside.slideshow li a.more-info:hover {
  opacity: 1;
}
.slideshow .description {
  display: none;
}
aside.slideshow li a.more-info {
  border: none;
}

/* 
*******************************
CC-STRIPE-HEADING TARGET 
*******************************
*/
.cc-stripe-heading:target::before {
    background: #fff;
    margin-top: 0;
}

/* 
*******************************
SHOW/HIDE EXPANDY WIDGET
*******************************
*/
h2.expandy-toggle {font-size: 24px;}
h3.expandy-toggle {font-size: 18px;}
h4.expandy-toggle {font-size: 15px;}

/* 
*******************************
CC-SPECIFIC UTILITY STYLES
*******************************
*/
.clear {
    clear: both;
    display: block;
}
/* 
*******************************
PROFILE PAGE STYLES
*******************************
*/
.profile ul.education {
    padding:0;
}
.profile figure img {
    border: 1px solid #eee;
}
/* 
*******************************
MIN HEIGHT ON MAIN PAGE CONTENT SO FOOTER DOESNT FLOAT
*******************************
*/
@media (min-height: 655px) and (min-width: 992px) {
    .cc-subsite-maincol {
        min-height: 330px;
    }
}
/* ******************************* COURSE GRID STYLES ******************************* */
 .course-grid .cc-subsite-maincol .col-12 {
	 overflow-x: scroll;
}

/** accessibility fix for html caption element, override bootstrap **/
caption {
  color: #444;
}


/** WRAP LONG LINKS, ETC ON MOBILE **/
@media screen and (max-width: 767px) {
  h2.cc-stripe-heading, p, li, td, th, span, a { 
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  h2.cc-stripe-heading {
      font-size: 1.3rem;
      letter-spacing: 0;
  }
  
}