/* utf-8 stylesheet */

  body {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    color: black;
  }

  /* N2NCU Colors */
  h1, h2, h3, h4, h5, h6, a  {
  	color: #6e0000;
  }

  p {
  	color: #333333;
    /* font-size: 18px; */
    /* line-height: 30px; */
    /* font-size: large; */
    /* line-height: 1.6rem; */
    /* font-size: var(--step--2); */
  }

  a {
  	text-decoration: none;
  }

  footer p {
    line-height: 1rem;
  }

  /* style overrides */
  .p_image {
    float: none;
    margin: 0;
  }

  /* announcements */
  #announcements {
    background: lightgray;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 8px;
  }

  #announcements > img, #announcements > h3, #announcements > p {
  	display: inline-block;
    vertical-align: middle;
  }

  #announcements h3 {
  	color: black;
    /* transform: scale(1,1.2); */
    width: 100px;
    padding-right: 50px;
    margin: 0;
    font-size: 16px;
    font-size: var(--step--3);
  }

	#announcements img {
  	width: fit-content;
  }

  #announcements p {
  	height: auto;
    width: calc(100% - (184px + 80px));
  }

  /* submenu is positioned wrong for this page (in header)... override */
  .submenu {
    display: none;
  }

  .submenu1 {
    margin-top: 1rem;
  }

  #mwrap4 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem;
  }

  .submenu1 #mwrap4 > div {
    /* display: inline-block; */
    /* width: max(10rem, 14vw); */
    user-select: none;
  }

  .submenu1 .mbox4 {
    display: inline-block;
    /* vertical-align: middle; */
    /* width: calc( 100% - 194px ); */
  }

  .submenu1 > .mwrap > div:first-of-type {
    width: 100%;
    /*
    background-color: #6e0000;
  	color: white;
  	font-weight: bold;
  	padding: 2px 20px 1px 5px;
  	clip-path: polygon( 0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    position: relative;
    top: 2px;
    */

    /* width: 15rem; */
    /* width: max(10rem, 14vw); */
  }

  .submenu1 #login a {
    color: white;
  }

  .submenu1 #login a img,
  .submenu1 #check-out-facebook a img {
    height: 2.5rem;
    transition: filter 0.125s;
  }

  .submenu1 a:hover img {
    filter: invert(0%) sepia(50%) saturate(200%) hue-rotate(0deg) brightness(120%) contrast(80%);
  }

  .submenu1 #login a:hover img,
  .submenu1 #short-snacks a:hover img {
    filter: invert(100%) sepia(0%) saturate(200%) hue-rotate(240deg) brightness(100%) contrast(80%);
  }

  .submenu1 .mwrap {
      float: none;
      /* height: 100%; */
      /* margin: 0px; */
      /* padding: 0px; */
      /* position: relative; */
  }

  .submenu1 .mwrap > div:not(:first-of-type) {
    /* margin-left: 12px; */
  }

  .submenu1 .mwrap > div:not(:first-of-type) img {
    height: max( 3rem, 3.5vw );
  }

  .submenu1 .mbox4 {
      height: 100%;
      border-top: none;
      border-bottom: none;
  }

  .submenu1 .breadcrumb {
      height: 100%;
      display: block;
      /*
      font-size: large;
      font-weight: bold;
      */
      text-decoration: none;
      font-family: sans-serif;
      text-decoration: none;
      list-style-type: none;
      text-align: left;
      /* padding: 0px 20px 0px 20px; */
      overflow: hidden;
      color: #6e0000;
      margin-top: 2px;
  }

  .submenu1 .bcitem {
      display: inline-block;
      height: 100%;
      /* padding-right: 18px; */
  }

  .submenu1 .bcitem a,
  .submenu1 .bcitem p {
      display: block;
      margin: 5px 10px 0px 10px;
      margin-left: 10px;
      text-decoration: none;
      height: 100%;
      /*
      font-size: 12px;
      line-height: 1.0;
      */
      font-size: medium;
      font-weight: bold;
      font-size: var(--step--2);
  }

  .submenu1 #bc1 a {
      font-weight: bold;
      margin-left: 0px;
      text-decoration: none;
  }

  /* what do you want to do today? */
	#todotoday h1 {
		text-align: center;
    font-weight: bold;
    font-size: xx-large;
    /* transform: scale(1,1.2); */
	}

  #todotoday ul {
  	list-style: none;
    display: inline-block;
    width: 40%;
  }

  #todotoday li {
  	margin-bottom: 20px;
  }

  #todotoday li div{
  	display: inline-block;
    vertical-align: middle;
  }

  #todotoday li div:not(:first-child) {
  	width: calc( 100% - 80px );
  }


	#todotoday li img {
		/* border: 3px solid #6e0000; */
    width: 50px;
    filter: invert(27%) sepia(50%) saturate(2878%) hue-rotate(346deg) brightness(60%) contrast(100%);
	}

  #todotoday li a {
  	font-size: x-large;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
  }

	#todotoday li a span {
  	text-decoration: underline;
  }

  /* worldwide-community / take our survey */
  #community-survey {
    margin-top: 0;
  }

  #community-survey > h1 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;
    display: none;
  }

  #community-survey > ul {
    display: flex;
    align-items: normal;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
  }

  #community-survey li {
    text-align: center;
    padding: 0 16px;
    margin: 0;
    /* width: 50%; */
    /* background-color: #cccccc61; */
    /* background-image: url("https://online.n2ncu.org/theme/adaptable/pix/n2ncu/subtle-dots.png"); */
    /* box-shadow: 2px 2px #3333; */
    /* transition: box-shadow 0.5s; */
  }

  #community-survey li:hover {
    /* box-shadow: 2px 2px #111111; */
  }

  #community-survey li h3, #community-survey li h5 {
    color: black;
    margin: 0;
    line-height: 1.3rem;
  }

  #community-survey li img {
    transition: filter 0.125s ease-in;
    /* filter: invert(27%) sepia(50%) saturate(2878%) hue-rotate(346deg) brightness(60%) contrast(100%); */
    /* width: 50%; */
    /* transition: filter 0.5s; */
    /*
    height: 100px;
    width: 100px;
    */
    width: clamp(33px, 90px + 8vw, 430px);
  }

  #community-survey li img:hover {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(100%);
    /* filter: invert(27%) sepia(50%) saturate(2878%) hue-rotate(346deg) brightness(90%) contrast(100%); */
  }

  /* help desk */
  #community-survey ul:nth-child(4) li:nth-child(2) img:hover {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(70%);
    /* filter: invert(27%) sepia(50%) saturate(2878%) hue-rotate(346deg) brightness(90%) contrast(100%); */
  }


  /* courses */
	.course-container {
		margin: 0 10% 40px 10%; /* section maring-bottom */
	  /* padding: 12px; */
	}

  #content1 #sem1, #content1 #sem2, #content1 #sem3, #content1 #sem4, #content1 #sem5, #content1 #sem6, #content1 #sem7, #content1 #sem8, #content1 #sem9, #content1 #sem10, #content1 #sem11, #content1 #sem12 {
  	display: none;
  }

  .semester .course:not(:first-of-type) {
    /* display: none; */
  }

  .semester .course {
    /* padding: 0 10%; */
    padding: 18px;
    /* display: flex; */
    /* flex-direction: column; */
    min-height: 360px;
  }

  .semester > h1, .semester > hr {
    display: none;
  }

  /* empty href, anchor only -- no text */
  .semester .course a:first-of-type {}

  /* title */
  .semester .course h3 {
    font-size: xx-large;
    font-size: var(--step-0);
    font-weight: bold;
    /* transform: scale(1,1.2); */
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: black;
    /* order: 2; */
  }

  /* title -- speaker link */
  .semester .course a:first-of-type {
    display: block;
    /* font-size: x-large; */
    /* font-weight: bold; */
    /* font-family: serif; */
    /* font-style: italic; */
    /* text-align: center; */
    /* margin: 0; */
    /* color: black; */
    /* order: 3; */
  }

  /* subtitle */
  .semester .course h5:first-of-type {
    /* order: 4; */
    text-align: center;
    /* font-size: var(--step--2); */
  }

  /* description */
  .semester .course p {
    /* font-size: 18px; */
    /* line-height: 30px; */
    /* order: 5; */
    /* max-height: 240px; */
    /* overflow: auto; */
    /* font-size: var(--step--3); */
  }

  /* read-more */
  .semester .course a:not(:first-of-type) {
    /* order: 6; */
  }

  /* sessions */
  .semester .course h5:last-of-type {
    /* order: 7; */
    /* text-align: left; */
    display: none;
  }

  /* courseimage container */
  .semester .courseimage {
    float: right;
    text-align: center;
    margin-left: 15px;
    /* order: 1; */
  }

  /* .courseimage img */
  .semester .course img {
    /* height: 150px; */
    width: 100%;
  }


  /* dropshadow w/ inverse shadows on the corners */
  .dropshadow {
    	box-shadow:
        7px 0px 5px -3px  rgba(97,97,97,0.5),
        0px 8px 7px -3px  rgba(97,97,97,0.5),
        -7px 0px 5px -3px rgba(97,97,97,0.5),
        0px -8px 7px -3px rgba(97,97,97,0.5);
  }

  .photo {
  	padding: 12px;
  }

  /* center content for text and images */
  .center {
  	text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    /* margin: 180px 10% 0px 10%; */
    width: 100%;
    margin: 120px 0px 0px 0px; /* 180px */
    display: inline-block;
  }

  .hr > img {
  	width: 100%;
    height: auto;
    margin-bottom: 30px;
    user-select: none;
  }

  img.responsive {
  	width: 100%;
    height: auto;
  }

  .hr > h3 {
  	color: white;
    position: relative;
    top: 60px;
    left: 7px;
    text-align: center;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
    font-size: xx-large;
  }

  .blockquote {
  	padding: 0 5%;
  }

  .float-left {
  	float: left;
    margin-right: 20px;
    margin-bottom: 6px;
  }

  .align-left {
  	text-align: left;
  }



  /* testimony-collection  */
  #testimony-collection {
    text-align: center;
  }

  #testimony-collection .testimony {
  	height: fit-contents;
    text-align: left;
  }

  #testimony-collection .testimony p {
    /* font-size: medium; */
    font-size: var(--step--1);
  }

  #testimony-collection .testimony blockquote * {
    /* font-size: small; */
    font-style: italic;
    font-size: var(--step--2);
  }

  #testimony-collection .slides {
      /* padding: 0; */
      /* width: 609px; */
      /* height: 420px; */
      display: block;
      margin: 12px auto;
      position: relative;
      width: 60%;
	}

  #testimony-collection .slides * {
      user-select: none;
      -ms-user-select: none;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -webkit-touch-callout: none;
	}

  #testimony-collection .slides input {
   		display: none;
	}

  #testimony-collection .slide-container { display: block; }

  #testimony-collection .slide {
      top: 0;
      /* opacity: 0; */
      /* width: 609px; */
      /* height: 420px; */
    	/* height: 100%; */

      display: none;
      /* position: absolute; */

      /* transform: scale(0); */

      /* transition: all .7s ease-in-out; */
  }

  #testimony-collection .slide img {
      width: 100%;
      height: auto;
  }

  #testimony-collection .nav label {
      width: 0;
      height: 400px;
      display: none;
      position: absolute;

      opacity: 0.3;
      z-index: 9;
      cursor: pointer;

      transition: opacity .2s;

      color: #666;
      font-size: 12rem;
      text-align: center;
      line-height: 380px;
      font-family: "Varela Round", sans-serif;
      /* background-color: rgba(255, 255, 255, .3); */
      /* text-shadow: 0px 0px 15px rgb(119, 119, 119); */
  }

  #testimony-collection .slide:hover + .nav label { opacity: 0.5; }

  #testimony-collection .nav label:hover { opacity: 1; }

  #testimony-collection .nav .prev { left: -80px; top: 100px; }

  #testimony-collection .nav .next { right: 0; top: 100px; }

  #testimony-collection input:checked + .slide-container .slide {
      opacity: 1;
      transform: scale(1);
      transition: opacity 1s ease-in-out;

    	display: block;
    	height: 700px;
    	overflow: auto;
  }

  #testimony-collection input:checked + .slide-container .nav label { display: block; }

  #testimony-collection .nav-dots {
      /* width: 100%; */
      /* bottom: 9px; */
      /* height: 11px; */
      display: block;
      /* position: absolute; */
      text-align: center;
      padding-top: 12px;
  }

  #testimony-collection .nav-dots .nav-dot {
      top: -5px;
      width: 11px;
      height: 11px;
      margin: 0 4px;
      position: relative;
      border-radius: 100%;
      display: inline-block;
      background-color: rgba(0, 0, 0, 0.6);
      transition: background-color 0.125s;
  }

  #testimony-collection .nav-dots .nav-dot:hover {
      cursor: pointer;
   /* background-color: rgba(0, 0, 0, 0.3);*/
      background-color: #efba21; /* n2ncu orange */
  }

  #testimony-collection input#img-1:checked ~ .nav-dots label#img-dot-1,
  #testimony-collection input#img-2:checked ~ .nav-dots label#img-dot-2,
  #testimony-collection input#img-3:checked ~ .nav-dots label#img-dot-3,
  {
      /* background: rgba(0, 0, 0, 0.8); */
      background-color: #efba21; /* n2ncu orange */
  }

  #testimony-collection .nav-dots .nav-dot:active
  {
      background-color: #efba21; /* n2ncu orange */
  }



  /* student-spotlight */

  #student-spotlight {
    margin-top: 200px;
  }

  input#student-spotlight-readmore {
  	display: none;
  }

  input#student-spotlight-readmore:checked ~ #student-bio-interview {
  	height: auto;
  }

  input#student-spotlight-readmore ~ label {
    width: 100%;
    display: block;
    text-align: right;
    padding-top: 4px;
  }

  input#student-spotlight-readmore:checked ~label:before {
  	content: "<< Collapse";
  }

  input#student-spotlight-readmore:checked ~label:after {
  	content: "";
  }

  #student-photo {
    display: inline-block;

    /*vertical-align: top; */
  }

  #student-photo-ver2 {
    display: block;
    text-align: center;
    /*vertical-align: top; */
  }

  #student-photo-ver2 > img {
    max-width: 100%;
    width: initial;
  }

  #student-bio {
    /* padding-top: 14px; */
    margin-bottom: 22px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  #student-bio-heading {
    /* position: absolute; */
  	/* color: #6e0000; */
    /* font-size: 1.2rem; */
    /* background-color: #f6f6f6; */
    /* padding: 20px; */
    display: inline-block;
    margin-left: 8px;
    vertical-align: top;
  }

  #student-bio-heading ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
  }

  #student-bio-heading li {
    margin-bottom: 10px;
    color: #333333;
  }

  #student-bio-heading li strong {
    color: #6e0000;
    text-transform: uppercase;
    display: block;
  }

  #student-bio-interview {
    height: 15rem; /* 37rem; */
    overflow: auto;
  }

  ul#global-course-list {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: inherit;
    columns: 3;
    list-style: none;
    padding-left: 0;
    text-align: center;
  }

  ul#global-course-list > li {
    margin-bottom: 12px;
  }



  /* common classes */
  .readmore {
  	font-weight: bold;
  	font-style: italic;
    color: #efba21 !important; /* n2ncu orange */
  }

  .readmore::after {
  	content: "Read more >>";
  }

   .unselectable * {
      user-select: none;
      -ms-user-select: none;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -webkit-touch-callout: none;
	}

  /* merchandise-link */
  #merchandise-link {
  	font-size: 22px;
  }

  #merchandise-link a {
  	text-decoration: underline;
  }

  #merchandise-collection {
  	text-align: center;
  }

  .merchandise-products {
  	display: inline-block;
    height: 325px;
  }

  .merchandise-products img {
  	/* padding: 12px; */
    /* max-width: 35%; */
    width: 230px;
  }

  .merchandise-products .ribbon {
  	position: relative;
    top: -320px;
    left: -14px;
    background-color: #6e0000;
    /* width: 50%; */
    width: 100px;
    clip-path: polygon( 0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  }

  .merchandise-products .ribbon-wrapper {
  	background-color: black;
    clip-path: polygon( 0% 0%, 100% 0%, 100% 100%);
    width: 14px;
    height: 10px;
    left: -14px;
    top: -320px;
    position: relative;
  }

  .merchandise-products h3 {
  	position: relative;
    left: 22px;
    color: white;
    text-align: left;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
    width: fit-content;
    text-transform: uppercase;
    font-size: medium;
    padding: 2px 0;
  }

  .divider {
  	display: inline-block;
  	margin: 0 12px;
  }

  #meet-your-team .staff {
    width: 40%;
  	display: inline-block;
    vertical-align: top;
  }

  .course-container .controls a {
      opacity: 0.3;
      z-index: 9;
      cursor: pointer;

      /* position: absolute; */

      transition: opacity .2s;

      color: #666;
      font-size: 12rem;
      text-align: center;

      font-family: "Varela Round", sans-serif;
      /* background-color: rgba(255, 255, 255, .3); */
      /* text-shadow: 0px 0px 15px rgb(119, 119, 119); */
  }

  .content1 {
    padding: 0;
    /* margin: 0 10%; */
  }

  .course-container .controls a.prev,
  .course-container .controls a.next {
      font-weight: normal;
  }

  .course-container .controls .left {
    float: left;
    user-select: none;
    position: relative;
    right: 80px;
    top: 100px;
    width: 0;
  }

  .course-container .controls .right {
    float: right;
    user-select: none;
    position: relative;
    left: 0px;
    top: 100px;
    width: 0;
  }

  .course-container .controls a:hover {
    opacity: 1;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  @media screen and (min-width: 1100px) {
    .mobile-only {
      display: none;
    }
    .desktop-only {
      display: block;
    }
  }

  @media screen and (max-width: 900px) {
    body {
      overflow-x: hidden;
    }
    #meet-your-team .staff {
      width: 100%;
    }
    .submenu1 .bcitem a,
    .submenu1 .bcitem p {
        /* font-size: x-small; */
    }
    .submenu1 #login {
      font-size: xx-small;
      /* top: -2px; */
    }
    .hr > img {
      /* scale: 2; */
      transform: scale(2);
      object-position: 100% 2px;
    }
    .divider {
      display: none;
    }
    #announcements p {
      width: 100%;
    }
    #announcements h3 {
      width: initial;
      padding: 0 8px;
    }
    #testimony-collection input:checked + .slide-container .slide {
      height: 400px;
    }

    #testimony-collection .testimony p {
      font-size: small;
    }

    #testimony-collection .testimony blockquote {
      font-size: smaller;
    }

    #community-survey li {
      margin: 4px;
      padding: 0;
    }

    .course-container .content1 {
      margin: 0 10%;
    }

  }

  @media screen and (max-width: 1400px) {

    .semester .courseimage {
      float: none;
      margin-left: 0;
    }

  }
