/* Bootstrap Overrides */
.btn-primary {
  background-color: #006CE0;
  border-color: #006CE0;
}

/* Navigation */
header nav {
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 10000;
  height: 60px;
  top: 0;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  transition-timing-function: ease;
  display: flex;
  justify-content: space-between;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); }

header img {
  position: absolute; }

header img.logo-sm {
  width: 150px;
  transform: translateY(-60px);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  transition-timing-function: ease; }

header img.logo-lg {
  width: 350px;
  transform: translateY(2px);
  left: 7px;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  transition-timing-function: ease; }

.nav-dot {
  height: 15px;
  width: 15px;
  display: block;
  background-color: #dbdbdb;
  border-radius: 20px;
  border: 2px solid #006CE0; }

.nav-dot.active {
  height: 20px;
  width: 20px; }

.nav-dot:hover, .nav-dot.active {
  background-color: #05529e;
  border-color: #006CE0; }

.nav-dot.active:hover {
  border-color: #006CE0; }

nav ul {
  display: flex;
  margin: auto 0;
  align-items: center; }

nav ul li {
  margin-right: .5em; }

.nav-name {
  position: absolute;
  top: 50px;
  background-color: #175cc1;
  z-index: 1000;
  padding: 10px 20px;
  border-radius: 50px;
  color: #ffffff;
  font-size: .9rem;
  display: none; }

.nav-home.nav-btn + li span {
  right: 141px; }

.nav-intro.nav-btn + li span {
  right: 90px; }

.nav-btn + li span {
  right: 5px; }

.nav-btn + li {
  opacity: 0; }

.nav-btn:hover + li {
  opacity: 1;
  transition-duration: .25s; }

.nav-btn:hover + li .nav-name {
  display: block; }

/* Slideshow Profiles */

ul.slick-dots {
  position: absolute;
  bottom: 10px;
  left: 5%; }

.slick-dots li {
  display: inline-block; }

.slick-dots li.slick-active button {
  background-color: #006CE0; }

.slick-dots li button {
  background-color: rgba(0, 0, 0, .75);
  border: 3px solid #006CE0;
  margin: .5em;
  padding: .25em 1em .25em .5em;
  color: #ffffff;
  border-radius: 50px;
  cursor: pointer; }

.slick-dots li button:hover {
  background-color: #068423; }

.profile-wrapper img.slider-img {
  width: 50px;
  height: 50px;
  margin-right: 10px; }

#section1 .modal {
  top: 10%;
  z-index: 2000; }

.modal video {
  width: 100%; }


/* Flex Styles */

.section {
  display: flex; }

.section.row {
  flex-direction: row;
  margin: 0; }

.section.column {
  flex-direction: column; }

.section.row .item.sidebar {
  flex-shrink:1;
  flex-basis: 23%;
  color: #fff;
  padding: 0 1em;
  z-index: 1000; }

.section.row .item.content {
  flex-shrink:4;
  flex-basis: 77%;
  display: flex;
  flex-direction: column; }


/* Video Sections */

video {
  width: 85%;
  display: inline-block; }

.subdivision {
  display: flex;
  align-items: center; }

.bottom-division {
  line-height: 2rem;
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 1.4rem;
  color: #fff; }

.bottom-division em {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  line-height: 1.75; }

#section4 .bottom-division em {
  line-height: 1;
  font-size: 1.2rem; }

.bottom-division small {
  font-size: .9rem;
  display: block;
  margin-top: 1em;
  line-height: 1.3; }

.right-section {
  color: #fff;
  display: flex;
  align-items: center;
  width: 20%;
  display: inline-block;
  padding: 1em; }

.right-section p {
  margin-bottom: 0;
  color: #fff; }

.volumedown {
  margin-right: 10px; }

.right-section a {
  background-color: #2b2b2b;
  padding: .5em 1.5em;
  border-radius: 50px; }

.right-section a:hover {
  background-color: #06891C; }

.stat {
  font-size: 3rem;
  display: block;
  font-weight: 900; }

a.button-link {
  font-size: .9rem;
  background-color: #006CE0;
  padding: .5em 2em .5em .5em;
  display: inline-block;
  border-radius: 50px;
  letter-spacing: .75px;
  text-decoration: none; }

a.button-link:hover {
  background-color: #006CE0;
  font-weight: bold;
  text-decoration: underline; }

a.button-link img {
  margin-right: 10px; }

.bl-section ul {
  list-style-type: none;
  padding-left: 0;
  width: 100%; }

.bl-section, .br-section {
  height: 100%;
  padding: 1em;
  display: flex;
  align-items: center; }

.bl-section {
  flex: 1; }

.bl-section p {
  font-size: 1.4rem; }

.bl-section h2, .br-section h2 {
  margin-top: 0em;
  margin-bottom: 1em;
  font-size: 1.6rem; }

.br-section {
  flex: 2; }

.content .bl-section.bg-blue-md ul li {
  padding-bottom: .5em; }

.content .bl-section.bg-blue-md ul li:last-of-type {
  padding-bottom: 0; }


/* Sidebars */

.sidebar h1 {
  font-size: 2.5rem;
  margin-top: 1.25em;
  letter-spacing: 1px; }

.sidebar h2 {
  font-weight: 300;
  font-size: 1.4rem;
  margin-top: 1em; }

.sidebar a, .sidebar h1, .sidebar h2, .right-section a, .bottom-division a {
  color: #fff; }

.sidebar a:hover {
  color: #fff; }

.sidebar ul {
  padding-top: 1em; }

.sidebar li {
  margin-bottom: 1em; }

.sidebar li img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: text-bottom;
  transition: 300ms; }

.sidebar p {
  font-size: 1.25rem; }

.toggle-link {
  padding: .5em 1em .5em .5em;
  border-radius: 25px;
  display: inline-block; }

.bg-orange-dark .toggle-link {
  background-color: #B75E06; }

.bg-green-dark .toggle-link {
  background-color: #06891C; }

.bg-blue-dark .toggle-link {
  background-color: #006CE0; }


/* Intro Section */

.sara-joe-img, .patti-img, .vicki-img, .siu-img, .aubrey-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: auto;
  height: 100%; }

.sara-joe-img {
  background-image: url("../images/sarah-work.jpg"); }

.patti-img {
  background-image: url("../images/patti.jpg"); }

.vicki-img {
  background-image: url("../images/vicki.jpg"); }

.siu-img {
  background-image: url("../images/siu.jpg"); }

.aubrey-img {
  background-image: url("../images/aubrey.jpg"); }

.profile-wrapper, .sara-joe-wrapper, .patti-wrapper, .vicki-wrapper, .siu-wrapper, .aubrey-wrapper, .slick-list {
  height: 100%;
  width: 100%; }

.profile-wrapper img {
  width: auto;
  height: 100%; }

.slick-track {
  height: 100%; }

.headline {
  border-radius: 100px;
  font-size: 1.4rem;
  position: absolute;
  top: 9vw;
  left: 50%;
  padding-right: 1em; }

.headline h1, .headline h2 {
  color: #fff;
  margin-top: 0;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  font-family:'Camphor W01 Medium';
  -webkit-font-smoothing: antialiased; }

.headline h1 {
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: .25em;
  font-size: 4rem; }

.headline h2 {
  font-size: 2rem;
  line-height: 1.4; }

#section-intro-quote, #section3, #section5, #section7, #section9 {
  background: url('../images/wlb-quote-pattern.svg'); }

.profile-link a {
  border-radius: 100px;
  font-size: 1.4rem; }

.profile-link .btn-primary {
  padding: .3em 1.25em; }


/* Quote Sections */

.quotation-container {
  padding-left: 5%;
  width: 65%;
  margin-top: -5%; }

#section9 .quotation-container {
  width: 75%; }

.quotation-container h1 {
  font-size: 3em;
  letter-spacing: 1px;
  line-height: 1.5; }

.quotation-wrapper {
  display: flex;
  align-items: center; }

.quotation-container h1, .quotation-container h2 {
  color: #fff;
  line-height: 1.35; }


/* Slide-Out Micro-Content */

.content-container {
  position: absolute;
  left: 23%;
  height: 100%;
  width: 70%;
  background-color: #fff;
  z-index: 999;
  overflow: scroll;
  padding: 0 2.5em; }

.content-container h1, #resource-wrapper h1 {
  color: #006CE0; }

.content-container h2 {
  color: #068423; }

.content-container p:last-child {
  padding-bottom: 2em; }

.close-content {
  position: fixed;
  top: 5%;
  right: 8.5%;
  background-color: #006CE0;
  color: #fff;
  border: none;
  padding: .75em 1em;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 50px;
  outline: none; }

.close-content:hover, .close-content:focus {
  background-color: #0a51b7;
  cursor: pointer;
  text-decoration: underline; }

.internal-quote-wrapper {
  padding: 2em 4em 0em;
  margin: 0 auto; }

.internal-quote {
  color: #006CE0;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: bolder; }

/* Diagram */

.diagram-wrapper {
  display: flex;
  padding: 1em;
  max-width: 1500px;
  margin: 0 auto; }

.diagram-wrapper img {
  width: 100%;
  height: auto; }

.diagram-img, .diagram-text {
  flex: 1;
  color: #fff; }

.diagram-img {
  display: flex;
  justify-content: center;
  align-items: center; }

.diagram-img, .diagram-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }

.diagram-text p {
  font-size: 1.3em; }

.diagram-text {
  margin-right: 2em; }


/* Footer */

#section9 .quotation-wrapper {
  height: 100%; }

footer {
  color: #ffffff;
  padding: 1.5em 5%;
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto; }

footer p {
  margin: 0;
  font-size: 1.5em; }

footer p + p {
  margin-top: 1em; }

.footer-content {
  display: flex;
  flex-direction: column; }

.site-info {
  display: flex;
  margin-bottom: 1em; }

.site-info img {
  margin-right: 2em; }

.yti-logo {
  width: 375px;
  height: auto;
  display: block; }

.cu-logo {
  width: 240px;
  height: auto;
  margin: 1em 0; }

#resource-wrapper {
  position: fixed;
  top: 0;
  padding: 3em 5em;
  height: 100vh;
  width: 90vw;
  background-color: #fff;
  z-index: 2005;
  right: -90vw;
  overflow: scroll; }

#resource-wrapper.inview {
  right: 0; }

#resource-wrapper a {
  color: #BD5B00; }

#resource-wrapper p {
  margin-bottom: 2em; }


/* Responsive Styling */

.visible-sm {
  display: none; }

.visible-phone {
  display: none; }

.hidden-phone {
  display: block; }


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

  .headline h1 {
    line-height: 1.4;
    font-size: 4rem; }

  .headline h2 {
    line-height: 1.4;
    font-size: 2rem;
    margin-bottom: 1em; }

  .section.row .item.sidebar {
    width: 100%;
    flex-basis: 100%; }

  .sidebar p {
    font-size: 1.1rem; }

  .sidebar h1 {
    font-size: 2rem; }

  .section.row .item.content {
    flex-basis: 100%; }

  .subdivision {
    display: flex; }

  .right-section {
    width: 20%; }

  .right-section li {
    text-align: center; }

  .diagram-wrapper {
    flex-direction: column; }

  video {
    width: 80%; }

  .right-section p {
    padding: 0 2em; }

  .video-controls {
    width: 70%; }

  .stat {
    font-size: 1.4em;
    font-weight: bold;
    display: inline; }

  .close-content {
    top: 45%; }

  .content-container {
    left: 0%;
    width: 95%;
    height: 77vh; }

  .diagram-img, .diagram-text {
    flex: none; }

  .quotation-container h1 {
    font-size: 2.5em; }

  ul.slick-dots {
    top: auto;
    bottom: 40px; }
}

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

  .headline {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    top: 14vw;
    padding-right: 0; }

  .headline h1 {
    font-size: 4rem; }

  .headline h2 {
    font-size: 2.2rem; }

  .headline h1, .headline h2 {
    text-align: center; }

  .profile-link {
    text-align: center;
    margin: 0 auto; }

  .sara-joe-img, .vicki-img, .siu-img {
    background-position: 30% 50%; }

  .patti-img {
    background-position: 20% top; }

  .aubrey-img {
    background-position: 18% top; }

  .subdivision {
    flex-direction: column; }

  .right-section {
    width: 100%;
    text-align: center;
    margin-top: 1em; }

  .right-section div {
    display: inline-block; }

  video {
    width: 100%; }

  .hidden-sm {
    display: none; }

  .visible-sm {
    display: block; }

  .bottom-division {
    display: none; }

  .section.row .item.sidebar {
    padding-top: 3em; }

  .section.row .item.content {
    flex-basis: auto; }

  .content-container {
    left: 0%;
    margin-left: 0;
    width: 100%;
    padding: 0;
    z-index: 10001; }

  .content-container-text {
    padding: 2em; }

  .footer-content {
    flex-direction: column; }

  .close-content {
    top: 2%; }

  .sidebar h1 {
    margin-top: 0; }

  .quotation-container {
    width: 90%;
    padding: 1em;
    margin: -5% auto 0; }

  .quotation-container h1 {
    font-size: 2em; }

  .quotation-container h2 {
    font-size: 1.2em; }

  .section.row {
    justify-content: center; }

  .site-info {
    display: flex;
    justify-content: space-between; }

  .yti-logo {
    width: 55%; }

  .cu-logo {
    width: 35%; }

  .grant-info {
    margin-left: 0; }
}

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

  .hidden-phone {
    display: none; }

  .visible-phone {
    display: block; }

  img.visible-phone {
    width: 150px;
    transform: translateY(2px); }

  header nav {
    height: 38px !important; }

  nav ul li {
    margin-right: .5em; }

  .headline {
    top: 24vw; }

  .headline h1 {
    font-size: 2.7rem; }

  .headline h2 {
    font-size: 1.8rem; }

  .profile-wrapper img.slider-img {
    display: none; }

  .slick-dots li button {
    padding: .25em .75em; }

  ul.slick-dots {
    bottom: 0; }

  .profile-link {
    margin-top: 1.5em; }

  h1, .sidebar h1 {
    font-size: 2em; }

  .sidebar h1 {
    margin-top: 1em; }

  .content .right-section ul {
    margin-bottom: 0; }

  .content ul li {
    padding-bottom: 0; }

 .sidebar p {
    display: none; }

  #section-intro .sidebar p, .sidebar li {
    font-size: 1rem;
    line-height: 1.5;
    display: block; }

  .sidebar ul, .sidebar p {
    margin-bottom: 0; }

  .section.row .item.sidebar {
    padding-top: 1.5em; }

  .diagram-text p {
    font-size: 1em; }

  header img.logo-lg {
    width: 85%; }

  .site-info {
    flex-direction: column;
    justify-content: center; }

  .yti-logo {
    width: 90%; }

  .cu-logo {
    width: 50%; }

  footer .grant-info p {
    font-size: .85rem;
    line-height: 1.4; }
}

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

  nav ul li {
    margin-right: .2em; }

  #resource-wrapper {
    padding: 1em; }

  .content-container {
    position: fixed;
    top: 0px;
    padding: 1em;
    height: 100vh;
    width: 90vw;
    background-color: rgb(255, 255, 255);
    z-index: 2005;
    right: -90vw;
    overflow: scroll; }

  .content-container-text {
    padding: 0; }

  .close-content {
    top: 8%;
    right: 3%; }
}
