@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
@font-face {
  font-display: auto;
  font-family: 'NationalLight';
  src: url("../../ksu_base_zurb/fonts/NationalWeb-Light.eot") format("eot"), url("../../ksu_base_zurb/fonts/NationalWeb-Light.woff2") format("woff2"), url("../../ksu_base_zurb/fonts/NationalWeb-Light.woff") format("woff"); }

@font-face {
  font-display: auto;
  font-family: 'NationalLightItalic';
  src: url("../../ksu_base_zurb/fonts/National-LightItalic.eot") format("eot"), url("../../ksu_base_zurb/fonts/National-LightItalic.woff2") format("woff2"), url("../../ksu_base_zurb/fonts/National-LightItalic.woff") format("woff"); }

@font-face {
  font-display: auto;
  font-family: 'NationalLightItalic';
  src: url("../../ksu_base_zurb/fonts/National-LightItalic.eot") format("eot"), url("../../ksu_base_zurb/fonts/National-LightItalic.woff2") format("woff2"), url("../../ksu_base_zurb/fonts/National-LightItalic.woff") format("woff"); }

@font-face {
  font-display: auto;
  font-family: 'NationalBold';
  src: url("../../ksu_base_zurb/fonts/National-Bold.eot") format("eot"), url("../../ksu_base_zurb/fonts/National-Bold.woff2") format("woff2"), url("../../ksu_base_zurb/fonts/National-Bold.woff") format("woff"); }

@font-face {
  font-display: auto;
  font-family: 'NationalBoldItalic';
  src: url("../../ksu_base_zurb/fonts/National-BoldItalic.eot") format("eot"), url("../../ksu_base_zurb/fonts/National-BoldItalic.woff2") format("woff2"), url("../../ksu_base_zurb/fonts/National-BoldItalic.woff") format("woff"); }

@font-face {
  font-display: auto;
  font-family: 'NationalBlackItalic';
  src: url("../../ksu_base_zurb/fonts/National-BlackItalic.eot") format("eot"), url("../../ksu_base_zurb/fonts/National-BlackItalic.woff2") format("woff2"), url("../../ksu_base_zurb/fonts/National-BlackItalic.woff") format("woff"); }

/*
  National Fonts
*/
/*
  Roboto Fonts
*/
/* PRIMARY COLORS */
/* 003976 */
/* EFAB00 */
/* 0073BD */
/* 4B4AA9 */
/* AEEAE5 */
/* E5E854 */
/* F8EB61 */
/* 627378 */
/* E1143C */
/* SECONDARY COLORS */
/* 000000 */
/* DDDDDD */
/* EAEAEA */
/* F4F4F4 */
/* e6e6e6 */
/* 4D4D4C */
/* FFFFFF */
/* 5EC4DF */
/* 006cc2 */
/* F1AB03 */
/* 1e1c22 */
/* 0b0318 */
/* dfe4e6 */
/* cacaca */
/* 993399 */
/*

EXAMPLE FOR MQ REFERENCES =>

body {
  > * { display: none !important; }
  background: green !important;
  @media only screen and (max-width: 45.5625rem)  { background: orange !important;  }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) { background: teal !important;    }
  @media only screen and (min-width: 64rem)  { background: orchid !important;  }
  @media only screen and (min-width: 75rem) { background: tomato !important;  }
}

*/
#panelizer-save-default {
  display: none !important; }

#panels-change-layout #edit-save-default {
  display: none !important; }

.ctools-modal-content .panels-section-columns {
  width: 100%; }
  .ctools-modal-content .panels-section-columns [class*="column"] + [class*="column"]:last-child {
    float: left; }

.page-user .main .button-group li:first-child .button {
  display: none; }

html body {
  font-family: 'NationalLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5; }

html {
  font-size: 100%;
  box-sizing: border-box; }

img[alt] {
  font-size: 16px;
  font-family: none;
  overflow: auto; }

body a, body a:link, body a:visited, body a:active {
  color: #003976;
  text-decoration: none; }

body a:hover {
  color: #003976;
  text-decoration: underline; }

body #main-content--overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  display: none; }

@media only screen and (min-width: 64rem) {
  body.body-overlay #main-content--overlay {
    opacity: 1;
    visibility: visible;
    display: block; } }

body.body-overlay header.pre-header {
  background: white; }

body.body-overlay header.pre-header,
body.body-overlay header.l-header {
  z-index: 6;
  position: relative; }

html body a.close-button-overlay {
  display: block;
  background: #0073bd;
  color: #e6e6e6 !important;
  position: absolute;
  right: 0;
  top: 20px;
  line-height: 45px;
  z-index: 1000;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none; }
  @media only screen and (max-width: 63.9375rem) {
    html body a.close-button-overlay {
      display: none; } }
  html body a.close-button-overlay i {
    background: #0073bd;
    color: #e6e6e6;
    right: -18px;
    top: 3px;
    line-height: 45px;
    z-index: 1000;
    padding: 0 20px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    bottom: -3px;
    font-weight: 600; }
    html body a.close-button-overlay i:before, html body a.close-button-overlay i:after {
      position: absolute;
      display: block;
      left: 0;
      top: 10px;
      width: 25px;
      height: 2px;
      background-color: #e6e6e6;
      content: ""; }
    html body a.close-button-overlay i:before {
      webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    html body a.close-button-overlay i:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

body.search-open {
  transition: background 0.3s; }

ul.pagination li.current a {
  background: #2C8ECE; }

i {
  background: inhert; }

p a:not([class*="button"]) {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  text-decoration: underline;
  color: #0073bd; }

p span[class*="italic"] {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  font-style: italic; }

p mark {
  background-color: #aeeae5; }

p.introduction a:not([class*="button"]) {
  font-family: inherit;
  font-weight: inherit;
  text-decoration: underline;
  color: #0073bd; }

.pull-quote {
  border-left: 5px solid #efab00;
  padding-left: 1em !important; }

.body.field ul, .body.field ol,
.field-name-body ul,
.field-name-body ol,
.field-name-field-body ul,
.field-name-field-body ol {
  list-style-type: none;
  margin-left: 0; }
  .body.field ul li, .body.field ol li,
  .field-name-body ul li,
  .field-name-body ol li,
  .field-name-field-body ul li,
  .field-name-field-body ol li {
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 300 ;
    position: relative;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: .25rem;
    margin-left: 1em; }
    .body.field ul li a:not([class*="button"]), .body.field ol li a:not([class*="button"]),
    .field-name-body ul li a:not([class*="button"]),
    .field-name-body ol li a:not([class*="button"]),
    .field-name-field-body ul li a:not([class*="button"]),
    .field-name-field-body ol li a:not([class*="button"]) {
      font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
      font-weight: 700 ;
      text-decoration: underline;
      color: #0073bd; }
    .body.field ul li.rteindent1, .body.field ol li.rteindent1,
    .field-name-body ul li.rteindent1,
    .field-name-body ol li.rteindent1,
    .field-name-field-body ul li.rteindent1,
    .field-name-field-body ol li.rteindent1 {
      margin-left: 40px; }
    .body.field ul li.rteindent2, .body.field ol li.rteindent2,
    .field-name-body ul li.rteindent2,
    .field-name-body ol li.rteindent2,
    .field-name-field-body ul li.rteindent2,
    .field-name-field-body ol li.rteindent2 {
      margin-left: 80px; }
    .body.field ul li.rteindent3, .body.field ol li.rteindent3,
    .field-name-body ul li.rteindent3,
    .field-name-body ol li.rteindent3,
    .field-name-field-body ul li.rteindent3,
    .field-name-field-body ol li.rteindent3 {
      margin-left: 120px; }
    .body.field ul li.rteindent4, .body.field ol li.rteindent4,
    .field-name-body ul li.rteindent4,
    .field-name-body ol li.rteindent4,
    .field-name-field-body ul li.rteindent4,
    .field-name-field-body ol li.rteindent4 {
      margin-left: 160px; }
  .body.field ul[class*="block-grid-"] li, .body.field ol[class*="block-grid-"] li,
  .field-name-body ul[class*="block-grid-"] li,
  .field-name-body ol[class*="block-grid-"] li,
  .field-name-field-body ul[class*="block-grid-"] li,
  .field-name-field-body ol[class*="block-grid-"] li {
    margin-left: 0 !important; }

.body.field ul:not([class*="block-grid-"]),
.field-name-body ul:not([class*="block-grid-"]),
.field-name-field-body ul:not([class*="block-grid-"]) {
  padding-left: 1em; }
  .body.field ul:not([class*="block-grid-"]) li:before,
  .field-name-body ul:not([class*="block-grid-"]) li:before,
  .field-name-field-body ul:not([class*="block-grid-"]) li:before {
    content: '';
    width: 0.4em;
    height: 0.4em;
    background-color: #efab00;
    left: -1em;
    position: absolute;
    margin-right: 5px;
    top: 0.7em; }
  .body.field ul:not([class*="block-grid-"]) ul li:before,
  .field-name-body ul:not([class*="block-grid-"]) ul li:before,
  .field-name-field-body ul:not([class*="block-grid-"]) ul li:before {
    background-color: #003976; }
  .body.field ul:not([class*="block-grid-"]) ul ul li:before,
  .field-name-body ul:not([class*="block-grid-"]) ul ul li:before,
  .field-name-field-body ul:not([class*="block-grid-"]) ul ul li:before {
    background-color: #0073bd; }
  .body.field ul:not([class*="block-grid-"]) ul ul ul li:before,
  .field-name-body ul:not([class*="block-grid-"]) ul ul ul li:before,
  .field-name-field-body ul:not([class*="block-grid-"]) ul ul ul li:before {
    background-color: #e5e854; }

.body.field ol,
.field-name-body ol,
.field-name-field-body ol {
  padding-left: 1em; }
  .body.field ol li,
  .field-name-body ol li,
  .field-name-field-body ol li {
    list-style-type: none;
    counter-increment: step-counter;
    padding-left: .2em; }
    .body.field ol li:before,
    .field-name-body ol li:before,
    .field-name-field-body ol li:before {
      content: counter(step-counter);
      font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      width: 1em;
      margin-left: -1em;
      display: inline-block; }
    .body.field ol li ol li,
    .field-name-body ol li ol li,
    .field-name-field-body ol li ol li {
      list-style-type: none;
      counter-increment: step-counterTwo; }
      .body.field ol li ol li:before,
      .field-name-body ol li ol li:before,
      .field-name-field-body ol li ol li:before {
        content: counter(step-counterTwo, lower-alpha);
        font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-variant-numeric: lining-nums;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 1em;
        margin-left: -1em;
        display: inline-block; }
      .body.field ol li ol li ol li,
      .field-name-body ol li ol li ol li,
      .field-name-field-body ol li ol li ol li {
        counter-increment: step-counterThree;
        list-style-type: none; }
        .body.field ol li ol li ol li:before,
        .field-name-body ol li ol li ol li:before,
        .field-name-field-body ol li ol li ol li:before {
          content: counter(step-counterThree, decimal);
          font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-variant-numeric: lining-nums;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          width: 1em;
          margin-left: -1em;
          display: inline-block; }
        .body.field ol li ol li ol li ol li,
        .field-name-body ol li ol li ol li ol li,
        .field-name-field-body ol li ol li ol li ol li {
          counter-increment: step-counterFour;
          list-style-type: none; }
          .body.field ol li ol li ol li ol li:before,
          .field-name-body ol li ol li ol li ol li:before,
          .field-name-field-body ol li ol li ol li ol li:before {
            content: counter(step-counterFour, upper-alpha);
            font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-variant-numeric: lining-nums;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            width: 1em;
            margin-left: -1em;
            display: inline-block; }
          .body.field ol li ol li ol li ol li ol li,
          .field-name-body ol li ol li ol li ol li ol li,
          .field-name-field-body ol li ol li ol li ol li ol li {
            counter-increment: step-counterFive;
            list-style-type: none; }
            .body.field ol li ol li ol li ol li ol li:before,
            .field-name-body ol li ol li ol li ol li ol li:before,
            .field-name-field-body ol li ol li ol li ol li ol li:before {
              content: counter(step-counterFive, decimal);
              font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
              font-variant-numeric: lining-nums;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              width: 1em;
              margin-left: -1em;
              display: inline-block; }
  .body.field ol ul li,
  .field-name-body ol ul li,
  .field-name-field-body ol ul li {
    counter-reset: step-counter; }

@media only screen and (max-width: 45.5625rem), only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
  body.node-type-administrative-group-par .field-name-body,
  body.node-type-administrative-group-par .field-name-field-body,
  body.node-type-academic-group-par .field-name-body,
  body.node-type-academic-group-par .field-name-field-body {
    width: 90%;
    margin: auto 5%; }
  body.node-type-article .footer-panel .pane-articles-group-similar-pane-redesign,
  body.node-type-article .footer-panel .pane-node-field-tags,
  body.node-type-article .pane-node-title,
  body.node-type-article .pane-kent-state-blocks-social-media-share,
  body.node-type-article .pane-page-breadcrumb,
  body.node-type-article .field-name-field-article-sub-title {
    width: 90%;
    margin: auto 5%; } }

@media only screen and (max-width: 45.5625rem) {
  body.node-type-article .field-name-body,
  body.node-type-article .field-name-field-body {
    width: 90%;
    margin: auto 5%; } }

hr {
  border: solid #aeeae5;
  border-width: 1px 0 0; }

table {
  max-width: 100%;
  display: block;
  overflow: auto;
  position: relative;
  border: none;
  font-variant-numeric: lining-nums; }

blockquote {
  border-left: 5px solid #0073bd; }

blockquote p {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-size: 1.953em;
  line-height: 3.125rem;
  color: #003976;
  text-transform: uppercase; }

h2, p.h2 {
  font-size: 1.953em;
  line-height: 1.25em; }

h3, p.h3 {
  font-size: 1.563em;
  line-height: 1.25em;
  text-transform: uppercase; }

h4, p.h4 {
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.22222222em; }

h5, p.h5 {
  font-size: 1.25em; }

h6, p.h6 {
  font-size: 1em;
  line-height: 20px; }

p {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  font-size: 1em;
  line-height: 27px; }

button {
  text-decoration: none;
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: .8em 3em;
  display: inline-block;
  color: white;
  background-color: #0073bd;
  transition: 200ms ease-in;
  text-transform: uppercase; }
  button:hover {
    background-color: #003976; }

a.button {
  text-decoration: none;
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: .8em 3em;
  display: inline-block; }
  a.button.primary {
    color: white;
    background-color: #0073bd;
    transition: 200ms ease-in;
    text-transform: uppercase; }
    a.button.primary:hover {
      background-color: #003976; }
  a.button.small {
    color: #0073bd;
    background-color: transparent;
    -webkit-box-shadow: inset 0px 0px 0px 2px #0073bd;
    -moz-box-shadow: inset 0px 0px 0px 2px #0073bd;
    box-shadow: inset 0px 0px 0px 2px #0073bd;
    transition: 200ms ease-in; }
    a.button.small:hover {
      background-color: #0073bd;
      color: white; }
  a.button.angled {
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 400 ;
    padding: 15px 40px;
    background-color: #e5e854;
    color: #003976;
    font-size: 18px;
    line-height: 25px;
    transition: 200ms;
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 25px, calc(100% - 10px) 100%, 10px 100%, 0 36px);
    clip-path: url("/sites/all/themes/custom/ksu_base_zurb/scss/base/components/svg-masks/teaser-clip.svg#featuredPeopleBtn");
    -webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 25px, calc(100% - 10px) 100%, 10px 100%, 0 36px); }
    a.button.angled:hover {
      background-color: #dee227; }
    a.button.angled.blue {
      background-color: #0073bd;
      color: white; }
      a.button.angled.blue:hover {
        background-color: #00548a; }
  a.button.text-button {
    background-color: transparent;
    text-align: left;
    color: #003976;
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 400 ;
    text-decoration: none;
    padding: .8em 0; }
    a.button.text-button:after {
      content: "\00BB";
      padding-left: 5px; }
    a.button.text-button:hover {
      text-decoration: underline; }

.field-name-body a.button {
  margin-right: 10px; }

.small-12.medium-12.large-12.large-centered.columns.halves-row {
  margin-left: 50px;
  margin-right: 50px; }
  .small-12.medium-12.large-12.large-centered.columns.halves-row .left-half,
  .small-12.medium-12.large-12.large-centered.columns.halves-row .right-half {
    padding-left: 50px;
    padding-right: 50px; }
    @media only screen and (max-width: 45.5625rem) {
      .small-12.medium-12.large-12.large-centered.columns.halves-row .left-half,
      .small-12.medium-12.large-12.large-centered.columns.halves-row .right-half {
        padding-left: 0;
        padding-right: 0; } }

.l-header.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.l-header {
  background-image: linear-gradient(to bottom, #003976, #0073bd);
  background-color: #003976;
  padding: 20px 0 0 0;
  height: 135px;
  border-top: 35px solid #fff; }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    .l-header {
      padding: 15px 0 0;
      height: 110px; } }
  @media only screen and (max-width: 45.5625rem) {
    .l-header {
      padding: 18px 0 0;
      height: 110px; } }

@media only screen and (max-width: 63.9375rem) {
  .l-header-region > .columns, .l-header-region > .column {
    padding-left: 0;
    padding-right: 0; } }

.l-header .l-header-region {
  position: relative; }
  .l-header .l-header-region:before {
    content: "";
    display: block;
    position: absolute;
    background: transparent url("../../ksu_base_zurb/images/header-triangle.png") top left no-repeat;
    background-size: contain;
    width: 520px;
    left: -70px;
    top: -48px;
    height: 30px;
    margin-top: 0;
    z-index: 0; }
    @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
      .l-header .l-header-region:before {
        top: -43px; } }
    @media only screen and (max-width: 45.5625rem) {
      .l-header .l-header-region:before {
        top: -47px;
        width: 100%;
        background-position: left bottom; } }

header .block-kent-state-blocks-group-header {
  display: block;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 60%;
  margin-top: 1.3rem;
  line-height: 120%;
  float: left; }
  header .block-kent-state-blocks-group-header .group-name h1 {
    font-size: 1.05em;
    line-height: 120%;
    color: #FFF;
    text-transform: none; }
  header .block-kent-state-blocks-group-header .group-name a {
    color: white;
    font-family: 'NationalBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    font-size: 1.5em;
    line-height: 120%; }
  header .block-kent-state-blocks-group-header .group-parent-name {
    display: none; }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    header .block-kent-state-blocks-group-header {
      display: block;
      font-size: 15px;
      padding-bottom: 20px;
      margin-left: 15px; } }
  @media only screen and (max-width: 45.5625rem) {
    header .block-kent-state-blocks-group-header {
      display: block;
      font-size: 15px;
      width: 100%;
      padding: 0px 5% 20px 5%; } }

@media only screen and (max-width: 1023px) {
  header div.kent-search-overlay {
    top: -6.25rem;
    left: 85px;
    position: relative; }
  header section.block.block-apachesolr-panels.block-apachesolr-panels-search-form.header {
    width: 100%; } }

@media screen and (width: 1024px) {
  header a.mobile-button.menu-button {
    display: none !important; }
  header section.block.block-apachesolr-panels.block-apachesolr-panels-search-form.header {
    width: auto; } }

@media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
  header .block-apachesolr-panels-search-form {
    position: absolute !important;
    right: 85px !important; } }

@media only screen and (max-width: 45.5625rem) {
  header .block-apachesolr-panels-search-form {
    position: absolute !important;
    right: 85px !important; } }

@media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
  header .block-ksu-custom-blocks-redesign-kent-mobile-menu {
    position: absolute !important;
    right: 20px !important;
    top: 0px; } }

@media only screen and (max-width: 45.5625rem) {
  header .block-ksu-custom-blocks-redesign-kent-mobile-menu {
    position: absolute !important;
    right: 20px !important;
    top: 0px; } }

.block-ksu-custom-blocks-redesign-svg-logo img {
  width: 100%; }

@media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
  body[class*="node-type-academic-group"] header .block-kent-state-blocks-group-header,
  body[class*="node-type-administrative-group"] header .block-kent-state-blocks-group-header {
    display: none !important; } }

@media only screen and (max-width: 45.5625rem) {
  body[class*="node-type-academic-group"] header .block-kent-state-blocks-group-header,
  body[class*="node-type-administrative-group"] header .block-kent-state-blocks-group-header {
    display: none !important; } }

body[class*="node-type-academic-group"] header,
body[class*="node-type-administrative-group"] header {
  min-height: 70px; }

/* Scss Document */
body .l-footer {
  color: white;
  background: transparent;
  border: none; }

body .block-kent-state-blocks-group-contact dl h3 {
  text-align: left;
  color: white;
  font-size: 16px;
  font-family: 'NationalLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body .block-kent-state-blocks-campus-social-media .views-row, .block-kent-state-blocks-group-social-media .views-row {
  float: left;
  display: inline-block; }

body .block-kent-state-blocks-campus-social-media a.has-tip, .block-kent-state-blocks-group-social-media a.has-tip {
  border: none; }

body .block-kent-state-blocks-campus-social-media .fa-inverse, .block-kent-state-blocks-group-social-media .fa-inverse {
  color: white;
  font-size: .7em; }

body .block-kent-state-blocks-campus-social-media .fa-stack, .block-kent-state-blocks-group-social-media .fa-stack {
  width: 1.8em;
  height: 1.8em;
  line-height: 1.5em;
  margin: 0px; }

body .block-kent-state-blocks-campus-social-media .fa-stack-2x, .block-kent-state-blocks-group-social-media .fa-stack-2x {
  font-size: 1.5em; }

body .block-kent-state-blocks-campus-social-media a .fa-square:before, .block-kent-state-blocks-group-social-media a .fa-square:before {
  content: "\f111";
  color: #4193cf; }

body .block-kent-state-blocks-campus-social-media a:hover .fa-square:before, .block-kent-state-blocks-group-social-media a:hover .fa-square:before {
  color: #0073bd; }

body .block-kent-state-blocks-campus-social-media .more-link .more-social-media-text, .block-kent-state-blocks-group-social-media .more-link .more-social-media-text {
  font-size: 1.5em;
  margin: -0.15em 0em 0em -.08em;
  letter-spacing: -.1em; }

body .block-kent-state-blocks-campus-social-media .social-media-row li, .block-kent-state-blocks-group-social-media .social-media-row li {
  float: left; }

body .block-kent-state-blocks-campus-social-media .element-invisible, .block-kent-state-blocks-group-social-media .element-invisible {
  width: 1px; }

body .footer-outside-wrap .block-kent-state-blocks-group-social-media .views-row {
  float: left;
  margin: 0 5px 5px 0;
  text-align: center; }

body .footer-outside-wrap .block-kent-state-blocks-group-social-media .field-content a .fa-stack {
  color: #003976; }

body .footer-outside-wrap .block-kent-state-blocks-group-footer-menu {
  float: left;
  width: 100%;
  display: block; }
  body .footer-outside-wrap .block-kent-state-blocks-group-footer-menu div.content ul {
    float: left;
    width: 18%;
    display: inline-block;
    margin-right: 2%;
    padding-bottom: 20px; }
    @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
      body .footer-outside-wrap .block-kent-state-blocks-group-footer-menu div.content ul {
        width: 30%; } }
    @media only screen and (max-width: 45.5625rem) {
      body .footer-outside-wrap .block-kent-state-blocks-group-footer-menu div.content ul {
        width: 100%; } }
    body .footer-outside-wrap .block-kent-state-blocks-group-footer-menu div.content ul:last-child {
      margin-right: 0; }
  body .footer-outside-wrap .block-kent-state-blocks-group-footer-menu div.content ul li:first-child a {
    font-size: 125%;
    padding-bottom: 8px;
    display: inline-block;
    line-height: 125%;
    color: #efab00; }

body .footer-outside-wrap .block-kent-state-blocks-campus-footer {
  text-align: center; }
  body .footer-outside-wrap .block-kent-state-blocks-campus-footer a.go-to-top-button {
    display: inline-block;
    padding: 10px;
    margin: 10px; }
  body .footer-outside-wrap .block-kent-state-blocks-campus-footer .content .container {
    float: none;
    max-width: 25%;
    display: inline-block;
    margin-right: 2%;
    margin-left: 2%;
    padding-bottom: 20px; }
    @media only screen and (max-width: 45.5625rem) {
      body .footer-outside-wrap .block-kent-state-blocks-campus-footer .content .container {
        max-width: 98%;
        width: 98%; } }
  body .footer-outside-wrap .block-kent-state-blocks-campus-footer .content .body {
    float: left;
    width: 100%; }
    body .footer-outside-wrap .block-kent-state-blocks-campus-footer .content .body p {
      font-size: .90em; }

/* Scss Document */
.page-taxonomy-term .panel-layout-news-article {
  padding: 20px 0px; }

.page-taxonomy-term .body img {
  display: none; }

.page-taxonomy-term .body iframe {
  display: none; }

.page-taxonomy-term .body p.introduction {
  font-family: 'NationalLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-numeric: lining-nums  !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 18px !important;
  line-height: 27px !important; }

.page-taxonomy-term .body .pane-node-title .pane-content h2 {
  line-height: 35px; }
  .page-taxonomy-term .body .pane-node-title .pane-content h2 a {
    font-size: 30px; }

.page-taxonomy-term .body .pane-node-field-article-media .pane-content .owl-carousel-article-wrapper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .content-wrap .content-subtitle {
  display: none; }

.page-taxonomy-term .body .owl-carousel-custom-nav {
  display: none; }

/*Catalog Style*/
ol.ol-catalog {
  margin: 0;
  list-style-type: none;
  margin-left: 20px !important; }
  ol.ol-catalog li {
    counter-increment: step-counter !important;
    margin-bottom: 0px;
    padding-top: 10px !important; }
    ol.ol-catalog li:before {
      content: "(" counter(step-counter, upper-alpha) ")" !important;
      margin-right: 9px !important; }
  ol.ol-catalog ol {
    margin-left: 20px !important; }
    ol.ol-catalog ol li {
      margin: 0;
      padding-top: 10px !important;
      list-style-type: none;
      counter-increment: step-counter-2 !important;
      margin-bottom: 0px; }
      ol.ol-catalog ol li:before {
        content: "(" counter(step-counter-2, decimal) ")" !important;
        margin-right: 9px !important; }
      ol.ol-catalog ol li ol li {
        margin: 0;
        padding-top: 10px !important;
        list-style-type: none;
        counter-increment: step-counter-3 !important;
        margin-bottom: 0px; }
        ol.ol-catalog ol li ol li:before {
          content: "(" counter(step-counter-3, lower-alpha) ")" !important;
          margin-right: 9px !important; }
        ol.ol-catalog ol li ol li ol li {
          margin: 0;
          padding-top: 10px !important;
          list-style-type: none;
          counter-increment: step-counter-4 !important;
          margin-bottom: 0px; }
          ol.ol-catalog ol li ol li ol li:before {
            content: "(" counter(step-counter-4, lower-roman) ")" !important;
            margin-right: 9px !important; }
          ol.ol-catalog ol li ol li ol li ol li {
            margin: 0;
            padding-top: 10px !important;
            list-style-type: none;
            counter-increment: step-counter-5 !important;
            margin-bottom: 0px; }
            ol.ol-catalog ol li ol li ol li ol li:before {
              content: "(" counter(step-counter-5, lower-alpha) ")" !important;
              font-style: italic !important;
              margin-right: 9px !important; }
            ol.ol-catalog ol li ol li ol li ol li ol li {
              margin: 0;
              padding-top: 10px !important;
              list-style-type: none;
              counter-increment: step-counter-6 !important;
              margin-bottom: 0px; }
              ol.ol-catalog ol li ol li ol li ol li ol li:before {
                content: "(" counter(step-counter-6, lower-roman) ")" !important;
                font-style: italic !important;
                margin-right: 9px !important; }
              ol.ol-catalog ol li ol li ol li ol li ol li ol li {
                margin: 0;
                padding-top: 10px !important;
                list-style-type: none;
                counter-increment: step-counter-7 !important;
                margin-bottom: 0px; }
                ol.ol-catalog ol li ol li ol li ol li ol li ol li:before {
                  content: "(" counter(step-counter-7, upper-alpha) ")" !important;
                  font-style: italic !important;
                  margin-right: 9px !important; }
                ol.ol-catalog ol li ol li ol li ol li ol li ol li ol li {
                  margin: 0;
                  padding-top: 10px !important;
                  list-style-type: none;
                  counter-increment: step-counter-8 !important;
                  margin-bottom: 0px; }
                  ol.ol-catalog ol li ol li ol li ol li ol li ol li ol li:before {
                    content: "(" counter(step-counter-8, decimal) ")" !important;
                    font-style: italic !important;
                    margin-right: 9px !important; }

/*Policy Register Specific */
.panel-pane.pane-entity-field.pane-node-field-policy-prior-effective-dat {
  margin: 8px 0px 20px 0px; }

.pane-node-field-policy-effective-date {
  margin: 20px 0px; }

/*ANCHOR TAG STYLE*/
.anchor {
  content: " ";
  margin-top: -325px;
  padding-top: 325px; }

@media print {
  #toolbar, nav, ul.button-group, ul.action-links, div#panels-ipe-control-container {
    display: none; }
  body.logged-in {
    padding-top: 0px !important; }
  body.node-type-page .owl-carousel-article-wrapper {
    display: none; }
  body.node-type-article .pane-kent-state-blocks-social-media-share {
    display: none !important; }
  body.node-type-article #page.panel-page-layout ul.breadcrumbs {
    display: none; }
  body.node-type-article .owl-carousel-article-wrapper {
    display: none; }
    body.node-type-article .owl-carousel-article-wrapper .owl-carousel-article-media-field .item_text {
      position: relative;
      margin-bottom: 60px;
      display: -webkit-box;
      display: -moz-box;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical; }
      body.node-type-article .owl-carousel-article-wrapper .owl-carousel-article-media-field .item_text .content-wrap {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
        padding: 0px;
        color: #111111; }
        body.node-type-article .owl-carousel-article-wrapper .owl-carousel-article-media-field .item_text .content-wrap .content-subtitle {
          font-size: 12px;
          padding-top: 40px;
          position: absolute; }
    body.node-type-article .owl-carousel-article-wrapper .owl-carousel-article-media-field .img-wrap {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      box-ordinal-group: 2; }
  body.node-type-article .owl-carousel-article-wrapper .owl-carousel-custom-nav {
    display: none; }
  body.node-type-article .owl-carousel-article-wrapper .owl-carousel-article-media-field .owl-carousel-custom-nav {
    display: none; }
  body.node-type-article .bottom_overlay {
    display: none; }
  body.node-type-article .footer-panel {
    display: none; }
  body.node-type-information-sheets {
    -webkit-print-color-adjust: exact;
    /* All Text Blue */
    /* General Font Size */
    /* Header Font Size */
    /* Break URLs */
    /* Hide URLs */
    /* image Shrink */
    /* Hide Navigation */
    /*Header Section */
    /*End Header Section */
    /*Content Area Float*/
    /*Grey Sidebar*/
    /*End Grey Sidebar*/ }
    body.node-type-information-sheets .panel-layout-information .panel-inner-wrap .columns .small-12 .medium-8 .medium-push-4 .large-8 .large-push-4 .columns .left .information-header-bar {
      background-color: #003976 !important; }
      body.node-type-information-sheets .panel-layout-information .panel-inner-wrap .columns .small-12 .medium-8 .medium-push-4 .large-8 .large-push-4 .columns .left .information-header-bar .pane-node-title .pane-content h2,
      body.node-type-information-sheets .panel-layout-information .panel-inner-wrap .columns .small-12 .medium-8 .medium-push-4 .large-8 .large-push-4 .columns .left .information-header-bar .pane-node-title .pane-content h1 {
        color: #ffffff !important;
        padding: 30px; }
    body.node-type-information-sheets .panel-layout-information .panel-inner-wrap .columns .small-12 .medium-4 .medium-pull-8 .large-4 .large-pull-8 .columns .left .img-wrap {
      display: none; }
    body.node-type-information-sheets h1, body.node-type-information-sheets h2, body.node-type-information-sheets h3, body.node-type-information-sheets h4, body.node-type-information-sheets h5, body.node-type-information-sheets p, body.node-type-information-sheets li, body.node-type-information-sheets strong, body.node-type-information-sheets div, body.node-type-information-sheets span, body.node-type-information-sheets a {
      color: #002664 !important;
      -webkit-print-color-adjust: exact; }
    body.node-type-information-sheets p, body.node-type-information-sheets li, body.node-type-information-sheets strong, body.node-type-information-sheets div, body.node-type-information-sheets span, body.node-type-information-sheets a, body.node-type-information-sheets .field-name-body ul li, body.node-type-information-sheets .field-name-field-body ul li, body.node-type-information-sheets .field-name-body ol li, body.node-type-information-sheets .field-name-field-body ol li {
      font-size: 12px;
      line-height: 15px; }
    body.node-type-information-sheets li, body.node-type-information-sheets .field-name-body ul li, body.node-type-information-sheets .field-name-field-body ul li, body.node-type-information-sheets .field-name-body ol li, body.node-type-information-sheets .field-name-field-body ol li {
      margin: 2px !important; }
    body.node-type-information-sheets ul {
      margin-left: .1rem;
      margin-right: -.1rem; }
    body.node-type-information-sheets h3, body.node-type-information-sheets h4, body.node-type-information-sheets h5 {
      font-size: 12px;
      line-height: 13px; }
    body.node-type-information-sheets a {
      word-break: break-word !important; }
    body.node-type-information-sheets a[href]::after {
      display: none; }
    body.node-type-information-sheets img {
      max-width: 300px; }
    body.node-type-information-sheets table {
      display: none !important; }
    body.node-type-information-sheets .small-12.medium-12.large-12.columns.sidebar {
      display: none !important; }
    body.node-type-information-sheets .pane-node-title .pane-content {
      background-color: #002664 !important;
      -webkit-print-color-adjust: exact;
      padding-right: 30px;
      min-height: 100px; }
    body.node-type-information-sheets .pane-node-title .pane-content h2,
    body.node-type-information-sheets .pane-node-title .pane-content h1 {
      -webkit-print-color-adjust: exact;
      color: #ffffff !important;
      padding: 30px;
      font-size: 45px; }
    body.node-type-information-sheets .columns {
      float: none;
      display: table-cell;
      width: inherit; }
    body.node-type-information-sheets .small-12.medium-12.large-4.columns.sidebar-right {
      width: 220px;
      min-width: 220px; }
    body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section, body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section-lower {
      border-radius: 15px;
      background: #e1e1e1 !important;
      padding: 18px 18px 2px 18px !important;
      margin: 10px 0;
      font-size: 11px;
      line-height: 14px;
      -webkit-print-color-adjust: exact;
      color: #002664 !important;
      text-shadow: 0px 0px #002664  !important; }
      body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section p, body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section a, body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section span, body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section strong, body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section div, body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section-lower p, body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section-lower a, body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section-lower span, body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section-lower strong, body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section-lower div {
        font-size: 11px;
        line-height: 14px; }
      body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section .information-sheet-career-services ul li, body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section .information-sheet-career-services ul li a, body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section-lower .information-sheet-career-services ul li, body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section-lower .information-sheet-career-services ul li a {
        font-size: 11px;
        line-height: 14px; }
    body.node-type-information-sheets .page-1-content {
      page-break-after: always; }
    body.node-type-information-sheets .page-2-content {
      column-count: 3;
      -webkit-column-count: 3;
      -moz-column-count: 3;
      width: 140%; }
  body.node-type-information-sheets.info-med .pane-node-title .pane-content h2,
  body.node-type-information-sheets.info-med .pane-node-title .pane-content h1 {
    font-size: 30px; }
  body.node-type-information-sheets.info-large .pane-node-title .pane-content h2,
  body.node-type-information-sheets.info-large .pane-node-title .pane-content h1 {
    font-size: 18px;
    padding-top: 40px; }
  .info-sheet-white-logo {
    display: inline-block !important;
    position: relative;
    float: right;
    max-width: 190px;
    height: auto;
    margin: 20px 30px 20px 60px; }
    .info-sheet-white-logo img {
      vertical-align: middle; }
    .info-sheet-white-logo .helper {
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
  .info-sheet-print-button {
    display: none; } }

/* pagination */
ul.pagination li.unavailable a, ul.pagination li a {
  color: #003976; }

ul.pagination li.current a {
  background-color: #0073bd; }
  ul.pagination li.current a:hover, ul.pagination li.current a:focus {
    background-color: #003976; }

.view.view-teaser-1.view-display-id-teaser1 .view-content .views-row {
  margin-bottom: 12px; }
  .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy {
    border-left: 3px solid #efab00;
    padding: 26px 24px;
    background-color: rgba(0, 57, 118, 0.95);
    background-image: linear-gradient(to right, rgba(0, 57, 118, 0.95), rgba(0, 115, 189, 0.95));
    position: relative; }
    .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy p {
      font-family: 'NationalLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: white;
      font-size: 16px;
      line-height: 24px; }
      .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy p:last-child {
        margin-bottom: 0; }
    .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy ul li {
      color: white; }
    .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy h2 a,
    .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy h2 {
      font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #f8eb61;
      font-size: 24px;
      display: block; }
    .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy a.button {
      font-family: 'NationalLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      color: #f8eb61;
      margin-top: 2em;
      margin-bottom: .5em;
      padding: 0;
      background-color: transparent; }
      .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy a.button:after {
        content: "\00BB";
        padding-left: 10px; }
      .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy a.button:hover {
        text-decoration: none;
        border-bottom: 1px solid #f8eb61; }
    .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy p a:not(.button) {
      font-family: inherit;
      color: white; }
    .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy .body.field h1, .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy .body.field h2, .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy .body.field h3, .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy .body.field h4, .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy .body.field h5, .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy .body.field h6, .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy .body.field ul li, .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy .field-name-body h1, .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy .field-name-body h2, .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy .field-name-body h3, .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy .field-name-body h4, .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy .field-name-body h5, .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy .field-name-body h6, .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy .field-name-body ul li {
      color: white; }
    @media only screen and (max-width: 45.5625rem) {
      .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy {
        width: 100%; } }
    @media only screen and (min-width: 45.5625rem) {
      .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .copy {
        clip-path: polygon(0 0, 95% 0, 100% 20%, 95% 100%, 0 100%);
        clip-path: url("https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/scss/base/components/svg-masks/teaser-clip.svg#teaser1-copy");
        -webkit-clip-path: polygon(0 0, 95% 0, 100% 20%, 95% 100%, 0 100%);
        width: 41.6666666667%;
        -webkit-transform: translate(0, 5vw);
        -ms-transform: translate(0, 5vw);
        transform: translate(0, 5vw); } }
  .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .media {
    width: 58.3333333333%;
    position: relative; }
    .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .media:after {
      content: "";
      clear: both; }
    @media only screen and (max-width: 45.5625rem) {
      .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .media {
        display: none; } }
    .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row .media img {
      width: 100%; }
  .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row.views-row-odd .media {
    float: left;
    clip-path: polygon(0 5%, 10% 0, 95% 0, 100% 20%, 95% 100%, 0 100%);
    clip-path: url("https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/scss/base/components/svg-masks/teaser-clip.svg#teaser1-odd");
    -webkit-clip-path: polygon(0 5%, 10% 0, 95% 0, 100% 20%, 95% 100%, 0 100%);
    position: relative;
    left: 33.3333333333%; }
  .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row.views-row-odd .ieTeaser1 {
    height: 400px;
    width: 600px;
    position: relative;
    -webkit-transform: translateZ(1px); }
  .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row.views-row-odd .copy {
    float: right;
    position: relative; }
    @media only screen and (min-width: 45.5625rem) {
      .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row.views-row-odd .copy {
        left: -58.3333333333%; } }
  .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row.views-row-even .media {
    float: left;
    clip-path: polygon(100% 5%, 90% 0, 5% 0, 0 20%, 5% 100%, 100% 100%);
    clip-path: url("https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/scss/base/components/svg-masks/teaser-clip.svg#teaser1-even");
    -webkit-clip-path: polygon(100% 5%, 90% 0, 5% 0, 0 20%, 5% 100%, 100% 100%);
    position: relative;
    left: 8.3333333333%; }
  .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row.views-row-even .ieTeaser1 {
    height: 400px;
    width: 600px;
    position: relative;
    -webkit-transform: translateZ(1px); }
  .view.view-teaser-1.view-display-id-teaser1 .view-content .views-row.views-row-even .copy {
    float: right; }

.view.view-teaser-1.view-display-id-teaser2 .view-content .views-row .media {
  padding: 0; }
  @media only screen and (min-width: 45.5625rem) {
    .view.view-teaser-1.view-display-id-teaser2 .view-content .views-row .media {
      width: 50%; } }
  .view.view-teaser-1.view-display-id-teaser2 .view-content .views-row .media img {
    width: 100%; }

.view.view-teaser-1.view-display-id-teaser2 .view-content .views-row .copy {
  padding: 24px; }
  @media only screen and (min-width: 45.5625rem) {
    .view.view-teaser-1.view-display-id-teaser2 .view-content .views-row .copy {
      width: 50%;
      -webkit-transform: translate(0, 3vw);
      -ms-transform: translate(0, 3vw);
      transform: translate(0, 3vw); } }
  .view.view-teaser-1.view-display-id-teaser2 .view-content .views-row .copy h2 a,
  .view.view-teaser-1.view-display-id-teaser2 .view-content .views-row .copy h2 {
    font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0073bd;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
    display: block;
    line-height: 110%;
    transition: 200ms;
    position: relative;
    padding-right: 10%; }
  .view.view-teaser-1.view-display-id-teaser2 .view-content .views-row .copy h2 a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 3px;
    margin-left: 2rem;
    background-image: url("/sites/all/themes/custom/ksu_base_zurb/svg/teaser3-title.svg");
    width: 10%;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right;
    right: 0; }
  .view.view-teaser-1.view-display-id-teaser2 .view-content .views-row .copy p {
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 300 ; }

@media only screen and (min-width: 45.5625rem) {
  .view.view-teaser-1.view-display-id-teaser2 .view-content .views-row.views-row-odd .media {
    clip-path: polygon(100% 0, 20% 0, 0 10%, 5% 95%, 100% 100%);
    clip-path: url("https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/scss/base/components/svg-masks/teaser-clip.svg#teaser2-odd");
    -webkit-clip-path: polygon(100% 0, 20% 0, 0 10%, 5% 95%, 100% 100%); } }

@media only screen and (min-width: 45.5625rem) {
  .view.view-teaser-1.view-display-id-teaser2 .view-content .views-row.views-row-even .media {
    clip-path: polygon(0 0, 80% 0, 100% 10%, 95% 95%, 0 100%);
    clip-path: url("https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/scss/base/components/svg-masks/teaser-clip.svg#teaser2-even");
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 10%, 95% 95%, 0 100%);
    position: relative;
    left: 50%; } }

@media only screen and (min-width: 45.5625rem) {
  .view.view-teaser-1.view-display-id-teaser2 .view-content .views-row.views-row-even .copy {
    position: relative;
    left: -50%; } }

.view.view-teaser-1.view-display-id-teaser4 .view-content .views-row p a {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  text-decoration: none;
  color: #003976;
  font-size: 15px;
  padding: 1em 0 2em; }
  .view.view-teaser-1.view-display-id-teaser4 .view-content .views-row p a:hover {
    text-decoration: underline; }

.view.view-teaser-1.view-display-id-teaser4 .view-content .views-row img {
  transition: 200ms;
  width: 100%; }
  .view.view-teaser-1.view-display-id-teaser4 .view-content .views-row img:hover {
    opacity: .9;
    filter: alpha(opacity=90); }
  @media only screen and (max-width: 45.5625rem) {
    .view.view-teaser-1.view-display-id-teaser4 .view-content .views-row img {
      width: 100%; } }

.view.view-teaser-1.view-display-id-teaser3 .view-content .views-row {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .view.view-teaser-1.view-display-id-teaser3 .view-content .views-row.views-row-even {
    background-color: #f5f5f5;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%); }
    .view.view-teaser-1.view-display-id-teaser3 .view-content .views-row.views-row-even .row {
      max-width: 75rem;
      padding-left: 0;
      padding-right: 0; }

.view.view-teaser-1.view-display-id-teaser3 .view-content a.teaser3TitleLink {
  font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0073bd;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 3.125rem;
  margin-bottom: 2rem;
  letter-spacing: 1px; }
  .view.view-teaser-1.view-display-id-teaser3 .view-content a.teaser3TitleLink:after {
    content: "";
    vertical-align: middle;
    position: relative;
    top: 0.55rem;
    margin-left: 2rem;
    background-image: url("/sites/all/themes/custom/ksu_base_zurb/svg/teaser3-title.svg");
    width: 30px;
    height: 56px;
    display: inline-block;
    background-repeat: no-repeat; }

.view.view-teaser-1.view-display-id-teaser3 .view-content .views-field-field-title-link {
  font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0073bd;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 3.125rem;
  margin-bottom: 2rem;
  letter-spacing: 1px; }

.view.view-teaser-1.view-display-id-teaser3 .view-content .views-field-body {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #003976; }

.view.view-teaser-1.view-display-id-teaser3 .view-content .item-list {
  background-color: #003976;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 1rem;
  min-height: 11.875rem;
  clip-path: polygon(0 0, 95% 0, 100% 48px, 95% 100%, 0 100%);
  clip-path: url("https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/scss/base/components/svg-masks/teaser-clip.svg#teaser3-menu");
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 48px, 95% 100%, 0 100%); }
  .view.view-teaser-1.view-display-id-teaser3 .view-content .item-list ul {
    list-style-type: none; }
    .view.view-teaser-1.view-display-id-teaser3 .view-content .item-list ul li {
      margin-bottom: 1.0625rem;
      margin-left: 0; }
      .view.view-teaser-1.view-display-id-teaser3 .view-content .item-list ul li a {
        font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-variant-numeric: lining-nums;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-transform: uppercase;
        color: #f8eb61; }
        .view.view-teaser-1.view-display-id-teaser3 .view-content .item-list ul li a:after {
          content: "\00BB";
          position: relative;
          display: inline-block;
          padding-left: 2px; }

.view.view-teaser-1.view-id-teaser_1.view-display-id-teaser1, .view.view-teaser-1.view-id-teaser_1.view-display-id-teaser2, .view.view-teaser-1.view-id-teaser_1.view-display-id-teaser4 {
  max-width: 75rem;
  margin: 50px auto; }

.row .view.view-teaser-1.view-id-teaser_1 .row {
  margin-left: auto;
  margin-right: auto; }

/* BEGIN HORIZONTAL TEASER */
.panel-pane.pane-node h2.pane-title {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  text-transform: uppercase;
  color: #0073bd;
  font-size: 32px;
  line-height: 40px;
  margin: 0 auto;
  padding-bottom: 30px;
  max-width: 75rem; }

.panel-region--wide .panel-pane.pane-node.horiz-teaser {
  margin-left: inherit;
  margin-right: inherit; }

.feature-image-full .panel-pane.pane-node.horiz-teaser,
.feature-image .panel-pane.pane-node.horiz-teaser,
.feature_top .panel-pane.pane-node.horiz-teaser,
.feature-top .panel-pane.pane-node.horiz-teaser,
.footer-pane .panel-pane.pane-node.horiz-teaser,
.feature-column .panel-pane.pane-node.horiz-teaser,
.feature-bottom .panel-pane.pane-node.horiz-teaser,
.footer-pane .panel-pane.pane-node.horiz-teaser,
.footer-panel .panel-pane.pane-node.horiz-teaser,
.feature-top-body .panel-pane.pane-node.horiz-teaser,
.feature_bottom .panel-pane.pane-node.horiz-teaser {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%); }

.panel-pane.pane-node.horiz-teaser {
  padding: 50px 0;
  background: #f5f5f5;
  margin-left: inherit;
  margin-right: inherit; }
  .panel-pane.pane-node.horiz-teaser .content {
    max-width: 75rem;
    margin: 0 auto; }
  .panel-pane.pane-node.horiz-teaser h3.node-title a {
    font-family: 'NationalLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    color: #627378; }
  .panel-pane.pane-node.horiz-teaser .body p {
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 300 ;
    color: black;
    font-size: 16px; }
  .panel-pane.pane-node.horiz-teaser h2.pane-title {
    padding-left: 0.9375rem; }
  .panel-pane.pane-node.horiz-teaser ul.links {
    list-style-type: none;
    margin-left: 0; }
    .panel-pane.pane-node.horiz-teaser ul.links a.button.primary {
      background-color: transparent;
      color: #003976;
      padding: 0;
      font-size: 18px; }
      .panel-pane.pane-node.horiz-teaser ul.links a.button.primary:after {
        content: "\00BB";
        position: relative;
        display: inline-block;
        padding-left: 2px; }

.panel-pane.pane-node article.node ul.links.inline {
  margin-left: 0;
  list-style-type: none; }

.feature-image-full .view-mode-landing_teaser_horiz .field-name-field-page-media,
.feature-image .view-mode-landing_teaser_horiz .field-name-field-page-media,
.feature_top .view-mode-landing_teaser_horiz .field-name-field-page-media,
.feature-top .view-mode-landing_teaser_horiz .field-name-field-page-media {
  margin-left: inherit;
  margin-right: inherit; }

.ui-tabs .ui-tabs-panel .panel-pane.pane-node.horiz-teaser {
  background-color: #fff; }

/* END HORIZONTAL TEASER */
/* START RIBBON TEASER */
.ribbon-teaser-container {
  text-align: center; }

@media only screen and (max-width: 63.9375rem) {
  .ribbon-teaser-lead {
    display: none; } }

.ribbon-teaser-lead-left {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  position: relative; }

.ribbon-teaser-lead-right {
  display: inline-block; }

.ribbon-teaser-lead-head {
  font-family: 'NationalBlackItalic';
  text-transform: uppercase;
  text-align: right;
  padding-right: 30px;
  color: #002664;
  font-size: 2em;
  line-height: 1.2em;
  margin: 40px 0 40px 0;
  width: 90%;
  float: right;
  min-height: 77px; }

.ribbon-teaser-break {
  width: 166px;
  margin: 40px auto 20px auto;
  border-bottom: 10px solid #EAAB00;
  transform: skewY(-4deg); }

.ribbon-teaser-lead-body p {
  text-align: left;
  margin-top: 10px;
  display: block;
  width: 55%;
  position: relative;
  left: 10%;
  font-family: 'NationalLight';
  font-size: 1em;
  line-height: 1.1em;
  color: #002664;
  min-height: 190px; }

.ribbon-teaser-lead-body-art {
  display: block;
  width: 55%;
  position: relative;
  left: 10%;
  font-family: 'NationalLight';
  font-size: 1em;
  line-height: 1.1em;
  color: #002664; }

.ribbon-teaser-lead-art-block {
  background-color: #F8EB61;
  width: 40%;
  height: 10px;
  position: relative;
  right: 0;
  float: right; }

.ribbon-teaser-lead-read-more {
  position: absolute;
  top: 50%;
  left: 90%;
  width: 110px;
  text-align: center;
  background-color: #F8EB61;
  padding: 5px;
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ribbon-teaser-lead-read-more a {
  color: #002664 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: 'NationalBold' !important; }

.ribbon-teaser-button-body {
  padding-top: 20px; }
  .ribbon-teaser-button-body p {
    line-height: 20px; }

.ribbon-teaser-button:nth-child(2) .field-name-body p, .ribbon-teaser-button:nth-child(4) .field-name-body p, .ribbon-teaser-button:nth-child(5) .field-name-body p {
  color: #002664; }

.ribbon-teaser-button-link {
  padding: 20px 0; }
  .ribbon-teaser-button-link a {
    font-family: 'NationalBold';
    text-transform: uppercase;
    font-size: 1.5em; }

.ribbon-teaser-button-body, .ribbon-teaser-button-link, .ribbon-teaser-button-image {
  display: none; }

.ribbon-teaser-buttons {
  position: relative;
  top: 20px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  max-width: 1200px; }
  @media screen and (min-width: 1024px) and (max-width: 1200px) {
    .ribbon-teaser-buttons {
      max-width: 1000px; } }
  @media only screen and (max-width: 63.9375rem) {
    .ribbon-teaser-buttons {
      width: 100%; } }

.ribbon-teaser-button {
  width: 240px;
  display: inline-block;
  background-color: #002664;
  transform: skewY(-4.3deg);
  color: #fff;
  text-align: center;
  height: 200px;
  float: left;
  cursor: pointer;
  margin-bottom: 30px; }
  @media only screen and (max-width: 63.9375rem) {
    .ribbon-teaser-button {
      width: 100%;
      height: 75px;
      margin-bottom: 0; } }

.ribbon-teaser-button-head:after {
  content: "";
  border-bottom: 4px solid #003976;
  width: 0;
  transition: 0.8s all cubic-bezier(0, 1.005, 0.365, 0.97);
  display: block;
  text-align: center;
  margin: 10px auto; }

.ribbon-teaser-button:nth-child(1) .ribbon-teaser-button-head:after, .ribbon-teaser-button:nth-child(3) .ribbon-teaser-button-head:after {
  border-bottom: 4px solid #EAAB00; }

.ribbon-teaser-active:after {
  width: 60%; }
  @media only screen and (max-width: 63.9375rem) {
    .ribbon-teaser-active:after {
      width: 100px; } }

.ribbon-teaser-button-head {
  position: relative;
  top: 33%;
  font-size: 1.3em;
  font-family: 'NationalBoldItalic';
  padding: 10px; }
  @media only screen and (max-width: 63.9375rem) {
    .ribbon-teaser-button-head {
      top: 20px; } }

.ribbon-teaser-button:nth-child(1) {
  position: relative;
  top: 0px;
  background-color: #002664; }
  .ribbon-teaser-button:nth-child(1) a {
    color: #FFFFFF;
    text-decoration: none; }

.ribbon-teaser-button:nth-child(2) {
  position: relative;
  top: -18px;
  left: -4px;
  background-color: #EAAB00; }
  .ribbon-teaser-button:nth-child(2) a {
    color: #002664;
    text-decoration: none; }
  @media only screen and (max-width: 63.9375rem) {
    .ribbon-teaser-button:nth-child(2) {
      top: 0;
      left: 0; } }

.ribbon-teaser-button:nth-child(3) {
  position: relative;
  top: -36px;
  left: -8px;
  background-color: #4994CB; }
  .ribbon-teaser-button:nth-child(3) a {
    color: #FFFFFF;
    text-decoration: none; }
  @media only screen and (max-width: 63.9375rem) {
    .ribbon-teaser-button:nth-child(3) {
      top: 0;
      left: 0; } }

.ribbon-teaser-button:nth-child(4) {
  position: relative;
  top: -54px;
  left: -12px;
  background-color: #F8EB61; }
  .ribbon-teaser-button:nth-child(4) a {
    color: #002664;
    text-decoration: none; }
  @media only screen and (max-width: 63.9375rem) {
    .ribbon-teaser-button:nth-child(4) {
      top: 0;
      left: 0; } }

.ribbon-teaser-button:nth-child(5) {
  position: relative;
  top: -72px;
  left: -20px;
  background-color: #AEEAE5; }
  .ribbon-teaser-button:nth-child(5) a {
    color: #002664;
    text-decoration: none; }
  @media only screen and (max-width: 63.9375rem) {
    .ribbon-teaser-button:nth-child(5) {
      top: 0;
      left: 0; } }

.ribbon-teaser-space {
  height: 100px; }

/* END RIBBON TEASER */
/* START BLUE BANNER TEASER  VIEW*/
.pane-teaser-1-teaser-blue-banner {
  position: relative;
  display: inline-block;
  clear: both;
  text-align: center; }
  .pane-teaser-1-teaser-blue-banner h2.pane-title {
    font-family: NationalBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003976;
    font-size: .9375rem;
    text-transform: uppercase;
    border-bottom: 3px solid #efab00;
    margin-bottom: 2rem;
    display: inline-block;
    letter-spacing: 1px; }
  .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover {
    text-decoration: none !important;
    text-align: left; }
    .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover:hover .blue-banner-teaser .teaser-image-container .teaser-image {
      -ms-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover:hover .blue-banner-teaser .teaser-title-container .teaser-title h2 {
      background-color: rgba(0, 57, 118, 0.6);
      transition: all .25s ease-in-out;
      text-shadow: none; }
    .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser {
      display: inline-block;
      background-repeat: no-repeat;
      background-size: cover; }
      .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-image-container {
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
        float: left;
        display: inline-block;
        cursor: pointer; }
        .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-image-container .teaser-image {
          height: 100%;
          width: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          -webkit-transition: all .5s;
          -moz-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
          .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-image-container .teaser-image img {
            min-height: 300px;
            width: 100%;
            overflow: hidden; }
        .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-image-container .teaser-title-container {
          width: 100%;
          position: relative;
          z-index: 5;
          vertical-align: middle;
          display: inline-block !important; }
          .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-image-container .teaser-title-container .teaser-title {
            text-align: center;
            position: absolute;
            top: -300px;
            display: inline-block;
            width: 100%; }
            .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-image-container .teaser-title-container .teaser-title h2 {
              padding: 10px 5px;
              margin: 75px 24px 0px 24px;
              position: relative;
              width: 80%;
              display: inline-block;
              font-size: 32px;
              line-height: 1.2;
              letter-spacing: 0;
              color: #fff;
              font-weight: 600;
              font-family: NationalBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
              font-variant-numeric: lining-nums;
              -webkit-font-smoothing: antialiased;
              background-color: none;
              text-transform: uppercase;
              text-shadow: 0px 0px 6px black; }
              .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-image-container .teaser-title-container .teaser-title h2:after {
                content: "\00BB";
                padding-left: 10px;
                color: #efab00; }
      .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container {
        background: #033d6f;
        background: -moz-linear-gradient(top, #033d6f 16%, #174e89 100%);
        background: -webkit-linear-gradient(top, #033d6f 16%, #174e89 100%);
        background: linear-gradient(to bottom, #033d6f 16%, #174e89 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033d6f', endColorstr='#174e89',GradientType=0 );
        top: -60px;
        position: relative;
        display: inline-block;
        width: 100%; }
        .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container:before {
          content: "";
          background-color: #efab00;
          position: absolute;
          display: inline;
          width: 100%;
          height: 120px;
          top: -119px;
          right: 0;
          z-index: 12;
          -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 91%);
          clip-path: polygon(100% 100%, 0 100%, 100% 91%); }
        .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container:after {
          content: "";
          background-color: #efab00;
          position: absolute;
          display: inline;
          width: 100%;
          height: 120px;
          bottom: -14px;
          z-index: 12;
          -webkit-clip-path: polygon(0 100%, 0 87%, 100% 87%);
          clip-path: polygon(0 100%, 0 87%, 100% 87%); }
        .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container .teaser-text {
          padding: 15px;
          overflow: hidden;
          margin-bottom: 12px; }
          .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container .teaser-text p, .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container .teaser-text ul li, .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container .teaser-text h1, .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container .teaser-text h2, .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container .teaser-text h3, .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container .teaser-text h4, .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container .teaser-text h5, .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container .teaser-text h6, .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container .teaser-text span, .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container .teaser-text div {
            text-decoration: none;
            color: white;
            font-family: National,"Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 17px; }
          .pane-teaser-1-teaser-blue-banner .pane-content .view-display-id-teaser_blue_banner .view-content .views-row .blue-banner-teaser-container a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container .teaser-text ul li {
            margin-left: 20px; }

/* END BLUE BANNER TEASER VIEW */
/* START BLUE BANNER TEASER PARAGRAPH*/
.paragraphs-item-teaser-blue-banner {
  position: relative;
  clear: both;
  max-width: 75rem;
  margin: 0 auto;
  display: block; }
  .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container {
    max-width: 75rem;
    margin: 50px auto; }
    .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover {
      text-decoration: none !important;
      text-align: left; }
      .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover:hover .blue-banner-teaser .teaser-image-container .teaser-image {
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover:hover .blue-banner-teaser .teaser-title-container .teaser-title h2 {
        background-color: rgba(0, 57, 118, 0.6);
        transition: all .25s ease-in-out;
        text-shadow: none; }
      .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover .blue-banner-teaser {
        display: inline-block;
        background-repeat: no-repeat;
        background-size: cover; }
        .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover .blue-banner-teaser .teaser-image-container {
          width: 100%;
          height: 300px;
          overflow: hidden;
          position: relative;
          float: left;
          display: inline-block;
          cursor: pointer; }
          .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover .blue-banner-teaser .teaser-image-container .teaser-image {
            height: 100%;
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s; }
            .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover .blue-banner-teaser .teaser-image-container .teaser-image img {
              min-height: 300px;
              width: 100%;
              overflow: hidden; }
          .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover .blue-banner-teaser .teaser-image-container .teaser-title-container {
            width: 100%;
            position: relative;
            z-index: 5;
            vertical-align: middle;
            display: inline-block !important; }
            .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover .blue-banner-teaser .teaser-image-container .teaser-title-container .teaser-title {
              text-align: center;
              position: absolute;
              top: -300px;
              display: inline-block;
              width: 100%; }
              .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover .blue-banner-teaser .teaser-image-container .teaser-title-container .teaser-title h2 {
                padding: 10px 5px;
                margin: 75px 24px 0px 24px;
                position: relative;
                width: 80%;
                display: inline-block;
                font-size: 32px;
                line-height: 1.2;
                letter-spacing: 0;
                color: #fff;
                font-weight: 600;
                font-family: NationalBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
                font-variant-numeric: lining-nums;
                -webkit-font-smoothing: antialiased;
                background-color: none;
                text-transform: uppercase;
                text-shadow: 0px 0px 6px black; }
                .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover .blue-banner-teaser .teaser-image-container .teaser-title-container .teaser-title h2:after {
                  content: "\00BB";
                  padding-left: 10px;
                  color: #efab00; }
        .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container {
          background: #033d6f;
          background: -moz-linear-gradient(top, #033d6f 16%, #174e89 100%);
          background: -webkit-linear-gradient(top, #033d6f 16%, #174e89 100%);
          background: linear-gradient(to bottom, #033d6f 16%, #174e89 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033d6f', endColorstr='#174e89',GradientType=0 );
          top: -60px;
          position: relative;
          display: inline-block;
          width: 100%;
          /*Remove Clip Path for IE11 */ }
          .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container:before {
            content: "";
            background-color: #efab00;
            position: absolute;
            display: inline;
            width: 100%;
            height: 120px;
            top: -119px;
            right: 0;
            z-index: 12;
            -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 91%);
            clip-path: polygon(100% 100%, 0 100%, 100% 91%); }
          .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container:after {
            content: "";
            background-color: #efab00;
            position: absolute;
            display: inline;
            width: 100%;
            height: 120px;
            bottom: -14px;
            z-index: 12;
            -webkit-clip-path: polygon(0 100%, 0 87%, 100% 87%);
            clip-path: polygon(0 100%, 0 87%, 100% 87%); }
          @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
            .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container:before {
              content: "";
              display: none; }
            .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container:after {
              content: "";
              display: none; } }
          .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container .teaser-text {
            padding: 15px;
            overflow: hidden;
            margin-bottom: 12px;
            color: white; }
            .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container .teaser-text p, .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container .teaser-text span, .paragraphs-item-teaser-blue-banner .blue-banner-teaser-container ul.row li a.blue-banner-teaser-hover .blue-banner-teaser .teaser-text-container .teaser-text div {
              text-decoration: none;
              color: white;
              font-family: National,"Helvetica Neue",Helvetica,Arial,sans-serif;
              font-size: 17px; }

/* END BLUE BANNER TEASER PARAGRAPH */
/* Teaser 1 Paragraphs */
.paragraphs-item-teaser-1 {
  margin-top: 5em; }

.panel-pane.pane-views-panes.pane-articles-featured-people {
  overflow: hidden;
  position: relative;
  padding-top: 5em; }

.node-type-campus-group .panel-pane.pane-views-panes.pane-articles-featured-people {
  margin-top: -7em; }

.view.view-articles.view-id-articles.view-display-id-featured_people {
  background-color: #2c8ece;
  background-image: linear-gradient(to bottom, #2f509c, #003976, #2c8ece);
  position: relative;
  padding: 50px 0; }
  .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row {
    margin-bottom: 50px;
    min-height: 45vw;
    min-width: 55vw;
    position: relative;
    z-index: 1; }
    .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row span.featured-body {
      width: 35.6666666667%;
      display: block;
      -webkit-transform: translate(0, 5vw);
      -ms-transform: translate(0, 5vw);
      transform: translate(0, 5vw); }
      @media only screen and (max-width: 45.5625rem) {
        .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row span.featured-body {
          width: 100%;
          padding: 0 5%;
          -webkit-transform: inherit;
          -ms-transform: inherit;
          transform: inherit; } }
    .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row img, .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row svg.ieSVGimg {
      position: absolute;
      top: 0;
      width: 55vw;
      height: 45vw;
      object-fit: cover;
      margin-bottom: 50px; }
      @media only screen and (max-width: 45.5625rem) {
        .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row img, .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row svg.ieSVGimg {
          position: relative;
          width: 100%;
          height: auto; } }
    .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row svg.ieSVGimg {
      object-fit: inherit; }
    .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row.views-row-odd span.featured-body {
      margin-right: 5%; }
      @media only screen and (max-width: 45.5625rem) {
        .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row.views-row-odd span.featured-body {
          margin-right: 0; } }
    .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row.views-row-odd img {
      clip-path: polygon(0 0, 84% 7%, 100% 42%, 96% 88%, 0 100%);
      clip-path: url("https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/scss/base/components/svg-masks/teaser-clip.svg#featuredPeople-odd");
      -webkit-clip-path: polygon(0 0, 84% 7%, 100% 42%, 96% 88%, 0 100%);
      left: 0; }
    .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row.views-row-odd svg.ieSVGimg {
      left: 0; }
    .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row.views-row-odd span.featured-body {
      margin-left: 58.3333333333%; }
      @media only screen and (max-width: 45.5625rem) {
        .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row.views-row-odd span.featured-body {
          margin-left: 0; } }
    .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row.views-row-even span.featured-body {
      margin-left: 5%; }
      @media only screen and (max-width: 45.5625rem) {
        .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row.views-row-even span.featured-body {
          margin-left: 0; } }
    .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row.views-row-even img {
      clip-path: polygon(100% 0, 19% 10%, 3% 28%, 0 78%, 24% 95%, 100% 100%);
      clip-path: url("https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/scss/base/components/svg-masks/teaser-clip.svg#featuredPeople-even");
      -webkit-clip-path: polygon(100% 0, 19% 10%, 3% 28%, 0 78%, 24% 95%, 100% 100%);
      right: 0; }
    .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row.views-row-even svg.ieSVGimg {
      right: 0; }
    .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row:after {
      content: "";
      clear: both; }
    .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row .views-field-field-tags {
      font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-size: 19px;
      font-weight: 700;
      color: #e5e854; }
    .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row .views-field-title .featured-body {
      font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: uppercase; }
      .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row .views-field-title .featured-body a {
        color: white;
        font-size: 30px;
        margin: 0 0 20px;
        display: block;
        line-height: 110%;
        letter-spacing: 1px; }
    .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row .views-field-body p {
      font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
      font-weight: 400 ;
      margin-bottom: 30px;
      font-size: 18px;
      font-weight: 300;
      color: white; }
    .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row .views-field-body p a:not(.button) {
      font-family: inherit;
      font-size: inherit;
      color: white; }
    .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row div > .featured-body a.featured-ppl-button {
      display: inline-block;
      padding: 0 20px;
      background-color: #e5e854;
      color: #003976;
      font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
      font-weight: 400 ;
      font-size: 18px;
      line-height: 50px;
      clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 25px, calc(100% - 10px) 100%, 10px 100%, 0 36px);
      clip-path: url("https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/scss/base/components/svg-masks/teaser-clip.svg#featuredPeopleBtn");
      -webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 25px, calc(100% - 10px) 100%, 10px 100%, 0 36px);
      transition: 200ms; }
      .view.view-articles.view-id-articles.view-display-id-featured_people .view-content .views-row div > .featured-body a.featured-ppl-button:hover {
        background-color: #dee227; }
  .view.view-articles.view-id-articles.view-display-id-featured_people .hexagon {
    position: absolute;
    height: 160px;
    opacity: 0.5;
    fill: white;
    transform: translate3d(-50%, -50%, -50px) scale(1.5); }
    .view.view-articles.view-id-articles.view-display-id-featured_people .hexagon:nth-of-type(2) {
      top: 100%;
      left: 30%; }
      .view.view-articles.view-id-articles.view-display-id-featured_people .hexagon:nth-of-type(2) use {
        animation-direction: reverse;
        animation-duration: 20s; }
    .view.view-articles.view-id-articles.view-display-id-featured_people .hexagon:nth-of-type(3) {
      top: 50%;
      left: 0; }
      .view.view-articles.view-id-articles.view-display-id-featured_people .hexagon:nth-of-type(3) use {
        animation-duration: 30s; }
    .view.view-articles.view-id-articles.view-display-id-featured_people .hexagon:nth-of-type(4) {
      top: 75%;
      left: 90%; }
      .view.view-articles.view-id-articles.view-display-id-featured_people .hexagon:nth-of-type(4) use {
        animation-duration: 25s; }
    .view.view-articles.view-id-articles.view-display-id-featured_people .hexagon:nth-of-type(5) {
      top: 60%;
      left: 60%; }
      .view.view-articles.view-id-articles.view-display-id-featured_people .hexagon:nth-of-type(5) use {
        animation-direction: reverse;
        animation-duration: 34s; }
    .view.view-articles.view-id-articles.view-display-id-featured_people .hexagon:nth-of-type(6) {
      top: 25%;
      left: 75%; }
      .view.view-articles.view-id-articles.view-display-id-featured_people .hexagon:nth-of-type(6) use {
        animation-duration: 15s; }
    .view.view-articles.view-id-articles.view-display-id-featured_people .hexagon use {
      animation: rotating linear infinite;
      transform-origin: 50% 50%; }
  .view.view-articles.view-id-articles.view-display-id-featured_people .k {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 80vw;
    fill: #88cfcb;
    opacity: 0.1;
    -webkit-transform: translate3d(-50%, -50%, -100px) scale(2);
    transform: translate3d(-50%, -50%, -100px) scale(2); }
  .view.view-articles.view-id-articles.view-display-id-featured_people .overlay-triangle {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    display: none; }
    @media only screen and (min-width: 45.5625rem) {
      .view.view-articles.view-id-articles.view-display-id-featured_people .overlay-triangle {
        display: block; } }
    .view.view-articles.view-id-articles.view-display-id-featured_people .overlay-triangle svg {
      display: block;
      fill: #2f509c; }
  .view.view-articles.view-id-articles.view-display-id-featured_people .cta {
    display: block;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 100px auto; }
    @media only screen and (max-width: 45.5625rem) {
      .view.view-articles.view-id-articles.view-display-id-featured_people .cta {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }

@keyframes rotating {
  from {
    transform: scale(0.5) rotate(0deg); }
  to {
    transform: scale(0.5) rotate(360deg); } }

/* 50-50 NEWS */
.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col .views-row,
.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column .views-row {
  margin-bottom: 20px; }

.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col .views-field.views-field-created,
.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column .views-field.views-field-created {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 700 ;
  margin-bottom: 5px;
  font-size: 15px;
  color: #003976; }

.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col .views-field.views-field-title,
.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column .views-field.views-field-title {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  color: #003976;
  font-size: 18px; }

.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col,
.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col,
.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate,
.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column,
.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col,
.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb,
.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb {
  text-align: left;
  position: relative; }
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col .more-link a,
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .more-link a,
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate .more-link a,
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column .more-link a,
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .more-link a,
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .more-link a,
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .more-link a {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 0;
    color: #0073bd;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    background-color: transparent; }
    .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col .more-link a:after,
    .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .more-link a:after,
    .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate .more-link a:after,
    .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column .more-link a:after,
    .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .more-link a:after,
    .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .more-link a:after,
    .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .more-link a:after {
      content: "\00BB";
      position: relative;
      display: inline-block;
      top: -2px; }

/* END 50-50 NEWS */
/* START PROMOTED ARTICLES - 1 COL */
.panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col .views-row,
.panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column .views-row {
  margin-bottom: 20px; }
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col .views-row .views-field-created,
  .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column .views-row .views-field-created {
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 700 ;
    font-size: 15px;
    color: #003976; }
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col .views-row .views-field-title a,
  .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column .views-row .views-field-title a {
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 300 ;
    font-size: 18px;
    color: #003976; }

/* END PROMOTED ARTICLES - 1 COL */
/* START PROMOTED ARTICLES - 2 COL */
.panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col h2.pane-title {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #003976;
  font-size: 0.9375rem;
  text-transform: uppercase;
  border-bottom: 3px solid #efab00;
  margin-bottom: 2rem;
  display: inline-block;
  letter-spacing: 1px; }

.panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col .views-row {
  margin-bottom: 20px; }
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col .views-row:after {
    content: "";
    display: block;
    clear: both; }
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col .views-row .created {
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 700 ;
    font-size: 15px;
    color: #003976; }
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col .views-row .views-field-title a {
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 300 ;
    font-size: 18px;
    color: #003976; }

/* END PROMOTED ARTICLES - 2 COL */
/* START PROMOTED ARTICLES - THUMBS */
.panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb,
.panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb,
.panel-pane.pane-views-panes.pane-teaser-1-teaser-5 {
  text-align: center; }
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb h2.pane-title,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb h2.pane-title,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 h2.pane-title {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #003976;
    font-size: 0.9375rem;
    text-transform: uppercase;
    border-bottom: 3px solid #efab00;
    margin-bottom: 2rem;
    display: inline-block;
    letter-spacing: 1px; }
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row__figure,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row__figure,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row__figure {
    margin: 0;
    padding: 0;
    margin-left: -5px;
    max-width: 75%;
    margin-bottom: 1.75em; }
    @media screen and (min-width: 500px) {
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row__figure,
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row__figure,
      .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row__figure {
        max-width: 300px; } }
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    display: block;
    overflow: hidden; }
    @media screen and (min-width: 500px) {
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row,
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row,
      .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: .5em 3.5em; }
        @supports (display: grid) {
          .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row,
          .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row,
          .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row {
            display: grid;
            grid-template-columns: 45% 45%; } } }
    @media screen and (min-width: 1000px) {
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row,
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row,
      .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row {
        overflow: inherit;
        padding: .5em 3em; }
        @supports (display: grid) {
          .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row,
          .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row,
          .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row {
            grid-template-columns: 21% 21% 21% 21%; } } }
    @media screen and (min-width: 1250px) {
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row,
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row,
      .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row {
        padding-left: 0;
        padding-right: 0; } }
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item {
    width: 95%;
    display: block;
    margin-top: 1em;
    margin-bottom: 0em;
    margin-left: 0; }
    @media screen and (min-width: 500px) {
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item,
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item,
      .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item {
        width: 22%;
        margin-bottom: 2em; }
        @supports (display: grid) {
          .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item,
          .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item,
          .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item {
            width: 100%; } } }
    .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:nth-child(even),
    .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:nth-child(even),
    .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:nth-child(even) {
      position: relative;
      left: 5%;
      margin-bottom: 3em; }
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__text, .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__headline,
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__text,
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__headline,
      .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:nth-child(even) .feature-thumb-row__text,
      .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:nth-child(even) .feature-thumb-row__headline {
        padding-right: 2em; }
        @media screen and (min-width: 500px) {
          .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__text, .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__headline,
          .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__text,
          .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__headline,
          .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:nth-child(even) .feature-thumb-row__text,
          .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:nth-child(even) .feature-thumb-row__headline {
            padding-right: 0; } }
      @media screen and (min-width: 500px) {
        .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:nth-child(even),
        .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:nth-child(even),
        .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:nth-child(even) {
          left: auto; } }
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__figure img,
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__figure img,
      .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:nth-child(even) .feature-thumb-row__figure img {
        clip-path: polygon(100% 0, 19% 10%, 3% 28%, 0 78%, 24% 95%, 100% 100%); }
        @media screen and (min-width: 500px) {
          .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__figure img,
          .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__figure img,
          .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:nth-child(even) .feature-thumb-row__figure img {
            clip-path: polygon(100% 5%, 90% 0, 5% 0, 0 20%, 5% 100%, 100% 100%); } }
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__figure,
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__figure,
      .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:nth-child(even) .feature-thumb-row__figure {
        margin-left: auto;
        margin-right: -5px; }
        @media screen and (min-width: 500px) {
          .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__figure,
          .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__figure,
          .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:nth-child(even) .feature-thumb-row__figure {
            margin-left: inherit; } }
        .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__figure:after,
        .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__figure:after,
        .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:nth-child(even) .feature-thumb-row__figure:after {
          clip-path: polygon(100% 0, 19% 15%, 3% 28%, 0 85%, 24% 95%, 100% 100%);
          right: 10px;
          left: 10px; }
          @media screen and (min-width: 500px) {
            .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__figure:after,
            .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:nth-child(even) .feature-thumb-row__figure:after,
            .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:nth-child(even) .feature-thumb-row__figure:after {
              clip-path: polygon(100% 5%, 90% 0, 5% 0, 0 20%, 5% 100%, 100% 100%);
              left: 4.5%;
              top: 4.5%; } }
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row__figure img,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row__figure img,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row__figure img {
    clip-path: polygon(0 0, 84% 7%, 100% 42%, 96% 88%, 0 100%);
    left: 0;
    z-index: 100;
    transition: 1.5s ease-in-out transform; }
    @media screen and (min-width: 500px) {
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row__figure img,
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row__figure img,
      .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row__figure img {
        clip-path: polygon(100% 5%, 90% 0, 5% 0, 0 20%, 5% 100%, 100% 100%); } }
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row__figure,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row__figure,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row__figure {
    position: relative; }
    .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row__figure:after,
    .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row__figure:after,
    .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row__figure:after {
      transition: .3s ease-in-out all;
      background-color: #4b4aa9;
      opacity: .6;
      transform: rotate(2deg);
      clip-path: polygon(0 0, 84% 7%, 100% 50%, 96% 88%, 10% 100%);
      left: -5px;
      top: 1px;
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      z-index: -1; }
      @media screen and (min-width: 500px) {
        .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row__figure:after,
        .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row__figure:after,
        .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row__figure:after {
          clip-path: polygon(100% 5%, 90% 0, 5% 0, 0 20%, 5% 100%, 100% 100%);
          left: 4.5%;
          top: 4.5%;
          transform: scale(0.95); } }
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row__date,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row__date,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row__date {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    color: #4b4aa9;
    margin-bottom: .25em;
    margin-left: 1.1em;
    font-size: .95em; }
    @media screen and (min-width: 500px) {
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row__date,
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row__date,
      .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row__date {
        margin-left: 0; } }
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row__more,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row__more,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row__more {
    font-family: 'Roboto Slab';
    text-decoration: none;
    color: blue;
    font-weight: 600;
    position: relative;
    font-size: .8em;
    padding-left: 2.2em;
    margin-top: .75em;
    letter-spacing: .05em; }
    .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row__more:after,
    .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row__more:after,
    .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row__more:after {
      content: "";
      vertical-align: middle;
      position: absolute;
      margin-left: .5rem;
      width: 15px;
      height: 15px;
      top: 3px;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: right;
      background-image: url(https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/svg/teaser3-title.svg); }
    .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row__more span,
    .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row__more span,
    .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row__more span {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; }
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row__headline,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row__headline,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row__headline {
    padding-left: 1em;
    font-family: 'NationalBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #133A77;
    text-transform: none;
    line-height: 1.2;
    font-size: 1.07em;
    margin-bottom: .75em; }
    @media screen and (min-width: 500px) {
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row__headline,
      .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row__headline,
      .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row__headline {
        padding-left: 0; } }
    .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row__headline:after,
    .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row__headline:after,
    .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row__headline:after {
      transition: .3s ease-in-out all;
      content: "";
      display: block;
      width: 30%;
      height: 3px;
      background-color: #aeeae5;
      margin-top: .75em;
      opacity: .6; }
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row__text,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row__text,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row__text {
    padding-left: 2em;
    font-family: 'Roboto Slab';
    line-height: 150%;
    font-size: .9em;
    line-height: 1.35;
    margin-bottom: .25em;
    margin-top: 0em; }
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row__summary,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row__summary,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row__summary {
    font-size: .9em;
    line-height: 1.35;
    margin-bottom: .25em;
    margin-top: 0em; }
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:hover .feature-thumb-row__headline:after,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:focus .feature-thumb-row__headline:after,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .teaser-thumb-row--item:hover .feature-thumb-row__headline:after,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .teaser-thumb-row--item:focus .feature-thumb-row__headline:after,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:hover .feature-thumb-row__headline:after,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:focus .feature-thumb-row__headline:after,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .teaser-thumb-row--item:hover .feature-thumb-row__headline:after,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .teaser-thumb-row--item:focus .feature-thumb-row__headline:after,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:hover .feature-thumb-row__headline:after,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:focus .feature-thumb-row__headline:after,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .teaser-thumb-row--item:hover .feature-thumb-row__headline:after,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .teaser-thumb-row--item:focus .feature-thumb-row__headline:after {
    width: 100%;
    opacity: 1; }
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:hover .feature-thumb-row__headline a,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:focus .feature-thumb-row__headline a,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .teaser-thumb-row--item:hover .feature-thumb-row__headline a,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .teaser-thumb-row--item:focus .feature-thumb-row__headline a,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:hover .feature-thumb-row__headline a,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:focus .feature-thumb-row__headline a,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .teaser-thumb-row--item:hover .feature-thumb-row__headline a,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .teaser-thumb-row--item:focus .feature-thumb-row__headline a,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:hover .feature-thumb-row__headline a,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:focus .feature-thumb-row__headline a,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .teaser-thumb-row--item:hover .feature-thumb-row__headline a,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .teaser-thumb-row--item:focus .feature-thumb-row__headline a {
    text-decoration: none; }
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:hover .feature-thumb-row__figure:after,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:focus .feature-thumb-row__figure:after,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .teaser-thumb-row--item:hover .feature-thumb-row__figure:after,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .teaser-thumb-row--item:focus .feature-thumb-row__figure:after,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:hover .feature-thumb-row__figure:after,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:focus .feature-thumb-row__figure:after,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .teaser-thumb-row--item:hover .feature-thumb-row__figure:after,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .teaser-thumb-row--item:focus .feature-thumb-row__figure:after,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:hover .feature-thumb-row__figure:after,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:focus .feature-thumb-row__figure:after,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .teaser-thumb-row--item:hover .feature-thumb-row__figure:after,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .teaser-thumb-row--item:focus .feature-thumb-row__figure:after {
    opacity: .9; }
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:hover .feature-thumb-row__more a,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item:focus .feature-thumb-row__more a,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .teaser-thumb-row--item:hover .feature-thumb-row__more a,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .teaser-thumb-row--item:focus .feature-thumb-row__more a,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:hover .feature-thumb-row__more a,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item:focus .feature-thumb-row__more a,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .teaser-thumb-row--item:hover .feature-thumb-row__more a,
  .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .teaser-thumb-row--item:focus .feature-thumb-row__more a,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:hover .feature-thumb-row__more a,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item:focus .feature-thumb-row__more a,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .teaser-thumb-row--item:hover .feature-thumb-row__more a,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .teaser-thumb-row--item:focus .feature-thumb-row__more a {
    color: #4b4aa9;
    text-decoration: none; }
  @media only screen and (max-width: 45.5625rem) {
    .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item .views-field-title, .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-thumb .feature-thumb-row--item .views-field-created,
    .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item .views-field-title,
    .panel-pane.pane-views-panes.pane-articles-thumbnails-group-panel-pane-tagged-thumb .feature-thumb-row--item .views-field-created,
    .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item .views-field-title,
    .panel-pane.pane-views-panes.pane-teaser-1-teaser-5 .feature-thumb-row--item .views-field-created {
      text-align: left; } }

/* END PROMOTED ARTICLES - THUMBS */
@media only screen and (max-width: 45.5625rem) {
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col h2.pane-title,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-thumb h2.pane-title,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col h2.pane-title,
  .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column
.panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col h2.pane-title,
  .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col h2.pane-title {
    text-align: center; }
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col .views-field-created,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col .created,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col .views-field-title,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-thumb .views-field-created,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-thumb .created,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-thumb .views-field-title,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col .views-field-created,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col .created,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col .views-field-title,
  .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column
.panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .views-field-created,
  .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column
.panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .created,
  .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column
.panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .views-field-title,
  .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .views-field-created,
  .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .created,
  .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .views-field-title {
    text-align: center; }
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col .more-link a,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-thumb .more-link a,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col .more-link a,
  .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column
.panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .more-link a,
  .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .more-link a {
    position: relative !important; }
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col .created,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-thumb .created,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col .created,
  .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column
.panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .created,
  .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .created {
    display: block; }
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col,
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col,
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column,
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col {
    text-align: center; } }

/* 50-50 EVENTS */
.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .views-row, .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .views-row {
  margin-bottom: 20px; }

.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .calendar-date, .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .calendar-date {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
  padding: 10px 15px;
  background-color: #e5e854;
  color: #003976;
  margin-right: 10px; }
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .calendar-date .month, .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .calendar-date .month {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    display: block; }
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .calendar-date .day, .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .calendar-date .day {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    display: block; }

.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .views-field-field-event-date-3, .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .views-field-field-dates-4, .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .views-field-field-event-date-3, .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .views-field-field-dates-4 {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 5px;
  color: black;
  font-size: 15px; }

.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .views-field-title, .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .views-field-title {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  color: #003976;
  font-size: 18px;
  margin-bottom: 15px; }

/* END 50-50 EVENTS */
/* START GROUP PROMOTED EVENTS - 1 COL */
.panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .views-row,
.panel-pane.pane-views-panes.pane-events-group-similar-events-re .views-row,
.panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .views-row,
.panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate .views-row {
  margin-bottom: 20px; }

.panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .calendar-date,
.panel-pane.pane-views-panes.pane-events-group-similar-events-re .calendar-date,
.panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .calendar-date,
.panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate .calendar-date {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
  padding: 10px 15px;
  background-color: #e5e854;
  color: #003976;
  margin-right: 10px; }
  .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .calendar-date .month,
  .panel-pane.pane-views-panes.pane-events-group-similar-events-re .calendar-date .month,
  .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .calendar-date .month,
  .panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate .calendar-date .month {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    display: block; }
  .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .calendar-date .day,
  .panel-pane.pane-views-panes.pane-events-group-similar-events-re .calendar-date .day,
  .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .calendar-date .day,
  .panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate .calendar-date .day {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    display: block; }

.panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .views-field-field-event-date-3, .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .views-field-field-dates-4,
.panel-pane.pane-views-panes.pane-events-group-similar-events-re .views-field-field-event-date-3,
.panel-pane.pane-views-panes.pane-events-group-similar-events-re .views-field-field-dates-4,
.panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .views-field-field-event-date-3,
.panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .views-field-field-dates-4,
.panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate .views-field-field-event-date-3,
.panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate .views-field-field-dates-4 {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 5px;
  color: black;
  font-size: 15px; }

.panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .views-field-title,
.panel-pane.pane-views-panes.pane-events-group-similar-events-re .views-field-title,
.panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .views-field-title,
.panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate .views-field-title {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  color: #003976;
  font-size: 18px;
  margin-bottom: 15px; }

.panel-pane.pane-views-panes.pane-events-group-similar-events-re {
  clear: both;
  margin-top: 3em; }

/* END GROUP PROMOTED EVENTS - 1 COL */
/* START GROUP PROMOTED EVENTS - 2 COL */
.panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .views-row-odd {
  clear: left; }

.panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col:after {
  content: "";
  clear: left;
  display: block; }

.panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .views-row,
.panel-pane.pane-views-panes.pane-events-group-promoted-enddate .views-row {
  width: 50%;
  float: left;
  margin-bottom: 20px; }
  @media only screen and (max-width: 45.5625rem) {
    .panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .views-row,
    .panel-pane.pane-views-panes.pane-events-group-promoted-enddate .views-row {
      width: 100%; } }
  .panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .views-row.views-row-even:after,
  .panel-pane.pane-views-panes.pane-events-group-promoted-enddate .views-row.views-row-even:after {
    content: "";
    clear: both;
    display: inline-block; }

.panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .calendar-date,
.panel-pane.pane-views-panes.pane-events-group-promoted-enddate .calendar-date {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
  padding: 10px 15px;
  background-color: #e5e854;
  color: #003976;
  margin-right: 10px; }
  .panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .calendar-date .month,
  .panel-pane.pane-views-panes.pane-events-group-promoted-enddate .calendar-date .month {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    display: block; }
  .panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .calendar-date .day,
  .panel-pane.pane-views-panes.pane-events-group-promoted-enddate .calendar-date .day {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    display: block; }

.panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .views-field-field-event-date-3, .panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .views-field-field-dates-4,
.panel-pane.pane-views-panes.pane-events-group-promoted-enddate .views-field-field-event-date-3,
.panel-pane.pane-views-panes.pane-events-group-promoted-enddate .views-field-field-dates-4 {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 5px;
  color: black;
  font-size: 15px; }

.panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .views-field-title,
.panel-pane.pane-views-panes.pane-events-group-promoted-enddate .views-field-title {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  color: #003976;
  font-size: 18px;
  margin-bottom: 15px; }

.panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .more-link:before,
.panel-pane.pane-views-panes.pane-events-group-promoted-enddate .more-link:before {
  content: "";
  clear: both;
  display: block; }

/* END GROUP PROMOTED EVENTS - 2 COL */
@media only screen and (max-width: 45.5625rem) {
  .panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .field-content,
  .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .field-content,
  .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .field-content,
  .panel-pane.pane-views-panes.pane-events-group-promoted-enddate .field-content {
    display: block;
    text-align: center; }
  .panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .calendar-date,
  .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .calendar-date,
  .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .calendar-date,
  .panel-pane.pane-views-panes.pane-events-group-promoted-enddate .calendar-date {
    float: none;
    display: inline-block; }
  .panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .views-field-field-event-date-3, .panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .views-field-field-dates-4,
  .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .views-field-field-event-date-3,
  .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .views-field-field-dates-4,
  .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .views-field-field-event-date-3,
  .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .views-field-field-dates-4,
  .panel-pane.pane-views-panes.pane-events-group-promoted-enddate .views-field-field-event-date-3,
  .panel-pane.pane-views-panes.pane-events-group-promoted-enddate .views-field-field-dates-4 {
    text-align: center; }
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .calendar-date,
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .calendar-date,
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate .calendar-date {
    float: none; } }

/* GROUP EVENTS WITH THUMBNAIL */
.view-display-id-pane_events_group_all_events_current_thumbnail .views-row,
.view-display-id-group_all_events_archive_thumbnail .views-row,
.view-display-id-group_all_events_thumbnail .views-row,
.view-display-id-pane_events_group_all_events_upcoming_thumbnail .views-row {
  border-top: 1px solid #e7e7e7;
  padding-top: 1em;
  padding-bottom: 1em; }
  .view-display-id-pane_events_group_all_events_current_thumbnail .views-row span.views-field,
  .view-display-id-group_all_events_archive_thumbnail .views-row span.views-field,
  .view-display-id-group_all_events_thumbnail .views-row span.views-field,
  .view-display-id-pane_events_group_all_events_upcoming_thumbnail .views-row span.views-field {
    margin-left: 230px;
    display: block; }
  .view-display-id-pane_events_group_all_events_current_thumbnail .views-row .views-field-field-event-media,
  .view-display-id-group_all_events_archive_thumbnail .views-row .views-field-field-event-media,
  .view-display-id-group_all_events_thumbnail .views-row .views-field-field-event-media,
  .view-display-id-pane_events_group_all_events_upcoming_thumbnail .views-row .views-field-field-event-media {
    float: left; }
  .view-display-id-pane_events_group_all_events_current_thumbnail .views-row:after,
  .view-display-id-group_all_events_archive_thumbnail .views-row:after,
  .view-display-id-group_all_events_thumbnail .views-row:after,
  .view-display-id-pane_events_group_all_events_upcoming_thumbnail .views-row:after {
    content: "";
    clear: both;
    display: block; }
  .view-display-id-pane_events_group_all_events_current_thumbnail .views-row:first-of-type,
  .view-display-id-group_all_events_archive_thumbnail .views-row:first-of-type,
  .view-display-id-group_all_events_thumbnail .views-row:first-of-type,
  .view-display-id-pane_events_group_all_events_upcoming_thumbnail .views-row:first-of-type {
    margin-top: 1em; }

/* FEATURED EVENTS VIEW */
.pane-events-featured-boxes .large-3.medium-6.small-12.column.views-row {
  float: left; }

.pane-events-regional-featured-boxes .large-3.medium-6.small-12.column.views-row {
  float: left; }

/* EVENTS FULL WIDTH VIEW */
.pane-events-full-width-event-feed .pane-content .view-display-id-full_width_event_feed .small-12.medium-12.large-12.left.asymmetrical-row .small-12.medium-8.large-8.columns.top-right-asymmetrical {
  border-left: #dfdfdf 1px solid;
  margin-bottom: 12px; }

.pane-events-full-width-event-feed .pane-content .view-display-id-full_width_event_feed .small-12.medium-12.large-12.left.asymmetrical-row .small-12.medium-4.large-4.columns.top-left-asymmetrical .field-content.event-full-width-month {
  float: left;
  padding-right: 5px; }

.pane-events-full-width-event-feed .pane-content .view-display-id-full_width_event_feed .more-link a {
  font-family: NationalBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #0073bd;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
  background-color: transparent;
  top: -35px;
  right: 50px; }
  .pane-events-full-width-event-feed .pane-content .view-display-id-full_width_event_feed .more-link a:after {
    content: "\00BB";
    position: relative;
    display: inline-block;
    top: -2px; }

.panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col,
.panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col,
.panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col,
.panel-pane.pane-views-panes.pane-events-group-similar-events-re,
.panel-pane.pane-entity-field.pane-node-field-event-date,
.panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col,
.panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col,
.panel-pane.pane-views-panes.pane-teaser-1-teaser1,
.panel-pane.pane-views-panes.pane-teaser-1-teaser2,
.panel-pane.pane-views-panes.pane-teaser-1-teaser3,
.panel-pane.pane-views-panes.pane-teaser-1-teaser4,
.panel-pane.pane-views-panes.pane-teaser-1-teaser-traditional,
.panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column,
[class*=pane-aggregator-feed],
.panel-pane.pane-views-panes.pane-tabs-accordions,
.panel-pane.pane-og-menu,
.pane-ksu-media-gallery-video-pane,
.panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate,
.panel-pane.pane-views-panes.pane-events-group-promoted-enddate {
  text-align: center; }
  .panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col h2.pane-title,
  .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col h2.pane-title,
  .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col h2.pane-title,
  .panel-pane.pane-views-panes.pane-events-group-similar-events-re h2.pane-title,
  .panel-pane.pane-entity-field.pane-node-field-event-date h2.pane-title,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col h2.pane-title,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col h2.pane-title,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser1 h2.pane-title,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser2 h2.pane-title,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser3 h2.pane-title,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser4 h2.pane-title,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-traditional h2.pane-title,
  .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column h2.pane-title,
  [class*=pane-aggregator-feed] h2.pane-title,
  .panel-pane.pane-views-panes.pane-tabs-accordions h2.pane-title,
  .panel-pane.pane-og-menu h2.pane-title,
  .pane-ksu-media-gallery-video-pane h2.pane-title,
  .panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate h2.pane-title,
  .panel-pane.pane-views-panes.pane-events-group-promoted-enddate h2.pane-title {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003976;
    font-size: 0.9375rem;
    text-transform: uppercase;
    border-bottom: 3px solid #efab00;
    margin-bottom: 2rem;
    display: inline-block;
    letter-spacing: 1px; }
  .panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .pane-content,
  .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .pane-content,
  .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .pane-content,
  .panel-pane.pane-views-panes.pane-events-group-similar-events-re .pane-content,
  .panel-pane.pane-entity-field.pane-node-field-event-date .pane-content,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col .pane-content,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col .pane-content,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser1 .pane-content,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser2 .pane-content,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser3 .pane-content,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser4 .pane-content,
  .panel-pane.pane-views-panes.pane-teaser-1-teaser-traditional .pane-content,
  .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column .pane-content,
  [class*=pane-aggregator-feed] .pane-content,
  .panel-pane.pane-views-panes.pane-tabs-accordions .pane-content,
  .panel-pane.pane-og-menu .pane-content,
  .pane-ksu-media-gallery-video-pane .pane-content,
  .panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate .pane-content,
  .panel-pane.pane-views-panes.pane-events-group-promoted-enddate .pane-content {
    text-align: left; }

.panel-pane.pane-og-menu h2.pane-title {
  margin-bottom: 0; }

.ui-tabs {
  text-align: center; }
  .ui-tabs > h2 {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003976;
    font-size: 0.9375rem;
    text-transform: uppercase;
    border-bottom: 3px solid #efab00;
    margin-bottom: 2rem;
    display: inline-block;
    letter-spacing: 1px; }

.panel-pane.pane-views-panes.pane-events-group-similar-events-re,
.panel-pane.pane-entity-field.pane-node-field-event-date {
  text-align: left; }

.panel-pane.pane-views-panes.pane-teaser-1-teaser1,
.panel-pane.pane-views-panes.pane-teaser-1-teaser2,
.panel-pane.pane-views-panes.pane-teaser-1-teaser3,
.panel-pane.pane-views-panes.pane-teaser-1-teaser4 {
  margin-top: 3em; }

.panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .more-link,
.panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .more-link,
.panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .more-link,
.panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col .more-link,
.panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col .more-link,
.panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column .more-link,
[class*=pane-aggregator-feed] .more-link,
.panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate .more-link,
.panel-pane.pane-views-panes.pane-events-group-promoted-enddate .more-link {
  text-align: center; }
  .panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .more-link a,
  .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .more-link a,
  .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .more-link a,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col .more-link a,
  .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col .more-link a,
  .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column .more-link a,
  [class*=pane-aggregator-feed] .more-link a,
  .panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate .more-link a,
  .panel-pane.pane-views-panes.pane-events-group-promoted-enddate .more-link a {
    font-family: 'NationalLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #e5e854;
    color: #003976;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    text-align: center;
    transition: 200ms;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    float: none; }
    .panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col .more-link a:hover,
    .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .more-link a:hover,
    .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col .more-link a:hover,
    .panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col .more-link a:hover,
    .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col .more-link a:hover,
    .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column .more-link a:hover,
    [class*=pane-aggregator-feed] .more-link a:hover,
    .panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate .more-link a:hover,
    .panel-pane.pane-views-panes.pane-events-group-promoted-enddate .more-link a:hover {
      background-color: #dee227;
      text-decoration: none; }

.panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col,
.panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col,
.panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col,
.panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col,
.panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col,
.panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column,
.panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate,
.panel-pane.pane-views-panes.pane-events-group-promoted-enddate {
  margin-top: 50px;
  margin-bottom: 50px; }

.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col,
.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col,
.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-corp-services-program-listing-group-corp-programs-sessions-1col,
.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-articles-group-panel-pane-2col,
.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col,
.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column,
.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate,
.small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-enddate {
  margin-top: 0px;
  margin-bottom: 0px; }

.small-12.medium-12.large-12.large-centered.columns.halves-row [class*=pane-aggregator-feed] {
  text-align: left;
  position: relative; }
  .small-12.medium-12.large-12.large-centered.columns.halves-row [class*=pane-aggregator-feed] .more-link a {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 0;
    color: #0073bd;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    background-color: transparent; }
    .small-12.medium-12.large-12.large-centered.columns.halves-row [class*=pane-aggregator-feed] .more-link a:after {
      content: "\00BB";
      position: relative;
      display: inline-block;
      top: -2px; }

.small-12.medium-12.large-12.large-centered.columns.halves-row h2.node-title {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003976;
  font-size: 0.9375rem;
  text-transform: uppercase;
  border-bottom: 3px solid #efab00;
  margin-bottom: 2rem;
  display: inline-block;
  letter-spacing: 1px; }

@media only screen and (max-width: 45.5625rem) {
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-1col-enddate .more-link a,
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-articles-group-panel-pane-1col .more-link a,
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-events-group-promoted-pane-1col .more-link a,
  .small-12.medium-12.large-12.large-centered.columns.halves-row .panel-pane.pane-views-panes.pane-blog-posts-by-user-titles-group-blog-posts-1-column .more-link a {
    position: relative !important; } }

.ui-tabs {
  border: none;
  background: transparent; }
  .ui-tabs .item-list {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .ui-tabs ul {
    display: table-row;
    margin: 0;
    padding: 0; }
  .ui-tabs .ui-widget-header {
    border: none;
    background: transparent; }
    .ui-tabs .ui-widget-header li {
      list-style: none;
      display: table-cell;
      text-align: center;
      float: none;
      white-space: inherit;
      vertical-align: bottom; }
      @media only screen and (max-width: 45.5625rem) {
        .ui-tabs .ui-widget-header li {
          display: block; } }
      .ui-tabs .ui-widget-header li a {
        font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-variant-numeric: lining-nums;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        float: none;
        padding: 12px 0; }
      .ui-tabs .ui-widget-header li.ui-state-default a {
        color: #003976;
        border-bottom: 3px solid #cacaca;
        transition: 200ms; }
        .ui-tabs .ui-widget-header li.ui-state-default a:hover {
          color: rgba(0, 57, 118, 0.5);
          border-bottom: 3px solid rgba(239, 171, 0, 0.5); }
        .ui-tabs .ui-widget-header li.ui-state-default a:focus {
          color: rgba(0, 57, 118, 0.5);
          border-bottom: 3px solid rgba(239, 171, 0, 0.5); }
      .ui-tabs .ui-widget-header li.ui-state-default.ui-state-active a {
        color: white;
        border-bottom: 3px solid #efab00;
        background-color: #003976;
        border-radius: 12px 12px 0 0; }
      .ui-tabs .ui-widget-header li:focus {
        outline: none; }
    .ui-tabs .ui-widget-header .ui-state-active, .ui-tabs .ui-widget-header .ui-state-default {
      border: none;
      background: transparent; }
  .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0; }
  .ui-tabs .ui-helper-clearfix:before, .ui-tabs .ui-helper-clearfix:after {
    display: none; }
  .ui-tabs .ui-tabs-panel {
    text-align: left; }

.view.view-tabs.view-id-tabs.view-display-id-tabs .tabs:before, .view.view-tabs.view-id-tabs.view-display-id-tabs .tabs:after,
.tabbed-nodes .tabs:before,
.tabbed-nodes .tabs:after {
  content: none; }

.view.view-tabs.view-id-tabs.view-display-id-tabs .tabs-nav,
.tabbed-nodes .tabs-nav {
  display: table;
  table-layout: fixed;
  width: 100%; }

.view.view-tabs.view-id-tabs.view-display-id-tabs .tabs-content,
.tabbed-nodes .tabs-content {
  padding: 0.9375rem 0; }
  .view.view-tabs.view-id-tabs.view-display-id-tabs .tabs-content .content,
  .tabbed-nodes .tabs-content .content {
    padding: 0; }

.view.view-tabs.view-id-tabs.view-display-id-tabs dl.tabs,
.tabbed-nodes dl.tabs {
  display: table-row;
  margin: 0;
  padding: 0; }
  .view.view-tabs.view-id-tabs.view-display-id-tabs dl.tabs dd,
  .tabbed-nodes dl.tabs dd {
    list-style: none;
    display: table-cell;
    text-align: center;
    float: none;
    vertical-align: bottom; }
    @media only screen and (max-width: 45.5625rem) {
      .view.view-tabs.view-id-tabs.view-display-id-tabs dl.tabs dd,
      .tabbed-nodes dl.tabs dd {
        display: block; } }
    .view.view-tabs.view-id-tabs.view-display-id-tabs dl.tabs dd a,
    .tabbed-nodes dl.tabs dd a {
      font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      float: none;
      padding: 12px 0;
      background: transparent;
      color: #003976;
      border-bottom: 3px solid #cacaca;
      transition: 200ms; }
      .view.view-tabs.view-id-tabs.view-display-id-tabs dl.tabs dd a:hover,
      .tabbed-nodes dl.tabs dd a:hover {
        color: rgba(0, 57, 118, 0.5);
        border-bottom: 3px solid rgba(239, 171, 0, 0.5);
        background: transparent;
        text-decoration: none; }
    .view.view-tabs.view-id-tabs.view-display-id-tabs dl.tabs dd.active a,
    .tabbed-nodes dl.tabs dd.active a {
      color: white;
      border-bottom: 3px solid #efab00;
      background-color: #003976;
      border-radius: 12px 12px 0 0; }

.view.view-tabs.view-id-tabs.view-display-id-accordions dl dd > a,
.view.view-faqs.view-id-faqs.view-display-id-group_pane dl dd > a,
.view.view-student-orgs.view-id-student_orgs.view-display-id-panel_pane_1 dl dd > a,
.view-id-articulation_agreement.view-display-id-panel_pane_3 dl dd > a,
.view-id-articulation_agreement.view-display-id-panel_pane_4 dl dd > a,
.paragraphsAccordion dl dd > a {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  color: #003976;
  font-size: 1.125rem;
  padding: 1em 2em 1em 70px;
  position: relative;
  background: transparent;
  border-bottom: 1px solid #dfe4e6; }
  .view.view-tabs.view-id-tabs.view-display-id-accordions dl dd > a:before,
  .view.view-faqs.view-id-faqs.view-display-id-group_pane dl dd > a:before,
  .view.view-student-orgs.view-id-student_orgs.view-display-id-panel_pane_1 dl dd > a:before,
  .view-id-articulation_agreement.view-display-id-panel_pane_3 dl dd > a:before,
  .view-id-articulation_agreement.view-display-id-panel_pane_4 dl dd > a:before,
  .paragraphsAccordion dl dd > a:before {
    position: absolute;
    content: "+";
    left: 0;
    width: 70px;
    text-align: center;
    top: 2px;
    font-size: 38px;
    color: #aeeae5;
    font-weight: normal; }

.view.view-tabs.view-id-tabs.view-display-id-accordions dl dd.active,
.view.view-faqs.view-id-faqs.view-display-id-group_pane dl dd.active,
.view.view-student-orgs.view-id-student_orgs.view-display-id-panel_pane_1 dl dd.active,
.view-id-articulation_agreement.view-display-id-panel_pane_3 dl dd.active,
.view-id-articulation_agreement.view-display-id-panel_pane_4 dl dd.active,
.paragraphsAccordion dl dd.active {
  background-color: #f9f9f9; }
  .view.view-tabs.view-id-tabs.view-display-id-accordions dl dd.active > a,
  .view.view-faqs.view-id-faqs.view-display-id-group_pane dl dd.active > a,
  .view.view-student-orgs.view-id-student_orgs.view-display-id-panel_pane_1 dl dd.active > a,
  .view-id-articulation_agreement.view-display-id-panel_pane_3 dl dd.active > a,
  .view-id-articulation_agreement.view-display-id-panel_pane_4 dl dd.active > a,
  .paragraphsAccordion dl dd.active > a {
    border-bottom: none; }
    .view.view-tabs.view-id-tabs.view-display-id-accordions dl dd.active > a:before,
    .view.view-faqs.view-id-faqs.view-display-id-group_pane dl dd.active > a:before,
    .view.view-student-orgs.view-id-student_orgs.view-display-id-panel_pane_1 dl dd.active > a:before,
    .view-id-articulation_agreement.view-display-id-panel_pane_3 dl dd.active > a:before,
    .view-id-articulation_agreement.view-display-id-panel_pane_4 dl dd.active > a:before,
    .paragraphsAccordion dl dd.active > a:before {
      content: "-"; }
  .view.view-tabs.view-id-tabs.view-display-id-accordions dl dd.active a:not(.button),
  .view.view-faqs.view-id-faqs.view-display-id-group_pane dl dd.active a:not(.button),
  .view.view-student-orgs.view-id-student_orgs.view-display-id-panel_pane_1 dl dd.active a:not(.button),
  .view-id-articulation_agreement.view-display-id-panel_pane_3 dl dd.active a:not(.button),
  .view-id-articulation_agreement.view-display-id-panel_pane_4 dl dd.active a:not(.button),
  .paragraphsAccordion dl dd.active a:not(.button) {
    background: inherit; }
  .view.view-tabs.view-id-tabs.view-display-id-accordions dl dd.active div.content,
  .view.view-faqs.view-id-faqs.view-display-id-group_pane dl dd.active div.content,
  .view.view-student-orgs.view-id-student_orgs.view-display-id-panel_pane_1 dl dd.active div.content,
  .view-id-articulation_agreement.view-display-id-panel_pane_3 dl dd.active div.content,
  .view-id-articulation_agreement.view-display-id-panel_pane_4 dl dd.active div.content,
  .paragraphsAccordion dl dd.active div.content {
    background-color: #f9f9f9;
    padding-left: 70px; }
    .view.view-tabs.view-id-tabs.view-display-id-accordions dl dd.active div.content.active a.button.text-button,
    .view.view-faqs.view-id-faqs.view-display-id-group_pane dl dd.active div.content.active a.button.text-button,
    .view.view-student-orgs.view-id-student_orgs.view-display-id-panel_pane_1 dl dd.active div.content.active a.button.text-button,
    .view-id-articulation_agreement.view-display-id-panel_pane_3 dl dd.active div.content.active a.button.text-button,
    .view-id-articulation_agreement.view-display-id-panel_pane_4 dl dd.active div.content.active a.button.text-button,
    .paragraphsAccordion dl dd.active div.content.active a.button.text-button {
      background-color: inherit; }
  .view.view-tabs.view-id-tabs.view-display-id-accordions dl dd.active a.button.primary,
  .view.view-faqs.view-id-faqs.view-display-id-group_pane dl dd.active a.button.primary,
  .view.view-student-orgs.view-id-student_orgs.view-display-id-panel_pane_1 dl dd.active a.button.primary,
  .view-id-articulation_agreement.view-display-id-panel_pane_3 dl dd.active a.button.primary,
  .view-id-articulation_agreement.view-display-id-panel_pane_4 dl dd.active a.button.primary,
  .paragraphsAccordion dl dd.active a.button.primary {
    background-color: #003976; }
  .view.view-tabs.view-id-tabs.view-display-id-accordions dl dd.active a.button.small:hover,
  .view.view-faqs.view-id-faqs.view-display-id-group_pane dl dd.active a.button.small:hover,
  .view.view-student-orgs.view-id-student_orgs.view-display-id-panel_pane_1 dl dd.active a.button.small:hover,
  .view-id-articulation_agreement.view-display-id-panel_pane_3 dl dd.active a.button.small:hover,
  .view-id-articulation_agreement.view-display-id-panel_pane_4 dl dd.active a.button.small:hover,
  .paragraphsAccordion dl dd.active a.button.small:hover {
    background-color: #0073bd; }

.view.view-tabs.view-id-tabs.view-display-id-accordions dl dd:last-child > a,
.view.view-faqs.view-id-faqs.view-display-id-group_pane dl dd:last-child > a,
.view.view-student-orgs.view-id-student_orgs.view-display-id-panel_pane_1 dl dd:last-child > a,
.view-id-articulation_agreement.view-display-id-panel_pane_3 dl dd:last-child > a,
.view-id-articulation_agreement.view-display-id-panel_pane_4 dl dd:last-child > a,
.paragraphsAccordion dl dd:last-child > a {
  border-bottom: none; }

.view.view-tabs.view-id-tabs.view-display-id-accordions {
  margin-bottom: 2em; }

.view.view-tabs.view-id-tabs.view-display-id-accordion_large {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%); }
  .view.view-tabs.view-id-tabs.view-display-id-accordion_large dd > a {
    background-color: #0073bd;
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 400 ;
    color: white;
    text-align: center;
    font-size: 1.125rem;
    display: block; }
    .view.view-tabs.view-id-tabs.view-display-id-accordion_large dd > a:before {
      content: "";
      width: 30px;
      height: 35px;
      margin-bottom: -10px;
      position: relative;
      right: 1em;
      display: inline-block;
      background-image: url("/sites/all/themes/custom/ksu_base_zurb/svg/accordion-arrow.svg");
      background-repeat: no-repeat;
      background-size: contain; }
  .view.view-tabs.view-id-tabs.view-display-id-accordion_large dd.active > a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .view.view-tabs.view-id-tabs.view-display-id-accordion_large dd.active .content article h2.node-title {
    display: none;
    visibility: hidden; }
  .view.view-tabs.view-id-tabs.view-display-id-accordion_large dd.active .field-name-body a,
  .view.view-tabs.view-id-tabs.view-display-id-accordion_large dd.active .field-name-field-body a {
    background: inherit; }

body .panel-region--wide .view.view-tabs.view-id-tabs.view-display-id-accordion_large {
  margin-left: inherit;
  margin-right: inherit; }

/* code specific for academic page */
.view.view-tabs.view-id-tabs.view-display-id-accordions.academics-accordion dd > a {
  text-align: left; }
  .view.view-tabs.view-id-tabs.view-display-id-accordions.academics-accordion dd > a:before {
    background-image: none; }

.view.view-tabs.view-id-tabs.view-display-id-accordions.academics-accordion dd.active > a:before {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.view.view-tabs.view-id-tabs.view-display-id-accordions.academics-accordion dd.accordion-navigation > br {
  display: none; }

/* Brighter Theme Accordion */
.view.view-tabs.view-id-tabs.view-display-id-accordions.brighter-theme {
  max-width: 75rem;
  margin: auto; }
  .view.view-tabs.view-id-tabs.view-display-id-accordions.brighter-theme dl dd > a {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.25rem !important;
    font-weight: 400 !important;
    line-height: 1.13889 !important;
    color: #0073bd !important;
    letter-spacing: .0175rem !important;
    padding: 15px 0; }
    .view.view-tabs.view-id-tabs.view-display-id-accordions.brighter-theme dl dd > a:before {
      content: "";
      display: none !important; }
  .view.view-tabs.view-id-tabs.view-display-id-accordions.brighter-theme dd.active {
    background: #fff;
    border-top: 1px solid #aeeae5; }
    .view.view-tabs.view-id-tabs.view-display-id-accordions.brighter-theme dd.active div.content {
      background: #fff;
      border-bottom: 1px solid #aeeae5; }
    .view.view-tabs.view-id-tabs.view-display-id-accordions.brighter-theme dd.active .outer {
      fill: #efab20; }
    .view.view-tabs.view-id-tabs.view-display-id-accordions.brighter-theme dd.active .inner {
      fill: #fff;
      transform: translate(-50%, -50%) rotate(135deg); }
  .view.view-tabs.view-id-tabs.view-display-id-accordions.brighter-theme .accordion-group__heading {
    text-transform: capitalize; }
  .view.view-tabs.view-id-tabs.view-display-id-accordions.brighter-theme .icon-accordion-button {
    display: inline-block; }

.geolocation-map {
  width: 100% !important; }

.view-display-id-group_all_locations_grid .views-row {
  background-color: #eee;
  display: inline-block;
  width: 250px;
  margin: 20px;
  vertical-align: top;
  text-align: center; }
  .view-display-id-group_all_locations_grid .views-row .views-field-title {
    font-size: 1.5em; }
  .view-display-id-group_all_locations_grid .views-row .views-field-body {
    font-size: 1em; }
  .view-display-id-group_all_locations_grid .views-row .location-comments-wrapper {
    float: left;
    background: #c4c4c4;
    padding: 0px 6px;
    border-radius: 5px;
    margin: 4px 5px;
    margin-left: 15px; }
    .view-display-id-group_all_locations_grid .views-row .location-comments-wrapper .fa-comments {
      float: left; }
      .view-display-id-group_all_locations_grid .views-row .location-comments-wrapper .fa-comments:before {
        margin-top: 5px;
        position: relative;
        display: inline-block; }
    .view-display-id-group_all_locations_grid .views-row .location-comments-wrapper .location-comments .item-list {
      float: right;
      height: 28px; }
      .view-display-id-group_all_locations_grid .views-row .location-comments-wrapper .location-comments .item-list ul {
        list-style-type: none; }
        .view-display-id-group_all_locations_grid .views-row .location-comments-wrapper .location-comments .item-list ul li {
          margin: 0 0 0.25em .25em; }
  .view-display-id-group_all_locations_grid .views-row .location-likes-wrapper {
    float: left;
    clear: right;
    background: #efab00;
    padding: 0px 6px;
    border-radius: 5px;
    margin: 4px 5px;
    color: white; }
    .view-display-id-group_all_locations_grid .views-row .location-likes-wrapper .fa-thumbs-up {
      float: left; }
      .view-display-id-group_all_locations_grid .views-row .location-likes-wrapper .fa-thumbs-up:before {
        margin-top: 5px;
        position: relative;
        display: inline-block; }
    .view-display-id-group_all_locations_grid .views-row .location-likes-wrapper .location-likes .item-list {
      float: right;
      height: 28px; }
      .view-display-id-group_all_locations_grid .views-row .location-likes-wrapper .location-likes .item-list ul {
        list-style-type: none; }
        .view-display-id-group_all_locations_grid .views-row .location-likes-wrapper .location-likes .item-list ul li {
          margin: 0 0 0.25em .25em; }

html .row {
  max-width: 75rem; }

body .panel-region--wide {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  float: none;
  clear: both;
  position: relative; }

body #page.panel-page-layout main#ksu-main-container {
  max-width: 100%;
  float: none;
  z-index: 2;
  position: relative;
  overflow: hidden; }

body #page.panel-page-layout .panel-region--width-normal {
  max-width: 75rem;
  margin: auto;
  float: none; }

body #page.panel-page-layout .panel-container .panel-inner-wrap {
  max-width: 75rem;
  margin: 0 auto;
  display: block; }

body #page.panel-page-layout h1#page-title, body #page.panel-page-layout ul.breadcrumbs {
  max-width: 75rem;
  margin: 0 auto;
  display: block; }

body #page.panel-page-layout ul.breadcrumbs {
  padding-bottom: .5em; }

.placeholder_div {
  border: 1px dotted;
  padding: 15px;
  display: block;
  background: #f5f5dc; }

@media only screen and (max-width: 63.9375rem) {
  .row .row.small-12.medium-12.large-12.large-centered.columns.halves-row {
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (max-width: 45.5625rem) {
  .horizScroll {
    overflow-x: auto;
    width: 100%; } }

.pad1 {
  padding-top: 1em;
  padding-bottom: 1em; }

.pad1_top {
  padding-top: 1em; }

.pad1_bottom {
  padding-bottom: 1em; }

.pad5 {
  padding-top: 5em;
  padding-bottom: 5em; }

.pad5_top {
  padding-top: 5em; }

.pad5_bottom {
  padding-bottom: 5em; }

.pad10 {
  padding-top: 10em;
  padding-bottom: 10em; }

.pad10_top {
  padding-top: 10em; }

.pad10_bottom {
  padding-bottom: 10em; }

.halves-row {
  clear: both; }

span.gradientOverlay {
  position: relative;
  display: block; }
  span.gradientOverlay img {
    width: 100%; }
  span.gradientOverlay.primary:after, span.gradientOverlay.secondary:after, span.gradientOverlay.tertiary:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10; }
  span.gradientOverlay.primary:after {
    background: -moz-linear-gradient(45deg, rgba(0, 115, 189, 0.35) 0%, rgba(75, 74, 169, 0.35) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0, 115, 189, 0.35) 0%, rgba(75, 74, 169, 0.35) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0, 115, 189, 0.35) 0%, rgba(75, 74, 169, 0.35) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  span.gradientOverlay.secondary:after {
    background: -webkit-linear-gradient(45deg, rgba(30, 87, 153, 0.35) 0%, rgba(239, 171, 0, 0.35) 100%);
    background: -o-linear-gradient(45deg, rgba(30, 87, 153, 0.35) 0%, rgba(239, 171, 0, 0.35) 100%);
    background: linear-gradient(45deg, rgba(30, 87, 153, 0.35) 0%, rgba(239, 171, 0, 0.35) 100%);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  span.gradientOverlay.tertiary:after {
    background: -webkit-linear-gradient(45deg, rgba(174, 234, 229, 0.35) 0%, rgba(239, 171, 0, 0.35) 100%);
    background: -o-linear-gradient(45deg, rgba(174, 234, 229, 0.35) 0%, rgba(239, 171, 0, 0.35) 100%);
    background: linear-gradient(45deg, rgba(174, 234, 229, 0.35) 0%, rgba(239, 171, 0, 0.35) 100%);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

@media only screen and (max-width: 45.5625rem) {
  .stickymenu {
    position: relative; }
    .stickymenu.slideInDown .animated {
      transition-property: none !important;
      transform: none !important;
      animation: none !important; }
    .stickymenu.animated {
      transition-property: none !important;
      transform: none !important;
      animation: none !important; }
    .stickymenu.slideInDown {
      transition-property: none !important;
      transform: none !important;
      animation: none !important; } }

@media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
  .stickymenu {
    position: relative; }
    .stickymenu.slideInDown .animated {
      transition-property: none !important;
      transform: none !important;
      animation: none !important; }
    .stickymenu.animated {
      transition-property: none !important;
      transform: none !important;
      animation: none !important; }
    .stickymenu.slideInDown {
      transition-property: none !important;
      transform: none !important;
      animation: none !important; } }

@media only screen and (min-width: 64rem) {
  .stickymenu {
    width: 100%;
    position: fixed !important;
    top: 0px !important;
    z-index: 99; } }

.kent-rd-megamenu {
  float: right;
  max-width: 73%;
  margin-top: 7px;
  position: initial; }
  .kent-rd-megamenu .content {
    background-color: transparent; }
  .kent-rd-megamenu .megamenu-container ul.megamenu-links {
    list-style-type: none;
    margin: 15px 0 15px; }
    @media only screen and (min-width: 64rem) {
      .kent-rd-megamenu .megamenu-container ul.megamenu-links {
        margin: 18px 0 0 0; } }
    @media only screen and (min-width: 64rem) {
      .kent-rd-megamenu .megamenu-container ul.megamenu-links li {
        margin: .7em 0; }
        .kent-rd-megamenu .megamenu-container ul.megamenu-links li a {
          line-height: 120%;
          display: block; } }
    .kent-rd-megamenu .megamenu-container ul.megamenu-links li.scnd-level, .kent-rd-megamenu .megamenu-container ul.megamenu-links li.scnd-level ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      font-size: 1.125em;
      line-height: 175%; }
  .kent-rd-megamenu .megamenu-container ul.megamenu-links li.scnd-level {
    margin: 0 1.5% 0 0;
    padding: 1.5% 1.5%;
    display: inline-block;
    padding-bottom: 15px;
    vertical-align: top; }
    @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
      .kent-rd-megamenu .megamenu-container ul.megamenu-links li.scnd-level {
        width: 46.5%; } }
    @media only screen and (max-width: 45.5625rem) {
      .kent-rd-megamenu .megamenu-container ul.megamenu-links li.scnd-level {
        width: 96%; } }
    @media only screen and (min-width: 64rem) {
      .kent-rd-megamenu .megamenu-container ul.megamenu-links li.scnd-level {
        min-height: 60px; } }
    .kent-rd-megamenu .megamenu-container ul.megamenu-links li.scnd-level > div.level-header {
      font-size: 1em;
      font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: uppercase;
      color: black; }
  @media only screen and (min-width: 45.5625rem) {
    .kent-rd-megamenu .megamenu-container ul.megamenu-links li.scnd-level:first-child:nth-last-child(4),
    .kent-rd-megamenu .megamenu-container ul.megamenu-links li.scnd-level:first-child:nth-last-child(4) ~ li {
      width: 21.5%; }
    .kent-rd-megamenu .megamenu-container ul.megamenu-links li.scnd-level:first-child:nth-last-child(3),
    .kent-rd-megamenu .megamenu-container ul.megamenu-links li.scnd-level:first-child:nth-last-child(3) ~ li {
      width: 30%; } }
  .kent-rd-megamenu ul.megamenu-wrapper {
    float: right;
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 64rem) {
      .kent-rd-megamenu ul.megamenu-wrapper {
        position: inherit; } }
  .kent-rd-megamenu ul.megamenu-wrapper > li {
    display: inline-block;
    line-height: 65px; }
  .kent-rd-megamenu ul.megamenu-wrapper > li > a {
    box-shadow: none;
    background: transparent;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    text-decoration: none;
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 400 ;
    font-size: .95em;
    padding: 0 8px;
    color: #e6e6e6;
    border-bottom: none;
    outline: 0 none;
    width: 100%;
    position: relative; }
    .kent-rd-megamenu ul.megamenu-wrapper > li > a:hover, .kent-rd-megamenu ul.megamenu-wrapper > li > a.active {
      background: transparent; }
    .kent-rd-megamenu ul.megamenu-wrapper > li > a:hover {
      text-decoration: none; }
    .kent-rd-megamenu ul.megamenu-wrapper > li > a > span {
      color: #e6e6e6;
      font-weight: 400;
      position: relative; }
  .kent-rd-megamenu ul.megamenu-wrapper > li .tagboard-iframe {
    display: none; }
  .kent-rd-megamenu ul.megamenu-wrapper > li.open > a > span:after, .kent-rd-megamenu ul.megamenu-wrapper > li:hover > a > span:after, .kent-rd-megamenu ul.megamenu-wrapper > li:focus > a > span:after {
    opacity: 1;
    visibility: visible;
    width: 100%; }
  .kent-rd-megamenu ul.megamenu-wrapper > li.open .tagboard-iframe, .kent-rd-megamenu ul.megamenu-wrapper > li:hover .tagboard-iframe, .kent-rd-megamenu ul.megamenu-wrapper > li:focus .tagboard-iframe {
    display: inline-block; }
  .kent-rd-megamenu ul.megamenu-wrapper > li > a:focus > span:after, .kent-rd-megamenu ul.megamenu-wrapper > li > a:active > span:after {
    opacity: 1;
    visibility: visible;
    width: 100%; }

.theme--ksu-kent-zurb .megamenu-wrapper li:last-child .megamenu-container ul.megamenu-links li.scnd-level:first-child {
  background-color: #faf29f; }

.kent-rd-megamenu .megamenu-wrapper .megamenu-container {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: none;
  display: none;
  padding-bottom: 2em; }

.kent-rd-megamenu .megamenu-wrapper .megamenu-container .megamenu-extra a, .admission_top_markup a {
  visibility: hidden; }

.kent-rd-megamenu .megamenu-wrapper > li.open .megamenu-extra a, .kent-rd-megamenu .megamenu-wrapper > li.open .admission_top_markup a {
  visibility: visible; }

.kent-rd-megamenu .megamenu-wrapper > li.open > .megamenu-container {
  visibility: visible;
  opacity: 1;
  width: 100%;
  box-shadow: none;
  z-index: 100;
  display: block;
  left: 0; }
  @media only screen and (max-width: 63.9375rem) {
    .kent-rd-megamenu .megamenu-wrapper > li.open > .megamenu-container {
      position: relative;
      float: left; } }
  @media only screen and (min-width: 64rem) {
    .kent-rd-megamenu .megamenu-wrapper > li.open > .megamenu-container {
      position: absolute;
      float: left;
      padding: 10px 25px 25px;
      top: 91px;
      background: #fff; } }

.kent-rd-megamenu .megamenu-wrapper > li span.subheader, .kent-rd-megamenu .megamenu-wrapper > li h3.subheader {
  font-size: 2.125em;
  text-transform: uppercase;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  font-weight: 100;
  margin: 20px 0 25px;
  display: block; }
  @media only screen and (max-width: 45.5625rem) {
    .kent-rd-megamenu .megamenu-wrapper > li span.subheader, .kent-rd-megamenu .megamenu-wrapper > li h3.subheader {
      width: 90%; } }
  .kent-rd-megamenu .megamenu-wrapper > li span.subheader a:hover, .kent-rd-megamenu .megamenu-wrapper > li h3.subheader a:hover {
    text-decoration: underline; }
  .kent-rd-megamenu .megamenu-wrapper > li span.subheader:after, .kent-rd-megamenu .megamenu-wrapper > li h3.subheader:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    margin-left: 1rem;
    width: 35px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right;
    top: 30px;
    background-image: url(/sites/all/themes/custom/ksu_base_zurb/svg/teaser3-title.svg); }
    @media only screen and (max-width: 45.5625rem) {
      .kent-rd-megamenu .megamenu-wrapper > li span.subheader:after, .kent-rd-megamenu .megamenu-wrapper > li h3.subheader:after {
        width: 30px;
        height: 30px;
        top: 25px;
        display: none !important; } }
  @media only screen and (max-width: 45.5625rem) {
    .kent-rd-megamenu .megamenu-wrapper > li span.subheader a, .kent-rd-megamenu .megamenu-wrapper > li h3.subheader a {
      padding-right: 3em; } }

@media only screen and (min-width: 64rem) {
  .kent-rd-megamenu ul.megamenu-wrapper li a.megamenu-title .icon {
    display: none; }
  body:not(.theme--ksu-kent-zurb-2018) .kent-rd-megamenu ul.megamenu-wrapper li.megamenu-right a:focus ~ div.megamenu-container, body:not(.theme--ksu-kent-zurb-2018) .kent-rd-megamenu ul.megamenu-wrapper li.megamenu-right a:active ~ div.megamenu-container {
    right: 0;
    left: inherit !important; }
  body:not(.theme--ksu-kent-zurb-2018) .kent-rd-megamenu ul.megamenu-wrapper li.megamenu-right:hover div.megamenu-container, body:not(.theme--ksu-kent-zurb-2018) .kent-rd-megamenu ul.megamenu-wrapper li.megamenu-right.open div.megamenu-container, body:not(.theme--ksu-kent-zurb-2018) .kent-rd-megamenu ul.megamenu-wrapper li.megamenu-right:focus div.megamenu-container, body:not(.theme--ksu-kent-zurb-2018) .kent-rd-megamenu ul.megamenu-wrapper li:nth-last-child(-n+2) div.megamenu-container {
    right: 0;
    left: inherit !important; }
  body:not(.theme--ksu-kent-zurb-2018) .kent-rd-megamenu ul.megamenu-wrapper li.open div.megamenu-container {
    left: 0; } }

.kent-rd-megamenu #mega-menu-post-menu {
  display: none;
  float: left;
  padding: 20px; }
  @media only screen and (max-width: 63.9375rem) {
    .kent-rd-megamenu #mega-menu-post-menu {
      display: block; } }
  .kent-rd-megamenu #mega-menu-post-menu li {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 10px 0; }
    .kent-rd-megamenu #mega-menu-post-menu li ul {
      display: none; }
  .kent-rd-megamenu #mega-menu-post-menu a {
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 700 ;
    font-size: 0.9375rem;
    font-weight: 600; }

@media only screen and (max-width: 63.9375rem) {
  .kent-rd-megamenu {
    float: left;
    position: absolute;
    background: white;
    top: 64px;
    z-index: 5;
    max-width: 100%;
    width: 100%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    left: 0;
    display: none; }
    body.active-mobile-menu .kent-rd-megamenu {
      display: block; }
  .kent-rd-megamenu ul.megamenu-wrapper {
    padding: 5px 4% 25px;
    display: block;
    width: 100%;
    float: left; }
    .kent-rd-megamenu ul.megamenu-wrapper > li {
      float: left;
      clear: both;
      width: 100%;
      display: block; }
    .kent-rd-megamenu ul.megamenu-wrapper > li > a {
      display: block;
      width: 100%;
      padding: 15px 0;
      border-bottom: 1px solid #aeeae5;
      position: relative; }
      .kent-rd-megamenu ul.megamenu-wrapper > li > a > span.link-text {
        line-height: 1.5;
        display: block;
        width: 100%;
        color: #003976;
        font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
        font-weight: 400 ;
        font-weight: 100;
        text-shadow: none;
        font-size: 1.6em; }
        .kent-rd-megamenu ul.megamenu-wrapper > li > a > span.link-text:after {
          display: none; }
    .kent-rd-megamenu ul.megamenu-wrapper > li > a > i.icon {
      width: 30px;
      height: 30px;
      position: absolute;
      right: 10px;
      top: 30px;
      margin-top: -15px; }
      .kent-rd-megamenu ul.megamenu-wrapper > li > a > i.icon .outline {
        color: #efab00; }
      .kent-rd-megamenu ul.megamenu-wrapper > li > a > i.icon polygon {
        color: #003976; }
    .kent-rd-megamenu ul.megamenu-wrapper > li a > i.icon.hex-arrow-down {
      display: block; }
    .kent-rd-megamenu ul.megamenu-wrapper > li.open i.icon.hex-arrow-down {
      display: none; }
    .kent-rd-megamenu ul.megamenu-wrapper > li.open i.icon.hex-arrow-right {
      display: block; } }

@media only screen and (max-width: 45.5625rem) {
  .kent-rd-megamenu ul.megamenu-wrapper > li > a > span.link-text {
    font-size: 16px; }
  .kent-rd-megamenu ul.megamenu-wrapper > li a i.icon.hex-arrow-down, .kent-rd-megamenu ul.megamenu-wrapper > li a i.icon.hex-arrow-right {
    top: 19px; } }

@media only screen and (max-width: 63.9375rem) {
  .kent-rd-megamenu {
    top: 95px; }
    .theme--ksu-kent-zurb-2018 .kent-rd-megamenu {
      border-bottom: 5px solid #efab00; }
  body .ksu-megamenu-panels .megamenu-extra {
    display: none; } }

body.section-404-page li:hover div.megamenu-container, body.section-404-page li a:active + div.megamenu-container, body.section-404-page li a:focus + div.megamenu-container,
body.section-404 li:hover div.megamenu-container,
body.section-404 li a:active + div.megamenu-container,
body.section-404 li a:focus + div.megamenu-container,
body.page-taxonomy li:hover div.megamenu-container,
body.page-taxonomy li a:active + div.megamenu-container,
body.page-taxonomy li a:focus + div.megamenu-container,
body.page-taxonomy-term li:hover div.megamenu-container,
body.page-taxonomy-term li a:active + div.megamenu-container,
body.page-taxonomy-term li a:focus + div.megamenu-container,
body.page-taxonomy-term- li:hover div.megamenu-container,
body.page-taxonomy-term- li a:active + div.megamenu-container,
body.page-taxonomy-term- li a:focus + div.megamenu-container,
body.page-search li:hover div.megamenu-container,
body.page-search li a:active + div.megamenu-container,
body.page-search li a:focus + div.megamenu-container,
body.page-search-site li:hover div.megamenu-container,
body.page-search-site li a:active + div.megamenu-container,
body.page-search-site li a:focus + div.megamenu-container,
body.page-search-site- li:hover div.megamenu-container,
body.page-search-site- li a:active + div.megamenu-container,
body.page-search-site- li a:focus + div.megamenu-container {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  z-index: 0 !important; }

body .ksu-megamenu-panels .megamenu-extra {
  border-top: 1px solid #cacaca;
  padding-top: 0;
  margin-top: 0;
  text-align: center;
  line-height: 120%; }
  body .ksu-megamenu-panels .megamenu-extra .pane-content {
    text-align: left; }
  body .ksu-megamenu-panels .megamenu-extra .ui-tabs > h2,
  body .ksu-megamenu-panels .megamenu-extra h2.pane-title {
    border-bottom: 3px solid #efab00;
    font-size: 100%;
    margin: 25px 0;
    display: inline-block;
    text-transform: uppercase; }
  body .ksu-megamenu-panels .megamenu-extra > * > .columns {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

.megamenu-extra .view .more-link {
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 0;
  float: left; }
  .megamenu-extra .view .more-link a {
    font-family: 'NationalLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #e5e854;
    color: #003976;
    padding: 0.85em 1em;
    margin: 0 auto 1rem auto;
    font-size: 0.9rem;
    text-align: center;
    transition: 200ms;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    float: none;
    text-decoration: none; }
    .megamenu-extra .view .more-link a:hover {
      text-decoration: none;
      background-color: #dee227; }

.megamenu-extra .megamenu-date-style .views-row {
  width: 50%;
  float: left;
  margin-bottom: 20px; }
  @media only screen and (max-width: 45.5625rem) {
    .megamenu-extra .megamenu-date-style .views-row {
      width: 100%; } }
  .megamenu-extra .megamenu-date-style .views-row.views-row-even:after {
    content: "";
    clear: both;
    display: inline-block; }

.megamenu-extra .megamenu-date-style .calendar-date {
  float: left;
  padding: 10px 15px;
  background-color: #e5e854;
  color: #003976;
  margin-right: 10px; }
  .megamenu-extra .megamenu-date-style .calendar-date .month {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    display: block; }
  .megamenu-extra .megamenu-date-style .calendar-date .day {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    display: block; }

.megamenu-extra .megamenu-date-style .views-field-field-event-date-3 {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  margin-bottom: 5px;
  color: black;
  font-size: 15px; }

.megamenu-extra .megamenu-date-style .views-field-title {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  color: #003976;
  font-size: 18px;
  margin-bottom: 15px; }

body .ksu-megamenu-panels .megamenu-extra .mosaic-home-fpp {
  padding: 0; }
  body .ksu-megamenu-panels .megamenu-extra .mosaic-home-fpp .mosaic-home-cover {
    background-image: none !important;
    padding: 0;
    line-height: 155%; }
  body .ksu-megamenu-panels .megamenu-extra .mosaic-home-fpp .top_overlay,
  body .ksu-megamenu-panels .megamenu-extra .mosaic-home-fpp .field-name-field-mosaic-header,
  body .ksu-megamenu-panels .megamenu-extra .mosaic-home-fpp .mosaic--tile-8,
  body .ksu-megamenu-panels .megamenu-extra .mosaic-home-fpp .mosaic--tile-9,
  body .ksu-megamenu-panels .megamenu-extra .mosaic-home-fpp .mosaic--tile-10 {
    display: none; }
  body .ksu-megamenu-panels .megamenu-extra .mosaic-home-fpp .mosaic--tile-1 {
    line-height: 270%; }
  body .ksu-megamenu-panels .megamenu-extra .mosaic-home-fpp .mosaic-container .mosaic--tile-1 .field-type-text {
    color: white; }

.megamenu-extra .pane-megamenu-featured-academic-news {
  padding-top: 15px;
  margin-top: 15px;
  float: left;
  position: relative;
  width: 100%; }

.megamenu-extra .news-mega-slider .views-field-title {
  font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  padding-bottom: 10px; }
  .megamenu-extra .news-mega-slider .views-field-title a {
    color: #4994cb;
    text-transform: uppercase; }

.megamenu-extra .news-mega-slider .views-field-field-page-media img {
  width: 100%; }

.megamenu-extra .news-mega-slider .megamenu-slider-js {
  position: relative; }
  .megamenu-extra .news-mega-slider .megamenu-slider-js .owl-pause-play,
  .megamenu-extra .news-mega-slider .megamenu-slider-js .owl-controls {
    display: none; }

.megamenu-extra .news-mega-slider .megamenu-slider-js .faux-controls a {
  width: 35px;
  height: 35px;
  line-height: 34px;
  background-color: #efab00;
  color: white;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-family: monospace;
  text-decoration: none;
  margin-right: 2px;
  margin-bottom: 5px; }

.megamenu-extra .news-mega-slider .panel-2col .panel-col-last .inside {
  padding-right: 50px; }

.megamenu-extra .panel-pane.pane-views-panes.pane-events-group-promoted-pane-2col {
  max-width: 60rem;
  margin: 0 auto; }

.megamenu-extra .megamenu-listing-style .row .created {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  font-size: 15px;
  color: #003976; }

.megamenu-extra .megamenu-listing-style .row .title {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  font-size: 18px;
  color: #003976; }

.megamenu-extra .megamenu-listing-style .row.element-row {
  width: 83.33333%;
  padding: 10px 8%; }

.megamenu-extra .view-display-id-life_at_ksu .views-row {
  position: relative;
  width: 25%;
  height: 275px;
  float: left;
  display: inline-block; }
  @media only screen and (max-width: 45.5625rem) {
    .megamenu-extra .view-display-id-life_at_ksu .views-row {
      width: 100%;
      height: inherit;
      float: none;
      display: block; } }
  .megamenu-extra .view-display-id-life_at_ksu .views-row.views-row-1 {
    width: 50%;
    height: 550px; }
    @media only screen and (max-width: 45.5625rem) {
      .megamenu-extra .view-display-id-life_at_ksu .views-row.views-row-1 {
        width: 100%;
        height: inherit;
        float: none;
        display: block; } }

.megamenu-extra .view-display-id-life_at_ksu .views-field-field-page-media {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0; }
  @media only screen and (max-width: 45.5625rem) {
    .megamenu-extra .view-display-id-life_at_ksu .views-field-field-page-media {
      position: relative; } }
  .megamenu-extra .view-display-id-life_at_ksu .views-field-field-page-media img {
    width: 100%;
    height: 100%;
    position: absolute; }
    @media only screen and (max-width: 45.5625rem) {
      .megamenu-extra .view-display-id-life_at_ksu .views-field-field-page-media img {
        position: relative; } }

.megamenu-extra .view-display-id-life_at_ksu .views-field-title {
  font-size: 1.5625rem;
  line-height: 1.3;
  font-family: 'NationalBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  word-wrap: break-word; }
  .megamenu-extra .view-display-id-life_at_ksu .views-field-title a {
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5; }
    .megamenu-extra .view-display-id-life_at_ksu .views-field-title a:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 50%;
      right: 0;
      left: 0;
      background-color: transparent;
      background-image: linear-gradient(to top, transparent, #0a0a0a);
      z-index: 4; }
    .megamenu-extra .view-display-id-life_at_ksu .views-field-title a:hover:after {
      bottom: 30%;
      transition: 300ms; }
    .megamenu-extra .view-display-id-life_at_ksu .views-field-title a span.grid-text {
      position: absolute;
      top: 4%;
      left: 4%;
      z-index: 5; }

.megamenu-extra .megamenu-image-blocks-3 .views-row,
.megamenu-extra .megamenu-image-blocks-4 .views-row {
  clear: none;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.megamenu-extra .megamenu-image-blocks-3 .views-field-title,
.megamenu-extra .megamenu-image-blocks-4 .views-field-title {
  color: #003976;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  font-size: 15px;
  padding: 1em 0 2em; }

.megamenu-extra .megamenu-image-blocks-4 .views-row {
  width: 21.5%;
  margin: 10px 1.5% 15px;
  min-height: 245px; }
  @media only screen and (max-width: 45.5625rem) {
    .megamenu-extra .megamenu-image-blocks-4 .views-row {
      margin: 0 1% 15px 1%;
      width: 98%;
      min-height: inherit; } }

.megamenu-extra .megamenu-image-blocks-3 .views-row {
  width: 29.5%;
  margin: 10px 1.5% 15px;
  min-height: 245px; }
  @media only screen and (max-width: 45.5625rem) {
    .megamenu-extra .megamenu-image-blocks-3 .views-row {
      margin: 0 1% 15px 1%;
      width: 98%;
      min-height: inherit; } }

.megamenu-wrapper .admission_top_markup {
  float: left;
  width: 100%;
  display: block;
  line-height: 135%;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 25px;
  margin-bottom: 25px;
  margin-top: 15px; }
  .megamenu-wrapper .admission_top_markup .apply_el {
    font-size: 30px;
    line-height: 1.5;
    display: inline-block; }
  .megamenu-wrapper .admission_top_markup .textwrap {
    max-width: 43%;
    margin: 0;
    display: inline-block;
    padding-right: 5px; }
  .megamenu-wrapper .admission_top_markup .student-list {
    max-width: 55%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    border-bottom: 3px solid #aeeae5;
    padding-bottom: 2px;
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .megamenu-wrapper .admission_top_markup .student-list a {
      color: #efab00;
      display: inline-block;
      display: none;
      width: 100%; }
      .megamenu-wrapper .admission_top_markup .student-list a:first-child {
        display: inline-block; }
  .megamenu-wrapper .admission_top_markup .apply_el.open .student-list a {
    display: inline-block; }
  .megamenu-wrapper .admission_top_markup .arrow-toggle {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; }
    .megamenu-wrapper .admission_top_markup .arrow-toggle svg {
      width: 30px;
      height: 30px; }
    .megamenu-wrapper .admission_top_markup .arrow-toggle .outline {
      fill: #efab00; }
  .megamenu-wrapper .admission_top_markup .side-links a {
    margin: 3px 0;
    display: inline-block; }

.block-apachesolr-panels-search-form .ui-tabs {
  width: 73.333333%;
  margin: 0 auto; }
  .block-apachesolr-panels-search-form .ui-tabs .ui-widget-header li.ui-state-default a {
    color: #0073bd;
    border-bottom: 0;
    padding: 20px 10px;
    line-height: 0; }
    .block-apachesolr-panels-search-form .ui-tabs .ui-widget-header li.ui-state-default a:hover {
      color: #003976;
      border-bottom: 0; }
    .block-apachesolr-panels-search-form .ui-tabs .ui-widget-header li.ui-state-default a:focus {
      color: #003976;
      border-bottom: 0;
      background-color: #aeeae5 !important;
      border-radius: 30px !important; }
  .block-apachesolr-panels-search-form .ui-tabs .ui-widget-header li.ui-state-default:hover {
    background-color: #aeeae5;
    border-radius: 30px; }
  .block-apachesolr-panels-search-form .ui-tabs .ui-widget-header li.ui-state-default:focus {
    background-color: #aeeae5 !important;
    border-radius: 30px !important; }
  .block-apachesolr-panels-search-form .ui-tabs .ui-widget-header li.ui-state-default.ui-state-active {
    background-color: #f8eb61;
    border-radius: 30px; }
    .block-apachesolr-panels-search-form .ui-tabs .ui-widget-header li.ui-state-default.ui-state-active a {
      color: #003976;
      border-bottom: 0; }

html .l-header .block-kent-state-blocks-campus-secondary-menu {
  padding: 0;
  position: absolute;
  top: -55px;
  right: 180px;
  height: 35px;
  display: none; }
  @media only screen and (min-width: 64rem) {
    html .l-header .block-kent-state-blocks-campus-secondary-menu {
      display: block; } }
  html .l-header .block-kent-state-blocks-campus-secondary-menu ul.menu {
    margin: 0 5px;
    padding: 0; }
  html .l-header .block-kent-state-blocks-campus-secondary-menu ul, html .l-header .block-kent-state-blocks-campus-secondary-menu ul li {
    list-style: none; }
  html .l-header .block-kent-state-blocks-campus-secondary-menu ul ul {
    display: none; }
  html .l-header .block-kent-state-blocks-campus-secondary-menu li {
    display: inline-block; }
  html .l-header .block-kent-state-blocks-campus-secondary-menu a {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003976;
    font-size: 0.9375rem;
    line-height: 35px;
    display: inline-block;
    padding: 0 6px;
    transition: color 0.2s ease; }
    html .l-header .block-kent-state-blocks-campus-secondary-menu a:hover {
      text-decoration: underline; }
    html .l-header .block-kent-state-blocks-campus-secondary-menu a:first-child:hover {
      color: #efab00; }

html #page.header-util-ct-3 .l-header .block-kent-state-blocks-campus-secondary-menu {
  right: 250px; }

html #page.header-util-ct-0 .l-header .block-kent-state-blocks-campus-secondary-menu {
  right: 3px; }

.l-header .block-ksu-custom-blocks-redesign-utility-nav-links {
  position: absolute;
  top: -55px;
  right: 0;
  height: 35px; }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    .l-header .block-ksu-custom-blocks-redesign-utility-nav-links {
      top: -50px; } }
  @media only screen and (max-width: 45.5625rem) {
    .l-header .block-ksu-custom-blocks-redesign-utility-nav-links {
      display: none; } }
  .l-header .block-ksu-custom-blocks-redesign-utility-nav-links .block-title {
    display: none; }

ul.ksu_redesign_util_nav_temp {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.ksu_redesign_util_nav_temp > li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: auto;
    float: left; }
  ul.ksu_redesign_util_nav_temp li a {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 35px;
    display: block;
    padding: 0 1.2rem;
    color: #003976;
    text-transform: uppercase;
    font-size: 0.875rem;
    text-decoration: none;
    border-left: 1px solid white; }
    ul.ksu_redesign_util_nav_temp li a.apply, ul.ksu_redesign_util_nav_temp li a.visit {
      background: linear-gradient(to bottom, #f8eb61, #efab00); }
      ul.ksu_redesign_util_nav_temp li a.apply:hover, ul.ksu_redesign_util_nav_temp li a.visit:hover {
        background: linear-gradient(to bottom, #fcf7c3, #efab00); }
    ul.ksu_redesign_util_nav_temp li a.give {
      background: linear-gradient(to bottom, #aeeae5, #5ec4df); }
      ul.ksu_redesign_util_nav_temp li a.give:hover {
        background: linear-gradient(to bottom, white, #5ec4df); }

.l-header #mega-menu-utility-pre-menu {
  float: left;
  margin: 0;
  width: 100%; }
  @media only screen and (max-width: 45.5625rem) {
    .l-header #mega-menu-utility-pre-menu {
      display: block; } }
  .l-header #mega-menu-utility-pre-menu ul.ksu_redesign_util_nav_temp {
    float: left;
    width: 100%;
    margin: 0; }
    .l-header #mega-menu-utility-pre-menu ul.ksu_redesign_util_nav_temp li {
      float: left;
      display: inline-block;
      text-align: center; }
      .l-header #mega-menu-utility-pre-menu ul.ksu_redesign_util_nav_temp li a {
        font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-variant-numeric: lining-nums;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .l-header #mega-menu-utility-pre-menu ul.ksu_redesign_util_nav_temp.utility-col-2 li {
      width: 50%; }
    .l-header #mega-menu-utility-pre-menu ul.ksu_redesign_util_nav_temp.utility-col-3 li {
      width: 33.33%; }

.block-kent-state-blocks-campus-secondary-menu .give-to-kent-mobile {
  display: none; }
  @media only screen and (max-width: 63.9375rem) {
    .block-kent-state-blocks-campus-secondary-menu .give-to-kent-mobile {
      display: block; } }

.l-header .block-ksu-custom-blocks-redesign-svg-logo {
  float: left;
  width: 20%;
  display: inline-block; }

.l-header .block-ksu-custom-blocks-redesign-svg-logo a#svg-logo {
  display: block;
  float: left; }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    .l-header .block-ksu-custom-blocks-redesign-svg-logo a#svg-logo {
      margin-top: -6px;
      margin-left: 15px; } }
  @media only screen and (max-width: 45.5625rem) {
    .l-header .block-ksu-custom-blocks-redesign-svg-logo a#svg-logo {
      margin-top: -11px;
      margin-left: 10px; } }
  .l-header .block-ksu-custom-blocks-redesign-svg-logo a#svg-logo img,
  .l-header .block-ksu-custom-blocks-redesign-svg-logo a#svg-logo svg {
    max-width: inherit;
    width: 215px;
    height: 60px; }
    @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
      .l-header .block-ksu-custom-blocks-redesign-svg-logo a#svg-logo img,
      .l-header .block-ksu-custom-blocks-redesign-svg-logo a#svg-logo svg {
        width: 170px;
        height: 50px; } }
    @media only screen and (max-width: 45.5625rem) {
      .l-header .block-ksu-custom-blocks-redesign-svg-logo a#svg-logo img,
      .l-header .block-ksu-custom-blocks-redesign-svg-logo a#svg-logo svg {
        width: 165px;
        height: 45px; } }

.block-ksu-custom-blocks-redesign-svg-logo a#svg-logo.base use:first-child,
.block-ksu-custom-blocks-redesign-svg-logo a#svg-logo.base path {
  fill: #dddddd; }

.block-ksu-custom-blocks-redesign-svg-logo a#svg-logo.base use:last-child,
.block-ksu-custom-blocks-redesign-svg-logo a#svg-logo.base path:last-child {
  fill: #efab00; }

.block-ksu-custom-blocks-redesign-svg-logo a#svg-logo.alternate use:last-child,
.block-ksu-custom-blocks-redesign-svg-logo a#svg-logo.alternate path:last-child {
  fill: #efab00; }

body .block-google-appliance-ga-block-search-form {
  float: right;
  z-index: 2;
  position: initial; }
  body .block-google-appliance-ga-block-search-form .search-button {
    float: right;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    margin-left: 4px;
    display: inline-block;
    z-index: 100;
    color: #aeeae5;
    transition: all 0.4s ease; }
    @media only screen and (min-width: 64rem) {
      body .block-google-appliance-ga-block-search-form .search-button {
        top: 12px; } }
    @media only screen and (max-width: 45.5625rem) {
      body .block-google-appliance-ga-block-search-form .search-button {
        margin-top: -9px; } }
    body .block-google-appliance-ga-block-search-form .search-button:hover, body .block-google-appliance-ga-block-search-form .search-button:focus {
      color: #aeeae5;
      background-color: #0073bd; }
      @media only screen and (max-width: 45.5625rem) {
        body .block-google-appliance-ga-block-search-form .search-button:hover, body .block-google-appliance-ga-block-search-form .search-button:focus {
          background-color: transparent; } }
  body .block-google-appliance-ga-block-search-form .show-for-sr {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }
  body .block-google-appliance-ga-block-search-form svg {
    float: left;
    height: 30px;
    width: 30px; }

body.page-search h1#page-title.title {
  display: none; }

body.page-search .block-apachesolr-panels {
  display: none; }

body.page-search ul.button-group {
  display: none; }

body.page-search .search_facet_solr, body.page-search .search_facet_solr a {
  color: #eaab00; }

body.page-search .search-snippet-url {
  font-size: .85em;
  color: #888;
  overflow-wrap: break-word;
  word-wrap: break-word; }

main .row.search-links {
  display: none; }

.row.search-links a {
  color: #eaab00  !important; }

body.page-search.body-overlay div#page,
body.page-taxonomy.body-overlay div#page {
  position: relative; }

body.page-search.body-overlay #main-content--overlay,
body.page-taxonomy.body-overlay #main-content--overlay {
  top: 35px; }

body .block-apachesolr-panels-search-form {
  float: right;
  z-index: 2;
  position: initial; }
  body .block-apachesolr-panels-search-form .form-item, body .block-apachesolr-panels-search-form .form-actions {
    margin: 0; }
  body .block-apachesolr-panels-search-form .search-button {
    float: right;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    margin-left: 4px;
    display: inline-block;
    z-index: 100;
    color: #aeeae5;
    transition: all 0.4s ease; }
    @media only screen and (min-width: 64rem) {
      body .block-apachesolr-panels-search-form .search-button {
        top: 12px; } }
    @media only screen and (max-width: 45.5625rem) {
      body .block-apachesolr-panels-search-form .search-button {
        margin-top: -9px; } }
    body .block-apachesolr-panels-search-form .search-button:hover, body .block-apachesolr-panels-search-form .search-button:focus {
      color: #aeeae5;
      background-color: #0073bd; }
      @media only screen and (max-width: 45.5625rem) {
        body .block-apachesolr-panels-search-form .search-button:hover, body .block-apachesolr-panels-search-form .search-button:focus {
          background-color: transparent; } }
  body .block-apachesolr-panels-search-form .show-for-sr {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }
  body .block-apachesolr-panels-search-form svg {
    float: left;
    height: 30px;
    width: 30px; }

div.kent-search-overlay {
  /*-------select box----*/
  /********************
  Select2 Override style
  *********************/
  /* Assign min-width to container */
  /****** Single SCSS *******/
  /*---------------------*/
  /*for IE10*/
  visibility: visible;
  opacity: 1;
  width: 100%;
  box-shadow: none;
  position: absolute;
  background: #fff;
  z-index: 3;
  float: left;
  left: 0; }
  div.kent-search-overlay button.search-button-new {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 5px 5px 0px;
    height: 42px;
    max-height: 42px;
    line-height: 42px;
    font-family: Roboto,Helvetica;
    text-transform: unset;
    font-weight: bold;
    font-size: 17px;
    width: 120px;
    white-space: nowrap;
    text-align: center;
    padding: 0;
    background: #2469cb; }
    div.kent-search-overlay button.search-button-new i.fa {
      padding-right: 5px; }
  div.kent-search-overlay .select2-container {
    min-width: 13.5em;
    font-family: Roboto, Helvetica;
    position: absolute;
    top: 0; }
  div.kent-search-overlay .select2-container--open .select2-dropdown--below,
  div.kent-search-overlay .select2-container--open .select2-dropdown--above {
    background: white; }
  div.kent-search-overlay .select2-container--flat .select2-container--focus .select2-selection--multiple {
    border: 1px solid #e8f3fd !important; }
  div.kent-search-overlay .select2-container--flat .select2-results__option {
    height: 37px;
    line-height: 37px;
    color: black; }
  div.kent-search-overlay .select2-container--flat .select2-results__option--highlighted[aria-selected] {
    height: 37px;
    line-height: 37px;
    background: #e8f3fd !important;
    color: black; }
  div.kent-search-overlay .select2-container--flat .select2-results__option[aria-selected=true] {
    background: #e8f3fd !important;
    color: black;
    opacity: 0.8;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  div.kent-search-overlay .select2-container--flat .select2-selection--single {
    border-radius: 5px 0px 0px 5px; }
  div.kent-search-overlay .select2-container--flat.select2-container--open .select2-selection__arrow b {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg); }
  div.kent-search-overlay .select2-container--flat span.select2-search {
    display: none; }
    div.kent-search-overlay .select2-container--flat span.select2-search input {
      height: 42px !important; }
  div.kent-search-overlay .select2-container .select2-choice {
    border: 1px solid #2469cb;
    height: 42px;
    border-radius: 0px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    text-indent: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none; }
    div.kent-search-overlay .select2-container .select2-choice div {
      border-left: 2px solid #dce4ec;
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    div.kent-search-overlay .select2-container .select2-choice .select2-arrow {
      border: 0px;
      border-radius: 0px;
      background: transparent;
      background-image: none; }
  div.kent-search-overlay .select2-container *:focus {
    outline: 0px; }
  div.kent-search-overlay .select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #dce4ec;
    border-radius: 0px; }
  div.kent-search-overlay .select2-drop {
    margin-top: -2px;
    border: 2px solid #2469cb;
    border-top: 0;
    border-radius: 0px !important;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    div.kent-search-overlay .select2-drop.select2-drop-above {
      margin-top: 2px;
      border-top: 2px solid #dce4ec;
      border-bottom: 0;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  div.kent-search-overlay .select2-search {
    margin-top: 3px;
    display: none; }
    div.kent-search-overlay .select2-search input {
      height: 42px;
      border: 2px solid #dce4ec; }
  div.kent-search-overlay .select2-container-active .select2-choice,
  div.kent-search-overlay .select2-container-active .select2-choices {
    border: 2px solid #dce4ec;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  div.kent-search-overlay .select2-dropdown-open .select2-choice {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0; }
    div.kent-search-overlay .select2-dropdown-open .select2-choice .select2-choice div {
      background: transparent;
      border-left: none;
      filter: none; }
  div.kent-search-overlay .select2-results {
    padding: 0 0 0 0px;
    margin: 4px 0px 0px 0; }
    div.kent-search-overlay .select2-results .select2-highlighted {
      background: #e8f3fd !important;
      color: black;
      border-radius: 0px; }
  div.kent-search-overlay .select2-container-multi .select2-choices {
    height: 42px;
    border: 2px solid #dce4ec; }
  div.kent-search-overlay .select2-container-multi.select2-container-active .select2-choices {
    border: 2px solid #dce4ec;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  div.kent-search-overlay .select2-container--flat .select2-selection--single {
    background: #2469cb;
    border: 0px;
    height: 42px; }
    div.kent-search-overlay .select2-container--flat .select2-selection--single .select2-selection__rendered {
      color: white;
      line-height: 42px; }
    div.kent-search-overlay .select2-container--flat .select2-selection--single .select2-selection__arrow {
      height: 33px;
      position: absolute;
      top: 1px;
      right: 1px;
      width: 20px; }
      div.kent-search-overlay .select2-container--flat .select2-selection--single .select2-selection__arrow b {
        border-color: #fff transparent transparent transparent;
        top: 60%;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        width: 0; }
    div.kent-search-overlay .select2-container--flat .select2-selection--single .select2-selection__placeholder {
      color: black; }
    div.kent-search-overlay .select2-container--flat .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }
  div.kent-search-overlay span.search-in {
    position: absolute;
    top: -1.6em;
    font-size: .8em;
    font-weight: bold;
    left: 1em; }
  div.kent-search-overlay select {
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance: none; }
  div.kent-search-overlay select::-ms-expand {
    display: none; }
  div.kent-search-overlay + i.fa ksu {
    float: right;
    margin-top: -26px;
    margin-right: 10px;
    /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
    /* everything after this is just to cover up the original arrow */
    /* (for browsers that don't support the syntax used above) */
    background-color: transparent;
    color: white !important;
    padding-right: 5px; }
  div.kent-search-overlay i.fa.fa-chevron-down.ksu {
    position: absolute;
    color: white;
    left: 206px;
    pointer-events: none;
    top: 13px; }
  body.search-open div.kent-search-overlay {
    display: block; }
  div.kent-search-overlay form {
    background: white;
    width: 100%;
    padding: 20px;
    position: relative; }
    div.kent-search-overlay form ::-webkit-input-placeholder {
      color: black; }
    div.kent-search-overlay form :-moz-placeholder {
      color: black; }
    div.kent-search-overlay form ::-moz-placeholder {
      color: black; }
    div.kent-search-overlay form :-ms-input-placeholder {
      color: black; }
    div.kent-search-overlay form input#edit-search-keys,
    div.kent-search-overlay form input.apachesolr-autocomplete {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      box-shadow: none;
      font-weight: 100;
      font-size: 1em;
      padding: 0 15px;
      padding-left: 101px;
      margin-bottom: 0;
      outline: none;
      background: white;
      color: black;
      width: 88%;
      width: calc(100% - 180px); }
      div.kent-search-overlay form input#edit-search-keys:focus, div.kent-search-overlay form input#edit-search-keys:active,
      div.kent-search-overlay form input.apachesolr-autocomplete:focus,
      div.kent-search-overlay form input.apachesolr-autocomplete:active {
        background: white;
        color: black; }
    div.kent-search-overlay form button.secondary {
      display: none; }
    div.kent-search-overlay form button.form-submit,
    div.kent-search-overlay form input.form-submit {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 50px;
      height: 50px;
      padding: 10px;
      margin: 0;
      border: none;
      box-shadow: none;
      border-radius: 50%;
      background: white;
      color: black;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -25px;
      transition: .4s all ease; }
      div.kent-search-overlay form button.form-submit:hover,
      div.kent-search-overlay form input.form-submit:hover {
        background: #0073bd; }
        @media only screen and (max-width: 45.5625rem) {
          div.kent-search-overlay form button.form-submit:hover,
          div.kent-search-overlay form input.form-submit:hover {
            background-color: transparent; } }
  div.kent-search-overlay h3, div.kent-search-overlay .h3 {
    font-size: 2.125em;
    text-transform: uppercase;
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 400 ;
    font-weight: 400 !important;
    margin: 20px 0 25px;
    display: block;
    padding-left: 10px; }
  @media only screen and (min-width: 64rem) {
    div.kent-search-overlay {
      padding: 10px 25px 25px;
      top: 91px; } }
  @media only screen and (max-width: 63.9375rem) {
    div.kent-search-overlay {
      background: transparent;
      overflow: hidden;
      padding: 0;
      top: -107px;
      height: 59px; }
      div.kent-search-overlay .h3, div.kent-search-overlay h3 {
        display: none; } }
  @media only screen and (max-width: 45.5625rem) {
    div.kent-search-overlay {
      top: -110px; } }
  div.kent-search-overlay form {
    padding: 10px; }
    div.kent-search-overlay form input#edit-search-keys,
    div.kent-search-overlay form input.apachesolr-autocomplete {
      font-size: 1rem;
      line-height: 1;
      padding: 5px 15px;
      padding-left: 101px;
      margin-bottom: 0;
      margin-left: 10em;
      display: inline-block;
      position: absolute;
      top: 0;
      height: 42px;
      border: 1px grey solid;
      margin-right: 10%;
      width: -webkit-stretch; }

form#apachesolr-panels-search-block {
  margin-bottom: 3em; }

.select2-container--flat .select2-dropdown {
  border: 1px solid #2469cb; }

.select2-container--flat .select2-results__option--highlighted {
  background: #e8f3fd;
  margin-left: 1px;
  margin-bottom: 1px; }

.select2-container--flat span.select2-search {
  display: none; }

@media only screen and (max-width: 45.5625rem) {
  div.kent-search-overlay .select2-container {
    display: none; }
  input#edit-apachesolr-panels-search-form {
    padding-left: 5px;
    margin-left: 0;
    width: 100%;
    border-radius: 0;
    margin-top: 2px; }
  button.search-button-new {
    margin-top: 2px !important;
    height: 41px !important;
    border-radius: 0px !important; } }

@media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
  div.kent-search-overlay .select2-container {
    display: none; }
  input#edit-apachesolr-panels-search-form {
    padding-left: 5px;
    margin-left: 0;
    width: 100%;
    border-radius: 0;
    margin-top: 2px; }
  button.search-button-new {
    margin-top: 2px !important;
    height: 41px !important;
    border-radius: 0px !important; } }

.l-header-region .block-ksu-custom-blocks-redesign-kent-mobile-menu {
  float: right;
  display: block;
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 64rem) {
    .l-header-region .block-ksu-custom-blocks-redesign-kent-mobile-menu {
      display: none; } }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    .l-header-region .block-ksu-custom-blocks-redesign-kent-mobile-menu {
      padding-right: 15px; } }
  @media only screen and (max-width: 45.5625rem) {
    .l-header-region .block-ksu-custom-blocks-redesign-kent-mobile-menu {
      padding-right: 10px; } }

.l-header-region .block-ksu-custom-blocks-redesign-kent-mobile-menu .menu-button {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 14px 0 0 11px;
  padding: 0;
  width: 25px;
  height: 25px;
  font-size: 0;
  float: right;
  text-indent: -9999px;
  transition: background 0.3s;
  background: transparent; }
  @media only screen and (max-width: 45.5625rem) {
    .l-header-region .block-ksu-custom-blocks-redesign-kent-mobile-menu .menu-button {
      margin-top: 5px; } }
  @media only screen and (max-width: 63.9375rem) {
    .l-header-region .block-ksu-custom-blocks-redesign-kent-mobile-menu .menu-button {
      margin-right: 15px; } }
  .l-header-region .block-ksu-custom-blocks-redesign-kent-mobile-menu .menu-button span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e6e6e6;
    transition: background 0.3s, 0.3s; }
    .l-header-region .block-ksu-custom-blocks-redesign-kent-mobile-menu .menu-button span:before, .l-header-region .block-ksu-custom-blocks-redesign-kent-mobile-menu .menu-button span:after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #e6e6e6;
      content: "";
      transition-duration: 0.3s, 0.3s;
      transition-delay: 0.3s, 0s; }
    .l-header-region .block-ksu-custom-blocks-redesign-kent-mobile-menu .menu-button span:before {
      top: -8px;
      -webkit-transition-property: top, -webkit-transform; }
    .l-header-region .block-ksu-custom-blocks-redesign-kent-mobile-menu .menu-button span:after {
      bottom: -8px;
      -webkit-transition-property: bottom, -webkit-transform; }
  .active-mobile-menu .l-header-region .block-ksu-custom-blocks-redesign-kent-mobile-menu .menu-button span {
    background: none; }
    .active-mobile-menu .l-header-region .block-ksu-custom-blocks-redesign-kent-mobile-menu .menu-button span:before, .active-mobile-menu .l-header-region .block-ksu-custom-blocks-redesign-kent-mobile-menu .menu-button span:after {
      transition-delay: 0s, 0.3s; }
    .active-mobile-menu .l-header-region .block-ksu-custom-blocks-redesign-kent-mobile-menu .menu-button span:before {
      top: 0;
      transform: rotate(45deg); }
    .active-mobile-menu .l-header-region .block-ksu-custom-blocks-redesign-kent-mobile-menu .menu-button span:after {
      bottom: 0;
      transform: rotate(-45deg); }

.pane-group-intro {
  z-index: 9999;
  position: relative; }

.owl-carousel .slideshow-footer {
  position: absolute;
  bottom: 20%;
  z-index: 5;
  padding: 0 5%;
  width: 100%; }
  @media only screen and (max-width: 45.5625rem) {
    .owl-carousel .slideshow-footer .field-name-field-article-subtitle-text {
      display: none; } }

.owl-carousel div.slideshow-footer-gradient {
  position: absolute;
  top: 60%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  background-image: -webkit-linear-gradient(bottom, #0a0a0a, transparent);
  background-image: -o-linear-gradient(bottom, #0a0a0a, transparent);
  background-image: linear-gradient(to top, #0a0a0a, transparent); }

.owl-carousel .owl-item a:focus {
  display: block; }

.owl-carousel .owl-item svg.overlay, .owl-carousel .owl-item svg.backdrop {
  transition: opacity .6s;
  -moz-transition: opacity .6s;
  -webkit-transition: opacity .6s; }

.owl-carousel .owl-item.center svg.overlay, .owl-carousel .owl-item.center svg.backdrop {
  opacity: 0;
  transition: opacity .6s;
  -moz-transition: opacity .6s;
  -webkit-transition: opacity .6s; }

.owl-carousel .owl-item {
  max-height: 600px; }

.owl-carousel.arrows-slider .views-row h2.node-title, .owl-carousel.content-slider .views-row h2.node-title {
  display: none; }

.owl-carousel.arrows-slider .owl-carousel .owl-wrapper, .owl-carousel.content-slider .owl-carousel .owl-wrapper {
  display: flex !important; }

.owl-carousel.arrows-slider .owl-carousel .owl-item img, .owl-carousel.content-slider .owl-carousel .owl-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: initial; }

.owl-carousel.arrows-slider:not(.ctaslider) .owl-item, .owl-carousel.content-slider:not(.ctaslider) .owl-item {
  top: -25px; }
  .owl-carousel.arrows-slider:not(.ctaslider) .owl-item .content, .owl-carousel.content-slider:not(.ctaslider) .owl-item .content {
    max-height: 600px; }

.owl-carousel.arrows-slider:not(.ctaslider) .owl-stage-outer, .owl-carousel.content-slider:not(.ctaslider) .owl-stage-outer {
  margin-bottom: -25px; }

.owl-carousel.arrows-slider:not(.ctaslider) .slideshow-footer, .owl-carousel.content-slider:not(.ctaslider) .slideshow-footer {
  bottom: 20%; }

.owl-carousel.arrows-slider.ctaslider, .owl-carousel.content-slider.ctaslider {
  margin-bottom: 50px; }

.owl-carousel.arrows-slider .owl-stage-outer, .owl-carousel.content-slider .owl-stage-outer {
  max-height: 550px; }
  @media only screen and (min-width: 81.25rem) {
    .owl-carousel.arrows-slider .owl-stage-outer, .owl-carousel.content-slider .owl-stage-outer {
      max-height: 600px; } }
  .owl-carousel.arrows-slider .owl-stage-outer .owl-item img, .owl-carousel.content-slider .owl-stage-outer .owl-item img {
    max-height: 550px; }

.owl-carousel.arrows-slider.thin .owl-stage-outer, .owl-carousel.content-slider.thin .owl-stage-outer {
  max-height: 400px; }
  .owl-carousel.arrows-slider.thin .owl-stage-outer .owl-item, .owl-carousel.content-slider.thin .owl-stage-outer .owl-item {
    top: -100px; }
    .owl-carousel.arrows-slider.thin .owl-stage-outer .owl-item img, .owl-carousel.content-slider.thin .owl-stage-outer .owl-item img {
      max-height: 550px; }

.owl-carousel.arrows-slider .subtitle > div, .owl-carousel.content-slider .subtitle > div {
  color: white;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75); }
  @media only screen and (max-width: 45.5625rem) {
    .owl-carousel.arrows-slider .subtitle > div, .owl-carousel.content-slider .subtitle > div {
      font-size: .9rem;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }

.owl-carousel.arrows-slider .short-title > div, .owl-carousel.content-slider .short-title > div {
  font-family: 'NationalBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  color: white;
  font-size: 2.1875rem;
  line-height: 1.8;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  line-height: 120%; }
  @media only screen and (max-width: 45.5625rem) {
    .owl-carousel.arrows-slider .short-title > div, .owl-carousel.content-slider .short-title > div {
      font-size: 1.1rem;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }

.owl-carousel.arrows-slider .owl-controls, .owl-carousel.content-slider .owl-controls {
  padding: 0;
  height: 0;
  margin: 0;
  text-align: left; }
  .owl-carousel.arrows-slider .owl-controls .owl-nav [class*=owl-], .owl-carousel.content-slider .owl-controls .owl-nav [class*=owl-] {
    padding: 0;
    margin: 0; }

.owl-carousel.arrows-slider .carousel-nav-dir, .owl-carousel.content-slider .carousel-nav-dir {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -29px;
  width: 50px;
  height: 58px;
  fill: #efab00; }
  .owl-carousel.arrows-slider .carousel-nav-dir.carousel-nav-left, .owl-carousel.content-slider .carousel-nav-dir.carousel-nav-left {
    left: 30px; }
  .owl-carousel.arrows-slider .carousel-nav-dir.carousel-nav-right, .owl-carousel.content-slider .carousel-nav-dir.carousel-nav-right {
    right: 30px; }
  .owl-carousel.arrows-slider .carousel-nav-dir svg, .owl-carousel.content-slider .carousel-nav-dir svg {
    cursor: pointer;
    z-index: 200;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.owl-carousel.arrows-slider .chevron, .owl-carousel.content-slider .chevron {
  height: 14px;
  width: 8.14px;
  fill: #fff; }
  .owl-carousel.arrows-slider .chevron.chevron-right, .owl-carousel.content-slider .chevron.chevron-right {
    right: 20px; }
  .owl-carousel.arrows-slider .chevron.chevron-left, .owl-carousel.content-slider .chevron.chevron-left {
    left: 20px; }

.owl-carousel.arrows-slider .hexagon, .owl-carousel.content-slider .hexagon {
  width: 50px;
  height: 58px;
  fill: #efab00; }

.owl-carousel.dots-slider .subtitle > div {
  display: none; }

.owl-carousel.dots-slider .short-title > div {
  color: #f8eb61;
  font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 1;
  text-transform: uppercase;
  line-height: 120%; }

.owl-carousel .overlay, .owl-carousel .backdrop {
  top: 0;
  height: 100%;
  z-index: 1;
  opacity: 0.35;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0.5;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

@media only screen and (max-width: 63.9375rem) {
  .owl-carousel .owl-dots {
    padding-top: 5px;
    text-align: center; } }

.pane-slideshows-node-content-slideshow h2.pane-title {
  font-size: 3.125rem;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  color: #003976;
  text-transform: uppercase;
  padding: 0.3em 0 0.9em;
  max-width: 75rem;
  margin: auto; }
  @media only screen and (max-width: 45.5625rem) {
    .pane-slideshows-node-content-slideshow h2.pane-title {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media only screen and (max-width: 76rem) {
  .panel-region--wide .pane-slideshows-node-content-slideshow h2.pane-title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.owl-carousel h2.node-title {
  display: none; }

.owl-height {
  height: auto !important; }

/* VIDEO GALLERY TWEAKS */
.pane-ksu-media-gallery-video-pane ul.owl-carousel.video-gallery {
  width: 100%;
  margin: 0;
  display: grid;
  list-style-type: none;
  text-align: center; }
  .pane-ksu-media-gallery-video-pane ul.owl-carousel.video-gallery i.fa.fa-pause.owl-pause,
  .pane-ksu-media-gallery-video-pane ul.owl-carousel.video-gallery i.fa.fa-play.owl-play {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: .8em;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .pane-ksu-media-gallery-video-pane ul.owl-carousel.video-gallery i.fa.fa-pause.owl-pause:hover,
    .pane-ksu-media-gallery-video-pane ul.owl-carousel.video-gallery i.fa.fa-play.owl-play:hover {
      background-color: #869791; }
  .pane-ksu-media-gallery-video-pane ul.owl-carousel.video-gallery .owl-pause-play {
    text-align: center; }

.halves-row .pane-ksu-media-gallery-video-pane iframe {
  width: 100%; }

/* SLIDER FOOTER GRADIENTS */
.panel-pane.pane-entity-field.pane-node-field-group-media div.owl-item div.item div.content {
  position: relative; }

.view.view-slideshows.view-id-slideshows.view-display-id-hero_slideshow_title_only_pane div.owl-item a div.slideshow-footer-gradient,
.view.view-slideshows.view-id-slideshows.view-display-id-node_content_slideshow div.owl-item a div.slideshow-footer-gradient,
.view.view-slideshows.view-id-slideshows.view-display-id-hero_slideshow_title_only_pane div.owl-item a div.slideshow-footer-gradient,
.view.view-slideshows.view-id-slideshows.view-display-id-hero_slideshow_with_subtitles_pane div.owl-item a div.slideshow-footer-gradient, .paragraphs-item-hero-slider div.owl-item a div.slideshow-footer-gradient {
  position: absolute;
  top: 60%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  background-image: -webkit-linear-gradient(bottom, #0a0a0a, transparent);
  background-image: -o-linear-gradient(bottom, #0a0a0a, transparent);
  background-image: linear-gradient(to top, #0a0a0a, transparent); }

/* SMALL SLIDESHOW VARIATION */
.view-display-id-slideshow_small .owl-carousel.arrows-slider .short-title div {
  font-size: 1.5rem; }

.view-display-id-slideshow_small .owl-carousel .slideshow-footer {
  padding: 0 90px; }

.view-display-id-slideshow_small .owl-carousel .owl-item img {
  min-height: 250px; }

/* Calendar Homepage Slideshow */
@media only screen and (min-width: 64rem) {
  .page-node-21321 .owl-carousel.arrows-slider .subtitle > div {
    font-size: 2.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (min-width: 64rem) {
  .page-node-21321 .owl-carousel.arrows-slider .short-title > div {
    font-size: 1.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }

body ul.breadcrumbs {
  border: none;
  background: transparent;
  margin: 15px 0;
  display: block;
  width: 100%;
  padding: 0; }
  body ul.breadcrumbs li {
    float: left;
    color: #0073bd;
    font-size: 0.8rem;
    cursor: default;
    text-transform: capitalize !important; }
    body ul.breadcrumbs li a {
      color: #003976;
      text-transform: capitalize !important; }
      body ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    body ul.breadcrumbs li.current span, body ul.breadcrumbs li.current span a {
      text-transform: capitalize !important;
      color: black;
      text-decoration: none; }
    body ul.breadcrumbs li ul.menu-minipanel-panel {
      display: none; }

body.toolbar .button-group {
  margin-top: 20px;
  margin-bottom: 85px; }

body .video_node_wrapper {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  overflow: hidden; }
  body .video_node_wrapper .svg_bottom_style {
    position: absolute;
    bottom: -10px;
    width: 100%;
    z-index: 4;
    left: 0; }
  body .video_node_wrapper .mouse_icon {
    padding: 20px 0;
    clear: both; }
  body .video_node_wrapper .video_links_section {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 99%;
    text-align: center; }
    body .video_node_wrapper .video_links_section .svg_play_video {
      float: none; }
      @media only screen and (max-width: 45.5625rem) {
        body .video_node_wrapper .video_links_section .svg_play_video {
          float: none;
          margin: 20px 80px; } }
      body .video_node_wrapper .video_links_section .svg_play_video a {
        padding: 10px 30px;
        margin: auto 0;
        border: 1px solid white;
        font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
        font-weight: 700 ;
        font-size: 15px;
        text-align: center;
        color: white;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        background: #003976;
        opacity: 0.9;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s; }
        body .video_node_wrapper .video_links_section .svg_play_video a:hover {
          opacity: 0.8; }
        body .video_node_wrapper .video_links_section .svg_play_video a > .arrow-r {
          width: 20px;
          height: 20px;
          margin-right: 10px;
          position: relative;
          bottom: 1px;
          display: inline-block; }
    body .video_node_wrapper .video_links_section .video_secondary_links {
      position: relative; }
      @media only screen and (max-width: 45.5625rem) {
        body .video_node_wrapper .video_links_section .video_secondary_links {
          left: 0px; } }
      body .video_node_wrapper .video_links_section .video_secondary_links .field-name-field-secondary-link {
        float: none; }
        body .video_node_wrapper .video_links_section .video_secondary_links .field-name-field-secondary-link a:nth-of-type(2) {
          padding: 15px 40px;
          margin: 30px 40px;
          border: 1px solid white;
          font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
          font-weight: 700 ;
          font-size: 18px;
          text-align: center;
          color: white;
          background: #efab00;
          cursor: pointer;
          text-decoration: none;
          display: inline-block;
          opacity: 0.9;
          -webkit-transition: opacity 0.35s;
          transition: opacity 0.35s; }
          body .video_node_wrapper .video_links_section .video_secondary_links .field-name-field-secondary-link a:nth-of-type(2):hover {
            opacity: 0.8; }
          @media only screen and (max-width: 45.5625rem) {
            body .video_node_wrapper .video_links_section .video_secondary_links .field-name-field-secondary-link a:nth-of-type(2) {
              float: none;
              position: relative;
              display: inline-block;
              clear: both; } }
        body .video_node_wrapper .video_links_section .video_secondary_links .field-name-field-secondary-link a:nth-of-type(1), body .video_node_wrapper .video_links_section .video_secondary_links .field-name-field-secondary-link a:nth-of-type(3) {
          padding: 10px 30px;
          margin: auto 0;
          border: 1px solid white;
          font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
          font-weight: 700 ;
          font-size: 15px;
          text-align: center;
          color: white;
          cursor: pointer;
          text-decoration: none;
          display: inline-block;
          background: #003976;
          opacity: 0.9;
          width: 240px;
          -webkit-transition: opacity 0.35s;
          transition: opacity 0.35s; }
          body .video_node_wrapper .video_links_section .video_secondary_links .field-name-field-secondary-link a:nth-of-type(1):hover, body .video_node_wrapper .video_links_section .video_secondary_links .field-name-field-secondary-link a:nth-of-type(3):hover {
            opacity: 0.8; }
          @media only screen and (max-width: 45.5625rem) {
            body .video_node_wrapper .video_links_section .video_secondary_links .field-name-field-secondary-link a:nth-of-type(1), body .video_node_wrapper .video_links_section .video_secondary_links .field-name-field-secondary-link a:nth-of-type(3) {
              float: none;
              position: relative;
              display: inline-block;
              clear: both; } }
  body .video_node_wrapper .video_background_text_holder {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
    max-height: 42em; }
    @media only screen and (min-width: 64rem) {
      body .video_node_wrapper .video_background_text_holder {
        min-height: 80vh; } }
    body .video_node_wrapper .video_background_text_holder .inside {
      padding: 75px 0; }
    body .video_node_wrapper .video_background_text_holder .field-name-field-background-text-svg {
      display: block;
      margin: 0 auto;
      width: 500px;
      max-width: 90%;
      text-align: center; }
    body .video_node_wrapper .video_background_text_holder img {
      margin: 0 auto; }
  body .video_node_wrapper .backgr_cover {
    width: 100%;
    padding: 0;
    background-size: cover;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
    body .video_node_wrapper .backgr_cover.backgr_cover_animated {
      z-index: 2;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      overflow: hidden;
      display: none; }
      body .video_node_wrapper .backgr_cover.backgr_cover_animated video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      @media only screen and (max-width: 63.9375rem) {
        body .video_node_wrapper .backgr_cover.backgr_cover_animated {
          display: none; } }

body .youtube_modal {
  transition: opacity 1s;
  opacity: 0; }

body.video-overlay .youtube_modal {
  display: block;
  transition: opacity 1s;
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }
  body.video-overlay .youtube_modal .modal_inside {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90vw;
    height: 50.625vw; }
  body.video-overlay .youtube_modal a.close {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 35px;
    color: white;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    background-color: black;
    border: 2px solid white;
    border-radius: 50%;
    height: 34px;
    margin: 0 0 -34px;
    z-index: 3;
    position: relative;
    text-decoration: none; }
  body.video-overlay .youtube_modal span.local-video-embed {
    width: 100%;
    position: absolute; }
    body.video-overlay .youtube_modal span.local-video-embed video {
      background: #fff;
      float: left;
      width: 100%;
      margin: 0; }

video::-webkit-media-controls-start-playback-button {
  display: none !important; }

.media_embed {
  padding-top: 30px; }
  .media_embed iframe, .media_embed object, .media_embed embed {
    width: 100%; }
  .media_embed.custom-size {
    position: inherit;
    padding: 10px;
    height: auto; }
    .media_embed.custom-size iframe, .media_embed.custom-size object, .media_embed.custom-size embed {
      position: inherit;
      width: auto;
      height: auto; }

iframe.media-youtube-player {
  width: 100%; }

/* Start Paragraph Specific Styles */
.hero-video-container .svg-text-image img {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  top: 150px; }

.hero-video-container .video-button-container {
  position: absolute;
  bottom: 25%;
  width: 100%; }
  @media only screen and (max-width: 45.5625rem) {
    .hero-video-container .video-button-container {
      bottom: 15%; } }
  .hero-video-container .video-button-container .action-button {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    max-width: 220px;
    min-width: 190px;
    background: #002664;
    border: 1px solid #fff;
    text-transform: none;
    padding: 8px 20px;
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 700 ;
    font-size: 15px; }
  .hero-video-container .video-button-container .action-button > a {
    color: #fff !important;
    font-weight: bold; }
  .hero-video-container .video-button-container .action-button > a:hover {
    text-decoration: none; }

/* End Paragraph Specific Styles */
ul.content_mosaic {
  display: block;
  float: left;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 25px 0; }

ul.content_mosaic .mosaic-li {
  display: block;
  float: left;
  position: relative;
  overflow: hidden; }
  ul.content_mosaic .mosaic-li a:focus {
    -moz-box-shadow: inset 0 0 20px #e5e854;
    -webkit-box-shadow: inset 0 0 20px #e5e854;
    box-shadow: inset 0 0 20px #e5e854; }

ul.content_mosaic .mosaic-li {
  position: relative;
  transition: 200ms; }
  ul.content_mosaic .mosaic-li .overlay-color, ul.content_mosaic .mosaic-li .mosaic-img-ref {
    position: absolute;
    top: -1%;
    bottom: -1%;
    left: -1%;
    right: -1%;
    height: 102%;
    width: 102%;
    display: block; }
  ul.content_mosaic .mosaic-li .overlay-color {
    z-index: 2;
    transition: 200ms; }
  ul.content_mosaic .mosaic-li .mosaic-img-ref {
    z-index: 1;
    background: url("holder.jpg") 50% 50%;
    background-size: cover; }
  ul.content_mosaic .mosaic-li a {
    padding: 1.5em 1.1em .5em;
    display: block;
    float: left;
    width: 100%;
    z-index: 3;
    font-size: 1.5625rem;
    line-height: 1.3;
    font-family: 'NationalBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    word-wrap: break-word;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  ul.content_mosaic .mosaic-li .desc-text {
    font-size: 1.25rem;
    color: white;
    padding: 0 1.1em 1.1em 1.1em;
    float: left;
    position: absolute;
    z-index: 2;
    top: 33%; }
  ul.content_mosaic .mosaic-li .text-wrap {
    z-index: 3;
    float: left;
    display: block; }

ul.content_mosaic .mosaic-li {
  display: block;
  float: left;
  width: 25%;
  min-height: 300px; }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    ul.content_mosaic .mosaic-li {
      width: 50%; } }

ul.content_mosaic li:nth-child(1),
ul.content_mosaic li:nth-child(6),
ul.content_mosaic li:nth-child(7) {
  width: 50%; }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    ul.content_mosaic li:nth-child(1),
    ul.content_mosaic li:nth-child(6),
    ul.content_mosaic li:nth-child(7) {
      width: 100%; } }

ul.content_mosaic.mosaic-orphaned-2-group2:not(.featured) li.mosaic-li.group-2 {
  width: 50%; }

ul.content_mosaic.mosaic-orphaned-1-group2:not(.featured) li.mosaic-li.group-2 {
  width: 100%; }

ul.content_mosaic.mosaic-orphaned-2-group3:not(.featured) li.mosaic-li.group-3 {
  width: 50%; }

ul.content_mosaic.mosaic-orphaned-1-group3:not(.featured) li.mosaic-li.group-3 {
  width: 100%; }

body ul.content_mosaic.featured li.mosaic-li.count-li-1 {
  min-height: 600px; }
  body ul.content_mosaic.featured li.mosaic-li.count-li-1 a {
    display: flex;
    align-items: flex-end;
    padding: 1.5em 1.1em 1.5em; }

body ul.content_mosaic.featured li.mosaic-li:nth-child(2) {
  width: 50%; }

body ul.content_mosaic.featured li.mosaic-li:nth-child(6) {
  width: 25%; }

body ul.content_mosaic.featured li.mosaic-li:nth-child(8) {
  width: 50%; }

/*body ul.content_mosaic.featured li.mosaic-li:nth-child(9),
body ul.content_mosaic.featured li.mosaic-li:nth-child(10) {
  width: 25%;
}*/
body ul.content_mosaic.featured.mosaic-count-8 > li.count-li-8 {
  width: 100%; }

body ul.content_mosaic.featured.mosaic-count-6 > li.count-li-5,
body ul.content_mosaic.featured.mosaic-count-6 > li.count-li-6 {
  width: 50%; }

body ul.content_mosaic.featured.mosaic-count-5 > li.count-li-5 {
  width: 100%; }

body ul.content_mosaic.featured.mosaic-count-9 > li.count-li-9 {
  width: 50%; }

@media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
  body ul.content_mosaic.featured.mosaic-count-7 > li.count-li-6,
  body ul.content_mosaic.featured.mosaic-count-7 > li.count-li-7 {
    width: 100%; } }

@media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
  body ul.content_mosaic.featured.mosaic-count-6 > li.count-li-6 {
    width: 100%; } }

@media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
  body ul.content_mosaic.featured.mosaic-count-5 > li.count-li-5 {
    width: 50%; } }

@media only screen and (max-width: 45.5625rem) {
  body ul.content_mosaic > li.mosaic-li {
    width: 100% !important; } }

ul.content_mosaic .count-li-1 .overlay-color {
  background-color: rgba(0, 115, 189, 0.88); }

ul.content_mosaic .count-li-1 a {
  color: #e5e854; }

ul.content_mosaic .count-li-1 .desc-text {
  color: white; }

ul.content_mosaic .count-li-1:hover .overlay-color {
  background-color: rgba(0, 115, 189, 0.95); }

ul.content_mosaic .count-li-2 .overlay-color {
  background-color: rgba(241, 171, 3, 0.88); }

ul.content_mosaic .count-li-2 a {
  color: #003976; }

ul.content_mosaic .count-li-2 .desc-text {
  color: black; }

ul.content_mosaic .count-li-2:hover .overlay-color {
  background-color: rgba(241, 171, 3, 0.95); }

ul.content_mosaic .count-li-3 .overlay-color {
  background-color: rgba(75, 74, 169, 0.88); }

ul.content_mosaic .count-li-3 a {
  color: white; }

ul.content_mosaic .count-li-3 .desc-text {
  color: white; }

ul.content_mosaic .count-li-3:hover .overlay-color {
  background-color: rgba(75, 74, 169, 0.95); }

ul.content_mosaic .count-li-4 .overlay-color {
  background-color: rgba(241, 171, 3, 0.88); }

ul.content_mosaic .count-li-4 a {
  color: #003976; }

ul.content_mosaic .count-li-4 .desc-text {
  color: black; }

ul.content_mosaic .count-li-4:hover .overlay-color {
  background-color: rgba(241, 171, 3, 0.95); }

ul.content_mosaic .count-li-5 .overlay-color {
  background-color: rgba(174, 234, 229, 0.88); }

ul.content_mosaic .count-li-5 a {
  color: #4b4aa9; }

ul.content_mosaic .count-li-5 .desc-text {
  color: black; }

ul.content_mosaic .count-li-5:hover .overlay-color {
  background-color: rgba(174, 234, 229, 0.95); }

ul.content_mosaic .count-li-6 .overlay-color {
  background-color: rgba(0, 57, 118, 0.88); }

ul.content_mosaic .count-li-6 a {
  color: #e5e854; }

ul.content_mosaic .count-li-6 .desc-text {
  color: white; }

ul.content_mosaic .count-li-6:hover .overlay-color {
  background-color: rgba(0, 57, 118, 0.95); }

ul.content_mosaic .count-li-7 .overlay-color {
  background-color: rgba(0, 115, 189, 0.88); }

ul.content_mosaic .count-li-7 a {
  color: #e5e854; }

ul.content_mosaic .count-li-7 .desc-text {
  color: white; }

ul.content_mosaic .count-li-7:hover .overlay-color {
  background-color: rgba(0, 115, 189, 0.95); }

ul.content_mosaic .count-li-8 .overlay-color {
  background-color: rgba(241, 171, 3, 0.88); }

ul.content_mosaic .count-li-8 a {
  color: #003976; }

ul.content_mosaic .count-li-8 .desc-text {
  color: black; }

ul.content_mosaic .count-li-8:hover .overlay-color {
  background-color: rgba(241, 171, 3, 0.95); }

ul.content_mosaic .count-li-9 .overlay-color {
  background-color: rgba(75, 74, 169, 0.88); }

ul.content_mosaic .count-li-9 a {
  color: white; }

ul.content_mosaic .count-li-9 .desc-text {
  color: white; }

ul.content_mosaic .count-li-9:hover .overlay-color {
  background-color: rgba(75, 74, 169, 0.95); }

ul.content_mosaic.featured .count-li-1 .overlay-color {
  background-color: rgba(0, 115, 189, 0.88); }

ul.content_mosaic.featured .count-li-1 a {
  color: #e5e854; }

ul.content_mosaic.featured .count-li-1 .desc-text {
  color: white; }

ul.content_mosaic.featured .count-li-1:hover .overlay-color {
  background-color: rgba(0, 115, 189, 0.95); }

ul.content_mosaic.featured .count-li-2 .overlay-color {
  background-color: rgba(0, 57, 118, 0.88); }

ul.content_mosaic.featured .count-li-2 a {
  color: #e5e854; }

ul.content_mosaic.featured .count-li-2 .desc-text {
  color: white; }

ul.content_mosaic.featured .count-li-2:hover .overlay-color {
  background-color: rgba(0, 57, 118, 0.95); }

ul.content_mosaic.featured .count-li-3 .overlay-color {
  background-color: rgba(241, 171, 3, 0.88); }

ul.content_mosaic.featured .count-li-3 a {
  color: #003976; }

ul.content_mosaic.featured .count-li-3 .desc-text {
  color: black; }

ul.content_mosaic.featured .count-li-3:hover .overlay-color {
  background-color: rgba(241, 171, 3, 0.95); }

ul.content_mosaic.featured .count-li-4 .overlay-color {
  background-color: rgba(75, 74, 169, 0.88); }

ul.content_mosaic.featured .count-li-4 a {
  color: white; }

ul.content_mosaic.featured .count-li-4 .desc-text {
  color: white; }

ul.content_mosaic.featured .count-li-4:hover .overlay-color {
  background-color: rgba(75, 74, 169, 0.95); }

ul.content_mosaic.featured .count-li-5 .overlay-color {
  background-color: rgba(241, 171, 3, 0.88); }

ul.content_mosaic.featured .count-li-5 a {
  color: #003976; }

ul.content_mosaic.featured .count-li-5 .desc-text {
  color: black; }

ul.content_mosaic.featured .count-li-5:hover .overlay-color {
  background-color: rgba(241, 171, 3, 0.95); }

ul.content_mosaic.featured .count-li-6 .overlay-color {
  background-color: rgba(174, 234, 229, 0.88); }

ul.content_mosaic.featured .count-li-6 a {
  color: #4b4aa9; }

ul.content_mosaic.featured .count-li-6 .desc-text {
  color: black; }

ul.content_mosaic.featured .count-li-6:hover .overlay-color {
  background-color: rgba(174, 234, 229, 0.95); }

ul.content_mosaic.featured .count-li-7 .overlay-color {
  background-color: rgba(0, 57, 118, 0.88); }

ul.content_mosaic.featured .count-li-7 a {
  color: #e5e854; }

ul.content_mosaic.featured .count-li-7 .desc-text {
  color: white; }

ul.content_mosaic.featured .count-li-7:hover .overlay-color {
  background-color: rgba(0, 57, 118, 0.95); }

ul.content_mosaic.featured .count-li-8 .overlay-color {
  background-color: rgba(0, 115, 189, 0.88); }

ul.content_mosaic.featured .count-li-8 a {
  color: #e5e854; }

ul.content_mosaic.featured .count-li-8 .desc-text {
  color: white; }

ul.content_mosaic.featured .count-li-8:hover .overlay-color {
  background-color: rgba(0, 115, 189, 0.95); }

ul.content_mosaic.featured .count-li-9 .overlay-color {
  background-color: rgba(241, 171, 3, 0.88); }

ul.content_mosaic.featured .count-li-9 a {
  color: #003976; }

ul.content_mosaic.featured .count-li-9 .desc-text {
  color: black; }

ul.content_mosaic.featured .count-li-9:hover .overlay-color {
  background-color: rgba(241, 171, 3, 0.95); }

ul.content_mosaic.featured .count-li-10 .overlay-color {
  background-color: rgba(75, 74, 169, 0.88); }

ul.content_mosaic.featured .count-li-10 a {
  color: white; }

ul.content_mosaic.featured .count-li-10 .desc-text {
  color: white; }

ul.content_mosaic.featured .count-li-10:hover .overlay-color {
  background-color: rgba(75, 74, 169, 0.95); }

ul.content_mosaic.featured .mosaic-li .desc-text {
  padding: 0 1.1em 0em 1.4em;
  bottom: 10%;
  top: inherit; }

#og_intro_block {
  background: url(../../ksu_base_zurb/images/bg-blue.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  margin-bottom: 1.6rem;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%); }
  #og_intro_block .hero-wrapper {
    float: none;
    clear: both;
    position: relative;
    text-align: center; }
    #og_intro_block .hero-wrapper img {
      width: 100%; }
  #og_intro_block .inside-container {
    margin: 0 auto;
    text-align: left;
    max-width: 1024px;
    padding: 20px; }

#og_intro_block .hero-wrapper svg {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

#og_intro_block .hero-wrapper .dept-text {
  position: absolute;
  bottom: 7%;
  left: 7%;
  font-size: 50px;
  text-transform: uppercase;
  font-family: 'NationalBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e5e854; }

#og_intro_block .og-content-text {
  position: relative;
  float: none;
  clear: both;
  position: relative;
  font-family: 'NationalLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #og_intro_block .og-content-text:before {
    content: "";
    width: 100%;
    background: -moz-linear-gradient(top, #003976 0%, rgba(0, 57, 118, 0.99) 1%, rgba(0, 57, 118, 0.01) 100%);
    background: -webkit-linear-gradient(top, #003976 0%, rgba(0, 57, 118, 0.99) 1%, rgba(0, 57, 118, 0.01) 100%);
    background: linear-gradient(to bottom, #003976 0%, rgba(0, 57, 118, 0.99) 1%, rgba(0, 57, 118, 0.01) 100%);
    height: 40px;
    display: block; }
    @media only screen and (max-width: 45.5625rem) {
      #og_intro_block .og-content-text:before {
        display: none; } }

#og_intro_block ul.breadcrumbs {
  background: none;
  border: none;
  margin: 30px 0;
  font-size: 15px;
  color: #aeeae5;
  text-transform: uppercase;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 700 ; }
  #og_intro_block ul.breadcrumbs li a {
    color: #aeeae5; }
  #og_intro_block ul.breadcrumbs li.current, #og_intro_block ul.breadcrumbs li.current a {
    color: #e5e854; }
  #og_intro_block ul.breadcrumbs li {
    font-size: 0; }

#og_intro_block .text-wrapper {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  @media only screen and (min-width: 64rem) {
    #og_intro_block .text-wrapper {
      width: 60%; } }
  #og_intro_block .text-wrapper.full {
    width: 100%; }

#og_intro_block .side-menu-links {
  float: left;
  width: 100%; }
  #og_intro_block .side-menu-links .quicklinks-wrapper-js {
    max-width: 160px;
    display: inline-block; }
  @media only screen and (min-width: 64rem) {
    #og_intro_block .side-menu-links {
      width: 30%;
      margin-left: 10%; } }

#og_intro_block .welcome-text {
  font-size: 27px;
  color: #e5e854;
  font-family: 'NationalBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  line-height: 120%; }

#og_intro_block .body-text {
  margin: 25px 0;
  font-size: 18px;
  color: #fff; }

@media only screen and (min-width: 64rem) {
  #og_intro_block .side-menu-links .svg-el {
    clip-path: polygon(100% 0, 100% 96%, 33% 100%, 0px 96%, 0 0);
    clip-path: url("https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/scss/base/components/svg-masks/teaser-clip.svg#profileImg");
    -webkit-clip-path: polygon(100% 0, 100% 96%, 33% 100%, 0px 96%, 0 0);
    min-height: 150px;
    background-color: #0066ad;
    margin-bottom: 25px;
    padding: 20px 40px; } }

#og_intro_block .side-menu-links ul, #og_intro_block .side-menu-links li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#og_intro_block .side-menu-links li {
  padding: 8px 0; }
  @media only screen and (min-width: 64rem) {
    #og_intro_block .side-menu-links li a {
      color: white;
      font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: uppercase;
      line-height: 120%; } }

#og_intro_block .fact-counter {
  display: flex; }

#og_intro_block .fact-outside {
  position: relative;
  width: 110%;
  padding: 25px 0 50px;
  float: left;
  margin: 0 0 0 -5%; }

#og_intro_block .fact-outside .facts-count-1 .facts-wrapper {
  width: 100%; }

#og_intro_block .fact-outside .facts-count-2 .facts-wrapper {
  width: 50%; }
  @media only screen and (max-width: 45.5625rem) {
    #og_intro_block .fact-outside .facts-count-2 .facts-wrapper {
      width: 100%; } }

#og_intro_block .fact-outside .facts-count-3 .facts-wrapper {
  width: 33%; }
  @media only screen and (max-width: 45.5625rem) {
    #og_intro_block .fact-outside .facts-count-3 .facts-wrapper {
      width: 100%; } }

#og_intro_block .fact-outside .facts-wrapper {
  float: left;
  text-align: center;
  border-right: 1px solid #efab00;
  padding: 10px 0; }
  #og_intro_block .fact-outside .facts-wrapper > * {
    width: 70%;
    display: block;
    margin: 0 15%;
    overflow: hidden; }
  #og_intro_block .fact-outside .facts-wrapper:last-child {
    border: none; }
  #og_intro_block .fact-outside .facts-wrapper .fact-number {
    font-size: 50px;
    font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e5e854;
    line-height: 120%; }
    @media only screen and (max-width: 45.5625rem) {
      #og_intro_block .fact-outside .facts-wrapper .fact-number {
        font-size: 1.9rem; } }
  #og_intro_block .fact-outside .facts-wrapper .fact-text {
    color: white;
    font-size: 16px; }
    @media only screen and (max-width: 45.5625rem) {
      #og_intro_block .fact-outside .facts-wrapper .fact-text {
        font-size: .8em;
        font-weight: bold; } }

body #og_intro_block.white-background {
  background: white;
  margin-bottom: 0; }
  body #og_intro_block.white-background .welcome-text,
  body #og_intro_block.white-background .og-content-text,
  body #og_intro_block.white-background .body-text,
  body #og_intro_block.white-background .fact-outside .facts-wrapper .fact-text,
  body #og_intro_block.white-background .fact-outside .facts-wrapper .fact-number {
    color: #1e1c22; }
  body #og_intro_block.white-background .og-content-text:before {
    background: none;
    display: none; }
  body #og_intro_block.white-background .inside-container {
    max-width: 75rem;
    padding: 20px 0 0 0; }
    body #og_intro_block.white-background .inside-container .welcome-text {
      font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
      font-weight: 300 ;
      font-size: 50px;
      line-height: 120%;
      color: #003976;
      text-transform: inherit; }

body[class*="node-type-administrative-group"] .feature-top.panel-region--wide .pane-node-field-group-media img,
body[class*="node-type-academic-group"] .feature-top.panel-region--wide .pane-node-field-group-media img {
  width: 100%; }

.feature-top .pane-node-field-group-media .owl-carousel:after,
.feature-top body.page-node-74926 .pane-node-field-page-media .owl-carousel:after {
  content: "";
  position: absolute;
  top: 90%;
  bottom: -1px;
  right: 0;
  left: 0;
  background-image: url(https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/svg/intro-accent.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 1; }

body.page-node-74926 .pane-node-field-page-media .owl-carousel img {
  width: 100%; }

body.page-node-74926 .pane-node-field-page-media .owl-carousel:after {
  content: "";
  position: absolute;
  top: 90%;
  bottom: -1px;
  right: 0;
  left: 0;
  background-image: url(https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/svg/intro-accent.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 1; }

body[class*="node-type-administrative-group"] .feature-top.panel-region--width-normal .pane-node-field-group-media,
body[class*="node-type-academic-group"] .feature-top.panel-region--width-normal .pane-node-field-group-media {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%); }

body[class*="node-type-administrative-group"] .feature-top .field-name-field-group-media img,
body[class*="node-type-academic-group"] .feature-top .field-name-field-group-media img {
  width: 100%; }

body[class*="node-type-administrative-group"] .feature-top .owl-carousel.arrows-slider .owl-controls,
body[class*="node-type-academic-group"] .feature-top .owl-carousel.arrows-slider .owl-controls {
  padding-bottom: 0; }

body[class*="node-type-administrative-group"] .feature-top .view.view-slideshows.view-id-slideshows.view-display-id-hero_slideshow_with_subtitles_pane,
body[class*="node-type-academic-group"] .feature-top .view.view-slideshows.view-id-slideshows.view-display-id-hero_slideshow_with_subtitles_pane {
  position: relative; }
  body[class*="node-type-administrative-group"] .feature-top .view.view-slideshows.view-id-slideshows.view-display-id-hero_slideshow_with_subtitles_pane:after,
  body[class*="node-type-academic-group"] .feature-top .view.view-slideshows.view-id-slideshows.view-display-id-hero_slideshow_with_subtitles_pane:after {
    content: "";
    position: absolute;
    top: 90%;
    bottom: -1px;
    right: 0;
    left: 0;
    background-image: url(https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/svg/intro-accent.svg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 1; }

body .pane-node-field-calls-to-action {
  max-width: 300px;
  clip-path: polygon(10% 0, 93% 0, 100% 25%, 93% 100%, 7% 100%, 0 27%);
  clip-path: url("https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/scss/components/svg-masks/teaser-clip.svg#deptCTA");
  -webkit-clip-path: polygon(10% 0, 93% 0, 100% 25%, 93% 100%, 7% 100%, 0 27%);
  min-height: 150px;
  background-color: #0066ad;
  margin-bottom: 25px;
  padding: 30px 70px; }
  @media only screen and (min-width: 64rem) {
    body .pane-node-field-calls-to-action a {
      display: block;
      padding: 8px 0;
      color: #e5e854;
      font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: uppercase;
      line-height: 120%; } }

div.panel-pane div.node-contact-us-block {
  padding: 100px 50px;
  background: url("https://www.kent.edu/sites/default/files/file/bg-conted.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #e7e7e7; }
  div.panel-pane div.node-contact-us-block .content.row {
    max-width: 75rem;
    margin: 0 auto; }
  div.panel-pane div.node-contact-us-block .contact-us-container {
    max-width: 600px;
    background-color: #fff; }
  div.panel-pane div.node-contact-us-block .pane-title {
    display: none; }
  div.panel-pane div.node-contact-us-block .node-title {
    font-size: 40px;
    font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    background-color: #fff;
    display: block;
    float: left;
    padding: 25px;
    line-height: 50px;
    margin: 0;
    width: 100%;
    color: #0073bd; }
    div.panel-pane div.node-contact-us-block .node-title a {
      color: #0073bd; }
    @media only screen and (max-width: 45.5625rem) {
      div.panel-pane div.node-contact-us-block .node-title {
        font-size: 30px;
        line-height: 35px; } }
  div.panel-pane div.node-contact-us-block .field-name-body {
    padding: 25px;
    background-color: #fff;
    float: left;
    display: inline-block;
    width: 50%; }
    @media only screen and (max-width: 45.5625rem) {
      div.panel-pane div.node-contact-us-block .field-name-body {
        width: 100%; } }
  div.panel-pane div.node-contact-us-block .field-name-field-contact-body-second-column {
    padding: 25px;
    background-color: #fff;
    float: left;
    display: inline-block;
    width: 50%; }
    @media only screen and (max-width: 45.5625rem) {
      div.panel-pane div.node-contact-us-block .field-name-field-contact-body-second-column {
        width: 100%; } }

.halves-row div.panel-pane div.node-contact-us-block {
  padding: 0;
  margin-left: inherit;
  margin-right: inherit; }
  .halves-row div.panel-pane div.node-contact-us-block .contact-us-container,
  .halves-row div.panel-pane div.node-contact-us-block .node-title,
  .halves-row div.panel-pane div.node-contact-us-block .field-name-body,
  .halves-row div.panel-pane div.node-contact-us-block .field-name-field-contact-body-second-column {
    background-color: #e7e7e7; }

.view-display-id-twitter_social_media_block {
  padding-bottom: 40px; }
  .view-display-id-twitter_social_media_block .views-row {
    display: table-cell;
    width: 25%;
    padding: 20px;
    text-align: center; }
    @media only screen and (max-width: 45.5625rem) {
      .view-display-id-twitter_social_media_block .views-row {
        width: 100%;
        display: inline-block; } }
    .view-display-id-twitter_social_media_block .views-row.views-row-1, .view-display-id-twitter_social_media_block .views-row.views-row-4 {
      background-color: #003976;
      color: #5ec4df; }
      .view-display-id-twitter_social_media_block .views-row.views-row-1 a, .view-display-id-twitter_social_media_block .views-row.views-row-4 a {
        color: #5ec4df; }
      .view-display-id-twitter_social_media_block .views-row.views-row-1 .social-media-network-twitter, .view-display-id-twitter_social_media_block .views-row.views-row-4 .social-media-network-twitter {
        color: #003976; }
        .view-display-id-twitter_social_media_block .views-row.views-row-1 .social-media-network-twitter .fa-twitter, .view-display-id-twitter_social_media_block .views-row.views-row-4 .social-media-network-twitter .fa-twitter {
          color: #5ec4df; }
    .view-display-id-twitter_social_media_block .views-row.views-row-2 {
      background-color: #5ec4df;
      color: #fff; }
      .view-display-id-twitter_social_media_block .views-row.views-row-2 a {
        color: #fff; }
      .view-display-id-twitter_social_media_block .views-row.views-row-2 .social-media-network-twitter {
        color: #5ec4df; }
        .view-display-id-twitter_social_media_block .views-row.views-row-2 .social-media-network-twitter .fa-twitter {
          color: #fff; }
    .view-display-id-twitter_social_media_block .views-row.views-row-3 {
      background-color: #4b4aa9;
      color: #f8eb61; }
      .view-display-id-twitter_social_media_block .views-row.views-row-3 a {
        color: #f8eb61; }
      .view-display-id-twitter_social_media_block .views-row.views-row-3 .social-media-network-twitter {
        color: #4b4aa9; }
        .view-display-id-twitter_social_media_block .views-row.views-row-3 .social-media-network-twitter .fa-twitter {
          color: #f8eb61; }
    .view-display-id-twitter_social_media_block .views-row .views-field-profile-image-url, .view-display-id-twitter_social_media_block .views-row .views-field-image, .view-display-id-twitter_social_media_block .views-row .views-field-created-time a {
      display: none; }
    .view-display-id-twitter_social_media_block .views-row .views-field {
      padding: 10px 0px; }
    .view-display-id-twitter_social_media_block .views-row .views-field-nothing {
      padding: 0px; }

.block-kent-state-blocks-group-social-media .has-tip {
  cursor: pointer;
  border-bottom: none; }

.block-kent-state-blocks-campus-social-media .has-tip {
  cursor: pointer;
  border-bottom: none; }

/* Scss Document */
/*Styling for Wedge Content Types*/
/*Both Wedges*/
.pane-wedge-panel-pane-2 {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  display: block; }

.view-wedge {
  position: relative; }
  .view-wedge.view-display-id-panel_pane_1 {
    position: relative;
    display: block;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%); }

.overflow-wedge {
  overflow: hidden; }

.view-wedge.view-display-id-panel_pane_2 .wedge-title {
  padding: 80px 20px 20px 20px; }

.wedge-title {
  padding: 140px 20px 20px 20px;
  font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  color: #aeeae5;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.9px;
  display: block; }
  @media only screen and (max-width: 45.5625rem) {
    .wedge-title {
      font-size: 35px; } }
  .wedge-title.wedge-title a {
    color: #e5e854;
    text-decoration: none; }
  .wedge-title.wedge-shadow {
    text-shadow: 0px 1px 5px rgba(0, 57, 118, 0.35); }

p.wedge-description {
  margin: 0 auto;
  padding: 0px 32px;
  max-width: 80%;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  font-size: 24px !important;
  text-align: center;
  line-height: 1.7;
  font-weight: 600 !important;
  letter-spacing: 0.13px;
  color: white !important; }
  @media only screen and (max-width: 45.5625rem) {
    p.wedge-description {
      text-align: left;
      font-size: 18px; } }

/*Button Link Wedge*/
.view-wedge.view-display-id-panel_pane_1 {
  margin-top: 40px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 45.5625rem) {
    .view-wedge.view-display-id-panel_pane_1 {
      margin-bottom: 0px; } }

.views-field-field-link-wedge {
  text-align: center;
  display: block;
  padding-bottom: 20px; }
  .views-field-field-link-wedge a {
    margin-top: 45px;
    margin-bottom: 5px;
    padding: 11px 32px 17px;
    display: block;
    text-align: center;
    display: inline-block;
    background: #003976;
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    letter-spacing: 0.2px;
    color: #e5e854 !important; }
    .views-field-field-link-wedge a:hover {
      text-decoration: none; }
    .views-field-field-link-wedge a:after {
      content: "»";
      padding-left: 10px; }

.wedge-symbol {
  max-width: none;
  overflow: hidden;
  margin-top: 76px;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: .15;
  z-index: -1;
  pointer-events: none; }
  @media only screen and (max-width: 45.5625rem) {
    .wedge-symbol {
      margin-top: 6px; } }

.wedge-bg {
  background: url(https://www.kent.edu/sites/default/files/file/background.jpg) no-repeat center center fixed;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -2;
  margin-top: 76px; }
  @media only screen and (max-width: 45.5625rem) {
    .wedge-bg {
      margin-top: 6px; } }

.wedge-top {
  display: inline-flex;
  position: absolute; }
  .wedge-top img {
    height: 120px;
    width: 100%;
    margin-top: 20px; }
  @media only screen and (max-width: 45.5625rem) {
    .wedge-top {
      display: none; } }

/*Background Image Wedge*/
.pane-wedge-panel-pane-2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-clip-path: polygon(68% 0, 100% 3%, 100% 100%, 0 100%, 0 4%);
  clip-path: polygon(68% 0, 100% 3%, 100% 100%, 0 100%, 0 4%); }
  .pane-wedge-panel-pane-2 .pane-content .view-wedge .view-content {
    width: 100%;
    overflow: hidden; }
  .pane-wedge-panel-pane-2 .pane-content .view-wedge:before {
    background-image: -moz-linear-gradient(to top right, #003976, #efab00);
    background-image: -webkit-linear-gradient(to top right, #003976, #efab00);
    background-image: -webkit-gradient(linear, 100% 0, 0 100%, from(#003976), to(#efab00));
    background-image: -o-linear-gradient(to top right, #003976, #efab00);
    background-image: linear-gradient(to top right, #003976, #efab00);
    opacity: .7;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.view-display-id-panel_pane_2.wedge .views-field.views-field-title {
  position: absolute;
  width: 100%;
  z-index: 10; }

.view-display-id-panel_pane_2.wedge .views-field.views-field-body {
  position: absolute;
  width: 100%;
  top: 180px;
  z-index: 1; }

.view-display-id-panel_pane_2.wedge .views-field.views-field-field-image-wedge {
  z-index: -1; }
  .view-display-id-panel_pane_2.wedge .views-field.views-field-field-image-wedge .field-content .wedge-bg-img {
    height: auto;
    display: block; }
    .view-display-id-panel_pane_2.wedge .views-field.views-field-field-image-wedge .field-content .wedge-bg-img img {
      max-width: 100% !important;
      height: 100%;
      display: block;
      width: auto; }

/*Teaser Wedge*/
.pane-wedge-panel-pane-3 {
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 45.5625rem) {
    .pane-wedge-panel-pane-3 {
      background-color: #e6e6e6;
      padding: 20px;
      border-top: 3px solid #003976; } }
  @media only screen and (min-width: 45.5625rem) {
    .pane-wedge-panel-pane-3 .views-field-title {
      position: absolute;
      top: -30px;
      min-width: 75%;
      z-index: 100; } }
  .pane-wedge-panel-pane-3 .views-field-title h2.wedge-teaser-title {
    color: white;
    background-color: #003976;
    padding: 10px;
    text-transform: uppercase;
    font-style: italic;
    -webkit-clip-path: polygon(0% 0%, 88% 0, 94% 29%, 88% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 88% 0, 94% 29%, 88% 100%, 0% 100%); }
    @media only screen and (max-width: 899px) {
      .pane-wedge-panel-pane-3 .views-field-title h2.wedge-teaser-title {
        font-size: 30px; } }
    @media only screen and (min-width: 900px) {
      .pane-wedge-panel-pane-3 .views-field-title h2.wedge-teaser-title {
        font-size: 2.3125rem; } }
  @media only screen and (max-width: 45.5625rem) {
    .pane-wedge-panel-pane-3 .views-field-title h2.wedge-teaser-title {
      text-transform: uppercase;
      font-style: italic;
      color: #003976;
      background-color: transparent; } }
  @media only screen and (min-width: 45.5625rem) {
    .pane-wedge-panel-pane-3 .wedge-teaser-image {
      clip-path: polygon(0 0, 80% 0, 100% 10%, 95% 95%, 0 100%);
      clip-path: url("https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/scss/base/components/svg-masks/teaser-clip.svg#teaser2-even");
      -webkit-clip-path: polygon(0 0, 80% 0, 100% 10%, 95% 95%, 0 100%);
      position: relative;
      float: left;
      width: 50%; } }
  @media only screen and (max-width: 45.5625rem) {
    .pane-wedge-panel-pane-3 .wedge-teaser-image {
      width: 100%; } }
  @media only screen and (min-width: 45.5625rem) {
    .pane-wedge-panel-pane-3 p.wedge-teaser-description {
      position: relative;
      width: 50%;
      -webkit-transform: translate(0, 3vw);
      -ms-transform: translate(0, 3vw);
      transform: translate(0, 3vw);
      float: left;
      padding-right: 20px;
      padding-left: 10px;
      padding-top: 40px; } }
  @media only screen and (max-width: 45.5625rem) {
    .pane-wedge-panel-pane-3 p.wedge-teaser-description {
      width: 100%; } }

/* Add Styling for Tags Pages Here */
/* Hiding images from the body area from the tags page */
.node-teaser.node-article .small-12 .columns .left .body .pane-node-body .pane-content .body p img {
  display: none; }

.page-taxonomy-term .owl-carousel-custom-nav {
  display: none; }

/* Scss Document */
.pane-image-grid-panel-pane-1 {
  text-align: center; }
  .pane-image-grid-panel-pane-1 h2.pane-title {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #003976;
    font-size: 0.9375rem;
    text-transform: uppercase;
    border-bottom: 3px solid #efab00;
    margin-bottom: 2rem;
    display: inline-block;
    letter-spacing: 1px; }

/* Standard Image Grid */
.image-grid-standard {
  width: 100%;
  margin: 20px auto;
  text-align: center; }
  .image-grid-standard .view-content {
    display: inline-block !important;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%; }
    .image-grid-standard .view-content .views-field-title {
      margin-bottom: 8px;
      color: #003976;
      font-weight: bold; }
      .image-grid-standard .view-content .views-field-title a {
        text-decoration: none; }
  .image-grid-standard .views-row {
    margin: 8px 18px;
    text-align: center;
    display: inline-block;
    max-width: 150px;
    width: calc(50% - 4px);
    vertical-align: middle; }
  .image-grid-standard a {
    text-decoration: none;
    height: 150px;
    display: inline-block; }
  .image-grid-standard a:hover img {
    transform: scale(1.05); }
  .image-grid-standard img, .image-grid-standard a img {
    border: none;
    width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
    transition: transform .2s ease-in-out; }

/* Large Rollover Image Grid */
.image-grid-large-rollover {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 900px;
  list-style: none;
  text-align: center; }
  @media only screen and (max-width: 45.5625rem) {
    .image-grid-large-rollover {
      display: none; } }
  .image-grid-large-rollover .view-content {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-height: 360px;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
    background: #003976; }
    .image-grid-large-rollover .view-content img {
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%;
      opacity: 0.9;
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s; }
    .image-grid-large-rollover .view-content:hover .feature-column {
      background-color: rgba(58, 52, 42, 0); }
    .image-grid-large-rollover .view-content:hover .feature-column:before {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .image-grid-large-rollover .view-content:hover p {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .image-grid-large-rollover .view-content:hover h3 {
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }
    .image-grid-large-rollover .view-content:hover img {
      opacity: 0.2; }
    .image-grid-large-rollover .view-content .feature-column {
      padding: 1.8em;
      color: #fff;
      text-transform: uppercase;
      font-size: 1em;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .image-grid-large-rollover .view-content .feature-column:before {
      pointer-events: none;
      position: absolute;
      display: inline-block;
      top: 30px;
      right: 30px;
      bottom: 30px;
      left: 30px;
      border: 2px solid #EAAB00;
      box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
      content: '';
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale3d(1.4, 1.4, 1);
      transform: scale3d(1.4, 1.4, 1); }
    .image-grid-large-rollover .view-content .feature-column:after {
      pointer-events: none; }
    .image-grid-large-rollover .view-content h3 {
      word-spacing: -0.15em;
      color: #ffffff;
      text-transform: uppercase;
      font-family: sans-serif, "sans-serif", "Arial Black";
      font-weight: 400;
      margin: 10% 0 10px 0;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s; }
    .image-grid-large-rollover .view-content p {
      letter-spacing: 1px;
      font-weight: 400;
      padding: 1em;
      color: #ffffff;
      text-transform: uppercase;
      font-family: sans-serif, "sans-serif", "Arial Black";
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale(1.5);
      transform: scale(1.5); }
  .image-grid-large-rollover .views-row {
    text-align: center;
    display: inline-block;
    max-width: 900px;
    width: calc(100% - 4px);
    vertical-align: middle; }

/* Multi Rollover Image Grid */
.image-grid-rollover {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  list-style: none;
  text-align: center; }
  @media only screen and (max-width: 45.5625rem) {
    .image-grid-rollover {
      display: none; } }
  .image-grid-rollover .view-content .row .column {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    max-height: 360px;
    width: 31%;
    height: auto;
    text-align: center;
    cursor: pointer;
    background: #003976;
    padding: 0px; }
    .image-grid-rollover .view-content .row .column .panel-inner-wrap {
      padding-top: 0em; }
    .image-grid-rollover .view-content .row .column h3 {
      word-spacing: -0.15em;
      color: #ffffff;
      font-size: 28px;
      text-transform: uppercase;
      font-family: sans-serif, "sans-serif", "Arial Black";
      font-weight: 400;
      margin: 10% 0 10px 0;
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s; }
      @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
        .image-grid-rollover .view-content .row .column h3 {
          font-size: 20px;
          line-height: 24px; } }
    .image-grid-rollover .view-content .row .column p {
      letter-spacing: 1px;
      font-weight: 400;
      padding: .1em .5em;
      line-height: 24px;
      color: #ffffff;
      font-size: 18px;
      text-transform: none;
      font-family: sans-serif, "sans-serif", "Arial Black";
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale(1.5);
      transform: scale(1.5); }
      @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
        .image-grid-rollover .view-content .row .column p {
          font-size: 12px;
          line-height: 18px; } }
    .image-grid-rollover .view-content .row .column img {
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%;
      opacity: 0.9;
      -webkit-transition: opacity 0.35s;
      transition: opacity 0.35s; }
    .image-grid-rollover .view-content .row .column:hover .feature-column {
      background-color: rgba(58, 52, 42, 0); }
    .image-grid-rollover .view-content .row .column:hover .feature-column:before {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .image-grid-rollover .view-content .row .column:hover p {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .image-grid-rollover .view-content .row .column:hover h3 {
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }
    .image-grid-rollover .view-content .row .column:hover img {
      opacity: 0.2; }
    .image-grid-rollover .view-content .row .column .feature-column {
      padding: 1.8em;
      color: #fff;
      text-transform: uppercase;
      font-size: 1em;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .image-grid-rollover .view-content .row .column .feature-column:before {
      pointer-events: none;
      position: absolute;
      display: inline-block;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      border: 2px solid #EAAB00;
      box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
      content: '';
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale3d(1.4, 1.4, 1);
      transform: scale3d(1.4, 1.4, 1); }
    .image-grid-rollover .view-content .row .column .feature-column:after {
      pointer-events: none; }

.show-primary-side-nav ul.menu li {
  display: block; }

.pane-kent-state-blocks-group-primary-menu .menu li {
  display: none; }

.pane-kent-state-blocks-group-primary-menu > .pane-content > .menu > li.current-active-menu-trail {
  display: block !important; }
  .pane-kent-state-blocks-group-primary-menu > .pane-content > .menu > li.current-active-menu-trail a {
    display: block !important; }

.pane-kent-state-blocks-group-primary-menu > .pane-content > .menu > li.current-active-menu-trail > ul.menu > li {
  display: block !important;
  margin-left: 1em; }

.pane-kent-state-blocks-group-primary-menu .menu li.current-active-menu-trail-sibling {
  display: block !important; }

.active-trail.active {
  font-weight: bold; }

.panel-pane.pane-block.pane-kent-state-blocks-group-primary-menu {
  background-color: #0073bd;
  padding: 2rem 2rem 2rem 2.5rem;
  min-height: 11.875rem;
  max-width: 350px;
  margin: 20px auto; }
  .panel-pane.pane-block.pane-kent-state-blocks-group-primary-menu ul.menu {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0; }
    .panel-pane.pane-block.pane-kent-state-blocks-group-primary-menu ul.menu li a {
      font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 15px;
      line-height: 18px;
      letter-spacing: 1px;
      display: block;
      margin-bottom: 1.0625rem; }
      .panel-pane.pane-block.pane-kent-state-blocks-group-primary-menu ul.menu li a:hover {
        text-decoration: underline; }
    .panel-pane.pane-block.pane-kent-state-blocks-group-primary-menu ul.menu li ul.menu-minipanel-panel {
      display: none; }
    .panel-pane.pane-block.pane-kent-state-blocks-group-primary-menu ul.menu li:last-child a {
      margin-bottom: 0; }
    .panel-pane.pane-block.pane-kent-state-blocks-group-primary-menu ul.menu li.current-active-menu-trail {
      margin-bottom: 0; }
      .panel-pane.pane-block.pane-kent-state-blocks-group-primary-menu ul.menu li.current-active-menu-trail a.active-trail.active {
        display: block;
        text-decoration: underline; }
    .panel-pane.pane-block.pane-kent-state-blocks-group-primary-menu ul.menu li.expanded.active-trail.current-active-menu-trail {
      margin-bottom: 0; }
      .panel-pane.pane-block.pane-kent-state-blocks-group-primary-menu ul.menu li.expanded.active-trail.current-active-menu-trail > a {
        display: none; }

.kent-rd-megamenu #mega-menu-post-menu .block-ksu-custom-blocks-redesign-utility-nav-links--2 ul.ksu_redesign_util_nav_temp {
  display: flex; }
  .kent-rd-megamenu #mega-menu-post-menu .block-ksu-custom-blocks-redesign-utility-nav-links--2 ul.ksu_redesign_util_nav_temp li {
    margin: 0; }
    .kent-rd-megamenu #mega-menu-post-menu .block-ksu-custom-blocks-redesign-utility-nav-links--2 ul.ksu_redesign_util_nav_temp li a {
      padding: 0 .5em;
      text-align: center; }

.view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane {
  padding: 1em;
  background-color: #e6e6e6;
  position: relative;
  word-wrap: break-word;
  margin-bottom: 1em; }
  .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane .views-field.views-field-title {
    display: none;
    visibility: hidden; }
  .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane h3 {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    line-height: 110%; }
  .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane a {
    text-decoration: none; }
    .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane a:hover {
      text-decoration: underline; }
  .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane p {
    font-family: 'NationalLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 120%; }
    .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane p a:not([class*="button"]) {
      font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 15px; }
    .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane p strong {
      font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 15px; }
    .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane p:last-of-type {
      margin-bottom: 0; }
  .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0; }
    .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane ul li {
      font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 120%; }
      .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane ul li a {
        color: #0073bd; }
  .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane a.button.angled {
    display: block;
    widows: 100%;
    text-align: center; }
  .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane hr {
    border: solid #efab00;
    border-width: 1px 0 0; }
  .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane .more-link a {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-family: "Roboto Slab",Georgia,"Times New Roman",Times,serif;
    font-weight: 400;
    padding: 0 20px;
    background-color: #efab00;
    color: #003976;
    font-size: 18px;
    line-height: 50px;
    transition: 200ms;
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 25px, calc(100% - 10px) 100%, 10px 100%, 0 36px);
    clip-path: url("https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/scss/base/components/svg-masks/teaser-clip.svg#featuredPeopleBtn");
    -webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 25px, calc(100% - 10px) 100%, 10px 100%, 0 36px); }
    .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane .more-link a:hover {
      background-color: #ffc023; }
  .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane a.button.angled,
  .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane a.button.primary {
    background-color: #efab00;
    color: #003976;
    width: 100%;
    margin-bottom: 1em; }
    .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane a.button.angled:hover,
    .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane a.button.primary:hover {
      background-color: #ffc023; }
  .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane .view.view-tabs.view-id-tabs.view-display-id-accordions.academics-accordion {
    margin-bottom: 0; }
    .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane .view.view-tabs.view-id-tabs.view-display-id-accordions.academics-accordion dd > a {
      padding: 0 20px 0 0; }
      .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane .view.view-tabs.view-id-tabs.view-display-id-accordions.academics-accordion dd > a:before {
        content: none; }
      .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane .view.view-tabs.view-id-tabs.view-display-id-accordions.academics-accordion dd > a:after {
        position: absolute;
        content: "+";
        right: 0;
        width: 20px;
        text-align: center;
        top: 0;
        font-size: 38px;
        color: #003976;
        font-weight: 400; }
    .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane .view.view-tabs.view-id-tabs.view-display-id-accordions.academics-accordion dd.active {
      background-color: transparent; }
      .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane .view.view-tabs.view-id-tabs.view-display-id-accordions.academics-accordion dd.active div.content {
        padding-left: 0;
        background-color: transparent;
        background: none;
        padding-bottom: 0; }
      .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane .view.view-tabs.view-id-tabs.view-display-id-accordions.academics-accordion dd.active > a:after {
        content: "-"; }
    .view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane .view.view-tabs.view-id-tabs.view-display-id-accordions.academics-accordion dd:first-of-type {
      margin-bottom: .5em !important;
      padding-bottom: .5em;
      border-bottom: 1px solid white; }

.gradRequestInfoForm {
  background-color: #e6e6e6;
  padding: 1em;
  margin-bottom: 1em; }
  .gradRequestInfoForm h3 {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    line-height: 110%; }
  .gradRequestInfoForm form {
    margin-bottom: 0; }
  .gradRequestInfoForm .hbspt-form h3 {
    display: none; }
  .gradRequestInfoForm .hbspt-form .stacked .field {
    margin-bottom: 0; }
  .gradRequestInfoForm .hbspt-form .hs-input {
    width: 95%; }
  .gradRequestInfoForm .hbspt-form input[type="text"], .gradRequestInfoForm .hbspt-form input[type="password"], .gradRequestInfoForm .hbspt-form input[type="date"], .gradRequestInfoForm .hbspt-form input[type="datetime"], .gradRequestInfoForm .hbspt-form input[type="datetime-local"], .gradRequestInfoForm .hbspt-form input[type="month"], .gradRequestInfoForm .hbspt-form input[type="week"], .gradRequestInfoForm .hbspt-form input[type="email"], .gradRequestInfoForm .hbspt-form input[type="number"], .gradRequestInfoForm .hbspt-form input[type="search"], .gradRequestInfoForm .hbspt-form input[type="tel"], .gradRequestInfoForm .hbspt-form input[type="time"], .gradRequestInfoForm .hbspt-form input[type="url"], .gradRequestInfoForm .hbspt-form textarea, .gradRequestInfoForm .hbspt-form select {
    height: auto;
    padding: 2.5%;
    margin-bottom: .5rem; }
  .gradRequestInfoForm .hbspt-form .hs-button {
    border-radius: 0;
    background-color: #efab00;
    color: #003976;
    background-image: none;
    border: none;
    text-shadow: none;
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    text-transform: uppercase;
    padding: .8em 0;
    font-size: 1rem;
    display: block;
    width: 100%;
    margin-top: .5rem; }
    .gradRequestInfoForm .hbspt-form .hs-button:hover {
      background-color: #ffc023;
      box-shadow: none;
      border: none; }
  .gradRequestInfoForm .stacked .actions {
    padding: 0;
    margin: 0; }

.mosaic-home-fpp {
  position: relative; }
  .mosaic-home-fpp .mosaic-home-cover {
    text-align: center;
    object-fit: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 20px 0;
    padding-bottom: 10em; }
  .mosaic-home-fpp .top_overlay {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
    position: absolute;
    top: -20px;
    left: 0;
    right: 0; }
  .mosaic-home-fpp .field-name-field-mosaic-header {
    max-width: 600px;
    margin: auto;
    padding: 90px 0 35px 0;
    position: relative; }
    @media only screen and (max-width: 45.5625rem) {
      .mosaic-home-fpp .field-name-field-mosaic-header {
        padding: 90px 1em 35px 1em; } }
  .mosaic-home-fpp .inside-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
  .mosaic-home-fpp .mosaic-container {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    z-index: 3; }
    .mosaic-home-fpp .mosaic-container .field-type-text:first-child {
      display: block; }
  .mosaic-home-fpp .action-links,
  .mosaic-home-fpp .field-label,
  .mosaic-home-fpp .field-collection-view-links {
    display: none; }
  .mosaic-home-fpp .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none; }
  .mosaic-home-fpp .field-collection-container {
    border-bottom: none;
    margin: 0;
    position: relative; }
  .mosaic-home-fpp p {
    margin: 0;
    margin: 0; }
  .mosaic-home-fpp .mosaic-tile {
    display: block;
    float: left;
    width: 25%;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 3;
    height: 300px;
    transition: 200ms; }
    @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
      .mosaic-home-fpp .mosaic-tile {
        width: 50%; } }
    @media only screen and (max-width: 45.5625rem) {
      .mosaic-home-fpp .mosaic-tile {
        width: 100%; } }
    .mosaic-home-fpp .mosaic-tile > span {
      display: block;
      padding: 20px;
      float: left;
      height: 100%;
      position: relative;
      width: 100%; }
    .mosaic-home-fpp .mosaic-tile span.faux-href {
      cursor: pointer; }
    .mosaic-home-fpp .mosaic-tile .field-type-link-field {
      display: none; }
  .mosaic-home-fpp:before, .mosaic-home-fpp:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0; }
  .mosaic-home-fpp:before {
    background-image: linear-gradient(180deg, #003976, transparent 65%); }
  .mosaic-home-fpp:after {
    opacity: 0.65;
    background-image: linear-gradient(0deg, #a947ba, transparent 40%); }

body .mosaic-home-fpp .mosaic-container .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 0; }

body .mosaic-home-fpp .mosaic-container .mosaic--tile-3,
body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 {
  width: 50%;
  background: none; }
  @media only screen and (max-width: 45.5625rem) {
    body .mosaic-home-fpp .mosaic-container .mosaic--tile-3,
    body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 {
      width: 100%; } }
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3.mosaic-tile > span,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8.mosaic-tile > span {
    padding: 0; }
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .field-collection-container,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .field-collection-container {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: inherit; }
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item .field-collection-view .entity-field-collection-item,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item .field-collection-view .entity-field-collection-item {
    height: 300px; }
    body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item .field-collection-view .entity-field-collection-item .content,
    body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item .field-collection-view .entity-field-collection-item .content {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      position: relative;
      padding: 0 1em; }

body .mosaic-home-fpp .mosaic-container .view-tweets-views {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  font-size: 0.75rem; }
  body .mosaic-home-fpp .mosaic-container .view-tweets-views .views-field-created-time,
  body .mosaic-home-fpp .mosaic-container .view-tweets-views .views-field-text {
    padding-bottom: 7px; }
  body .mosaic-home-fpp .mosaic-container .view-tweets-views .views-field-text {
    font-size: 0.9375rem; }
  body .mosaic-home-fpp .mosaic-container .view-tweets-views span.social-media-network-twitter {
    color: transparent; }
  body .mosaic-home-fpp .mosaic-container .view-tweets-views .fa-twitter {
    font-size: 32px; }

body .mosaic-home-fpp .mosaic--tile-5 .view-tweets-views .fa-twitter, body .mosaic-home-fpp .mosaic--tile-5 .view-tweets-views .views-field {
  color: #003976; }

body .mosaic-home-fpp .mosaic--tile-10 .view-tweets-views .fa-twitter, body .mosaic-home-fpp .mosaic--tile-10 .view-tweets-views .views-field, body .mosaic-home-fpp .mosaic--tile-10 .view-tweets-views .views-field a {
  color: white; }

.mosaic-home-fpp .mosaic-container .mosaic--tile-1 {
  background-color: rgba(241, 171, 3, 0.88);
  color: white; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-1 .field-type-text {
    color: #003976; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-1:hover {
    background-color: #f1ab03; }

.mosaic-home-fpp .mosaic-container .mosaic--tile-2 {
  background-color: rgba(75, 74, 169, 0.88);
  color: white; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-2 .field-type-text {
    color: #f8eb61; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-2:hover {
    background-color: #4b4aa9; }

.mosaic-home-fpp .mosaic-container .mosaic--tile-3 {
  background-color: rgba(0, 57, 118, 0.88);
  color: white; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .field-type-text {
    color: #efab00; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-3:hover {
    background-color: #003976; }

.mosaic-home-fpp .mosaic-container .mosaic--tile-4 {
  background-color: rgba(0, 115, 189, 0.88);
  color: white; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-4 .field-type-text {
    color: #e5e854; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-4:hover {
    background-color: #0073bd; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-4 a {
    color: white;
    text-decoration: underline; }

.mosaic-home-fpp .mosaic-container .mosaic--tile-5 {
  background-color: rgba(174, 234, 229, 0.88);
  color: white; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-5 .field-type-text {
    color: #4b4aa9; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-5:hover {
    background-color: #aeeae5; }

.mosaic-home-fpp .mosaic-container .mosaic--tile-6 {
  background-color: rgba(241, 171, 3, 0.88);
  color: white; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-6 .field-type-text {
    color: #003976; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-6:hover {
    background-color: #f1ab03; }

.mosaic-home-fpp .mosaic-container .mosaic--tile-7 {
  background-color: rgba(0, 115, 189, 0.88);
  color: white; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-7 .field-type-text {
    color: #e5e854; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-7:hover {
    background-color: #0073bd; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-7 a {
    color: white;
    text-decoration: underline; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-7:hover {
    background-color: rgba(0, 115, 189, 0.88); }

.mosaic-home-fpp .mosaic-container .mosaic--tile-8 {
  background-color: rgba(0, 57, 118, 0.88);
  color: white; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .field-type-text {
    color: #efab00; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-8:hover {
    background-color: #003976; }

.mosaic-home-fpp .mosaic-container .mosaic--tile-9 {
  background-color: rgba(0, 115, 189, 0.88);
  color: white; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-9 .field-type-text {
    color: #e5e854; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-9:hover {
    background-color: #0073bd; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-9 a {
    color: white;
    text-decoration: underline; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-9:hover {
    background-color: rgba(0, 115, 189, 0.88); }

.mosaic-home-fpp .mosaic-container .mosaic--tile-10 {
  background-color: rgba(75, 74, 169, 0.88);
  color: white; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-10 .field-type-text {
    color: #f8eb61; }
  .mosaic-home-fpp .mosaic-container .mosaic--tile-10:hover {
    background-color: #4b4aa9; }

.mosaic-home-fpp .mosaic-container .field-name-field-mosaic-slogan {
  font-size: 1.875rem;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .mosaic-home-fpp .mosaic-container .field-name-field-mosaic-slogan p {
    font-size: 1.875rem;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5; }

.mosaic-home-fpp .mosaic-container .field-collection-container {
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  text-align: center; }

.mosaic-home-fpp .mosaic-container .mosaic--tile-1 {
  text-align: left; }

.mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row1-factoid .field-type-text:first-child,
.mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row2-factoid .field-type-text:first-child,
.mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row2-factoid3 .field-type-text:first-child,
.mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row3-factoid .field-type-text:first-child {
  text-align: center;
  font-size: 3.9375rem;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  line-height: 1.1; }
  .mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row1-factoid .field-type-text:first-child p,
  .mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row2-factoid .field-type-text:first-child p,
  .mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row2-factoid3 .field-type-text:first-child p,
  .mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row3-factoid .field-type-text:first-child p {
    text-align: center;
    font-size: 3.9375rem;
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 300 ;
    line-height: 1.1; }

.mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row1-factoid .field-type-text,
.mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row1-factoid .field-type-text p,
.mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row2-factoid .field-type-text,
.mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row2-factoid .field-type-text p,
.mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row2-factoid3 .field-type-text,
.mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row2-factoid3 .field-type-text p,
.mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row3-factoid .field-type-text,
.mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row3-factoid .field-type-text p {
  font-size: 1.0625rem;
  font-family: 'NationalLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row2-factoid2 .field-type-text:first-child {
  line-height: 1.1;
  font-size: 3.125rem;
  font-family: 'NationalBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003976; }
  .mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row2-factoid2 .field-type-text:first-child p {
    line-height: 1.1;
    font-size: 3.125rem;
    font-family: 'NationalBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003976; }

.mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row2-factoid2 .field-type-text,
.mosaic-home-fpp .mosaic-container .field-collection-item-field-mosaic-row2-factoid2 .field-type-text p {
  font-size: 1.0625rem;
  font-family: 'NationalLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003976; }

.mosaic-home-fpp .mosaic-container .field-name-field-mosaic-row1-slider .field-type-text:first-child,
.mosaic-home-fpp .mosaic-container .field-name-field-mosaic-row2-slider .field-type-text:first-child,
.mosaic-home-fpp .mosaic-container .field-name-field-mosaic-row3-slider .field-type-text:first-child {
  line-height: 1.3;
  text-transform: uppercase;
  font-family: 'NationalBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5rem; }
  .mosaic-home-fpp .mosaic-container .field-name-field-mosaic-row1-slider .field-type-text:first-child p,
  .mosaic-home-fpp .mosaic-container .field-name-field-mosaic-row2-slider .field-type-text:first-child p,
  .mosaic-home-fpp .mosaic-container .field-name-field-mosaic-row3-slider .field-type-text:first-child p {
    line-height: 1.3;
    text-transform: uppercase;
    font-family: 'NationalBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.5rem; }

.mosaic-home-fpp .mosaic-container .field-name-field-mosaic-row1-slider .field-type-text,
.mosaic-home-fpp .mosaic-container .field-name-field-mosaic-row1-slider .field-type-text p,
.mosaic-home-fpp .mosaic-container .field-name-field-mosaic-row2-slider .field-type-text,
.mosaic-home-fpp .mosaic-container .field-name-field-mosaic-row2-slider .field-type-text p,
.mosaic-home-fpp .mosaic-container .field-name-field-mosaic-row3-slider .field-type-text,
.mosaic-home-fpp .mosaic-container .field-name-field-mosaic-row3-slider .field-type-text p {
  font-size: 1.25rem;
  color: white;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ; }

body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-1 .field-collection-view .entity-field-collection-item,
body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-4 .field-collection-view .entity-field-collection-item,
body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-7 .field-collection-view .entity-field-collection-item,
body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-1 .field-collection-view .entity-field-collection-item,
body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-4 .field-collection-view .entity-field-collection-item,
body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-7 .field-collection-view .entity-field-collection-item {
  background-color: rgba(0, 57, 118, 0.88);
  color: white; }
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-1 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-4 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-7 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-1 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-4 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-7 .field-collection-view .entity-field-collection-item .field-type-text {
    color: #efab00; }
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-1 .field-collection-view .entity-field-collection-item:hover,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-4 .field-collection-view .entity-field-collection-item:hover,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-7 .field-collection-view .entity-field-collection-item:hover,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-1 .field-collection-view .entity-field-collection-item:hover,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-4 .field-collection-view .entity-field-collection-item:hover,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-7 .field-collection-view .entity-field-collection-item:hover {
    background-color: #003976; }
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-1 .field-collection-view .entity-field-collection-item .field-type-text, body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-1 .field-collection-view .entity-field-collection-item .field-type-text p,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-4 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-4 .field-collection-view .entity-field-collection-item .field-type-text p,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-7 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-7 .field-collection-view .entity-field-collection-item .field-type-text p,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-1 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-1 .field-collection-view .entity-field-collection-item .field-type-text p,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-4 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-4 .field-collection-view .entity-field-collection-item .field-type-text p,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-7 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-7 .field-collection-view .entity-field-collection-item .field-type-text p {
    color: #efab00; }

body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-2 .field-collection-view .entity-field-collection-item,
body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-5 .field-collection-view .entity-field-collection-item,
body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-8 .field-collection-view .entity-field-collection-item,
body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-2 .field-collection-view .entity-field-collection-item,
body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-5 .field-collection-view .entity-field-collection-item,
body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-8 .field-collection-view .entity-field-collection-item {
  background-color: rgba(174, 234, 229, 0.88);
  color: white; }
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-2 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-5 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-8 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-2 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-5 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-8 .field-collection-view .entity-field-collection-item .field-type-text {
    color: #4b4aa9; }
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-2 .field-collection-view .entity-field-collection-item:hover,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-5 .field-collection-view .entity-field-collection-item:hover,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-8 .field-collection-view .entity-field-collection-item:hover,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-2 .field-collection-view .entity-field-collection-item:hover,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-5 .field-collection-view .entity-field-collection-item:hover,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-8 .field-collection-view .entity-field-collection-item:hover {
    background-color: #aeeae5; }
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-2 .field-collection-view .entity-field-collection-item .field-type-text, body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-2 .field-collection-view .entity-field-collection-item .field-type-text p,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-5 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-5 .field-collection-view .entity-field-collection-item .field-type-text p,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-8 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-8 .field-collection-view .entity-field-collection-item .field-type-text p,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-2 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-2 .field-collection-view .entity-field-collection-item .field-type-text p,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-5 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-5 .field-collection-view .entity-field-collection-item .field-type-text p,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-8 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-8 .field-collection-view .entity-field-collection-item .field-type-text p {
    color: #4b4aa9; }

body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-3 .field-collection-view .entity-field-collection-item,
body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-6 .field-collection-view .entity-field-collection-item,
body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-9 .field-collection-view .entity-field-collection-item,
body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-3 .field-collection-view .entity-field-collection-item,
body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-6 .field-collection-view .entity-field-collection-item,
body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-9 .field-collection-view .entity-field-collection-item {
  background-color: rgba(75, 74, 169, 0.88);
  color: white; }
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-3 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-6 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-9 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-3 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-6 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-9 .field-collection-view .entity-field-collection-item .field-type-text {
    color: #f8eb61; }
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-3 .field-collection-view .entity-field-collection-item:hover,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-6 .field-collection-view .entity-field-collection-item:hover,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-9 .field-collection-view .entity-field-collection-item:hover,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-3 .field-collection-view .entity-field-collection-item:hover,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-6 .field-collection-view .entity-field-collection-item:hover,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-9 .field-collection-view .entity-field-collection-item:hover {
    background-color: #4b4aa9; }
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-3 .field-collection-view .entity-field-collection-item .field-type-text, body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-3 .field-collection-view .entity-field-collection-item .field-type-text p,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-6 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-6 .field-collection-view .entity-field-collection-item .field-type-text p,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-9 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-3 .owl-item.not-cloned-int-9 .field-collection-view .entity-field-collection-item .field-type-text p,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-3 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-3 .field-collection-view .entity-field-collection-item .field-type-text p,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-6 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-6 .field-collection-view .entity-field-collection-item .field-type-text p,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-9 .field-collection-view .entity-field-collection-item .field-type-text,
  body .mosaic-home-fpp .mosaic-container .mosaic--tile-8 .owl-item.not-cloned-int-9 .field-collection-view .entity-field-collection-item .field-type-text p {
    color: white;
    padding-right: 10px; }

/* GROUP PROFILES */
.view-display-id-group_profiles .views-field-title a {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  color: #0073bd;
  font-size: 1.125rem;
  margin-bottom: 0.5rem; }

.view-display-id-group_profiles .views-field-field-profile-job-title,
.view-display-id-group_profiles .views-field-field-profile-email-work,
.view-display-id-group_profiles .views-field-field-profile-office-number,
.view-display-id-group_profiles .views-field-field-profile-phone-work {
  color: #627378;
  line-height: 1.5; }
  .view-display-id-group_profiles .views-field-field-profile-job-title a,
  .view-display-id-group_profiles .views-field-field-profile-email-work a,
  .view-display-id-group_profiles .views-field-field-profile-office-number a,
  .view-display-id-group_profiles .views-field-field-profile-phone-work a {
    color: #003976; }

.view-display-id-group_profiles input[type="text"] {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  padding: 0 2%;
  height: 2.6875rem;
  line-height: 2.6875rem;
  background-color: #e6e6e6;
  box-shadow: none;
  border: 1px solid #dfe4e6;
  box-sizing: content-box;
  color: #0073bd; }

.view-display-id-group_profiles .views-submit-button button {
  background-color: #0073bd;
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  padding: 0 1em;
  height: 2.6875rem;
  border: 1px solid #0073bd;
  box-sizing: content-box;
  margin-left: 1em;
  text-transform: uppercase; }

.view-display-id-group_profiles .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 21px; }

.view-display-id-group_profiles .views-widget-filter-field_profile_type_tid {
  width: 100%; }

.view-display-id-group_profiles .views-widget-filter-field_profile_expertise_tid {
  width: 96%; }

.view-display-id-group_profiles .views-widget-filter-title {
  width: 83%; }

.view-display-id-group_profiles ul.pagination li {
  float: left !important;
  display: block !important;
  margin-bottom: 2em; }

/*Profile Directory View Styles*/
.pane-profiles-panel-pane-3 .pane-content .view-display-id-panel_pane_3 {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  -webkit-column-gap: 30px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 30px;
  /* Firefox */
  column-gap: 30px;
  margin: 20px 0px; }
  @media only screen and (max-width: 45.5625rem) {
    .pane-profiles-panel-pane-3 .pane-content .view-display-id-panel_pane_3 {
      webkit-column-count: 1;
      /* Chrome, Safari, Opera */
      -moz-column-count: 1;
      /* Firefox */
      column-count: 1; } }
  .pane-profiles-panel-pane-3 .pane-content .view-display-id-panel_pane_3 .view-content h3 {
    font-style: italic;
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0b0318;
    -webkit-font-smoothing: antialiased; }
  .pane-profiles-panel-pane-3 .pane-content .view-display-id-panel_pane_3 .view-content .profile-list {
    margin: 10px 0px; }

#views-exposed-form-profiles-find-a-researcher .form-item-field-profile-job-department-tid input {
  max-width: 235px; }

@media only screen and (max-width: 63.9375rem) {
  html body .quicklinks-wrapper-js {
    padding: 10px 15px;
    width: 100%;
    display: block;
    background: #0073bd; } }

html body .quicklinks-wrapper-js a {
  color: #e5e854;
  display: block;
  padding: 0;
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left; }
  html body .quicklinks-wrapper-js a:hover {
    text-decoration: underline; }

html body .quicklinks-wrapper-js a.quicklinks-toggle {
  display: none;
  position: relative;
  padding-right: 26px; }
  @media only screen and (max-width: 63.9375rem) {
    html body .quicklinks-wrapper-js a.quicklinks-toggle {
      display: block; } }
  html body .quicklinks-wrapper-js a.quicklinks-toggle:after {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: url(../../ksu_base_zurb/images/dd-caret.png) 50% 50% no-repeat; }
  html body .quicklinks-wrapper-js a.quicklinks-toggle.open {
    margin-bottom: 7px; }
    html body .quicklinks-wrapper-js a.quicklinks-toggle.open:after {
      background-image: url(../../ksu_base_zurb/images/dd-caret-up.png); }

@media only screen and (max-width: 63.9375rem) {
  html body .quicklinks-wrapper-js ul.kent--quick-links-js {
    position: relative;
    left: 1.5%;
    max-width: 97.5%;
    display: none; } }

div.pane-imagemap {
  background: #efab00 url("/sites/all/modules/custom/ksu_imagemap/images/rays2.png") top left no-repeat;
  background-size: cover;
  color: #003976;
  text-align: center;
  padding: 70px 35px; }
  @media only screen and (max-width: 45.5625rem) {
    div.pane-imagemap {
      display: none; } }

div.pane-imagemap #ksu_map_interactive {
  max-width: 75em;
  text-align: left;
  margin: 0 auto; }
  div.pane-imagemap #ksu_map_interactive .svg-wrapper {
    position: relative; }
  div.pane-imagemap #ksu_map_interactive .panel-locations {
    border: none;
    position: relative;
    background-color: white;
    float: left;
    -webkit-clip-path: polygon(0 24px, 25% 0, 100% 24px, 100% calc(100% - 24px), 40% 100%, 0 calc(100% - 24px));
    clip-path: polygon(0 24px, 25% 0, 100% 24px, 100% calc(100% - 24px), 40% 100%, 0 calc(100% - 24px));
    padding: 30px; }
  div.pane-imagemap #ksu_map_interactive .panel-locations h2 {
    margin-bottom: 24px;
    font-size: 30px;
    font-family: 'NationalBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003976;
    line-height: 105%; }
  div.pane-imagemap #ksu_map_interactive .panel-locations h3 {
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 400 ;
    font-size: 18px;
    line-height: 1.4;
    width: 100%;
    display: block; }
  div.pane-imagemap #ksu_map_interactive .panel-locations .group-location {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px; }
  div.pane-imagemap #ksu_map_interactive .panel-locations ul.location-group {
    display: none; }
  div.pane-imagemap #ksu_map_interactive .panel-locations ul.location-group li {
    font-size: 14px;
    list-style: none;
    width: 50%;
    float: left;
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 400 ; }
    @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
      div.pane-imagemap #ksu_map_interactive .panel-locations ul.location-group li {
        width: 99%; } }
  div.pane-imagemap #ksu_map_interactive .panel-locations .slide-transition {
    transition: max-height 1s ease-out;
    max-height: 100px;
    overflow: hidden; }
  div.pane-imagemap #ksu_map_interactive .current-location {
    position: absolute;
    background-color: #aeeae5;
    font-family: 'NationalBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    padding: 15px 30px;
    -webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 40%, calc(100% - 10px) 100%, 10px 100%, 0 60%);
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 40%, calc(100% - 10px) 100%, 10px 100%, 0 60%);
    -webkit-transform: translate(-20px, -20px);
    -ms-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px); }
  div.pane-imagemap #ksu_map_interactive svg {
    width: 100%;
    min-height: 620px; }
  div.pane-imagemap #ksu_map_interactive clipPath#clip-path path {
    /*    display: none;
    &:first-child {
      display: inline;
    }*/ }
  div.pane-imagemap #ksu_map_interactive rect {
    fill: #003976; }
  div.pane-imagemap #ksu_map_interactive circle {
    fill: #f8eb61; }
  div.pane-imagemap #ksu_map_interactive .slide-enter,
  div.pane-imagemap #ksu_map_interactive .slide-leave {
    max-height: 0; }
  div.pane-imagemap #ksu_map_interactive .slide-transition {
    transition: max-height 1s ease-out;
    max-height: 100px;
    overflow: hidden; }
  div.pane-imagemap #ksu_map_interactive .cities {
    transform-origin: center;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    display: none;
    transition: opacity .90s ease-in-out;
    -moz-transition: opacity .90s ease-in-out;
    -webkit-transition: opacity .90s ease-in-out; }
  div.pane-imagemap #ksu_map_interactive image {
    opacity: 0.2; }
  div.pane-imagemap #ksu_map_interactive span.hover-city {
    display: none;
    z-index: 4;
    width: 175px;
    position: absolute;
    background-color: #aeeae5;
    font-family: 'NationalBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    padding: 10px 15px;
    text-align: center;
    -webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 20px, calc(100% - 10px) 100%, 10px 100%, 0 60%);
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 20px, calc(100% - 10px) 100%, 10px 100%, 0 60%); }

.view-university-faculty-handbook.view-id-university_faculty_handbook li.views-row h2 {
  line-height: 100%;
  font-size: 1.2rem;
  margin: 0; }
  .view-university-faculty-handbook.view-id-university_faculty_handbook li.views-row h2 a {
    font-size: 1.2rem; }

.view-university-faculty-handbook.view-id-university_faculty_handbook li.views-row p {
  margin: 0; }

.view-university-faculty-handbook.view-id-university_faculty_handbook li.views-row article:before {
  display: inline; }

.view-university-faculty-handbook.view-id-university_faculty_handbook ol li {
  border-top: 1px solid #e7e7e7;
  margin-top: 1em; }

.view-university-faculty-handbook.view-id-university_faculty_handbook ol ol li {
  border-top: none; }

.block.block-user-alert.block-user-alert-user-alert div.user-alert {
  width: 100%;
  height: auto;
  background: none repeat scroll 0% 0% #C60F13;
  line-height: 35px; }
  .block.block-user-alert.block-user-alert-user-alert div.user-alert div.user-alert-message {
    font-weight: bold;
    color: #FFF;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 1px; }
    .block.block-user-alert.block-user-alert-user-alert div.user-alert div.user-alert-message a {
      color: white; }
  .block.block-user-alert.block-user-alert-user-alert div.user-alert span.user-label {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: bold;
    background: none repeat scroll 0% 0% #C60F13;
    padding-left: 0;
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.block.block-user-alert.block-user-alert-user-alert div.user-alert div.user-alert-message {
  font-weight: bold;
  color: #FFF;
  padding-top: 20px;
  padding-left: 10px;
  padding-bottom: 1px; }

.block.block-user-alert.block-user-alert-user-alert div.user-alert span.user-label {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: bold;
  background: none repeat scroll 0% 0% #C60F13; }

.block.block-user-alert.block-user-alert-user-alert a.action-link {
  transition: color 0.2s ease 0s;
  font-family: "tablet-gothic",Helvetica,Arial,sans-serif;
  margin-bottom: 1.5rem;
  display: block;
  margin-top: 0.5rem;
  font-weight: bold; }

.block.block-user-alert.block-user-alert-user-alert a {
  text-decoration: none; }
  .block.block-user-alert.block-user-alert-user-alert a .fa {
    color: #efab00; }
  .block.block-user-alert.block-user-alert-user-alert a.action-link {
    transition: color 0.2s ease 0s;
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 1.5rem;
    display: block;
    margin-top: 0.5rem;
    font-weight: bold; }
    .block.block-user-alert.block-user-alert-user-alert a.action-link:hover {
      text-decoration: none;
      color: #EAAB00 !important; }

.block.block-user-alert.block-user-alert-user-alert div.field {
  display: inline; }

.block.block-user-alert.block-user-alert-user-alert div.user-alert p {
  display: inline;
  color: #fff; }

.view-alerts-2 .view-content {
  border-top: 4px solid #9e3039 !important;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2; }
  .view-alerts-2 .view-content table {
    background: transparent;
    margin-bottom: 0; }

/* Scss Document */
/*Styling for Information Sheet Content Types*/
.views-field.views-field-description.information-sheet-admissions-office {
  padding-top: 18px; }
  .views-field.views-field-description.information-sheet-admissions-office .field-content p {
    font-size: 14px;
    line-height: 16px; }

.views-field.views-field-description.information-sheet-career-services .field-content p {
  font-size: 14px;
  line-height: 16px; }

body.node-type-information-sheets .panel-layout-information {
  padding-top: 20px; }
  body.node-type-information-sheets .panel-layout-information .pane-node-field-page-two-information-sheet h2.pane-title {
    display: none; }
  body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section {
    border-radius: 15px;
    background: #e6e6e6;
    padding: 18px;
    margin: 10px 0px;
    font-size: 14px;
    line-height: 16px;
    word-wrap: break-word; }
    body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section .information-sheet-department .pane-content .field-name-field-dept-name-informatio {
      font-weight: bold;
      padding-bottom: 5px; }
  body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section-lower {
    border-radius: 15px;
    background: #e6e6e6;
    padding: 20px;
    margin: 10px 0px;
    font-size: 14px;
    line-height: 18px;
    word-wrap: break-word; }
    body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section-lower ul li, body.node-type-information-sheets .panel-layout-information .sidebar-right .information-grey-section-lower ul li a {
      font-size: 14px;
      line-height: 18px; }

body.node-type-information-sheets .panel-pane.pane-custom.pane-2.info-sheet-white-logo {
  display: none; }

body.node-type-information-sheets .info-sheet-print-button {
  margin-right: 0px;
  position: relative;
  float: right; }
  body.node-type-information-sheets .info-sheet-print-button span.fa.fa-print.fa-stack-1x {
    color: #003976;
    font-size: 20px; }
  @media only screen and (max-width: 45.5625rem) {
    body.node-type-information-sheets .info-sheet-print-button {
      display: none; } }

/*Styling for Information Sheet Feed View*/
.pane-information-sheets-panel-pane-1 .pane-content .view-information-sheets .view-content .views-view-grid .views-field-title .field-content a {
  color: #0073bd;
  font-weight: bold;
  font-size: 16px;
  list-style-type: disc;
  display: list-item;
  margin-left: 30px; }

.pane-regional-academic-contacts-panel-pane-1, .pane-regional-academic-contacts-panel-pane-2 {
  padding: 2em 1em 1em 1em;
  background-color: #e6e6e6;
  clip-path: polygon(0 2%, 60% 0, 100% 2%, 100% 100%, 0% 100%);
  clip-path: url("https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/scss/base/components/svg-masks/teaser-clip.svg#GradStudiesBlock");
  -webkit-clip-path: polygon(0 2%, 60% 0, 100% 2%, 100% 100%, 0% 100%);
  position: relative;
  word-wrap: break-word;
  font-family: 'NationalLight',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-weight: normal; }
  .pane-regional-academic-contacts-panel-pane-1 h2.pane-title, .pane-regional-academic-contacts-panel-pane-2 h2.pane-title {
    display: none; }
  .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field.views-field-title, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field.views-field-title {
    display: none;
    visibility: hidden; }
  .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field.views-field-field-campus, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field.views-field-field-campus {
    font-size: 16px;
    line-height: 28px;
    font-family: "Roboto Slab",Georgia,"Times New Roman",Times,serif;
    font-weight: 300;
    text-transform: uppercase; }
  .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field-field-related-program-links strong a, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field-field-related-program-links strong a {
    display: inline-block;
    margin-bottom: 8px; }
  .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field.views-field-field-rac-phone, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field.views-field-field-rac-phone {
    display: inline-flex; }
    .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field.views-field-field-rac-phone strong.views-label.views-label-field-rac-phone, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field.views-field-field-rac-phone strong.views-label.views-label-field-rac-phone {
      padding-right: 5px; }
  .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field.views-field-field-rac-email, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field.views-field-field-rac-email {
    display: inline-flex;
    width: 100%; }
    .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field.views-field-field-rac-email strong.views-label.views-label-field-rac-email, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field.views-field-field-rac-email strong.views-label.views-label-field-rac-email {
      padding-right: 5px; }
  .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field-field-rac-mailing-address p, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field-field-rac-mailing-address p {
    line-height: 17px;
    padding-top: 8px; }
  .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field-field-apply-now-link .rac-button, .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field-field-program-overview .rac-button, .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field-field-program-requirements .rac-button, .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field-field-roadmap-link .rac-button, .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field-field-job-opportunities-link .rac-button, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field-field-apply-now-link .rac-button, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field-field-program-overview .rac-button, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field-field-program-requirements .rac-button, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field-field-roadmap-link .rac-button, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field-field-job-opportunities-link .rac-button {
    margin: 0 0 1.25rem;
    position: relative; }
    .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field-field-apply-now-link .rac-button a, .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field-field-program-overview .rac-button a, .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field-field-program-requirements .rac-button a, .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field-field-roadmap-link .rac-button a, .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field-field-job-opportunities-link .rac-button a, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field-field-apply-now-link .rac-button a, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field-field-program-overview .rac-button a, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field-field-program-requirements .rac-button a, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field-field-roadmap-link .rac-button a, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field-field-job-opportunities-link .rac-button a {
      background-color: #efab00;
      color: #003976;
      line-height: 25px;
      padding: 12px 20px;
      display: block;
      widows: 100%;
      text-align: center;
      text-decoration: none;
      font-family: "Roboto Slab",Georgia,"Times New Roman",Times,serif;
      font-size: 18px;
      transition: 200ms;
      clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 25px, calc(100% - 10px) 100%, 10px 100%, 0 36px);
      clip-path: url(https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/scss/base/components/svg-masks/teaser-clip.svg#featuredPeopleBtn);
      -webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 25px, calc(100% - 10px) 100%, 10px 100%, 0 36px);
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field-field-apply-now-link .rac-button a:hover, .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field-field-program-overview .rac-button a:hover, .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field-field-program-requirements .rac-button a:hover, .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field-field-roadmap-link .rac-button a:hover, .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .views-field-field-job-opportunities-link .rac-button a:hover, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field-field-apply-now-link .rac-button a:hover, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field-field-program-overview .rac-button a:hover, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field-field-program-requirements .rac-button a:hover, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field-field-roadmap-link .rac-button a:hover, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .views-field-field-job-opportunities-link .rac-button a:hover {
        background-color: #ffc023; }
  .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .contact-header-wrapper, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .contact-header-wrapper {
    display: block; }
    .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts .contact-header-wrapper .contact-header, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts .contact-header-wrapper .contact-header {
      border-top: 1px solid #efab00;
      padding-top: 10px;
      margin-top: 20px;
      width: 100%;
      position: relative;
      display: inline-block;
      font-size: 20px;
      line-height: 30px;
      font-family: "Roboto Slab",Georgia,"Times New Roman",Times,serif;
      font-weight: 300;
      text-transform: uppercase;
      margin-bottom: .5rem; }
  .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts h3, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts h3 {
    font-size: 20px;
    line-height: 30px; }
  .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts a, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts a {
    text-decoration: none; }
    .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts a:hover, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts a:hover {
      text-decoration: underline; }
  .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts p, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts p {
    font-family: 'NationalLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px; }
    .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts p a:not([class*="button"]), .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts p a:not([class*="button"]) {
      font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 15px; }
    .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts p strong, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts p strong {
      font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 15px; }
  .pane-regional-academic-contacts-panel-pane-1 .pane-content .view-regional-academic-contacts hr, .pane-regional-academic-contacts-panel-pane-2 .pane-content .view-regional-academic-contacts hr {
    border: solid #efab00;
    border-width: 1px 0 0; }

.pane-regional-academic-contacts-panel-pane-2 {
  clip-path: none;
  -webkit-clip-path: none;
  padding: 0em 1em 1em 1em; }

.view-display-id-featured_people .Display-as-Featured-Video:before,
.view-display-id-node_content_slideshow .Display-as-Featured-Video:before,
.view-display-id-hero_slideshow_with_subtitles_pane .Display-as-Featured-Video:before,
.view-display-id-hero_slideshow_title_only_pane .Display-as-Featured-Video:before {
  content: "\f01d";
  z-index: 1;
  display: block;
  font-family: FontAwesome;
  position: absolute;
  font-size: 5em;
  color: white;
  line-height: 100%;
  top: .5em;
  left: .5em; }

.view-display-id-featured_people .views-row-even .Display-as-Featured-Video:before {
  top: .5em;
  right: .5em;
  left: auto; }

.service-status-description {
  padding: 10px; }

.service-status-description.service-disruption {
  background-color: rgba(204, 0, 0, 0.8);
  width: 100%;
  margin-top: 1px;
  color: white; }
  .service-status-description.service-disruption p {
    font-size: 16px;
    line-height: 16px;
    padding: 8px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold; }
    .service-status-description.service-disruption p a {
      color: white;
      text-decoration: underline;
      font-style: italic; }

.service-status-description.investigating-issue {
  background-color: rgba(255, 255, 102, 0.8);
  color: black;
  width: 100%;
  margin-top: 1px; }
  .service-status-description.investigating-issue p {
    font-size: 16px;
    line-height: 16px;
    padding: 8px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold; }
    .service-status-description.investigating-issue p a {
      text-decoration: underline;
      font-style: italic; }

.service-status-description.operational {
  background-color: rgba(0, 128, 0, 0.8);
  color: white;
  width: 100%;
  margin-top: 1px; }
  .service-status-description.operational p {
    font-size: 16px;
    line-height: 16px;
    padding: 8px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold; }
    .service-status-description.operational p a {
      color: white;
      font-style: italic;
      text-decoration: underline; }

.pane-service-availability-panel-pane-1 .pane-content, .pane-service-availability-panel-pane-2 .pane-content {
  margin-bottom: -4em; }

.pane-service-availability-panel-pane-1 p.service-status-key, .pane-service-availability-panel-pane-2 p.service-status-key,
.view-id-systemstatusview p.service-status-key {
  font-size: 1em; }

.pane-service-availability-panel-pane-1 p.service-status-key i, .pane-service-availability-panel-pane-2 p.service-status-key i,
.view-id-systemstatusview p.service-status-key i {
  float: left; }

.pane-service-availability-panel-pane-1 i.fa.fa-check, .pane-service-availability-panel-pane-2 i.fa.fa-check,
.view-id-systemstatusview i.fa.fa-check {
  color: green; }

.pane-service-availability-panel-pane-1 i.fa.fa-exclamation-triangle, .pane-service-availability-panel-pane-2 i.fa.fa-exclamation-triangle,
.view-id-systemstatusview i.fa.fa-exclamation-triangle {
  color: #d28800; }

.pane-service-availability-panel-pane-1 i.fa.fa-wrench, .pane-service-availability-panel-pane-2 i.fa.fa-wrench,
.view-id-systemstatusview i.fa.fa-wrench {
  color: grey; }

.pane-service-availability-panel-pane-1 i.fa.fa-hourglass-half, .pane-service-availability-panel-pane-2 i.fa.fa-hourglass-half,
.view-id-systemstatusview i.fa.fa-hourglass-half {
  color: #B8860B; }

.pane-service-availability-panel-pane-1 i.fa.fa-times, .pane-service-availability-panel-pane-2 i.fa.fa-times,
.view-id-systemstatusview i.fa.fa-times {
  color: #a50000; }

.pane-service-availability-panel-pane-1 i.fa, .pane-service-availability-panel-pane-2 i.fa,
.view-id-systemstatusview i.fa {
  float: left;
  padding-right: 1em;
  padding-top: 5px; }

.pane-service-availability-panel-pane-1 .service-status, .pane-service-availability-panel-pane-2 .service-status,
.view-id-systemstatusview .service-status {
  font-size: 1.5em; }

.pane-service-availability-panel-pane-1 .view-service-availability ul, .pane-service-availability-panel-pane-2 .view-service-availability ul,
.view-id-systemstatusview .view-service-availability ul {
  list-style: none; }

.pane-service-availability-panel-pane-1 .legend-Ul, .pane-service-availability-panel-pane-2 .legend-Ul,
.view-id-systemstatusview .legend-Ul {
  list-style: none; }

.pane-service-availability-panel-pane-1 .view-service-availability ul li, .pane-service-availability-panel-pane-2 .view-service-availability ul li,
.view-id-systemstatusview .view-service-availability ul li {
  padding: 0;
  margin: 0; }

.pane-service-availability-panel-pane-1 p.service-status-key, .pane-service-availability-panel-pane-2 p.service-status-key,
.view-id-systemstatusview p.service-status-key {
  line-height: .7em; }
  .pane-service-availability-panel-pane-1 p.service-status-key i.fa, .pane-service-availability-panel-pane-2 p.service-status-key i.fa,
  .view-id-systemstatusview p.service-status-key i.fa {
    float: left;
    padding-right: 1em;
    padding-top: 0; }

.pane-service-availability-panel-pane-1 h2.pane-title, .pane-service-availability-panel-pane-2 h2.pane-title,
.view-id-systemstatusview h2.pane-title {
  font-family: "Roboto Slab",Georgia,"Times New Roman",Times,serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #0073bd;
  font-size: 32px;
  line-height: 40px;
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 75rem; }

.systemstatus a {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif; }

ul.legend-Ul {
  display: none; }

.pane-service-availability-panel-pane-1 h5 {
  display: none; }

.pane-service-availability-panel-pane-1 {
  border: 1px solid black; }

.pane-service-availability-panel-pane-1 h2.pane-title {
  font-size: 16px;
  font-family: arial;
  text-transform: capitalize;
  font-weight: bold;
  color: black;
  text-align: center; }

.service-status span {
  font-size: 15px;
  font-weight: bold;
  text-align: center; }

.service-status p {
  text-align: center; }

.view-service-availability ul li {
  text-align: left;
  padding-left: 5px; }

.pane-service-availability-panel-pane-1 i.fa.fa-check {
  color: darkgreen;
  background-color: lightgreen;
  width: 30px;
  height: 30px;
  padding: 5px !important;
  margin: 0;
  float: none;
  border-radius: 90px;
  border: 0;
  font-size: 20px;
  margin-right: 15px; }

.service-status {
  margin-left: 15%; }

.view-hr-training-details .view-content .views-row {
  background-color: #fcfdfd;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 12px !important;
  margin-bottom: 12px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important; }

.views-field-field-hr-train-wkp-num {
  padding-top: 1em;
  padding-bottom: 1em;
  display: block; }

.hr-training-group {
  border: 1px solid #ccc;
  padding: .35em;
  line-height: 29px; }
  .hr-training-group .field-type-image .field-label {
    display: none; }
  .hr-training-group img {
    padding: .1em; }

.hr-training-group-container {
  float: left; }
  .hr-training-group-container ol {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: inline-block; }
    .hr-training-group-container ol li {
      float: left; }

.vocabulary-hr-training-category h2 {
  display: none; }

.vocabulary-hr-training-category .field {
  margin-bottom: 0; }

.views-label-field-hr-training-category {
  padding-left: .5em; }

.hr-training-format {
  border: 1px solid #ccc;
  padding: .5em;
  line-height: 29px; }

.hr-training-format-container {
  float: left; }

.views-label-field-hr-training-format {
  padding-left: .5em; }

.hr-training-length {
  border: 1px solid #ccc;
  padding: .5em;
  line-height: 29px; }

.hr-training-length-container {
  float: left; }

.views-label-field-hr-training-length {
  padding-left: .5em; }

.hr-training-audience {
  border: 1px solid #ccc;
  padding: .5em;
  line-height: 29px; }

.hr-training-audience-container {
  float: left; }

.views-label-field-hr-training-audience {
  padding-left: .5em; }

.views-field-field-hr-training-link {
  clear: both;
  padding-top: 1em; }

header.stickynav {
  position: fixed !important;
  top: -100%;
  width: 100% !important;
  background-image: linear-gradient(to bottom, #003976, #0073bd) !important;
  height: 115px;
  z-index: 9; }
  header.stickynav + main {
    padding-top: 185px; }
  header.stickynav #block-kent-state-blocks-group-megamenu .megamenu-container {
    top: 30px; }
  @media only screen and (min-width: 64rem) {
    header.stickynav .kent-rd-megamenu ul.megamenu-wrapper > li > a {
      display: inline-block;
      height: 30px; }
    header.stickynav .kent-rd-megamenu ul.megamenu-wrapper > li {
      line-height: 28px; }
    header.stickynav #block-ksu-custom-blocks-redesign-svg-logo {
      position: relative;
      top: -20px; }
    header.stickynav .block-apachesolr-panels-search-form {
      margin-top: -15px; }
    header.stickynav .kent-rd-megamenu .megamenu-wrapper > li.open > .megamenu-container, header.stickynav div.kent-search-overlay {
      top: 60px; } }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    header.stickynav .kent-rd-megamenu {
      top: 57px; } }
  header.stickynav div.kent-search-overlay {
    position: fixed;
    top: 0; }

.theme--ksu-kent-zurb header.stickynav #block-kent-state-blocks-group-megamenu .megamenu-container {
  top: 60px; }

.sticky-nav-megamenu {
  overflow-y: scroll; }

.disabled-scroll {
  overflow-y: hidden; }

.node-icon-links.view-mode-vertical_teaser {
  border-style: solid; }

.node-icon-links {
  text-align: center; }

.ksu-icon-wrapper {
  display: inline;
  align-items: center;
  justify-content: center; }

.ksu-icon-item {
  padding-bottom: 12px;
  display: inline-block;
  vertical-align: middle; }

.ksu-icon-wrapper .ksu-icon-item > a:focus {
  display: block;
  transform: scale(1.04);
  padding: 2.5px; }

.ksu-icon-link {
  position: relative;
  z-index: 99;
  display: block;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  width: 120px;
  height: 120px;
  text-align: center;
  margin: 2px; }
  .ksu-icon-link .ksu-icon-container {
    padding-top: 16px;
    opacity: 1.0;
    font-size: 26px; }
  .ksu-icon-link .ksu-icon-circle {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial; }
  .ksu-icon-link .ksu-icon-link-text {
    font: 'NationalReg';
    font-size: 14px;
    font-weight: 600;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 15px;
    overflow-wrap: break-word; }

.ksu-icon-anchor:hover {
  display: block;
  transition: transform .2s ease-in; }

.ksu-icon-anchor:hover,
.ksu-icon-anchor:focus,
.ksu-icon-anchor:active {
  transform: scale(1.04);
  text-decoration: none; }

.ksu-icon-links-light-colors, .ksu-icon-links-light-mono, .ksu-icon-links-dark-mono, .ksu-icon-links-2a {
  box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.25); }

.ksu-icon-links-2b .ksu-icon-link-icon, .ksu-icon-links-2d .ksu-icon-link-icon {
  font-size: 50px;
  margin-top: -20px; }

.ksu-icon-links-2b .ksu-icon-link-text, .ksu-icon-links-2d .ksu-icon-link-text {
  margin-top: -16px; }

.is-icon-links-light-colors {
  margin-bottom: -24px;
  margin-top: -20px;
  display: block; }
  .is-icon-links-light-colors .ksu-icon-link-icon {
    font-size: 50px;
    margin-top: -20px; }
  .is-icon-links-light-colors .ksu-icon-link-text {
    margin-top: -20px; }

.is-icon-links-tight-colors {
  margin-bottom: -20px;
  margin-top: -20px;
  margin-left: -1.7em;
  margin-right: -1.7em;
  display: block; }
  .is-icon-links-tight-colors .ksu-icon-link-icon {
    font-size: 50px;
    margin-top: -20px; }
  .is-icon-links-tight-colors .ksu-icon-link-text {
    margin-top: -16px; }

/* Styles on Display Page */
.field-name-field-policy-effective-date .field-label {
  font-weight: bold; }

.field-name-field-policy-prior-effective-dat .field-label {
  font-weight: bold; }

.field-name-field-policy-attachments .field-label {
  font-weight: bold; }

/*Styles on Chapter Feeds*/
.policy-register-chapter-feed {
  margin-bottom: 7px; }

.policy-register-chapter-feed-title {
  padding-right: 50px; }

.pane-policy-register-chapter-feed-panel-pane-1 {
  margin-top: 10px; }

/*Styles on Search Results*/
body.page-policyreg-policy-register-search-results div.feedbackbox, body.page-policyreg-policy-register-search-results span.advancedtext, body.page-policyreg-policy-register-search-results .search-form, body.page-policyreg-policy-register-search-results section.block.block-apachesolr-panels.block-apachesolr-panels-search-form.header {
  display: none; }

.paragraphs-items-field-office-hours-bundle {
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4b4b4b; }

.office-hours-accordion .paragraphs-item-office-hours-bundle > .content:nth-child(1) {
  border: solid #f5f5f5;
  border-width: 2px; }

.paragraphs-item-office-hours-bundle .field-name-field-office-hours-entry {
  margin-bottom: 20px; }
  .paragraphs-item-office-hours-bundle .field-name-field-office-hours-entry .oh-display:nth-child(even) {
    background: #f5f5f5; }

.paragraphs-item-office-hours-bundle .field-name-field-office-hours-special .paragraphs-item-office-hours-exception:nth-child(even) {
  background: #f5f5f5; }

.paragraphs-item-office-hours-bundle .field-name-field-office-hours-special .paragraphs-item-office-hours-exception {
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 11.5px;
  margin-right: 11.5px;
  height: 32px; }

.paragraphs-item-office-hours-bundle .field-name-field-office-exceptions-name, .paragraphs-item-office-hours-bundle .field-name-field-office-hours-name {
  background-color: #e8e8e8;
  font-weight: bolder;
  text-transform: uppercase;
  padding-left: 11.5px;
  padding-right: 11.5px;
  line-height: 32px;
  height: fit-content; }

.paragraphs-item-office-hours-bundle .field-name-field-office-hours-entry span.oh-display-label {
  width: 35% !important; }

.paragraphs-item-office-hours-bundle .field-name-field-exception-date .date-display-range, .paragraphs-item-office-hours-bundle .field-name-field-exception-date .open-office-exception-closed {
  display: inline-block;
  float: right;
  margin-top: 8px; }

.paragraphs-item-office-hours-bundle .field-name-field-date-exception-name {
  float: left;
  font-weight: bolder;
  width: 65%;
  margin-top: 8px; }

.paragraphs-item-office-hours-bundle .field-name-field-office-open-closed, .paragraphs-item-office-hours-bundle .oh-display-closed, .paragraphs-item-office-hours-bundle .open-office-exception-closed {
  color: red; }

.paragraphs-item-office-hours-bundle .open-office-exception-closed {
  font-style: italic;
  margin-top: 8px; }

.paragraphs-item-office-hours-bundle .oh-display-label {
  font-weight: bold; }

.paragraphs-item-office-hours-bundle .date-separator {
  font-size: 0; }

.paragraphs-item-office-hours-bundle .date-separator:before {
  font-size: 1rem;
  content: "-"; }

.paragraphs-item-office-hours-bundle .field-name-field-accordion-link-text {
  display: none; }

.paragraphs-item-office-hours-bundle .oh-display {
  word-wrap: break-word;
  overflow: hidden;
  white-space: pre-line;
  height: fit-content;
  line-height: 26px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 11.5px;
  margin-right: 11.5px; }

.paragraphs-item-office-hours-bundle .oh-display-times {
  display: inline-block;
  float: right;
  margin-top: 2px; }

.paragraphs-item-office-hours-bundle .oh-display-label {
  display: inline-block;
  word-wrap: break-word;
  overflow: hidden;
  white-space: pre-line; }

.field-name-field-office-hours-bundle [data-accordion] > [data-control]:after {
  right: unset !important;
  background: none !important;
  font-size: 38px !important;
  top: 0px !important;
  font-weight: bold !important;
  height: 32px !important;
  width: 32px !important;
  line-height: 32px !important;
  color: #aeeae5 !important; }

.field-name-field-office-hours-bundle [data-accordion].open > [data-control]:after {
  content: "-" !important; }

.field-name-field-office-hours-bundle [data-accordion]:not(.open) > [data-control]:after {
  content: "+" !important; }

.field-name-field-accordion-link-text {
  font-family: "Roboto Slab",Georgia,"Times New Roman",Times,serif;
  font-weight: 400;
  color: #003976;
  font-size: 1.125rem;
  margin-left: 44px; }

.office-hours-accordion:only-child {
  display: none; }

.view-display-id-cpph_publications .view-content h3 {
  margin-top: 2em; }

.view-display-id-cpph_publications .view-content .views-row {
  margin-bottom: 1em; }

.view-display-id-cpph_publications .view-content .field-content {
  display: inline-block; }

.view-display-id-cpph_publications .view-content .views-field-title {
  font-weight: bold;
  font-size: 1.1em; }
  .view-display-id-cpph_publications .view-content .views-field-title .news {
    display: none; }

.view-display-id-cpph_publications .view-content .views-field-body p {
  font-size: .9em;
  line-height: 1.5em;
  margin: 0; }

body.node-type-article .feature-image-full .pane-entity-field.pane-node-field-article-media .pane-content,
body.node-type-article .feature-image .pane-entity-field.pane-node-field-article-media .pane-content,
body.node-type-article .feature_top .pane-entity-field.pane-node-field-article-media .pane-content,
body.node-type-article .feature-top .pane-entity-field.pane-node-field-article-media .pane-content {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%); }

body.node-type-article ul.breadcrumbs {
  margin-top: 1.6em; }

@media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem), only screen and (max-width: 45.5625rem) {
  body.node-type-article .media {
    float: none;
    margin-left: 0;
    padding: 1em; }
    body.node-type-article .media video {
      max-width: calc(100vw - 2em); } }

body.node-type-article div.owl-carousel-article-wrapper {
  position: relative; }

body.node-type-article .owl-carousel-article-wrapper .owl-carousel-custom-nav .carousel-nav {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -29px;
  width: 50px;
  height: 58px;
  fill: #efab00;
  z-index: 100;
  cursor: pointer; }

body.node-type-article .owl-carousel-article-wrapper .owl-dots {
  display: none; }

body.node-type-article .owl-carousel-article-wrapper .owl-carousel-custom-nav .carousel-nav-hero-left {
  left: 30px; }

body.node-type-article .owl-carousel-article-wrapper .owl-carousel-custom-nav .carousel-nav-hero-right {
  right: 30px; }

body.node-type-article .owl-carousel-article-wrapper .owl-carousel-custom-nav svg.chevron {
  cursor: pointer;
  z-index: 200;
  height: 14px;
  width: 8.14px;
  fill: #fff;
  top: -42px;
  float: left;
  position: relative;
  left: 19px; }

body.node-type-article .owl-carousel-article-media-field .content-wrap {
  position: absolute;
  right: 0;
  bottom: 5%;
  left: 0;
  z-index: 3;
  padding: 40px 0px;
  text-align: left;
  color: #fff;
  max-width: 75rem;
  margin: 0 auto; }
  body.node-type-article .owl-carousel-article-media-field .content-wrap .content-title {
    font-family: 'NationalBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    padding-bottom: 5px;
    line-height: 1;
    text-transform: uppercase; }
    @media only screen and (min-width: 64rem) {
      body.node-type-article .owl-carousel-article-media-field .content-wrap .content-title {
        font-size: 50px; } }
  body.node-type-article .owl-carousel-article-media-field .content-wrap .content-subtitle {
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 400 ;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }

body.node-type-article .owl-carousel-article-wrapper .bottom_overlay {
  position: absolute;
  width: 100%;
  padding-bottom: 0;
  bottom: -1px;
  z-index: 7;
  height: 50px; }
  body.node-type-article .owl-carousel-article-wrapper .bottom_overlay svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

body.node-type-article div.img-wrap {
  position: relative; }

body.node-type-article .owl-carousel-article-wrapper.carousel-single div.img-wrap, body.node-type-article .owl-carousel-article-wrapper.carousel-single div.img-wrap img {
  width: 100%; }

body.node-type-article .owl-carousel-article-wrapper.carousel-single .owl-carousel-custom-nav {
  display: none; }

body.node-type-article .pane-node-title h1 {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003976;
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 300;
  margin-bottom: 0.8em; }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    body.node-type-article .pane-node-title h1 {
      font-size: 1.875rem;
      line-height: 2.5rem; } }
  @media only screen and (min-width: 64rem) {
    body.node-type-article .pane-node-title h1 {
      font-size: 2.1875rem;
      line-height: 3.125rem; } }

body.node-type-article .pane-node-field-article-sub-title .field-name-field-article-sub-title {
  color: #0073bd;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    body.node-type-article .pane-node-field-article-sub-title .field-name-field-article-sub-title {
      margin-bottom: 2.9375rem; } }
  @media only screen and (min-width: 64rem) {
    body.node-type-article .pane-node-field-article-sub-title .field-name-field-article-sub-title {
      margin-bottom: 3.25rem; } }

body.node-type-article .pane-kent-state-blocks-social-media-share .module-social-sharing h2 {
  display: none; }

body.node-type-article .pane-kent-state-blocks-social-media-share .module-social-sharing div.align-spaced {
  width: 85px;
  float: left;
  display: inline-block;
  margin-bottom: 15px; }
  @media only screen and (max-width: 45.5625rem) {
    body.node-type-article .pane-kent-state-blocks-social-media-share .module-social-sharing div.align-spaced {
      width: 100%;
      float: none;
      display: block; } }
  body.node-type-article .pane-kent-state-blocks-social-media-share .module-social-sharing div.align-spaced .columns {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 19px; }
    @media only screen and (max-width: 45.5625rem) {
      body.node-type-article .pane-kent-state-blocks-social-media-share .module-social-sharing div.align-spaced .columns {
        width: initial;
        float: left; } }

body.node-type-article .pane-node-body, body.node-type-article .pane-node-body p {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  font-size: 16px;
  color: #0b0318;
  line-height: 1.5; }

body.node-type-article .pane-node-created,
body.node-type-article .pane-node-updated,
body.node-type-article .pane-node-field-article-display-author {
  display: inline-block;
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 45.5625rem) {
    body.node-type-article .pane-node-created,
    body.node-type-article .pane-node-updated,
    body.node-type-article .pane-node-field-article-display-author {
      max-width: 98%;
      width: 98%;
      text-align: left; } }

body.node-type-article .field-name-field-article-display-author {
  display: inline-block; }

body.node-type-article .pane-node-created {
  margin-left: 1%; }

body.node-type-article .pane-node-field-article-display-author {
  margin-right: 1%; }

body.node-type-article .pane-node-created,
body.node-type-article .pane-node-updated,
body.node-type-article .pane-node-field-article-display-author {
  font-size: 16px;
  color: #627378;
  text-transform: uppercase;
  margin-left: 0;
  line-height: 1;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.5rem; }
  body.node-type-article .pane-node-created .pane-content,
  body.node-type-article .pane-node-updated .pane-content,
  body.node-type-article .pane-node-field-article-display-author .pane-content {
    padding-top: 3px;
    padding-bottom: 3px; }

body.node-type-article .pane-node-created .pane-content,
body.node-type-article .pane-node-updated .pane-content {
  border-right: 2px solid #627378;
  padding-right: 1rem;
  margin-right: 1rem; }

body.node-type-article .pane-node-field-article-display-author {
  clear: right; }

body.node-type-article div.pane-node-field-tags,
body.node-type-article div.pane-articles-related-topics,
body.node-type-article div.pane-articles-group-similar-pane-redesign,
body.node-type-article div.pane-articles-article-archive {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #aeeae5;
  width: 100%; }
  body.node-type-article div.pane-node-field-tags h2,
  body.node-type-article div.pane-articles-related-topics h2,
  body.node-type-article div.pane-articles-group-similar-pane-redesign h2,
  body.node-type-article div.pane-articles-article-archive h2 {
    font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003976;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    margin-top: 1.6rem;
    margin-bottom: 2rem;
    font-size: 1.375rem;
    line-height: 1.2; }
    @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
      body.node-type-article div.pane-node-field-tags h2,
      body.node-type-article div.pane-articles-related-topics h2,
      body.node-type-article div.pane-articles-group-similar-pane-redesign h2,
      body.node-type-article div.pane-articles-article-archive h2 {
        font-size: 1.625rem; } }
    @media only screen and (min-width: 64rem) {
      body.node-type-article div.pane-node-field-tags h2,
      body.node-type-article div.pane-articles-related-topics h2,
      body.node-type-article div.pane-articles-group-similar-pane-redesign h2,
      body.node-type-article div.pane-articles-article-archive h2 {
        font-size: 1.875rem;
        line-height: 2.1875rem; } }

body.node-type-article .pane-node-field-tags .field-type-taxonomy-term-reference ul.links, body.node-type-article .pane-node-field-tags .field-type-taxonomy-term-reference ul.links li {
  list-style-type: none;
  padding: 0;
  margin: 0; }

body.node-type-article .pane-node-field-tags .field-type-taxonomy-term-reference ul.links li {
  float: left;
  display: inline-block; }
  @media only screen and (max-width: 45.5625rem) {
    body.node-type-article .pane-node-field-tags .field-type-taxonomy-term-reference ul.links li {
      width: 100%;
      display: block; } }

body.node-type-article .pane-node-field-tags .field-type-taxonomy-term-reference ul.links li a {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.2s ease;
  display: inline-block;
  padding: 1rem 1.375rem;
  text-transform: uppercase;
  color: #003976;
  background-color: #dfe4e6;
  margin-bottom: 0.6rem;
  line-height: 1;
  float: left;
  margin-right: 1.5rem;
  font-size: 0.8375rem;
  font-weight: 600;
  text-decoration: none; }
  body.node-type-article .pane-node-field-tags .field-type-taxonomy-term-reference ul.links li a:hover {
    background-color: #0073bd;
    color: #dfe4e6; }

body.node-type-article div.pane-articles-related-topics .views-field-title a {
  color: #0b0318; }

body.node-type-article div.pane-articles-article-archive h3 {
  font-size: 19px; }

body.node-type-article div.pane-articles-article-archive .views-row {
  padding-bottom: 6px; }
  body.node-type-article div.pane-articles-article-archive .views-row a {
    color: #0b0318; }

body.node-type-article div.pane-articles-article-archive .views-exposed-form .views-exposed-widget.views-submit-button {
  padding-top: 0; }
  body.node-type-article div.pane-articles-article-archive .views-exposed-form .views-exposed-widget.views-submit-button button.form-submit {
    margin-top: 1.6em;
    padding: 11px; }

body.node-type-article div.pane-articles-related-topics .more-link,
body.node-type-article div.pane-articles-article-archive .more-link {
  float: left; }

body.node-type-article div.pane-articles-related-topics .more-link a,
body.node-type-article div.pane-articles-article-archive .more-link a {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  font-size: 1.125rem;
  color: #0073bd;
  display: block;
  clear: both;
  float: left;
  margin-top: 1.875rem;
  margin-bottom: 2rem;
  text-align: left; }

body.node-type-article .feature-top-body.clearfix.panel-region--width-normal.small-12.medium-12.large-12 {
  text-align: center; }
  body.node-type-article .feature-top-body.clearfix.panel-region--width-normal.small-12.medium-12.large-12 .panel-separator {
    display: none; }

body.node-type-article p.introduction {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  font-size: 25px;
  line-height: 35px; }

body.node-type-article .pane-kent-state-blocks-social-media-share {
  width: 8.3333333333%;
  float: left; }
  body.node-type-article .pane-kent-state-blocks-social-media-share ul li {
    list-style-type: none; }
    @media only screen and (max-width: 45.5625rem) {
      body.node-type-article .pane-kent-state-blocks-social-media-share ul li {
        display: inline-block;
        margin-right: 1rem; } }
    body.node-type-article .pane-kent-state-blocks-social-media-share ul li a {
      color: #0073bd; }

@media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem), only screen and (min-width: 64rem) {
  body.node-type-article .field-name-body {
    margin-left: 8.3333333333%; } }

body.node-type-article img.image-right, body.node-type-article img.image-left {
  max-width: 100vw;
  padding: 1em;
  position: initial; }

body.node-type-article img.image-left,
body.node-type-article img[style*="float: left"] {
  float: left; }

body.node-type-article img.image-right,
body.node-type-article img[style*="float: right"] {
  float: right; }

body.node-type-article p.pull-quote {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  color: #003976;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.6;
  border-left: none; }

body.node-type-article p a:not([class*="button"]) {
  font-family: inherit; }

body.node-type-article .panel-pane.pane-entity-field.pane-node-field-article-media {
  margin-bottom: 1.6rem; }

body.node-type-article div.footer-outside-wrap {
  margin-top: 1.6rem; }

@media only screen and (max-width: 45.5625rem) {
  body.node-type-article .pane-kent-state-blocks-social-media-share {
    width: 100%; }
    body.node-type-article .pane-kent-state-blocks-social-media-share ul {
      margin-left: 0; }
  body.node-type-article img.image-left {
    left: inherit;
    margin-right: inherit;
    float: none; }
  body.node-type-article .pane-node-created .pane-content,
  body.node-type-article .pane-node-updated .pane-content {
    border-right: none; }
  body.node-type-article .pane-node-created,
  body.node-type-article .pane-node-updated,
  body.node-type-article .pane-node-field-article-display-author {
    margin-top: 0;
    display: block;
    width: 100%;
    text-align: center; } }

@media only screen and (max-width: 45.5625rem), only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
  body.node-type-article .pane-node-body p img {
    display: block;
    float: none !important;
    margin: 0 auto; } }

body.node-type-article .media-element-container img, body.node-type-article .media-element-container video {
  display: block;
  float: none !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 1em;
  max-width: 100%;
  position: inherit !important; }

body.node-type-article #page.panel-page-layout main#ksu-main-container {
  overflow: hidden; }

.view-display-id-group_all_pane .views-field-created {
  font-weight: bold; }

.view-display-id-group_all_pane .views-field-body {
  margin-bottom: 25px; }

.view-display-id-group_all_pane .views-row {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }

.view-display-id-group_all_pane .pager {
  margin: 10px 0 50px 0; }

.sidebar .field.field-name-field-article-subtitle-text.field-type-text.field-label-hidden {
  visibility: hidden; }

@media only screen and (max-width: 45.5625rem) {
  body.node-type-article .owl-carousel-article-media-field .item_text {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical; }
    body.node-type-article .owl-carousel-article-media-field .item_text .content-wrap {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      box-ordinal-group: 3;
      color: #111111;
      position: relative;
      padding: 0em; }
      body.node-type-article .owl-carousel-article-media-field .item_text .content-wrap .content-subtitle {
        text-shadow: inherit;
        margin-bottom: -1.5em; }
    body.node-type-article .owl-carousel-article-media-field .item_text .img-wrap {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      box-ordinal-group: 2; }
  body.node-type-article .owl-carousel-article-wrapper .owl-carousel-custom-nav .carousel-nav {
    top: 5em; } }

.node-type-article.og-context-node-70056 #is-articles .pane-node-body h2 {
  font-size: 1.5em; }

@media screen and (max-width: 64rem) and (min-width: 45.625rem) {
  .node-type-article.og-context-node-70056 #is-articles .sidebar .panel-pane {
    display: inline-block;
    margin: 0 auto;
    margin-left: 25vw;
    margin-right: 25vw;
    width: 50% !important;
    margin-top: 0 !important; }
  .node-type-article.og-context-node-70056 #is-articles .pane-recent-stories {
    float: left; } }

@media only screen and (min-width: 64rem) {
  .node-type-article.og-context-node-70056 #is-articles .sidebar .panel-pane {
    width: 25vw;
    margin-top: 6em; } }

.node-type-article.og-context-node-70056 #is-articles .module-social-sharing {
  text-align: center; }
  .node-type-article.og-context-node-70056 #is-articles .module-social-sharing .fa-twitter {
    background-color: #009FED;
    color: white; }
  .node-type-article.og-context-node-70056 #is-articles .module-social-sharing .fa-facebook {
    background-color: #3b5998;
    color: white; }
  .node-type-article.og-context-node-70056 #is-articles .module-social-sharing .fa-google-plus {
    background-color: #dc4e41;
    color: white; }
  .node-type-article.og-context-node-70056 #is-articles .module-social-sharing .fa-linkedin {
    background-color: #0077b5;
    color: white; }
  .node-type-article.og-context-node-70056 #is-articles .module-social-sharing .fa-envelope {
    background-color: #f30000;
    color: white; }
  .node-type-article.og-context-node-70056 #is-articles .module-social-sharing .fab[class*="fa-"], .node-type-article.og-context-node-70056 #is-articles .module-social-sharing .fa[class*="fa-"] {
    text-align: center;
    height: 2.5em;
    width: 2.5em;
    font-size: 1.5em;
    padding: .75em;
    margin-bottom: .5em; }
  .node-type-article.og-context-node-70056 #is-articles .module-social-sharing ul {
    margin-left: .25em;
    display: inline-flex; }
    .node-type-article.og-context-node-70056 #is-articles .module-social-sharing ul li:first-child span {
      border-radius: .5em 0px 0px .5em; }
    .node-type-article.og-context-node-70056 #is-articles .module-social-sharing ul li:last-child span {
      border-radius: 0px .5em .5em .0px; }
  .node-type-article.og-context-node-70056 #is-articles .module-social-sharing:before {
    content: "\f1e0";
    font-family: FontAwesome; }
  .node-type-article.og-context-node-70056 #is-articles .module-social-sharing h2 {
    display: inline-block;
    font-weight: bold;
    color: #373737;
    margin-right: 1em;
    text-transform: uppercase;
    font-size: 1.25em; }
    .node-type-article.og-context-node-70056 #is-articles .module-social-sharing h2:after {
      content: ":"; }
  @media only screen and (max-width: 45.5625rem) {
    .node-type-article.og-context-node-70056 #is-articles .module-social-sharing {
      text-align: center; } }

.node-type-article.og-context-node-70056 #is-articles .pull-quote {
  display: block;
  position: relative;
  float: left;
  color: #4b4b4b !important;
  background-color: #fff;
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 1.25em;
  border: none !important;
  margin-bottom: 1em !important;
  line-height: 1.25 !important;
  margin-top: .75em !important;
  padding: 1em;
  margin-left: 0;
  margin-right: 1em;
  width: 40%;
  box-shadow: 0.25em 0.25em 2em 0 rgba(0, 0, 0, 0.4); }
  .node-type-article.og-context-node-70056 #is-articles .pull-quote #author {
    position: absolute;
    bottom: -1.5em;
    right: 3em;
    z-index: 999;
    font-size: 18px;
    color: #373737;
    opacity: .72; }
  @media only screen and (max-width: 45.5625rem) {
    .node-type-article.og-context-node-70056 #is-articles .pull-quote {
      margin: auto;
      float: none;
      width: initial; } }
  .node-type-article.og-context-node-70056 #is-articles .pull-quote:before {
    content: '';
    display: block;
    position: relative;
    border-style: solid;
    border-width: 3px;
    margin-right: -1em;
    margin-left: -1em;
    left: 0;
    top: calc(-2.5em + 1em + 4px);
    border-image-source: linear-gradient(to left, #8dd8ff, #3770ff);
    border-image-slice: 1; }
  .node-type-article.og-context-node-70056 #is-articles .pull-quote:after {
    content: '';
    display: block;
    position: relative;
    top: 2.5em;
    width: 0;
    height: 0;
    line-height: 0;
    border-right: 1.5em solid transparent;
    border-top: 1.5em solid #fff;
    border-left: 1.5em solid transparent; }

.node-type-article.og-context-node-70056 #is-articles .hero-title-date {
  position: relative; }
  .node-type-article.og-context-node-70056 #is-articles .hero-title-date .views-field-field-article-media img {
    width: 100% !important; }
  @media only screen and (max-width: 45.5625rem), only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    .node-type-article.og-context-node-70056 #is-articles .hero-title-date .views-field-field-article-media {
      display: grid;
      grid-row: 1;
      display: -ms-grid;
      -ms-grid-row: 1;
      width: 100vw;
      max-width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (max-width: 45.5625rem), only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    .node-type-article.og-context-node-70056 #is-articles .hero-title-date .views-field-title {
      display: grid;
      grid-row: 2;
      display: -ms-grid;
      -ms-grid-row: 2;
      margin-top: 1em; }
      .node-type-article.og-context-node-70056 #is-articles .hero-title-date .views-field-title h1 {
        font-size: 1.5em !important;
        color: #474747 !important;
        font-weight: 500 !important; } }
  .node-type-article.og-context-node-70056 #is-articles .hero-title-date .views-field-title h1 {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.5;
    color: #242424;
    font-family: "Roboto Slab",Georgia,"Times New Roman",Times,serif; }
  @media only screen and (min-width: 64rem) {
    .node-type-article.og-context-node-70056 #is-articles .hero-title-date .views-field-title {
      margin-bottom: 1em; } }
  .node-type-article.og-context-node-70056 #is-articles .hero-title-date .views-field-field-article-display-author {
    color: #4b4b4b;
    font-size: 1.5em;
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold; }
    @media only screen and (min-width: 64rem) {
      .node-type-article.og-context-node-70056 #is-articles .hero-title-date .views-field-field-article-display-author {
        margin-top: 1.5em; } }
    @media only screen and (max-width: 45.5625rem), only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
      .node-type-article.og-context-node-70056 #is-articles .hero-title-date .views-field-field-article-display-author {
        display: -ms-grid;
        -ms-grid-row: 3; } }
  .node-type-article.og-context-node-70056 #is-articles .hero-title-date .views-field.views-field-created {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #626262;
    margin-bottom: 2em;
    font-size: 1em;
    font-weight: bold; }
    @media only screen and (max-width: 45.5625rem), only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
      .node-type-article.og-context-node-70056 #is-articles .hero-title-date .views-field.views-field-created {
        display: -ms-grid;
        -ms-grid-row: 4; } }
  @media only screen and (max-width: 45.5625rem), only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    .node-type-article.og-context-node-70056 #is-articles .hero-title-date .info-box {
      display: grid;
      display: -ms-grid; } }

.node-type-article.og-context-node-70056 #is-articles .pane-kent-state-blocks-social-media-share {
  padding-top: 4em !important;
  width: 100% !important;
  border-top: lightgray solid 1px; }
  .node-type-article.og-context-node-70056 #is-articles .pane-kent-state-blocks-social-media-share ul li {
    margin-right: 0 !important; }

.node-type-article.og-context-node-70056 #is-articles .pane-page-breadcrumb {
  margin-bottom: 1em;
  margin-top: 3em; }
  @media only screen and (max-width: 45.5625rem), only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    .node-type-article.og-context-node-70056 #is-articles .pane-page-breadcrumb {
      display: none; } }

.node-type-article.og-context-node-70056 #is-articles.node-type-article .field-name-body {
  margin-left: 1.25rem;
  margin-right: 1.25rem; }

.node-type-article.og-context-node-70056 #is-articles .view-recent-stories .views-field-title {
  display: inline-block;
  width: 50%;
  float: none;
  clear: right;
  padding-left: 1em; }
  .node-type-article.og-context-node-70056 #is-articles .view-recent-stories .views-field-title a {
    color: black; }

.node-type-article.og-context-node-70056 #is-articles .view-recent-stories .views-field-field-article-thumbnail {
  display: inline-block;
  width: 100px;
  float: left; }
  .node-type-article.og-context-node-70056 #is-articles .view-recent-stories .views-field-field-article-thumbnail img {
    height: 75px; }

.node-type-article.og-context-node-70056 #is-articles .view-recent-stories .views-row {
  overflow: auto;
  margin-bottom: 1em;
  padding-bottom: 1em; }
  .node-type-article.og-context-node-70056 #is-articles .view-recent-stories .views-row:not(.views-row-last) {
    border-bottom-color: lightgray;
    border-bottom-width: 2px;
    border-bottom-style: solid; }

.node-type-article.og-context-node-70056 #is-articles .pane-node-body p:not(.pull-quote) {
  margin-bottom: 1em !important;
  line-height: 2; }

.node-type-article.og-context-node-70056 #is-articles .pane-node-body .pull-quote {
  margin-bottom: 2em !important; }

.node-type-article.og-context-node-70056 #is-articles .pane-recent-stories {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: lightgray; }
  .node-type-article.og-context-node-70056 #is-articles .pane-recent-stories .pane-title {
    padding: 1em;
    background-color: #003976;
    font-size: 1.5em;
    font-weight: bold;
    color: white;
    margin-top: 0;
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5em; }
    .node-type-article.og-context-node-70056 #is-articles .pane-recent-stories .pane-title img {
      display: inline-block;
      width: 1.5em;
      padding-right: .25em;
      margin-top: -.25em; }
  .node-type-article.og-context-node-70056 #is-articles .pane-recent-stories .pane-content {
    max-width: 75%;
    margin: 0 auto; }

.taxonomy-photo {
  max-width: 250px;
  float: left;
  padding-right: 20px; }

.node-type-page .pane-node-title h1 {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003976;
  font-size: 2.1875rem;
  line-height: 3.125rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 45.5625rem) {
    .node-type-page .pane-node-title h1 {
      font-size: 1.875rem;
      line-height: 2.25rem; } }

.node-type-page .page p a:not([class*="button"]) {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 700 ; }

.node-type-page .page p strong {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 700 ; }

.node-type-page .page p.introduction {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  font-size: 25px;
  line-height: 35px; }

.node-type-page .body.field ul, .node-type-page .body.field li {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  font-size: 16px; }

.node-type-page .feature-image-full.panel-region--width-normal .pane-node-field-page-media,
.node-type-page .feature-image.panel-region--width-normal .pane-node-field-page-media,
.node-type-page .feature_top.panel-region--width-normal .pane-node-field-page-media,
.node-type-page .feature-top.panel-region--width-normal .pane-node-field-page-media {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%); }

.node-type-page .feature-image-full.panel-region--width-normal .view-mode-landing_teaser_horiz .pane-node-field-page-media,
.node-type-page .feature-image.panel-region--width-normal .view-mode-landing_teaser_horiz .pane-node-field-page-media,
.node-type-page .feature_top.panel-region--width-normal .view-mode-landing_teaser_horiz .pane-node-field-page-media,
.node-type-page .feature-top.panel-region--width-normal .view-mode-landing_teaser_horiz .pane-node-field-page-media {
  margin-left: inherit;
  margin-right: inherit; }

.node-type-page .feature-image-full .field-name-field-page-media img,
.node-type-page .feature-image .field-name-field-page-media img,
.node-type-page .feature_top .field-name-field-page-media img,
.node-type-page .feature-top .field-name-field-page-media img {
  width: 100%; }

.node-type-page .panel-container .panel-inner-wrap {
  padding-top: 2em; }

.node-type-page ul.breadcrumbs {
  margin-bottom: 1.5em; }

body[class*="node-type-administrative-group"] .pane-node-body .body.field,
body[class*="node-type-administrative-group"] .pane-node-body .field-name-body,
body[class*="node-type-academic-group"] .pane-node-body .body.field,
body[class*="node-type-academic-group"] .pane-node-body .field-name-body {
  width: 83.3333333333%; }

body[class*="node-type-administrative-group"] .pane-node-body .body.field,
body[class*="node-type-administrative-group"] .pane-node-body .field-name-body,
body[class*="node-type-administrative-group"] .field-name-field-body,
body[class*="node-type-academic-group"] .pane-node-body .body.field,
body[class*="node-type-academic-group"] .pane-node-body .field-name-body,
body[class*="node-type-academic-group"] .field-name-field-body {
  margin: 0 auto;
  font-family: "Roboto Slab",Georgia,"Times New Roman",Times,serif !important;
  font-weight: 300;
  margin-top: 2.875rem; }
  @media only screen and (max-width: 45.5625rem) {
    body[class*="node-type-administrative-group"] .pane-node-body .body.field,
    body[class*="node-type-administrative-group"] .pane-node-body .field-name-body,
    body[class*="node-type-administrative-group"] .field-name-field-body,
    body[class*="node-type-academic-group"] .pane-node-body .body.field,
    body[class*="node-type-academic-group"] .pane-node-body .field-name-body,
    body[class*="node-type-academic-group"] .field-name-field-body {
      padding-top: 0; } }

body[class*="node-type-administrative-group"] .halves-row .pane-node-body .body.field,
body[class*="node-type-academic-group"] .halves-row .pane-node-body .body.field {
  padding: 0;
  margin: 0;
  width: 100%; }

body[class*="node-type-administrative-group"] .pane-node-body .body.field::before,
body[class*="node-type-academic-group"] .pane-node-body .body.field::before {
  height: 80px;
  display: block;
  background-repeat: repeat-x;
  background: -moz-linear-gradient(top, rgba(0, 57, 118, 0.3) 0%, rgba(125, 185, 232, 0.01) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 57, 118, 0.3) 0%, rgba(125, 185, 232, 0.01) 100%);
  background: linear-gradient(to bottom, rgba(0, 57, 118, 0.3) 0%, rgba(125, 185, 232, 0.01) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003976', endColorstr='#037db9e8',GradientType=0 );
  margin-top: -4.475em;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  float: none;
  clear: both;
  position: relative; }
  @media only screen and (max-width: 45.5625rem) {
    body[class*="node-type-administrative-group"] .pane-node-body .body.field::before,
    body[class*="node-type-academic-group"] .pane-node-body .body.field::before {
      margin-top: -2.875rem; } }

.image-align-right {
  float: right;
  padding: 1em;
  padding-left: 2em;
  width: auto;
  max-width: 50%;
  clear: both; }

@media only screen and (max-width: 45.5625rem) {
  .node-type-page .large-12.main.columns .columns {
    padding-left: 0;
    padding-right: 0; } }

.panel-pane.pane-views-panes.pane-security-archives-new-phishing-archives-list .collapsible {
  color: white;
  cursor: pointer;
  width: 98%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin: 0px; }

.panel-pane.pane-views-panes.pane-security-archives-new-phishing-archives-list .content {
  padding: 0 18px;
  display: none;
  overflow: hidden; }

.panel-pane.pane-views-panes.pane-security-archives-new-phishing-archives-list .panel {
  padding: inherit;
  margin-bottom: -10px;
  border-color: #f1f1f1 !important; }

.panel-pane.pane-views-panes.pane-security-archives-new-phishing-archives-list .row {
  margin-bottom: 15px; }

.panel-pane.pane-views-panes.pane-security-archives-new-phishing-archives-list .panel.callout.radius.large-6.medium-6.small-6.column {
  height: 42px;
  text-align: center;
  padding-top: 5px;
  border-style: outset;
  background-color: #f1f1f1; }

.panel-pane.pane-views-panes.pane-security-archives-new-phishing-archives-list .row.panel.callout.radius {
  padding-top: 5px;
  padding-bottom: 15px; }

.panel-pane.pane-views-panes.pane-security-archives-new-phishing-archives-list .views-row-odd .row.panel.callout.radius {
  background-color: #ccc !important;
  margin-bottom: -5px !important; }

.panel-pane.pane-views-panes.pane-security-archives-new-phishing-archives-list .views-row-odd .panel {
  background-color: #ccc !important;
  margin-bottom: -5px !important; }

.panel-pane.pane-views-panes.pane-security-archives-new-phishing-archives-list .views-row-even .row.panel.callout.radius {
  background-color: #f1f1f1 !important;
  margin-bottom: -5px !important; }

.panel-pane.pane-views-panes.pane-security-archives-new-phishing-archives-list .views-row-even .panel {
  background-color: #f1f1f1 !important;
  margin-bottom: -5px !important; }

.panel-pane.pane-views-panes.pane-security-archives-new-phishing-archives-list .small-6.medium-6.large-6.columns {
  text-align: center; }

body.node-type-blog .pane-title {
  display: none; }

body.node-type-blog .feature-image-full .pane-entity-field.pane-node-field-article-media .pane-content,
body.node-type-blog .feature-image .pane-entity-field.pane-node-field-article-media .pane-content,
body.node-type-blog .feature_top .pane-entity-field.pane-node-field-article-media .pane-content,
body.node-type-blog .feature-top .pane-entity-field.pane-node-field-article-media .pane-content {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%); }

body.node-type-blog div.owl-carousel-article-wrapper {
  position: relative; }

body.node-type-blog .owl-carousel-article-wrapper .owl-carousel-custom-nav .carousel-nav {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -29px;
  width: 50px;
  height: 58px;
  fill: #efab00;
  z-index: 100;
  cursor: pointer; }

body.node-type-blog .owl-carousel-article-wrapper .owl-dots {
  display: none; }

body.node-type-blog .owl-carousel-article-wrapper .owl-carousel-custom-nav .carousel-nav-hero-left {
  left: 30px; }

body.node-type-blog .owl-carousel-article-wrapper .owl-carousel-custom-nav .carousel-nav-hero-right {
  right: 30px; }

body.node-type-blog .owl-carousel-article-wrapper .owl-carousel-custom-nav svg.chevron {
  cursor: pointer;
  z-index: 200;
  height: 14px;
  width: 8.14px;
  fill: #fff;
  top: -42px;
  float: left;
  position: relative;
  left: 19px; }

body.node-type-blog .owl-carousel-article-media-field .content-wrap {
  position: absolute;
  right: 0;
  bottom: 5%;
  left: 0;
  z-index: 3;
  padding: 40px 0px;
  text-align: left;
  color: #fff;
  max-width: 75rem;
  margin: 0 auto; }
  body.node-type-blog .owl-carousel-article-media-field .content-wrap .content-title {
    font-family: 'NationalBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    padding-bottom: 5px;
    line-height: 1;
    text-transform: uppercase; }
    @media only screen and (min-width: 64rem) {
      body.node-type-blog .owl-carousel-article-media-field .content-wrap .content-title {
        font-size: 50px; } }
  body.node-type-blog .owl-carousel-article-media-field .content-wrap .content-subtitle {
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 400 ;
    font-size: 18px; }

body.node-type-blog .owl-carousel-article-wrapper .bottom_overlay {
  position: absolute;
  width: 100%;
  padding-bottom: 0;
  bottom: 0;
  z-index: 7;
  height: 50px; }
  body.node-type-blog .owl-carousel-article-wrapper .bottom_overlay svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

body.node-type-blog .owl-carousel-article-wrapper.carousel-single div.img-wrap, body.node-type-blog .owl-carousel-article-wrapper.carousel-single div.img-wrap img {
  width: 100%; }

body.node-type-blog .owl-carousel-article-wrapper.carousel-single .owl-carousel-custom-nav {
  display: none; }

body.node-type-blog .pane-node-title h1 {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003976;
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 300;
  margin-bottom: 0.8em; }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    body.node-type-blog .pane-node-title h1 {
      font-size: 1.875rem;
      line-height: 2.5rem; } }
  @media only screen and (min-width: 64rem) {
    body.node-type-blog .pane-node-title h1 {
      font-size: 2.1875rem;
      line-height: 3.125rem; } }

body.node-type-blog .pane-node-field-article-sub-title .field-name-field-article-sub-title {
  color: #0073bd;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    body.node-type-blog .pane-node-field-article-sub-title .field-name-field-article-sub-title {
      margin-bottom: 2.9375rem; } }
  @media only screen and (min-width: 64rem) {
    body.node-type-blog .pane-node-field-article-sub-title .field-name-field-article-sub-title {
      margin-bottom: 3.25rem; } }

body.node-type-blog .pane-kent-state-blocks-social-media-share .module-social-sharing h2 {
  display: none; }

body.node-type-blog .pane-kent-state-blocks-social-media-share .module-social-sharing div.align-spaced {
  width: 85px;
  float: left;
  display: inline-block;
  margin-bottom: 15px; }
  @media only screen and (max-width: 45.5625rem) {
    body.node-type-blog .pane-kent-state-blocks-social-media-share .module-social-sharing div.align-spaced {
      width: 100%;
      float: none;
      display: block; } }
  body.node-type-blog .pane-kent-state-blocks-social-media-share .module-social-sharing div.align-spaced .columns {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 19px; }
    @media only screen and (max-width: 45.5625rem) {
      body.node-type-blog .pane-kent-state-blocks-social-media-share .module-social-sharing div.align-spaced .columns {
        width: initial;
        float: left; } }

body.node-type-blog .pane-node-body, body.node-type-blog .pane-node-body p {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  font-size: 16px;
  color: #0b0318;
  line-height: 1.5; }

body.node-type-blog .pane-node-created,
body.node-type-blog .pane-node-updated,
body.node-type-blog .view-node-author {
  display: inline-block;
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 45.5625rem) {
    body.node-type-blog .pane-node-created,
    body.node-type-blog .pane-node-updated,
    body.node-type-blog .view-node-author {
      max-width: 98%;
      width: 98%;
      text-align: left; } }

body.node-type-blog .view-node-author {
  display: inline-block; }

body.node-type-blog .pane-node-created {
  margin-left: 1%; }

body.node-type-blog .view-node-author {
  margin-right: 1%;
  padding: 20px;
  background-color: #e3e3e3; }

body.node-type-blog .pane-node-created,
body.node-type-blog .pane-node-updated,
body.node-type-blog .view-node-author {
  font-size: 16px;
  color: #627378;
  text-transform: uppercase;
  margin-left: 0;
  line-height: 1;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.5rem; }
  body.node-type-blog .pane-node-created .field-content,
  body.node-type-blog .pane-node-updated .field-content,
  body.node-type-blog .view-node-author .field-content {
    padding-top: 3px;
    padding-bottom: 3px; }

body.node-type-blog .pane-node-created .field-content,
body.node-type-blog .pane-node-updated .field-content {
  border-right: 2px solid #627378;
  padding-right: 1rem;
  margin-right: 1rem; }

body.node-type-blog .view-node-author {
  clear: right; }

body.node-type-blog div.pane-node-field-associated-blogs,
body.node-type-blog div.pane-articles-related-topics,
body.node-type-blog div.pane-articles-group-similar-pane-redesign,
body.node-type-blog div.pane-articles-article-archive {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #aeeae5;
  width: 100%; }
  body.node-type-blog div.pane-node-field-associated-blogs h2,
  body.node-type-blog div.pane-articles-related-topics h2,
  body.node-type-blog div.pane-articles-group-similar-pane-redesign h2,
  body.node-type-blog div.pane-articles-article-archive h2 {
    font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003976;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    margin-top: 1.6rem;
    margin-bottom: 2rem;
    font-size: 1.375rem;
    line-height: 1.2; }
    @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
      body.node-type-blog div.pane-node-field-associated-blogs h2,
      body.node-type-blog div.pane-articles-related-topics h2,
      body.node-type-blog div.pane-articles-group-similar-pane-redesign h2,
      body.node-type-blog div.pane-articles-article-archive h2 {
        font-size: 1.625rem; } }
    @media only screen and (min-width: 64rem) {
      body.node-type-blog div.pane-node-field-associated-blogs h2,
      body.node-type-blog div.pane-articles-related-topics h2,
      body.node-type-blog div.pane-articles-group-similar-pane-redesign h2,
      body.node-type-blog div.pane-articles-article-archive h2 {
        font-size: 1.875rem;
        line-height: 2.1875rem; } }

body.node-type-blog .pane-node-field-associated-blogs .field-type-taxonomy-term-reference ul.links, body.node-type-blog .pane-node-field-associated-blogs .field-type-taxonomy-term-reference ul.links li {
  list-style-type: none;
  padding: 0;
  margin: 0; }

body.node-type-blog .pane-node-field-associated-blogs .field-type-taxonomy-term-reference ul.links li {
  float: left;
  display: inline-block; }
  @media only screen and (max-width: 45.5625rem) {
    body.node-type-blog .pane-node-field-associated-blogs .field-type-taxonomy-term-reference ul.links li {
      width: 100%;
      display: block; } }

body.node-type-blog .pane-node-field-associated-blogs .field-type-taxonomy-term-reference ul.links li a {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.2s ease;
  display: inline-block;
  padding: 1rem 1.375rem;
  text-transform: uppercase;
  color: #003976;
  background-color: #dfe4e6;
  margin-bottom: 0.6rem;
  line-height: 1;
  float: left;
  margin-right: 1.5rem;
  font-size: 0.8375rem;
  font-weight: 600;
  text-decoration: none; }
  body.node-type-blog .pane-node-field-associated-blogs .field-type-taxonomy-term-reference ul.links li a:hover {
    background-color: #0073bd;
    color: #dfe4e6; }

body.node-type-blog div.pane-articles-related-topics .views-field-title a {
  color: #0b0318; }

body.node-type-blog div.pane-articles-article-archive h3 {
  font-size: 19px; }

body.node-type-blog div.pane-articles-article-archive .views-row {
  padding-bottom: 6px; }
  body.node-type-blog div.pane-articles-article-archive .views-row a {
    color: #0b0318; }

body.node-type-blog div.pane-articles-article-archive .views-exposed-form .views-exposed-widget.views-submit-button {
  padding-top: 0; }
  body.node-type-blog div.pane-articles-article-archive .views-exposed-form .views-exposed-widget.views-submit-button button.form-submit {
    margin-top: 1.6em;
    padding: 11px; }

body.node-type-blog div.pane-articles-related-topics .more-link,
body.node-type-blog div.pane-articles-article-archive .more-link {
  float: left; }

body.node-type-blog div.pane-articles-related-topics .more-link a,
body.node-type-blog div.pane-articles-article-archive .more-link a {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  font-size: 1.125rem;
  color: #0073bd;
  display: block;
  clear: both;
  float: left;
  margin-top: 1.875rem;
  margin-bottom: 2rem;
  text-align: left; }

body.node-type-blog .feature-top-body.clearfix.panel-region--width-normal.small-12.medium-12.large-12 {
  text-align: center; }
  body.node-type-blog .feature-top-body.clearfix.panel-region--width-normal.small-12.medium-12.large-12 .panel-separator {
    display: none; }

body.node-type-blog p.introduction {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  font-size: 25px;
  line-height: 35px; }

body.node-type-blog .pane-kent-state-blocks-social-media-share {
  width: 100%;
  float: left;
  margin-top: 30px; }
  body.node-type-blog .pane-kent-state-blocks-social-media-share ul {
    margin: 0; }
  body.node-type-blog .pane-kent-state-blocks-social-media-share ul li {
    list-style-type: none;
    display: inline-block;
    margin: 5px; }
    body.node-type-blog .pane-kent-state-blocks-social-media-share ul li a {
      color: #0073bd; }

body.node-type-blog .field-name-body {
  margin-left: 8.3333333333%; }

body.node-type-blog img.image-left,
body.node-type-blog img[style*="float: left"] {
  position: relative;
  left: -8%;
  margin-right: -4%;
  float: left; }

body.node-type-blog img.image-right,
body.node-type-blog img[style*="float: right"] {
  position: relative;
  right: -8%;
  margin-left: -4%;
  float: right; }

body.node-type-blog p.pull-quote {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  color: #003976;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.6;
  border-left: none; }

body.node-type-blog p a:not([class*="button"]) {
  font-family: inherit; }

body.node-type-blog main#ksu-main-container {
  margin-top: 1.6rem; }

body.node-type-blog .panel-pane.pane-entity-field.pane-node-field-article-media {
  margin-bottom: 1.6rem;
  margin-top: -1.6rem; }

body.node-type-blog div.footer-outside-wrap {
  margin-top: 1.6rem; }

@media only screen and (max-width: 45.5625rem) {
  body.node-type-blog .pane-kent-state-blocks-social-media-share {
    width: 100%; }
    body.node-type-blog .pane-kent-state-blocks-social-media-share ul {
      margin-left: 0; }
      body.node-type-blog .pane-kent-state-blocks-social-media-share ul li {
        display: inline-block;
        margin-right: 1rem; }
  body.node-type-blog .field-name-body {
    margin-left: 0; }
  body.node-type-blog img.image-left {
    left: inherit;
    margin-right: inherit;
    float: none; }
  body.node-type-blog .pane-node-created .pane-content,
  body.node-type-blog .pane-node-updated .pane-content {
    border-right: none; }
  body.node-type-blog .pane-node-created,
  body.node-type-blog .pane-node-updated,
  body.node-type-blog .view-node-author {
    margin-top: 0;
    display: block;
    width: 100%;
    text-align: center; } }

body.node-type-blog #page.panel-page-layout main#ksu-main-container {
  overflow: inherit; }

.view-display-id-group_all_pane .views-field-created {
  font-weight: bold; }

.view-display-id-group_all_pane .views-field-body {
  margin-bottom: 25px; }

.view-display-id-group_all_pane .views-row {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }

.view-display-id-group_all_pane .pager {
  margin: 10px 0 50px 0; }

.blog-feed-title {
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 0; }

.view-node-author .views-field-field-profile-photo img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important; }

body.node-type-event main#ksu-main-container {
  margin-top: 0em; }

body.node-type-event .pane-entity-field.pane-node-field-event-media .pane-content {
  position: relative;
  float: left;
  padding-bottom: 2%;
  width: 100%;
  z-index: 0; }

body.node-type-event div.owl-carousel-event-wrapper {
  position: relative; }

body.node-type-event .owl-carousel-event-wrapper .owl-carousel-custom-nav .carousel-nav {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -29px;
  width: 50px;
  height: 58px;
  fill: #efab00;
  z-index: 100;
  cursor: pointer; }

body.node-type-event .owl-carousel-event-wrapper .owl-dots {
  display: none; }

body.node-type-event .owl-carousel-event-wrapper .owl-carousel-custom-nav .carousel-nav-hero-left {
  left: 30px; }

body.node-type-event .owl-carousel-event-wrapper .owl-carousel-custom-nav .carousel-nav-hero-right {
  right: 30px; }

body.node-type-event .owl-carousel-event-wrapper .owl-carousel-custom-nav svg.chevron {
  cursor: pointer;
  z-index: 200;
  height: 14px;
  width: 8.14px;
  fill: #fff;
  top: -42px;
  float: left;
  position: relative;
  left: 19px; }

body.node-type-event .field-name-body ul:not([class*="block-grid-"]) li {
  text-indent: -6px; }
  body.node-type-event .field-name-body ul:not([class*="block-grid-"]) li:before {
    background-color: transparent;
    content: "\25A0";
    color: #efab00;
    height: inherit;
    widows: inherit;
    font-size: 10px;
    padding-right: 0;
    margin-right: 0;
    position: relative;
    top: -2px; }

body.node-type-event .owl-carousel-event-media-field .content-wrap {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  left: 0;
  z-index: 3;
  padding: 40px 60px;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: white; }
  body.node-type-event .owl-carousel-event-media-field .content-wrap .content-title {
    font-family: 'NationalBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    padding-bottom: 5px;
    line-height: 1;
    text-transform: uppercase; }
    @media only screen and (min-width: 64rem) {
      body.node-type-event .owl-carousel-event-media-field .content-wrap .content-title {
        font-size: 50px; } }
  body.node-type-event .owl-carousel-event-media-field .content-wrap .content-subtitle {
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 400 ;
    font-size: 18px; }

body.node-type-event .owl-carousel-event-wrapper .bottom_overlay {
  position: absolute;
  width: 100%;
  padding-bottom: 0;
  bottom: 0;
  z-index: 7;
  height: 50px; }
  body.node-type-event .owl-carousel-event-wrapper .bottom_overlay svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

body.node-type-event .pane-node-title h1 {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003976;
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 300;
  margin-bottom: 0.8em; }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    body.node-type-event .pane-node-title h1 {
      font-size: 1.875rem;
      line-height: 2.5rem; } }
  @media only screen and (min-width: 64rem) {
    body.node-type-event .pane-node-title h1 {
      font-size: 2.1875rem;
      line-height: 3.125rem; } }

body.node-type-event .owl-carousel-event-wrapper.carousel-single div.img-wrap, body.node-type-event .owl-carousel-event-wrapper.carousel-single div.img-wrap img {
  width: 100%; }

body.node-type-event .owl-carousel-event-wrapper.carousel-single .owl-carousel-custom-nav {
  display: none; }

body.node-type-event .pane-node-field-event-sub-title .field-name-field-event-sub-title {
  color: #0073bd;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    body.node-type-event .pane-node-field-event-sub-title .field-name-field-event-sub-title {
      margin-bottom: 2.9375rem; } }
  @media only screen and (min-width: 64rem) {
    body.node-type-event .pane-node-field-event-sub-title .field-name-field-event-sub-title {
      margin-bottom: 3.25rem; } }

body.node-type-event div.pane-node-field-event-date .field-name-field-event-date {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #0073bd;
  margin-bottom: 3.125rem; }

body.node-type-event .pane-kent-state-blocks-social-media-share .module-social-sharing li {
  display: inline-block; }
  body.node-type-event .pane-kent-state-blocks-social-media-share .module-social-sharing li a {
    padding-right: 10px; }

body.node-type-event .pane-kent-state-blocks-social-media-share .module-social-sharing div.align-spaced {
  width: 100%;
  float: left;
  display: inline-block; }
  @media only screen and (max-width: 45.5625rem) {
    body.node-type-event .pane-kent-state-blocks-social-media-share .module-social-sharing div.align-spaced {
      width: 100%;
      float: none;
      display: block; } }
  body.node-type-event .pane-kent-state-blocks-social-media-share .module-social-sharing div.align-spaced .columns {
    margin-bottom: 1rem;
    font-size: 19px;
    float: left; }

body.node-type-event .pane-node-body, body.node-type-event .pane-node-body p {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  font-size: 16px;
  color: #0b0318;
  line-height: 1.5; }

body.node-type-event .pane-node-created,
body.node-type-event .pane-node-updated,
body.node-type-event .pane-node-field-event-display-author {
  float: left;
  display: inline-block;
  max-width: 32%; }
  @media only screen and (max-width: 45.5625rem) {
    body.node-type-event .pane-node-created,
    body.node-type-event .pane-node-updated,
    body.node-type-event .pane-node-field-event-display-author {
      max-width: 98%;
      width: 98%;
      text-align: left; } }

body.node-type-event .pane-node-created {
  margin-left: 1%; }

body.node-type-event .pane-node-field-event-display-author {
  margin-right: 1%; }

body.node-type-event .pane-node-created,
body.node-type-event .pane-node-updated,
body.node-type-event .pane-node-field-event-display-author {
  font-size: 0.72rem;
  color: #627378;
  text-transform: uppercase;
  margin-left: 0;
  text-align: left;
  line-height: 1;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.5rem; }
  body.node-type-event .pane-node-created .pane-content,
  body.node-type-event .pane-node-updated .pane-content,
  body.node-type-event .pane-node-field-event-display-author .pane-content {
    padding-top: 3px;
    padding-bottom: 3px; }
  body.node-type-event .pane-node-created .pane-content .field,
  body.node-type-event .pane-node-updated .pane-content .field,
  body.node-type-event .pane-node-field-event-display-author .pane-content .field {
    display: inline-block; }

body.node-type-event p.introduction {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  font-size: 25px;
  line-height: 35px; }

body.node-type-event .field-name-body hr {
  clear: inherit; }

body.node-type-event .pane-node-created .pane-content,
body.node-type-event .pane-node-updated .pane-content {
  border-right: 2px solid #627378;
  padding-right: 1rem;
  margin-right: 1rem; }

body.node-type-event .pane-node-field-event-display-author {
  clear: right; }

body.node-type-event .sidebar h2.pane-title {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #627378;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 1.3rem;
  text-align: left; }

body.node-type-event .sidebar .pane-custom {
  border-top: 1px solid #aeeae5; }

body.node-type-event .sidebar .important-dates-pane-side hr {
  display: none; }

body.node-type-event .sidebar div.pane-content ul,
body.node-type-event .sidebar div.pane-content ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1.6; }
  body.node-type-event .sidebar div.pane-content ul a,
  body.node-type-event .sidebar div.pane-content ul li a {
    color: #0073bd;
    font-size: 1.125rem;
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 400 ; }

body.node-type-event .sidebar .panel-pane {
  padding-top: 2rem;
  padding-bottom: 1.75rem; }
  body.node-type-event .sidebar .panel-pane.pane-kent-state-blocks-social-media-share {
    padding-top: 0; }

body.node-type-event .pane-node-field-event-tags .field-type-taxonomy-term-reference ul.links, body.node-type-event .pane-node-field-event-tags .field-type-taxonomy-term-reference ul.links li {
  list-style-type: none;
  padding: 0;
  margin: 0; }

body.node-type-event .pane-node-field-event-tags .field-type-taxonomy-term-reference ul.links li {
  float: left;
  display: inline-block; }
  @media only screen and (max-width: 45.5625rem) {
    body.node-type-event .pane-node-field-event-tags .field-type-taxonomy-term-reference ul.links li {
      width: 100%;
      display: block; } }

body.node-type-event .pane-node-field-event-tags .field-type-taxonomy-term-reference ul.links li a {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.2s ease;
  display: inline-block;
  padding: 1rem 1.375rem;
  text-transform: uppercase;
  color: #003976;
  background-color: #dfe4e6;
  line-height: 1;
  float: left;
  margin-bottom: 0.6rem;
  margin-right: 1rem;
  font-size: 0.8375rem;
  font-weight: 600;
  text-decoration: none; }
  body.node-type-event .pane-node-field-event-tags .field-type-taxonomy-term-reference ul.links li a:hover {
    background-color: #0073bd;
    color: #dfe4e6; }

body.node-type-event .event-campus-location {
  float: none;
  clear: both; }
  body.node-type-event .event-campus-location ul {
    margin-left: 0; }
    body.node-type-event .event-campus-location ul:before {
      font-weight: bold;
      content: 'Campus:';
      display: inline-block; }
    body.node-type-event .event-campus-location ul li {
      list-style: none;
      display: inline-block;
      padding-left: 5px; }

body.node-type-event .event-building {
  float: left; }

body.node-type-event .event-room {
  float: left;
  position: relative;
  display: inline-flex; }
  body.node-type-event .event-room:before {
    content: "-";
    float: left;
    position: relative;
    padding-right: 5px;
    padding-left: 5px; }

.view-display-id-all_events_with_filters .row {
  clear: both !important; }

.view-display-id-all_events_with_filters .date-display-single, .view-display-id-all_events_with_filters .date-display-range {
  font-weight: bold;
  display: inline-block; }

.node-type-extended-profile .image-right.overflow-right {
  position: relative;
  right: -8%;
  margin-left: -4%;
  float: right;
  clip-path: polygon(100% 0px, 100% 96%, 33% 100%, 0px 96%, 0px 0px);
  clip-path: url("https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/scss/base/components/svg-masks/teaser-clip.svg#profileImg");
  -webkit-clip-path: polygon(100% 0px, 100% 96%, 33% 100%, 0px 96%, 0px 0px);
  width: 370px; }
  @media only screen and (max-width: 45.5625rem) {
    .node-type-extended-profile .image-right.overflow-right {
      right: 0 !important;
      margin-left: 0 !important;
      width: auto !important; } }

.node-type-extended-profile .halves-row {
  clear: both;
  background: whitesmoke;
  width: 83.3333%;
  margin-left: 8.33333%;
  padding-top: 4em;
  clip-path: polygon(100% 16%, 100% 100%, 0% 100%, 0% 16%, 33% 0%);
  clip-path: url("https://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/scss/base/components/svg-masks/teaser-clip.svg#profileCallOut");
  -webkit-clip-path: polygon(100% 16%, 100% 100%, 0% 100%, 0% 16%, 33% 0%);
  margin-bottom: 3rem; }
  .node-type-extended-profile .halves-row strong {
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    font-size: 15px;
    color: #627378; }
  .node-type-extended-profile .halves-row p {
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif !important;
    font-weight: 400 !important;
    color: #003976 !important; }

.node-type-extended-profile .views-field-title h1 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  font-size: 2.1875rem;
  line-height: 3.125rem;
  text-transform: uppercase; }

.node-type-extended-profile .page p {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  font-size: 16px;
  color: #0b0318;
  word-wrap: break-word; }
  .node-type-extended-profile .page p a:not([class*="button"]) {
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 700 ; }
  .node-type-extended-profile .page p strong {
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 700 ; }

.node-type-extended-profile .misc-info.footer-pane {
  width: 83.3333%;
  margin-left: 8.33333%; }

.node-type-extended-profile .misc-info .views-label {
  font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003976;
  text-transform: uppercase;
  margin-top: 1.6rem;
  margin-bottom: 2rem;
  font-size: 30px;
  line-height: 35px;
  display: block; }

.node-type-extended-profile .misc-info .views-field {
  border-bottom: 1px solid #aeeae5;
  padding-bottom: 12px;
  word-wrap: break-word; }
  .node-type-extended-profile .misc-info .views-field:last-of-type {
    border-bottom: none; }

.node-type-extended-profile .view-display-id-extended_profile ul, .node-type-extended-profile .view-display-id-extended_profile ol {
  list-style-type: none;
  margin-left: 0;
  padding-left: 1em; }
  .node-type-extended-profile .view-display-id-extended_profile ul li, .node-type-extended-profile .view-display-id-extended_profile ol li {
    position: relative;
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 300 ;
    font-size: 16px;
    line-height: 27px; }

.node-type-extended-profile .view-display-id-extended_profile ul li:before {
  content: '';
  width: 0.4em;
  height: 0.4em;
  background-color: #efab00;
  left: -1em;
  position: absolute;
  margin-right: 5px;
  top: 0.6em; }

.node-type-extended-profile .view-display-id-extended_profile ol li {
  list-style-type: none;
  counter-increment: step-counter;
  padding-left: .2em; }
  .node-type-extended-profile .view-display-id-extended_profile ol li:before {
    content: counter(step-counter);
    font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1em;
    margin-left: -1em;
    display: inline-block; }

.node-type-extended-profile .pane-blog-posts-by-user-titles-profile-blog-posts {
  width: 83.3333%;
  margin-left: 8.33333%;
  border-top: 1px solid #aeeae5;
  clear: both; }
  .node-type-extended-profile .pane-blog-posts-by-user-titles-profile-blog-posts h2.pane-title {
    font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003976;
    text-transform: uppercase;
    margin-top: 1.6rem;
    margin-bottom: 2rem;
    font-size: 30px;
    line-height: 35px;
    display: block; }
  .node-type-extended-profile .pane-blog-posts-by-user-titles-profile-blog-posts p {
    margin-bottom: 0; }

/*2019 Department Directory Listing Styles*/
@media only screen and (max-width: 45.5625rem) {
  .node-type-extended-profile:before {
    content: "";
    background-color: #ededed;
    height: 320px;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0; } }

.node-type-extended-profile .node-extended-profile .node-type-extended-profile:before {
  background-color: transparent; }

.node-type-extended-profile .panel-layout-department-directory-listing {
  margin-top: 18px; }
  .node-type-extended-profile .panel-layout-department-directory-listing .department-directory-listing-top {
    position: relative;
    display: inline-block;
    clear: both;
    margin-bottom: 12px; }
    .node-type-extended-profile .panel-layout-department-directory-listing .department-directory-listing-top .row .contact-label {
      font-weight: bold;
      float: left;
      padding-right: 4px;
      clear: both; }
    .node-type-extended-profile .panel-layout-department-directory-listing .department-directory-listing-top .row .contact-label-no-break {
      font-weight: bold; }
    .node-type-extended-profile .panel-layout-department-directory-listing .department-directory-listing-top .row .profile-photo-area {
      position: relative;
      display: inline-block;
      float: left;
      max-width: 240px; }
      @media only screen and (max-width: 45.5625rem) {
        .node-type-extended-profile .panel-layout-department-directory-listing .department-directory-listing-top .row .profile-photo-area {
          max-width: 230px !important;
          float: none;
          max-width: 60rem;
          margin: 0 auto;
          display: block; } }
    .node-type-extended-profile .panel-layout-department-directory-listing .department-directory-listing-top .row .profile-contact-area {
      position: relative;
      display: inline-block;
      float: left;
      clear: right;
      padding-left: 20px;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-size: 1rem; }
      .node-type-extended-profile .panel-layout-department-directory-listing .department-directory-listing-top .row .profile-contact-area .views-field-title h1 {
        font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-variant-numeric: lining-nums;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #003976;
        border-bottom: 1px #ededed solid; }
        @media only screen and (max-width: 45.5625rem) {
          .node-type-extended-profile .panel-layout-department-directory-listing .department-directory-listing-top .row .profile-contact-area .views-field-title h1 {
            text-align: center; } }
      .node-type-extended-profile .panel-layout-department-directory-listing .department-directory-listing-top .row .profile-contact-area .profile-contact-area-left .field-content.department {
        color: #4d4d4c;
        font-size: 28px;
        line-height: 1.2;
        font-weight: 500;
        font-family: 'NationalLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-variant-numeric: lining-nums;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .node-type-extended-profile .panel-layout-department-directory-listing .department-directory-listing-top .row .profile-contact-area .profile-contact-area-right {
        background-color: #ededed;
        padding-bottom: 8px;
        border-radius: 8px; }
        @media only screen and (max-width: 45.5625rem) {
          .node-type-extended-profile .panel-layout-department-directory-listing .department-directory-listing-top .row .profile-contact-area .profile-contact-area-right {
            background-color: transparent;
            padding-bottom: unset;
            border-radius: unset; } }
        .node-type-extended-profile .panel-layout-department-directory-listing .department-directory-listing-top .row .profile-contact-area .profile-contact-area-right .field-content.department {
          color: #4d4d4c;
          font-size: 28px;
          line-height: 1.2;
          font-weight: 500;
          font-family: 'NationalLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-variant-numeric: lining-nums;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          @media only screen and (max-width: 45.5625rem) {
            .node-type-extended-profile .panel-layout-department-directory-listing .department-directory-listing-top .row .profile-contact-area .profile-contact-area-right .field-content.department {
              display: none; } }
  .node-type-extended-profile .panel-layout-department-directory-listing .department-directory-listing-body {
    position: relative;
    display: inline-block;
    clear: both;
    margin-bottom: 20px; }
    .node-type-extended-profile .panel-layout-department-directory-listing .department-directory-listing-body .section-area {
      border-top: solid 1px #ededed;
      margin-bottom: 30px;
      font-family: "Roboto Slab",Georgia,"Times New Roman",Times,serif;
      font-weight: 300;
      font-size: 16px;
      color: #0b0318;
      word-wrap: break-word; }
      .node-type-extended-profile .panel-layout-department-directory-listing .department-directory-listing-body .section-area .section-header {
        font-size: 1.25em; }

/*Hide the Breadcarumbs on the Profile Display*/
body.node-type-profile ul.breadcrumbs {
  display: none; }

@media only screen and (max-width: 76rem) {
  body[class*="node-type-administrative-group"] .feature-top .field-name-body,
  body[class*="node-type-administrative-group"] .feature-top-body .field-name-body,
  body[class*="node-type-administrative-group"] .footer-panel .field-name-body,
  body[class*="node-type-administrative-group"] .feature_bottom .field-name-body,
  body[class*="node-type-academic-group"] .feature-top .field-name-body,
  body[class*="node-type-academic-group"] .feature-top-body .field-name-body,
  body[class*="node-type-academic-group"] .footer-panel .field-name-body,
  body[class*="node-type-academic-group"] .feature_bottom .field-name-body,
  .node-type-administrative-group .feature-top .field-name-body,
  .node-type-administrative-group .feature-top-body .field-name-body,
  .node-type-administrative-group .footer-panel .field-name-body,
  .node-type-administrative-group .feature_bottom .field-name-body {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.news-center .pane-node-title h1 {
  margin-left: 20px; }

.news-center .pane-articles-group-all-pane {
  padding-top: 40px; }

.news-center .view-display-id-articles_news_center_around_the_center .views-row {
  padding: 5px 10px;
  font-size: 1em;
  border: 1px solid #eee;
  margin-bottom: 10px; }

.news-center .view-display-id-articles_news_center_around_the_center .views-field-title {
  padding: 10px 0; }
  .news-center .view-display-id-articles_news_center_around_the_center .views-field-title a {
    color: #002664;
    font-weight: bold; }

.news-center .view-display-id-articles_news_center_around_the_center .views-field-field-article-media {
  width: 40%;
  float: left;
  padding: 0px 5px; }

.news-center .gold-brand-heading {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  font-style: italic;
  text-transform: uppercase;
  color: #f0b510 !important;
  font-size: 1.4em;
  padding-left: 1.2%;
  margin-bottom: .5em;
  margin-top: .5em;
  font-weight: 400; }

.news-center .gold-brand-heading:hover, .news-center .gold-brand-heading:active {
  text-decoration: underline; }

.news-center .main .feature-bottom {
  padding: 0; }
  .news-center .main .feature-bottom .pane-articles-group-promoted-pane {
    background-image: url("http://undeniable.kent.edu/images/featured-news-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: -5px;
    padding: 30px 0;
    border-top: 35px solid #002664; }
    @media (max-width: 63.9375rem) {
      .news-center .main .feature-bottom .pane-articles-group-promoted-pane {
        background-size: auto; } }
  .news-center .main .feature-bottom .view-display-id-group_all_pane {
    border-top: 35px solid #002664;
    background-image: url("http://undeniable.kent.edu/images/featured-news-bg.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat; }

.news-center .main .field {
  background-image: none; }

.news-center .panel-pane.pane-views-panes.pane-articles-group-promoted-pane .views-field-title a {
  color: #003976;
  font-weight: bold; }

.news-center .views-field-body .view-content {
  font-size: 1em; }

.news-center .col-view {
  padding: .5em 3em .5em 3em; }
  .news-center .col-view .view-content {
    text-align: center;
    margin: 0 auto;
    float: none; }
    .news-center .col-view .view-content .views-row {
      display: table-cell;
      min-height: 400px;
      text-align: left;
      padding-left: .4em;
      padding-right: .4em; }
      .news-center .col-view .view-content .views-row:first {
        padding-left: 0em;
        padding-right: .8em; }
      .news-center .col-view .view-content .views-row:last {
        padding-left: .8em;
        padding-right: 0em; }

.news-center #panels-ipe-regionid-top_right_asymmetrical .view-display-id-group_promoted_pane .view-content {
  display: table;
  table-layout: fixed; }
  .news-center #panels-ipe-regionid-top_right_asymmetrical .view-display-id-group_promoted_pane .view-content .views-row {
    display: table-cell;
    padding: 25px;
    vertical-align: top; }

.news-center .feature-bottom .view-display-id-group_promoted_pane .views-row {
  display: inline-block;
  padding: 15px;
  vertical-align: top;
  width: 22%;
  background-color: white;
  border: 1px solid #eee;
  margin: 0 1%;
  margin-bottom: 10px; }
  @media (max-width: 63.9375rem) {
    .news-center .feature-bottom .view-display-id-group_promoted_pane .views-row {
      width: 47.5%; } }
  @media (max-width: 45.5625rem) {
    .news-center .feature-bottom .view-display-id-group_promoted_pane .views-row {
      width: 100%; } }

.news-center .feature-bottom .pane-title .button {
  margin-left: 25px;
  margin-bottom: 0px; }

.news-center .gradient-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eff5ff+33,fffbf4+65,ffffff+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eff5ff 33%, #fffbf4 65%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #eff5ff 33%, #fffbf4 65%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #eff5ff 33%, #fffbf4 65%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.news-center .pane-tweets-views-tweets-pane {
  background-color: #ecf4ff;
  margin: 1.2em 0px; }
  .news-center .pane-tweets-views-tweets-pane .views-field {
    display: table-cell;
    font-size: 1em;
    line-height: 1.3em;
    padding: 0px 1.2em;
    height: 70px;
    vertical-align: middle; }
  .news-center .pane-tweets-views-tweets-pane .views-field-profile-image-url {
    padding: 0px; }
    @media (max-width: 63.9375rem) {
      .news-center .pane-tweets-views-tweets-pane .views-field-profile-image-url {
        display: none; } }
  .news-center .pane-tweets-views-tweets-pane .social-media-network-twitter {
    color: #55acee; }
  .news-center .pane-tweets-views-tweets-pane .views-field-nothing, .news-center .pane-tweets-views-tweets-pane .views-field-text {
    padding-right: 0px; }

.news-center .view-display-id-group_all_pane .views-row {
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  margin: 20px;
  border-bottom: none !important; }

.news-center .view-display-id-group_all_pane .views-field-title {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  padding-bottom: 2px; }
  .news-center .view-display-id-group_all_pane .views-field-title a {
    color: #003976; }

.news-center .view-display-id-group_all_pane .views-field-body {
  font-size: 1em;
  line-height: 1.3em;
  margin-top: 0em; }

.news-center .view-display-id-group_all_pane a.views-more-link {
  font-weight: bold;
  color: #3b3b3b;
  text-transform: uppercase; }

.news-center .view-display-id-group_all_pane .panel-display {
  background-color: white;
  border: 1px solid #eee;
  padding: .6em 1.2em; }

.masonry-grid {
  margin: 0 auto; }
  .masonry-grid .view-content {
    margin: 0 auto;
    float: none; }
  .masonry-grid .views-field-title h3 {
    font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    font-size: 1.2em !important;
    line-height: 1.3em !important; }

.view-display-id-group_promoted_pane .views-field-title a {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: .8em; }

.view-display-id-group_promoted_pane .views-field-created {
  font-weight: bold; }

.view-display-id-group_promoted_pane .views-field-field-article-media img {
  float: left;
  width: 40%;
  margin: 0 20px 50px; }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    .view-display-id-group_promoted_pane .views-field-field-article-media img {
      width: 100%;
      margin: 0px 0px 20px 0px; } }
  @media only screen and (max-width: 45.5625rem) {
    .view-display-id-group_promoted_pane .views-field-field-article-media img {
      width: 100%;
      margin: 0px 0px 20px 0px; } }

.view-display-id-group_promoted_pane .read-more-button {
  margin-top: 1em; }

.loader,
.loader:before,
.loader:after {
  background: #ffec00;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em; }

.loader {
  color: #ffec00;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: ''; }

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 1.5em; }

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }

@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }

.l-footer-columns {
  max-width: 75rem !important;
  margin: 0 auto !important; }

.view-id-articulation_agreement.view-display-id-panel_pane_3 h4,
.view-id-articulation_agreement.view-display-id-panel_pane_4 h4 {
  border-top: 1px solid #aeeae5;
  margin-bottom: .8em; }
  .view-id-articulation_agreement.view-display-id-panel_pane_3 h4:not(:first-child),
  .view-id-articulation_agreement.view-display-id-panel_pane_4 h4:not(:first-child) {
    margin-top: 2.5em; }

.view-id-articulation_agreement.view-display-id-panel_pane_3 a.button.text-button,
.view-id-articulation_agreement.view-display-id-panel_pane_4 a.button.text-button {
  margin-bottom: 0;
  padding: 0; }

.view-id-articulation_agreement.view-display-id-panel_pane_3 dl dd div.content a,
.view-id-articulation_agreement.view-display-id-panel_pane_4 dl dd div.content a {
  display: block; }

.view-id-articulation_agreement.view-display-id-panel_pane_2 .tab-space {
  text-indent: 1em; }

.view-id-articulation_agreement.view-display-id-panel_pane_2 .additional-contact {
  margin-bottom: 1em; }
  .view-id-articulation_agreement.view-display-id-panel_pane_2 .additional-contact p {
    margin-bottom: 0; }

.view-id-articulation_agreement.view-display-id-panel_pane_2 li a {
  color: #003976;
  text-decoration: underline; }
  .view-id-articulation_agreement.view-display-id-panel_pane_2 li a:hover {
    text-decoration: none; }

.view-id-articulation_agreement.view-display-id-panel_pane_2 ol ol {
  list-style-type: lower-alpha; }
  .view-id-articulation_agreement.view-display-id-panel_pane_2 ol ol li {
    font-weight: inherit;
    font-style: inherit; }

.view-id-articulation_agreement.view-display-id-panel_pane_2 ol li {
  font-weight: 700;
  font-style: italic; }

.view-id-articulation_agreement.view-display-id-panel_pane_2 ol ol li:first-child {
  font-weight: inherit;
  font-style: inherit; }

.view-id-articulation_agreement.view-display-id-panel_pane_2 ol ol li table {
  margin-top: 1em; }
  .view-id-articulation_agreement.view-display-id-panel_pane_2 ol ol li table tr:nth-of-type(even) {
    background: transparent; }
  .view-id-articulation_agreement.view-display-id-panel_pane_2 ol ol li table tbody {
    border-top: 0; }
    .view-id-articulation_agreement.view-display-id-panel_pane_2 ol ol li table tbody td {
      padding: 2px 30px 2px 0 !important; }

.view-id-articulation_agreement.view-display-id-panel_pane_2 ol ol li ol {
  margin-left: 5em; }
  .view-id-articulation_agreement.view-display-id-panel_pane_2 ol ol li ol li {
    list-style-type: decimal; }

.view-id-articulation_agreement.view-display-id-panel_pane_2 table.signatures {
  width: 100%; }
  .view-id-articulation_agreement.view-display-id-panel_pane_2 table.signatures tbody {
    border-top: none;
    display: table; }
    .view-id-articulation_agreement.view-display-id-panel_pane_2 table.signatures tbody tr:nth-of-type(even) {
      background-color: inherit; }

.view.view-articulation-agreement.view-id-articulation_agreement.view-display-id-panel_pane_1,
.view.view-articulation-agreement.view-id-articulation_agreement.view-display-id-panel_pane_2 {
  padding-top: 2em; }
  .view.view-articulation-agreement.view-id-articulation_agreement.view-display-id-panel_pane_1 ul li, .view.view-articulation-agreement.view-id-articulation_agreement.view-display-id-panel_pane_1 ol li, .view.view-articulation-agreement.view-id-articulation_agreement.view-display-id-panel_pane_1 table tr td,
  .view.view-articulation-agreement.view-id-articulation_agreement.view-display-id-panel_pane_2 ul li,
  .view.view-articulation-agreement.view-id-articulation_agreement.view-display-id-panel_pane_2 ol li,
  .view.view-articulation-agreement.view-id-articulation_agreement.view-display-id-panel_pane_2 table tr td {
    font-size: 18px;
    line-height: 27px; }

.view.view-articulation-agreement.view-id-articulation_agreement.view-display-id-panel_pane_1 p {
  margin-bottom: 0; }

.view.view-articulation-agreement.view-id-articulation_agreement.view-display-id-panel_pane_1 table a.text-button {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0; }

.pane-dynamic-give-now-panel-pane-1 {
  max-width: 75rem;
  margin: 0 auto; }
  .pane-dynamic-give-now-panel-pane-1:after {
    content: "";
    clear: both;
    display: block; }
  .pane-dynamic-give-now-panel-pane-1 h2.pane-title {
    font-size: 3.125rem;
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
    font-weight: 300 ;
    color: #003976;
    text-transform: uppercase;
    padding: .3em 0 .9em;
    margin: auto; }
    @media only screen and (max-width: 75rem) {
      .pane-dynamic-give-now-panel-pane-1 h2.pane-title {
        padding-left: 1.2rem; } }
  .pane-dynamic-give-now-panel-pane-1 .views-row .row {
    display: flex; }
    @media only screen and (max-width: 45.5625rem) {
      .pane-dynamic-give-now-panel-pane-1 .views-row .row {
        display: inherit; } }
    .pane-dynamic-give-now-panel-pane-1 .views-row .row .small-12.large-6.column {
      position: relative;
      padding: 1em 1.5em 1.5em 1.5em; }
      .pane-dynamic-give-now-panel-pane-1 .views-row .row .small-12.large-6.column h3, .pane-dynamic-give-now-panel-pane-1 .views-row .row .small-12.large-6.column p, .pane-dynamic-give-now-panel-pane-1 .views-row .row .small-12.large-6.column a {
        position: relative;
        z-index: 100; }
      .pane-dynamic-give-now-panel-pane-1 .views-row .row .small-12.large-6.column h3 {
        font-size: 2.5em;
        margin-bottom: .7em;
        font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-variant-numeric: lining-nums;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .pane-dynamic-give-now-panel-pane-1 .views-row .row .small-12.large-6.column p {
        font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
        font-weight: 400 ; }
      .pane-dynamic-give-now-panel-pane-1 .views-row .row .small-12.large-6.column a {
        font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-variant-numeric: lining-nums;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-transform: uppercase; }
      .pane-dynamic-give-now-panel-pane-1 .views-row .row .small-12.large-6.column:first-of-type {
        background-image: url(/sites/default/files/styles/1_5_2_thumbnail/public/article/Picture2.jpg?itok=d61ng_7j);
        background-size: cover; }
        .pane-dynamic-give-now-panel-pane-1 .views-row .row .small-12.large-6.column:first-of-type p {
          color: white; }
        .pane-dynamic-give-now-panel-pane-1 .views-row .row .small-12.large-6.column:first-of-type h3, .pane-dynamic-give-now-panel-pane-1 .views-row .row .small-12.large-6.column:first-of-type a {
          color: #efab00; }
        .pane-dynamic-give-now-panel-pane-1 .views-row .row .small-12.large-6.column:first-of-type:after {
          background-color: rgba(0, 57, 118, 0.9); }
      .pane-dynamic-give-now-panel-pane-1 .views-row .row .small-12.large-6.column:last-of-type h3, .pane-dynamic-give-now-panel-pane-1 .views-row .row .small-12.large-6.column:last-of-type a {
        color: #003976; }
      .pane-dynamic-give-now-panel-pane-1 .views-row .row .small-12.large-6.column:last-of-type:after {
        background-color: rgba(239, 171, 0, 0.9); }
      .pane-dynamic-give-now-panel-pane-1 .views-row .row .small-12.large-6.column:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
    .pane-dynamic-give-now-panel-pane-1 .views-row .row.dynamic-content {
      margin-bottom: 2em; }
  .pane-dynamic-give-now-panel-pane-1 .advancement-header {
    text-align: center;
    background-image: url(/sites/default/files/tree-campus.jpg);
    background-size: cover;
    background-position: center;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    padding: 3em; }
    .pane-dynamic-give-now-panel-pane-1 .advancement-header:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: rgba(0, 57, 118, 0.8); }
    .pane-dynamic-give-now-panel-pane-1 .advancement-header.single {
      padding-bottom: 5em; }
      .pane-dynamic-give-now-panel-pane-1 .advancement-header.single svg {
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10; }
    .pane-dynamic-give-now-panel-pane-1 .advancement-header h2, .pane-dynamic-give-now-panel-pane-1 .advancement-header p {
      color: white;
      position: relative;
      z-index: 10; }
    .pane-dynamic-give-now-panel-pane-1 .advancement-header h2 {
      font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: uppercase;
      font-size: 3rem; }
    .pane-dynamic-give-now-panel-pane-1 .advancement-header p {
      font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: inherit;
      font-size: 1.3rem; }
    .pane-dynamic-give-now-panel-pane-1 .advancement-header a {
      position: relative;
      z-index: 100;
      margin-top: 3.5em; }

/* p */
p.introduction {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 400 ;
  font-size: 25px;
  line-height: 35px; }

p.footnote {
  font-size: .8em;
  line-height: 1.4em; }

p.inline-quote {
  font-family: 'NationalBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 15px 0 0;
  padding: 10px 0;
  font-size: 1.3em !important;
  line-height: 1.2em !important;
  text-transform: uppercase;
  display: block;
  width: 400px;
  max-width: 100%;
  float: left;
  margin-left: -50px;
  border-top: 5px solid #0073bd;
  border-bottom: 1px solid #000; }
  @media only screen and (max-width: 45.5625rem) {
    p.inline-quote {
      width: 100%;
      margin: 0 0 15px 0; } }

p.h1, p.h2, p.h3, p.h4, p.h5, p.h6 {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p.h1 {
  font-size: 1.953em;
  line-height: 3.125rem;
  color: #003976;
  text-transform: uppercase; }

p.h2 {
  font-size: 1.953em;
  line-height: 1.25em; }

p.h3 {
  font-size: 1.563em;
  line-height: 1.25em;
  text-transform: uppercase; }

p.h4 {
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.22222222em; }

p.h5 {
  font-size: 1.25em; }

p.h6 {
  font-size: 1em;
  line-height: 20px; }

.image-border {
  border: 1px solid #000; }

.image-align-left {
  float: left;
  margin-right: 15px; }

.image-align-right {
  float: right;
  margin-left: 15px; }

.drop-cap {
  font-size: 45px;
  line-height: 48px;
  padding-right: 10px;
  margin-bottom: 0px;
  float: left;
  color: #4994CB !important; }

.h2-section-header {
  font-family: 'NationalBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #003976;
  font-size: 0.9375rem;
  text-transform: uppercase;
  border-bottom: 3px solid #efab00;
  margin-bottom: 2rem;
  display: inline-block;
  letter-spacing: 1px; }

.parallax-container {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 4em 2em; }
  .parallax-container .parallax-overlay-text {
    font-family: 'NationalBlackItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-size: 2em;
    text-transform: uppercase; }
  .parallax-container img {
    width: 50%;
    margin: 0 auto; }

.textarea-alert-red {
  background-color: #e1143c; }
  .textarea-alert-red div, .textarea-alert-red h1, .textarea-alert-red h2, .textarea-alert-red h3, .textarea-alert-red h4, .textarea-alert-red h6, .textarea-alert-red h6, .textarea-alert-red .pane-title, .textarea-alert-red .node-title, .textarea-alert-red p a:not([class*=button]) {
    color: white; }
  .textarea-alert-red div, .textarea-alert-red h1, .textarea-alert-red h2, .textarea-alert-red h3, .textarea-alert-red h4, .textarea-alert-red h6, .textarea-alert-red h6, .textarea-alert-red .pane-title, .textarea-alert-red .node-title {
    padding: 10px !important; }

.textarea-lighter-blue {
  background-color: #0073bd; }
  .textarea-lighter-blue div, .textarea-lighter-blue h1, .textarea-lighter-blue h2, .textarea-lighter-blue h3, .textarea-lighter-blue h4, .textarea-lighter-blue h6, .textarea-lighter-blue h6, .textarea-lighter-blue .pane-title, .textarea-lighter-blue .node-title {
    padding: 10px !important; }

.textarea-pale-cyan {
  background-color: #aeeae5; }
  .textarea-pale-cyan div, .textarea-pale-cyan h1, .textarea-pale-cyan h2, .textarea-pale-cyan h3, .textarea-pale-cyan h4, .textarea-pale-cyan h6, .textarea-pale-cyan h6, .textarea-pale-cyan .pane-title, .textarea-pale-cyan .node-title {
    padding: 10px !important; }

.textarea-pale-green {
  background-color: #e5e854; }
  .textarea-pale-green div, .textarea-pale-green h1, .textarea-pale-green h2, .textarea-pale-green h3, .textarea-pale-green h4, .textarea-pale-green h6, .textarea-pale-green h6, .textarea-pale-green .pane-title, .textarea-pale-green .node-title {
    padding: 10px !important; }

.textarea-lighter-grey {
  background-color: #cacaca; }
  .textarea-lighter-grey div, .textarea-lighter-grey h1, .textarea-lighter-grey h2, .textarea-lighter-grey h3, .textarea-lighter-grey h4, .textarea-lighter-grey h6, .textarea-lighter-grey h6, .textarea-lighter-grey .pane-title, .textarea-lighter-grey .node-title {
    padding: 10px !important; }

.textarea-ksu-blue {
  background-color: #003976; }
  .textarea-ksu-blue div, .textarea-ksu-blue h1, .textarea-ksu-blue h2, .textarea-ksu-blue h3, .textarea-ksu-blue h4, .textarea-ksu-blue h6, .textarea-ksu-blue h6, .textarea-ksu-blue p, .textarea-ksu-blue li {
    color: white; }
  .textarea-ksu-blue .pane-title, .textarea-ksu-blue *.node-title *, .textarea-ksu-blue a {
    color: #efab00 !important; }
  .textarea-ksu-blue div, .textarea-ksu-blue h1, .textarea-ksu-blue h2, .textarea-ksu-blue h3, .textarea-ksu-blue h4, .textarea-ksu-blue h6, .textarea-ksu-blue h6, .textarea-ksu-blue .pane-title, .textarea-ksu-blue .node-title {
    padding: 10px !important; }

.node-icon-links.view-mode-vertical_teaser {
  border-style: none;
  width: 150px;
  margin: 0 auto; }

.textarea-ksu-blue a {
  color: white !important; }

.textarea-pale-cyan {
  background-color: rgba(174, 234, 229, 0.2) !important; }

.textarea-lighter-blue {
  background-color: rgba(0, 115, 189, 0.2) !important; }

.textarea-pale-green {
  background-color: rgba(174, 234, 229, 0.2) !important; }

.textarea-lighter-grey {
  background-color: rgba(98, 115, 120, 0.2) !important; }

.textarea-ksu-blue-1 {
  background-color: rgba(0, 57, 118, 0.2) !important; }

.textarea-ksu-blue-1 > * {
  padding: 10px !important; }

.textarea-ksu-blue-2 {
  background-color: rgba(0, 57, 118, 0.4) !important; }

.textarea-ksu-blue-2 > * {
  padding: 10px !important; }

.textarea-ksu-gold-1 {
  background-color: rgba(239, 171, 0, 0.2) !important; }

.textarea-ksu-gold-1 > * {
  padding: 10px !important; }

.textarea-ksu-gold-2 {
  background-color: rgba(239, 171, 0, 0.4) !important; }

.textarea-ksu-gold-2 > * {
  padding: 10px !important; }

.textarea-yellow-1 {
  background-color: rgba(248, 235, 97, 0.2) !important; }

.textarea-yellow-1 > * {
  padding: 10px !important; }

.textarea-yellow-2 {
  background-color: rgba(248, 235, 97, 0.4) !important; }

.textarea-yellow-2 > * {
  padding: 10px !important; }

.textarea-yellow-2 {
  background-color: rgba(248, 235, 97, 0.4) !important; }

.textarea-yellow-2 > * {
  padding: 10px !important; }

.textarea-acqua-1 {
  background-color: rgba(138, 210, 207, 0.2) !important; }

.textarea-acqua-1 > * {
  padding: 10px !important; }

.textarea-acqua-2 {
  background-color: rgba(138, 210, 207, 0.4) !important; }

.textarea-acqua-2 > * {
  padding: 10px !important; }

.textarea-pelorous-1 {
  background-color: rgba(34, 190, 224, 0.2) !important; }

.textarea-pelorous-1 > * {
  padding: 10px !important; }

.textarea-pelorous-2 {
  background-color: rgba(34, 190, 224, 0.4) !important; }

.textarea-pelorous-2 > * {
  padding: 10px !important; }

.textarea-curiousblue-1 {
  background-color: rgba(43, 142, 205, 0.2) !important; }

.textarea-curiousblue-1 > * {
  padding: 10px !important; }

.textarea-curiousblue-2 {
  background-color: rgba(43, 142, 205, 0.4) !important; }

.textarea-curiousblue-2 > * {
  padding: 10px !important; }

.textarea-governorbay-1 {
  background-color: rgba(66, 82, 163, 0.2) !important; }

.textarea-governorbay-1 > * {
  padding: 10px !important; }

.textarea-governorbay-2 {
  background-color: rgba(66, 82, 163, 0.4) !important; }

.textarea-governorbay-2 > * {
  padding: 10px !important; }

.textarea-violet-1 {
  background-color: rgba(19, 13, 50, 0.2) !important; }

.textarea-violet-1 > * {
  padding: 10px !important; }

.textarea-violet-2 {
  background-color: rgba(19, 13, 50, 0.4) !important; }

.textarea-violet-2 > * {
  padding: 10px !important; }

.textarea-greynickel-1 {
  background-color: rgba(184, 183, 169, 0.2) !important; }

.textarea-greynickel-1 > * {
  padding: 10px !important; }

.textarea-greynickel-2 {
  background-color: rgba(184, 183, 169, 0.4) !important; }

.textarea-greynickel-2 > * {
  padding: 10px !important; }

.textarea-powderblue-1 {
  background-color: rgba(142, 158, 164, 0.2) !important; }

.textarea-powderblue-1 > * {
  padding: 10px !important; }

.textarea-powderblue-2 {
  background-color: rgba(142, 158, 164, 0.4) !important; }

.textarea-powderblue-2 > * {
  padding: 10px !important; }

.textarea-brightgrey-1 {
  background-color: rgba(88, 89, 92, 0.2) !important; }

.textarea-brightgrey-1 > * {
  padding: 10px !important; }

.textarea-brightgrey-2 {
  background-color: rgba(88, 89, 92, 0.4) !important; }

.textarea-brightgrey-2 > * {
  padding: 10px !important; }

@media only screen and (max-width: 1024px) {
  .pane-node-field-landing-paragraphs .pane-content .content {
    margin-top: 26px !important; } }

.pane-node-field-landing-paragraphs .pane-content .ctaFactoid {
  margin-top: 1.2em !important;
  margin-bottom: -2.8em !important;
  background: none !important; }

.pane-node-field-landing-paragraphs .pane-content .ctaFactoid .ctas {
  width: 100%;
  display: inline; }

.pane-node-field-landing-paragraphs .pane-content .content {
  text-align: center; }

.pane-node-field-landing-paragraphs .pane-content .ctaFactoid .ctas .field {
  display: inline;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pane-node-field-landing-paragraphs .pane-content {
  text-align: center; }

@media only screen and (max-width: 1024px) {
  .pane-node-field-landing-paragraphs .pane-content .content {
    margin-top: 26px !important; } }

.pane-node-field-landing-paragraphs .pane-content .ctaFactoid .ctas a {
  max-width: 100% !important;
  height: 200px;
  width: 270px;
  padding: 4px;
  margin: 4px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  position: relative; }

.pane-node-field-landing-paragraphs .group-admin-cta-vertical-teaser .pane-content .ctaFactoid .ctas a {
  width: 100%;
  display: block;
  padding: 1em .5em;
  font-size: 1.7rem; }

.pane-node-field-landing-paragraphs .pane-content .ctaFactoid .ctas a li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 200px; }

.pane-node-field-landing-paragraphs .pane-content .ctaFactoid .ctas .ctaText {
  text-transform: none;
  color: white;
  font-size: x-large; }

.pane-node-field-landing-paragraphs .pane-content .ctaFactoid .ctas span.backgroundEffect::after {
  background-color: grey;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */ }

body.sysText #og_intro_block .body-text {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  font-size: 27px;
  font-weight: 300;
  color: #aeeae5;
  margin-top: 0; }

body.sysDev-wwd .body-text p {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif ;
  font-weight: 300 ;
  font-size: 27px;
  font-weight: 300;
  color: #aeeae5;
  margin-top: 0;
  line-height: 1.5; }

.sysdev-wwa .pane-node-title h1 {
  text-align: center; }

.admin-utilities {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10000; }
  .admin-utilities * {
    margin: 2px !important;
    line-height: 30px !important; }
  .admin-utilities ul {
    margin: 5px !important;
    font-size: 1rem !important; }
  .admin-utilities li {
    clear: both;
    float: right;
    list-style: none !important; }
    .admin-utilities li a {
      color: black !important;
      border: 0px  !important;
      box-shadow: inset 0 0 0 2px transparent !important;
      margin: 0;
      padding: .5em !important;
      list-style: none !important;
      transition: 1s ease-in-out;
      border-radius: 100px !important;
      height: 30px;
      padding: 0 14px 0 14px !important;
      font-size: .875rem !important;
      font-family: NationalBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
      font-variant-numeric: lining-nums;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 30px !important;
      display: block;
      color: black !important;
      text-transform: uppercase;
      text-decoration: none; }
  .admin-utilities .button-group li a {
    background-color: #aeeae5;
    box-shadow: none !important; }
    .admin-utilities .button-group li a:hover {
      background-color: #a1d4d0 !important;
      text-decoration: none; }
  .admin-utilities .action-links li a {
    transition: 3s ease-in-out !important;
    background-color: #efab00; }
    .admin-utilities .action-links li a:hover {
      background-color: #c78f01 !important;
      text-decoration: none; }

.admin-utilities-button {
  border: 0  !important;
  box-shadow: inset 0 0 0 2px transparent !important;
  margin: 0;
  list-style: none !important;
  transition: 1s ease-in-out;
  border-radius: 100px !important;
  height: 30px;
  padding: 0 14px 0 14px !important;
  font-size: .875rem !important;
  font-family: NationalBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px !important;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #003976 !important;
  color: white !important;
  text-align: center; }
  .admin-utilities-button.open {
    position: fixed;
    bottom: 110px;
    right: 50px;
    z-index: 10000;
    transition: box-shadow 4s ease-out;
    animation: glow 1s ease-in-out infinite alternate; }
    .admin-utilities-button.open:before {
      font-family: "FontAwesome";
      font-weight: 900;
      content: "\f0ad";
      padding-right: 5px; }
  .admin-utilities-button.close {
    width: auto !important;
    display: inline-block;
    float: right;
    cursor: pointer; }
    .admin-utilities-button.close:after {
      font-family: "FontAwesome";
      font-weight: 900;
      content: "\f00d";
      padding-left: 5px; }

@keyframes glow {
  100% {
    box-shadow: 0 0 5px 5px #ffb800, 0 0 5px; } }

body div#panels-ipe-control-container {
  background-color: transparent;
  box-shadow: none;
  z-index: 100 !important;
  overflow: visible !important;
  pointer-events: none; }
  body div#panels-ipe-control-container input.form-submit {
    pointer-events: all !important;
    font-family: NationalBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 35px;
    padding: 0 1.2rem;
    border-radius: 30px !important;
    text-transform: uppercase;
    font-size: .875rem;
    text-decoration: none;
    background: #efab00 !important;
    color: black !important;
    cursor: pointer; }
  body div#panels-ipe-control-container .form-item-revision {
    pointer-events: all !important;
    font-family: NationalBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 35px;
    padding: 0 1.2rem;
    border-radius: 30px !important;
    text-transform: uppercase;
    font-size: .875rem;
    text-decoration: none;
    background: #efab00 !important;
    color: black !important;
    cursor: pointer;
    width: 226px;
    margin: 12px auto; }
  body div#panels-ipe-control-container .form-item-log {
    pointer-events: all !important;
    font-family: NationalBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 35px;
    padding: 0 1.2rem;
    border-radius: 30px !important;
    text-transform: uppercase;
    font-size: .875rem;
    text-decoration: none;
    color: #efab00 !important;
    background-color: black !important;
    cursor: pointer;
    width: 500px;
    margin: 12px auto; }
  body div#panels-ipe-control-container .panels-ipe-pseudobutton-container {
    pointer-events: all !important;
    font-family: NationalBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 35px;
    padding: 0 1.2rem;
    border-radius: 30px !important;
    text-transform: uppercase;
    font-size: .875rem;
    text-decoration: none;
    background: #efab00 !important;
    color: black !important;
    cursor: pointer; }
    body div#panels-ipe-control-container .panels-ipe-pseudobutton-container a.panels-ipe-pseudobutton {
      mix-blend-mode: difference;
      color: white; }
    body div#panels-ipe-control-container .panels-ipe-pseudobutton-container:first-of-type {
      background: #aeeae5 !important;
      color: black !important; }

#toolbar {
  box-shadow: unset !important; }
  #toolbar ul#toolbar-user strong {
    display: inline; }
  #toolbar div.toolbar-menu {
    background: #8BD2CF !important;
    color: black !important; }
    #toolbar div.toolbar-menu * {
      color: black !important;
      font-family: NationalBold, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-variant-numeric: lining-nums !important;
      -webkit-font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale !important;
      text-transform: uppercase !important;
      font-weight: 700 !important;
      letter-spacing: 1px !important;
      display: inline-block !important;
      font-size: .78rem; }
    #toolbar div.toolbar-menu li a:hover {
      background: transparent !important;
      color: #003976; }
    #toolbar div.toolbar-menu li a:focus {
      background: transparent !important;
      color: #003976; }
  @media only screen and (max-width: 45.5625rem) {
    #toolbar div.toolbar-menu * {
      font-size: .5rem;
      line-height: .9rem; }
    #toolbar li.home a:before {
      font-size: 12px !important; }
    #toolbar .toolbar-drawer a {
      font-size: .5rem !important;
      line-height: .8rem !important; }
    #toolbar a#edit-shortcuts {
      padding: unset !important;
      line-height: .8rem; }
    #toolbar div.toolbar-menu a.toggle-active {
      line-height: 1rem; } }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    #toolbar div.toolbar-menu * {
      font-size: .7rem;
      line-height: .9rem; }
    #toolbar li.home a:before {
      font-size: 16px !important; }
    #toolbar .toolbar-drawer a {
      font-size: .7rem !important;
      line-height: .9rem !important; }
    #toolbar a#edit-shortcuts {
      line-height: .9rem; }
    #toolbar div.toolbar-menu a.toggle-active {
      line-height: 1rem; } }

#toolbar-home a {
  margin: 0 auto !important; }
  #toolbar-home a span {
    background: none !important;
    overflow: visible !important;
    margin: 0 auto !important; }

#toolbar-home li.home a {
  padding-right: 0 !important; }

#toolbar-home li.home a:before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f015";
  color: black !important;
  font-size: 20px !important; }
  @media only screen and (max-width: 45.5625rem) {
    #toolbar-home li.home a:before {
      font-size: 12px !important; } }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    #toolbar-home li.home a:before {
      font-size: 17px !important; } }

#toolbar-home li.home:hover a:before {
  color: white !important; }

#toolbar-home li.home:active a:before {
  color: white !important;
  background: unset !important;
  background-color: #4452A3 !important; }

#toolbar-home li.home a.active {
  color: tranparent !important;
  background: unset !important;
  background-color: #4452A3 !important; }
  #toolbar-home li.home a.active:before {
    color: white !important; }

#toolbar .toolbar-drawer {
  background: #EBAB21 !important; }

#toolbar .toolbar-drawer a {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
  color: black !important;
  display: block !important;
  font-family: NationalBold,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-variant-numeric: lining-nums !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-size: 1rem; }

div#toolbar a#edit-shortcuts {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
  color: black !important;
  display: inline !important;
  font-family: NationalBold,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-variant-numeric: lining-nums !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important; }

div#block-kent-state-og-user-utility-bar nav {
  background: #003976 !important;
  background-color: #003976 !important; }
  @media only screen and (max-width: 45.5625rem) {
    div#block-kent-state-og-user-utility-bar nav {
      top: 94px !important; } }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    div#block-kent-state-og-user-utility-bar nav {
      top: 69px !important; } }

#block-kent-state-og-user-utility-bar nav ul {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #003976 !important;
  background-color: #003976 !important;
  border: 0px !important;
  color: white !important;
  display: inline;
  font-family: NationalBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media only screen and (max-width: 45.5625rem) {
    #block-kent-state-og-user-utility-bar nav ul {
      font-size: .5rem;
      line-height: .8rem; } }
  @media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
    #block-kent-state-og-user-utility-bar nav ul {
      font-size: .7rem;
      line-height: .9rem; } }

#block-kent-state-og-user-utility-bar nav ul li a {
  background-color: #003976 !important;
  border: 0px !important; }

.group-content-create-menu * {
  background-color: #003976 !important;
  color: white !important; }

#block-kent-state-og-user-utility-bar nav ul:not(.group-content-create-menu) li a, #block-kent-state-og-user-utility-bar nav ul:not(.group-content-create-menu) li span {
  background-color: #003976 !important; }

#block-kent-state-og-user-utility-bar nav ul:not(.group-content-create-menu) li a:hover, #block-kent-state-og-user-utility-bar nav ul:not(.group-content-create-menu) li span:hover {
  background-color: #4452A3 !important;
  color: white !important; }

#block-kent-state-og-user-utility-bar nav ul:not(.group-content-create-menu) li a {
  color: white !important; }

ul#toolbar-home {
  display: block !important;
  float: left !important; }

#toolbar .toolbar-menu ul li a:hover, #toolbar .toolbar-drawer ul li a:hover {
  background-color: #4452A3 !important;
  color: white !important; }
  #toolbar .toolbar-menu ul li a:hover strong, #toolbar .toolbar-drawer ul li a:hover strong {
    color: #EBAB21 !important; }

a.toggle.toolbar-toggle-processed {
  background: unset !important;
  background-color: #ebab21 !important;
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
  text-indent: unset !important; }

a.toggle.toolbar-toggle-processed:before {
  font-family: FontAwesome !important;
  content: "\f0d7" !important;
  font-weight: 900 !important;
  color: #000 !important;
  font-size: 20px !important;
  padding-left: 6.5px;
  padding-right: 900px; }

a.toggle.toolbar-toggle-processed.toggle-active:before {
  content: "\f0d8" !important; }

body.toolbar.toolbar-drawer #block-kent-state-og-user-utility-bar nav {
  border-bottom: 3px solid #ebab21 !important; }

#block-kent-state-og-user-utility-bar nav ul:not(.group-content-create-menu) li.has-drop:hover > ul, #block-kent-state-og-user-utility-bar nav ul:not(.group-content-create-menu) li.has-drop:hover > div.full {
  background-color: #59595C !important;
  background: #59595C !important;
  height: 100%; }

body.toolbar.toolbar-drawer #block-kent-state-og-user-utility-bar nav ul.group-content-create-menu li a {
  background-color: #59595c !important;
  background: #59595c !important; }

body.toolbar.toolbar-drawer #block-kent-state-og-user-utility-bar nav ul.group-content-create-menu .cc-head-line {
  background-color: #59595c !important;
  background: #59595c !important; }

body.toolbar.toolbar-drawer #block-kent-state-og-user-utility-bar nav ul.group-content-create-menu li a:hover {
  background-color: #4452A3 !important;
  background: #4452A3 !important;
  color: white !important; }

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/*-- float utilities --*/
.float-left {
  float: left   !important; }

.float-right {
  float: right  !important; }

.float-none {
  float: none   !important; }

@media (min-width: 768px) {
  .float-sm-left {
    float: left   !important; }
  .float-sm-right {
    float: right  !important; }
  .float-sm-none {
    float: none   !important; } }

@media (min-width: 992px) {
  .float-md-left {
    float: left   !important; }
  .float-md-right {
    float: right  !important; }
  .float-md-none {
    float: none   !important; } }

@media (min-width: 1200px) {
  .float-lg-left {
    float: left   !important; }
  .float-lg-right {
    float: right  !important; }
  .float-lg-none {
    float: none   !important; } }

/*-- text utilities --*/
.text-left {
  text-align: left   !important; }

.text-right {
  text-align: right  !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left   !important; }
  .text-sm-right {
    text-align: right  !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left   !important; }
  .text-md-right {
    text-align: right  !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left   !important; }
  .text-lg-right {
    text-align: right  !important; }
  .text-lg-center {
    text-align: center !important; } }

/*-- spacing utilities --*/
.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe; }

.badge.primary {
  background: #1779ba;
  color: #fefefe; }

.badge.secondary {
  background: #767676;
  color: #fefefe; }

.badge.success {
  background: #3adb76;
  color: #0a0a0a; }

.badge.warning {
  background: #ffae00;
  color: #0a0a0a; }

.badge.alert {
  background: #cc4b37;
  color: #fefefe; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted; }
  .card b,
  .card strong {
    font-weight: bolder; }
  .card code,
  .card kbd,
  .card samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  .card small {
    font-size: 80%; }
  .card button,
  .card [type="button"],
  .card [type="reset"],
  .card [type="submit"] {
    -webkit-appearance: button; }
  .card button::-moz-focus-inner,
  .card [type="button"]::-moz-focus-inner,
  .card [type="reset"]::-moz-focus-inner,
  .card [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  .card button:-moz-focusring,
  .card [type="button"]:-moz-focusring,
  .card [type="reset"]:-moz-focusring,
  .card [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
  .card [type="checkbox"],
  .card [type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  .card [type="number"]::-webkit-inner-spin-button,
  .card [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .card [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px; }
  .card [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .card ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit; }
  .card [hidden] {
    display: none; }
  .card button {
    padding: 0;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto; }
  .card [data-whatinput='mouse'] button {
    outline: 0; }
  .card pre {
    overflow: auto; }
  .card button,
  .card input,
  .card optgroup,
  .card select,
  .card textarea {
    font-family: inherit; }
  .card .is-visible {
    display: block !important; }
  .card .is-hidden {
    display: none !important; }
  .card p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility; }
  .card em,
  .card i {
    font-style: italic;
    line-height: inherit; }
  .card strong,
  .card b {
    font-weight: bold;
    line-height: inherit; }
  .card small {
    font-size: 80%;
    line-height: inherit; }
  .card h1, .card .h1,
  .card h2, .card .h2,
  .card h3, .card .h3,
  .card h4, .card .h4,
  .card h5, .card .h5,
  .card h6, .card .h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility; }
  .card h1 small, .card .h1 small,
  .card h2 small, .card .h2 small,
  .card h3 small, .card .h3 small,
  .card h4 small, .card .h4 small,
  .card h5 small, .card .h5 small,
  .card h6 small, .card .h6 small {
    line-height: 0;
    color: #cacaca; }
  .card h1, .card .h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .card h2, .card .h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .card h3, .card .h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .card h4, .card .h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .card h5, .card .h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .card h6, .card .h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  @media print, screen and (min-width: 40em) {
    .card h1, .card .h1 {
      font-size: 3rem; }
    .card h2, .card .h2 {
      font-size: 2.5rem; }
    .card h3, .card .h3 {
      font-size: 1.9375rem; }
    .card h4, .card .h4 {
      font-size: 1.5625rem; }
    .card h5, .card .h5 {
      font-size: 1.25rem; }
    .card h6, .card .h6 {
      font-size: 1rem; } }
  .card a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer; }
  .card a:hover, .card a:focus {
    color: #1468a0; }
  .card a img {
    border: 0; }
  .card hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0; }
  .card ul,
  .card ol,
  .card dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6; }
  .card li {
    font-size: inherit; }
  .card ul {
    margin-left: 1.25rem;
    list-style-type: disc; }
  .card ol {
    margin-left: 1.25rem; }
  .card ul ul, .card ol ul, .card ul ol, .card ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }
  .card dl {
    margin-bottom: 1rem; }
  .card dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }
  .card blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca; }
  .card blockquote, .card blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }
  .card cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a; }
  .card cite:before {
    content: "— "; }
  .card abbr, .card abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none; }
  .card figure {
    margin: 0; }
  .card code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a; }
  .card kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a; }
  .card .subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a; }
  .card .lead {
    font-size: 125%;
    line-height: 1.6; }
  .card .stat {
    font-size: 2.5rem;
    line-height: 1; }
  .card p + .stat {
    margin-top: -1rem; }
  .card ul.no-bullet, .card ol.no-bullet {
    margin-left: 0;
    list-style: none; }
  .card .text-left {
    text-align: left; }
  .card .text-right {
    text-align: right; }
  .card .text-center {
    text-align: center; }
  .card .text-justify {
    text-align: justify; }

.card > :last-child {
  margin-bottom: 0; }

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6; }

.card-divider > :last-child {
  margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }

.card-section > :last-child {
  margin-bottom: 0; }

.card-image {
  min-height: 1px; }
