/***** GENERAL STYLES *****/

h2 {
  text-align: center;
  font-size: 2.5rem;
  margin: 5% 15%;
  font-weight: normal;
  line-height: 1.2em;
}

h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.2em;
}

h4 {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

.color1 {
  color: #8c1f66;
}

.color2 {
  color: #027773;
}

.color3 {
  color: #323673;
}

.landing-section {
  margin: 7em 0;
}

.landing-section h2 {
  margin: 0 0.5em 0.5em 0.5em;
}

.text-left {
  text-align: left;
}

a.nav-top {
  display: block;
  text-align: center;
  margin: 3rem 40%;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 7px 5px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #000;
}

a.nav-top:hover {
  background-color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.multi-col-with-img {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.3rem;
  align-items: center;
}

.multi-col-with-img h3 {
  margin-top: 0;
}

.mobile-only-img {
  display: none;
}

.desktop-only-img {
  display: block;
}

.value-block-text h3,
.gov-block-text h3 {
  text-align: left;
  color: #fff;
  line-height: 1.2em;
}

.section-intro {
  text-align: center;
  margin-bottom: 2.5em;
}

.section-intro p {
  margin: 0 100px;
}

.section-intro p:nth-of-type(2) {
  margin-top: 40px;
}

.med-text {
  font-size: 20px;
}

/***** BANNER NAV *****/

.english .banner-img,
.french .banner-img {
  background: url("/static-assets/images/about/strategic-plan-banner.svg")
    no-repeat;
  width: 100%;
  height: 300px;
  background-position: 0;
  background-color: #f7f8f7;
  margin-bottom: 2px;
  overflow: hidden;
  position: relative;
}

.banner-img div {
  position: absolute;
  border-radius: 0 50% 50% 0;
  width: 100%;
  height: 300%;
  top: -110%;
  left: -60%;
}

.english .banner-img h1,
.english .banner-img h2,
.french .banner-img h1,
.french .banner-img h2 {
  border-bottom: none;
  font-size: 3em;
}

.english .banner-img h1,
.english .banner-img h2 {
    margin: 0 0 0 35%;
}

.french .banner-img h1,
.french .banner-img h2 {
  margin-left: 30%;
}

.english .banner-img h1,
.french .banner-img h1 {
  line-height: 1em;
  display: grid;
  margin-top: 75px;
  text-transform: uppercase;
}

.english .banner-img h2,
.french .banner-img h2 {
  margin-top: -15px;
  text-align: left;
  font-weight: bold;
  line-height: 0.5;
}

.title-sm {
  font-weight: normal;
}

.english .tagline,
.french .tagline {
  font-size: 0.6em;
  display: contents;
}

.nav-item {
  flex: 1;
  font-size: 1.2rem;
  text-align: center;
}

.nav-item a:hover {
  text-decoration: none;
  background-color: #f7f8f7;
}

a.arrow-down {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5rem;
  padding: 1rem 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}

/***** PRESIDENT AND CEO *****/

.pres-ceo-video,
.pres-ceo-text {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.pres-ceo-video {
  padding: 0;
}

.pres-ceo-text {
  padding: 60px 40px;
  background-color: #8c1f66;
  color: #fff;
}

.pres-ceo-text p {
  margin-bottom: 0;
}

/***** LAND ACKNOWLEDGEMENT *****/

.land-block {
  background-color: #027773;
}

.land-block-text {
  flex: 1;
  padding-left: 40px;
  color: #fff;
}

.land-block-text p:last-of-type {
  margin-bottom: 0;
}

.land-block-img {
  flex: 2;
  border: none;
  padding: 0;
}

.land-block-img img {
  float: right;
  margin-left: 20px;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
}

/***** MISSION AND VISION *****/

.blue-block {
  flex: 1;
  background-color: #323673;
  border-right: 2px solid #fff !important;
  color: #fff;
  padding: 10px 40px 40px 40px;
  margin-bottom: 1em;
}

.blue-block h3 {
  color: #fff;
  margin: 0.5em;
}

.blue-block p {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 0;
}

.multi-col-box .blue-block:first-of-type {
  margin-right: 3.5em;
}

/***** CORE VALUES *****/

.value-block {
  background-color: #8c1f66;
}

.value-block-img {
  flex: 1;
  border: none;
  padding: 0;
}

.value-block-img img {
  float: left;
  margin: 0 20px -0.5px 0;
  clip-path: polygon(0% 0%, 80% 0%, 95% 50%, 80% 100%, 0% 100%);
}

.value-block-text {
  flex: 1;
  padding-right: 30px;
  color: #fff;
  margin-left: -45px;
}

.value-block-text p:last-of-type {
  margin-bottom: 0;
}

.value-block-text a {
  color: #fff;
  text-decoration: underline;
}

.value-block-text a:hover {
  text-decoration: none;
}

/***** STRAT PRIORITIES *****/

.priorities-block {
  background-color: #ebecea;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0;
}

#priorities {
  margin-bottom: 0.5em;
}

/***** RIBBON CARDS *****/

*:before,
*:after {
  box-sizing: border-box;
}

.ribbon-cards {
  display: flex;
  justify-content: center;
}

.english .ribbon-cards h3,
.french .ribbon-cards h3 {
  margin-top: 18px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

.ribbon-card {
  background: #fff;
  width: 300px;
  height: 280px;
  position: relative;
  margin: 8px;
  font-size: 20px;
}

.ribbon-card .ribbon-card-text {
  padding: 10px;
  text-align: center;
}

.ribbon-card .rc-1 {
  margin-top: 100px;
}

.ribbon-card .rc-2 {
  margin-top: 115px;
}

.ribbon-card .rc-3 {
  margin-top: 130px;
}

.ribbon-card .ribbon-1 {
  top: 30px;
  width: 340px;
  background-image: linear-gradient(to right, #8c1f66, #721555);
}

.ribbon-card .ribbon-2 {
  top: 50px;
  width: 340px;
  background-image: linear-gradient(to right, #027773, #056863);
}

.ribbon-card .ribbon-3 {
  top: 70px;
  width: 326px;
  background-image: linear-gradient(to right, #323673, #23295e);
}

.ribbon-card .ribbon {
  position: absolute;
  left: -20px;
  height: 60px;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.02em;
}

.ribbon-card .ribbon:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: -20px;
  left: 0;
}

.ribbon-card .ribbon-1:before {
  border: 10px solid #721555;
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-card .ribbon-2:before {
  border: 10px solid #056863;
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-card .ribbon-3:before {
  border: 10px solid #23295e;
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-card .ribbon:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  top: 9px;
  transform: rotate(135deg);
}

.ribbon-card .ribbon-1:after {
  left: 319px;
  background: #721555;
}

.ribbon-card .ribbon-2:after {
  left: 319px;
  background: #056863;
}

.ribbon-card .ribbon-3:after {
  left: 305px;
  background: #23295e;
}

.cards-box div span.poster-diagnostic-reasoning {
  background-position: left -10px bottom 0;
}

.cards-box div span.poster-testresult {
  background-position: left -10px bottom 0;
}

.cards-box div span.poster-theatrearts {
  background-position: left -220px bottom 0;
}

.cards-box div span.poster-facultydevelopment {
  background-position: left -280px bottom 0;
}

/***** STRAT ENABLERS *****/

.quote-img {
  width: 130px;
}

.tab-container {
  margin: 0 15px;
  display: flex;
}

.tab-container p {
  margin-bottom: 0;
}

.exit-tab {
  width: 184px;
  background-color: #fff;
  height: 140px;
  border: none;
  border-top: 8px solid #fff;
  border-radius: 0;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  margin: 0;
  text-align: center;
  margin-right: 5px;
}

.exit-tab:hover {
  background-color: #f7f8f7;
}

.exit-tab img {
  width: 80px;
  margin: 10px;
}

.exit-tab.selected {
  background-color: #f7f8f7;
  color: #333;
  font-weight: bold;
  border-top: 8px solid #007b6c;
  margin-bottom: -1px;
}

.exit-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 4px solid #007b6c;
  border-bottom: 8px solid #007b6c;
  margin: 0 15px 0;
}

.enabler-quote,
.enabler-text {
  border: none !important;
}

.enabler-text {
  flex: 2.5;
  background-color: #fff;
  text-align: left;
  padding: 20px 20px 0 20px;
}

.enabler-quote {
  flex: 1.15;
  text-align: center;
}

.enabler-quote-block {
  background-color: #f7f8f7;
  padding: 20px 20px 0 20px;
}

.photo-title {
  display: flex;
  align-items: center;
}

.photo-title p {
  flex: 2;
}

.reverse-title {
  flex-direction: row-reverse;
}

/***** GOVERNANCE *****/

.gov-block {
  height: 550px;
  background-color: #323673;
}

.gov-block-img {
  flex: 1;
  border: none !important;
  padding: 0;
}

.gov-block-img img {
  margin: 0;
  clip-path: polygon(0% 0%, 75% 0%, 95% 50%, 75% 100%, 0% 100%);
  height: 550px;
  width: 500px;
}

.gov-block-text {
  padding: 40px 30px 40px 10px;
  color: #fff;
  flex: 2;
}

.english .gov-block-quote,
.french .gov-block-quote {
  background-color: #23295e;
  padding: 30px 20px 0 133px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  margin-left: -130px;
}

.english .gov-block-quote {
  margin-top: 40px;
}

.french .gov-block-quote {
  margin-top: 0;
}

.gov-block-quote img {
  width: 190px;
  margin-top: -48px;
  max-height: 210px;
}

.gov-block-quote p {
  margin-bottom: 0;
  padding-bottom: 30px;
}

/***** GOING FORWARD *****/

.greenish-block {
  padding: 25px 140px 40px 140px;
  background-color: #027773;
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
}

.greenish-block p {
  margin-bottom: 0;
}

.greenish-block h3 {
  color: #fff;
  margin-top: 0;
}

/***** MOBILE STYLES *****/

@media only screen and (max-width: 960px) {
    
  .french .tagline {
    font-size: 0.5em;
  }
    
  .french .banner-img h1 {
    margin-top: 55px;
  }

  .french .banner-img h1,
  .french .banner-img h2 {
    margin-left: 35%;
  }
    
  .section-intro {
    margin: 0 0.5em 2.5em 0.5em;
  }

  .multi-col-with-img h3 {
    margin-top: 10px;
  }

  .quote-img {
    margin-bottom: -6px;
  }

  .mobile-only-img {
    display: block;
  }

  .desktop-only-img {
    display: none;
  }

  .multi-col-with-img {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto !important;
  }

  .multi-col-with-img div {
    box-sizing: border-box;
    min-width: 100%;
  }

  .land-block {
    flex-direction: column-reverse;
  }

  .land-block-img img,
  .value-block-img img,
  .gov-block-img img {
    width: 100%;
    clip-path: none;
    height: auto;
  }

  .land-block-text {
    padding: 30px;
  }

  .value-block-text,
  .gov-block-text {
    padding: 10px 30px 30px 30px;
  }

  .value-block-text {
    margin-left: 0;
  }

  .photo-title {
    display: block;
  }

  .english .gov-block-quote,
  .french .gov-block-quote {
    padding-left: 30px;
    margin-left: 0;
  }

  .ribbon-cards {
    flex-direction: column;
    align-items: center;
  }
  
  .english .ribbon-cards h3,
  .french .ribbon-cards h3 {
    margin-top: 14px;
    text-align: left;
    padding-left: 40px;
  }
  
  .french .ribbon-cards h3 {
    font-size: 1.3rem;
  }

  .ribbon-card {
    max-width: 290px;
    height: 190px;
  }

  .ribbon-card .ribbon {
    height: 50px;
  }

  .ribbon-card .rc-1 {
    margin-top: 80px;
  }

  .ribbon-card .rc-2 {
    margin-top: 80px;
  }

  .ribbon-card .rc-3 {
    margin-top: 80px;
  }

  .ribbon-card .ribbon-1 {
    top: 30px;
    width: 280px;
  }

  .ribbon-card .ribbon-2 {
    top: 30px;
    width: 260px;
  }

  .ribbon-card .ribbon-3 {
    top: 30px;
    width: 240px;
  }

  .ribbon-card .ribbon:after {
    width: 36px;
    height: 36px;
    top: 7px;
  }

  .ribbon-card .ribbon-1:after {
    left: 262px;
  }

  .ribbon-card .ribbon-2:after {
    left: 242px;
  }

  .ribbon-card .ribbon-3:after {
    left: 222px;
  }

  .ribbon-card .ribbon-card-text {
    padding: 10px 10px 10px 22px;
    text-align: left;
  }
}

@media only screen and (max-width: 900px) {
  .english .banner-img h1,
  .english .banner-img h2 {
    margin-left: 40%;
  }
  
  .french .banner-img h1,
  .french .banner-img h2 {
    margin-left: 45%;
  }
}

@media only screen and (max-width: 729px) {
  .cards-box div span.poster-diagnostic-reasoning,
  .cards-box div span.poster-testresult,
  .cards-box div span.poster-theatrearts,
  .cards-box div span.poster-facultydevelopment {
    background-position: left 0 bottom 0;
  }

  .exit-tab img {
    width: 50px;
  }

  .english .banner-img,
  .french .banner-img {
    height: 250px;
    margin: 0 0 0 0;
    height: 280px;
    background-size: 270px;
    background-position: top 40px left 0px;
  }

  .banner-img div {
    display: none;
  }

  .banner-img h1 {
    display: none;
  }

  .english .banner-img h1,
  .french .banner-img h1 {
    display: block;
    margin: 0;
    background-color: #fff;
    color: #000;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem 0;
    text-transform: none;
  }

  .title-sm {
    font-size: 1em;
    font-weight: bold;
  }
  
  .english .banner-img h2,
  .french .banner-img h2 {
    line-height: 2;   
  }

  .english .banner-img h2 {
    margin-top: 30px;
  }
  
  .french .banner-img h2 {
    margin-top: 25px;
  }

  .english .tagline,
  .french .tagline {
    display: block;
  }
  
  .english .tagline {
    font-size: 0.7em;
  }
  
  .french .tagline {
    font-size: 0.6em;
  }

  h2 span:nth-of-type(2) {
    margin-left: 25px;
  }

  h2 span:nth-of-type(3) {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 620px) {
  .english .banner-img,
  .french .banner-img {
    background-position: top 40px left -50px;
  }

  .article-pullquote {
    padding: 20px;
  }

  .greenish-block {
    padding: 30px 20px;
  }

  .tab-container {
    flex-direction: column;
  }

  .exit-tab {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 70px;
    width: auto;
    border-top: 4px solid #f7f8f7;
  }

  .english .gov-block-quote,
  .french .gov-block-quote {
    flex-direction: column;
    align-items: center;
  }

  .gov-block-quote p {
    margin-bottom: 20px;
  }

  .section-intro p {
    margin: 0 30px;
  }
}

@media only screen and (max-width: 400px) {
  .english .banner-img {
    background-position: top 40px left -90px;
  }
  
  .french .banner-img {
    background-position: top 40px left -120px;
  }

  .english .banner-img h2 {
    margin-left: 33%;
  }
  
  .french .banner-img h2 {
    margin-left: 30%;
  }

  h2 span:nth-of-type(3) {
    margin-left: 70px;
  }
}

/******* FOR IE10+ STYLES ONLY *******/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .english .banner-img,
  .french .banner-img {
    background-position: bottom 0px left -450px;
  }

  .title-sm {
    display: block;
  }

  .gov-block-text {
    margin-left: 240px;
  }

  .gov-block-quote img {
    width: auto;
  }

  .land-block-text {
    padding-left: 20px;
  }

  @media only screen and (max-width: 960px) {
    .gov-block-text {
      margin-left: 10px;
    }

    .land-block {
      flex-direction: none;
    }
  }
}

/** TABS **/

.tab-wrapper {
  margin: 0 15px;
}

.tab-controls {
  display: none;
  margin: 0;
  padding: 0;
}

.tab-controls .tab-item {
  display: inline-block;
  width: auto;
}

.tab-section {
  border: 1px solid #dddddd;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.tab-item {
  display: block;
  width: 100%;
}

.english .tab-item .tab-title,
.french .tab-item .tab-title {
  background: #ebecea;
  border: 1px solid #dddddd;
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0;
  border-bottom: none;
  transition: 0.2s ease;
  width: 100%;
}

.english .tab-item .tab-title:hover,
.english .tab-item .tab-title.is-active,
.french .tab-item .tab-title:hover,
.french .tab-item .tab-title.is-active {
  background-color: #667775;
  color: #fff;
}

.tab-item .tab-content {
  display: none;
  height: 0;
  left: 0;
  opacity: 0;
  padding: 0 20px !important;
  position: relative;
  transition: 0.4s ease;
  visibility: hidden;
  width: 100%;
  box-sizing: border-box;
}

.tab-item .tab-content.is-active {
  display: block;
  height: auto;
  opacity: 1;
  padding: 1rem 2rem;
  visibility: visible;
}

.arrow-up {
  transform: rotate(180deg);
}

.arrow-up {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(185deg) brightness(109%) contrast(102%);
}

@media screen and (min-width: 767px) {
  .tab-controls {
    display: block;
  }

  .english .tab-section .tab-item .tab-title,
  .french .tab-section .tab-item .tab-title {
    display: none;
  }

  .english .tab-item .tab-title,
  .french .tab-item .tab-title {
    width: auto;
  }
  
  .french .tab-item .tab-title {
      height: 9em;
  }
}

@media screen and (max-width: 767px) {
  .english .tab-item .tab-title,
  .french .tab-item .tab-title {
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tab-item .tab-title .tab-title-text {
    order: 1;
  }

  .tab-item .tab-title .tab-arrow {
    order: 2;
  }

  .english .tab-item .tab-title.is-active,
  .french .tab-item .tab-title.is-active {
    border-bottom: 1px solid #667775 !important;
  }
}

@media screen and (min-width: 767px) {
  .tab-section {
    border-top: 5px solid #667775;
  }
}

.arrow-up {
  filter: none;
}

.english .tab-item .tab-title:hover,
.english .tab-item .tab-title.is-active,
.french .tab-item .tab-title:hover,
.french .tab-item .tab-title.is-active {
  background-color: #f7f8f7;
  color: #333;
  border-top: 8px solid #007b6c;
  border-radius: 0;
}

.english .tab-item .tab-title,
.french .tab-item .tab-title {
  background: #fff;
  border: none;
}

.tab-controls .tab-item {
  flex-grow: 1;
}

@media screen and (min-width: 767px) {
  .english .tab-item .tab-title,
  .french .tab-item .tab-title {
    width: 100%;
  }

  .tab-controls {
    display: flex;
  }

  .tab-section {
    border-top: 4px solid #007b6c;
    border-bottom: 8px solid #007b6c;
    padding: 20px 0;
  }
}

.tab-icon {
  height: 80px;
  width: 80px;
}

@media screen and (max-width: 767px) {
  .english .tab-item .tab-title:hover,
  .english .tab-item .tab-title.is-active,
  .french .tab-item .tab-title:hover,
  .french .tab-item .tab-title.is-active {
    border-top: 4px solid #f7f8f7;
  }

  .english .tab-item .tab-title.is-active,
  .french .tab-item .tab-title.is-active {
    border-bottom: 0 !important;
    border-left: 8px solid #007b6c;
    border-top: 0 !important;
  }

  .english .tab-item .tab-title,
  .french .tab-item .tab-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 4px solid #f7f8f7;
  }

  .tab-item .tab-title .tab-icon-mobile {
    order: 1;
    flex: 0 0 auto;
    height: 48px;
    width: 48px;
    margin: 10px;
  }

  .tab-item .tab-title .tab-title-text {
    order: 2;
    flex: 0 0 auto;
  }

  .tab-item .tab-title .tab-arrow {
    order: 3;
    flex: 0 0 auto;
    margin-left: auto;
  }
}