  @charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
.test-class {
  display: block;
}

@font-face {
  font-family: "NationalLight";
  src: url("/themes/custom/ksu_base_zurb/fonts/NationalWeb-Light.eot") format("eot"),
    url("/themes/custom/ksu_base_zurb/fonts/NationalWeb-Light.woff2") format("woff2"),
    url("/themes/custom/ksu_base_zurb/fonts/NationalWeb-Light.woff") format("woff");
}

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

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

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

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

@font-face {
  font-family: "NationalBlackItalic";
  src: url("/themes/custom/ksu_base_zurb/fonts/National-BlackItalic.eot") format("eot"),
    url("/themes/custom/ksu_base_zurb/fonts/National-BlackItalic.woff2") format("woff2"),
    url("/themes/custom/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 */
/* FFFFFF */
/* 5EC4DF */
/* 006cc2 */
/* F1AB03 */
/* 1e1c22 */
/* 0b0318 */
/* dfe4e6 */
/* cacaca */
/*

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;
}

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;
}

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

/* 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;
}
@media only screen and (max-width: 63.9375rem) {
  body.search-open {
    padding-top: 57px;
  }
}

i {
  background: inhert;
}

/* 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;
  text-decoration: underline;
  color: #0073bd;
} */

p span[class*="italic"] {
  font-family: "NationalLightItalic", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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;
}

.list-styles ul,
.list-styles ol {
  list-style-type: none;
  margin-left: 0;
  padding-left: 1em;
}
.list-styles ul li,
.list-styles ol li {
  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;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0.75rem;
}

.list-styles 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.6em;
}

.list-styles ol li {
  list-style-type: none;
  counter-increment: step-counter;
  padding-left: 0.2em;
}
.list-styles 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 ul,
.body.field ol,
.field-name-body ul,
.field-name-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 {
  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;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0.75rem;
} */
.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"]) {
  /* font-family: "NationalBold", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
  color: #0073bd;
}

.body.field ul:not([class*="block-grid-"]),
.field-name-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 {
  content: "";
  width: 0.4em;
  height: 0.4em;
  background-color: #efab00;
  left: -1em;
  position: absolute;
  margin-right: 5px;
  top: 0.6em;
}

.body.field ol,
.field-name-body ol {
  padding-left: 1em;
}
.body.field ol li,
.field-name-body ol li {
  list-style-type: none;
  counter-increment: step-counter;
  padding-left: 0.2em;
}
.body.field ol li:before,
.field-name-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 {
  list-style-type: none;
  counter-increment: step-counterTwo;
}
.body.field ol li ol li:before,
.field-name-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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  counter-reset: step-counter;
}

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

table {
  max-width: 100%;
  display: block;
  overflow: auto;
  position: relative;
  border: none;
}

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 */
/* There are two styles for H1;
		one for display over a hero image
		one for display witout an image
*/
.header-over-hero-image h1,
.header-over-hero-image .h1 {
  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: 50px;
  line-height: 1;
}

.header-over-no-image h1,
.header-over-no-image .h1 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
}

.header-over-hero-image {
  background-image: url(/themes/custom/ksu_base_zurb/student_2%20copy.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em;
}

/* H2 */
/* There are two styles for H2;
		one for display over a hero image
		one for display witout an image
*/
.header-over-hero-image h2,
.header-over-hero-image .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: 40px;
  line-height: 1;
}

.header-over-no-image h2,
.header-over-no-image .h2 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 40px;
}

/* H3 */
/* There are two styles for H3;
		one for display over a hero image
		one for display witout an image
*/
.header-over-hero-image h3,
.header-over-hero-image .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: 30px;
  line-height: 35px;
}

h3,
.h3 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  font-size: 27px;
  line-height: 35px;
  text-transform: uppercase;
}

/* H4 */
h4,
.h4 {
  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: 20px;
  line-height: 30px;
}

/* H5 */
/* There are two styles for H5 */
h5.style-1,
.h5.style-1 {
  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;
  line-height: 27px;
}

h5.style-2,
.h5.style-2 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

/* H6 */
h6,
.h6 {
  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: 15px;
  line-height: 20px;
}

/* p */
/* 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: 18px;
  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: 0.8em 3em;
  display: inline-block;
  color: white;
  background-color: #0073bd;
  transition: 200ms ease-in;
  text-transform: uppercase;
}
button:hover {
  background-color: #003976;
}

a.button, a.ck-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: 0.8em 3em;
  display: inline-block;
}
a.button.primary, a.ck-button.primary {
  color: white;
  background-color: #0073bd;
  transition: 200ms ease-in;
  text-transform: uppercase;
}
a.button.primary:hover, a.ck-button.primary:hover {
  background-color: #003976;
}
a.button.small, a.ck-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, a.ck-button.small:hover {
  background-color: #0073bd;
  color: white;
}
a.button.angled, a.ck-button.angled {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  background-color: #e5e854;
  color: #003976;
  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("http://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
  );
}
a.button.angled:hover, a.ck-button.angled:hover {
  background-color: #dee227;
}
a.button.text-button, a.ck-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: 0.8em 0;
}
a.button.text-button:after, a.ck-button.text-button:after {
  content: "\00BB";
  padding-left: 5px;
}
a.button.text-button:hover, a.ck-button.text-button:hover {
  text-decoration: underline;
}

.field-name-body a.button, .field-name-body a.ck-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 {
  background-image: linear-gradient(to bottom, #003976, #0073bd);
  background-color: #003976;
  padding: 20px 0 0 0;
  height: 111px;
  /* margin-top: 35px;  */
}
@media only screen and (min-width: 45.625rem) and (max-width: 63.9375rem) {
  .l-header {
    padding: 15px 0;
    height: 86px;
  }
}
@media only screen and (max-width: 45.5625rem) {
  .l-header {
    padding: 18px 0 5px;
    height: 71px;
  }
}

@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 {
  margin-left: 22%;
  display: block;
  -webkit-transform: translateX(0%);
  -ms-transform: ptranslateX(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 a {
  /* 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;
  /* font-size: 1.6875rem !important */
}
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: none;
  }
} */
/* @media only screen and (max-width: 45.5625rem) {
  header .block-kent-state-blocks-group-header {
    display: none;
  }
} */

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

div.footer-outside-wrap {
  float: left;
  width: 100%;
  position: relative;
  border-top: 5px solid #efab00;
  z-index: 1;
  padding-top: 0;
  background-color: #003976;
  /* min-height: 670px; */
}
div.footer-outside-wrap img.background-footer-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  z-index: 0;
}
div.footer-outside-wrap img.bottom-decor {
  position: absolute;
  z-index: 0;
  background: transparent;
  bottom: 0;
}
/* div.footer-outside-wrap .inside-wrap {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  background-color: rgba(0, 57, 118, 0.9);
  padding-bottom: 70px;
} */

body .l-footer {
  color: white;
  background: transparent;
  border: none;
}

body footer .block-kent-state-blocks-campus-logo-footer {
  text-align: center;
  margin: 0 auto;
}
body footer .block-kent-state-blocks-campus-logo-footer img {
  max-width: 100%;
  /* margin: 50px auto; */
  /* width: 300px;  */
}

body .footer-outside-wrap section.l-footer-columns,
body .footer-outside-wrap footer.l-footer {
  text-align: left;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-family: "NationalLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  position: relative;
}
body .footer-outside-wrap section.l-footer-columns ul,
body .footer-outside-wrap section.l-footer-columns ol,
body .footer-outside-wrap section.l-footer-columns dl,
body .footer-outside-wrap footer.l-footer ul,
body .footer-outside-wrap footer.l-footer ol,
body .footer-outside-wrap footer.l-footer dl {
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
  list-style-type: none;
}
body .footer-outside-wrap section.l-footer-columns ul li,
body .footer-outside-wrap section.l-footer-columns ol li,
body .footer-outside-wrap section.l-footer-columns dl li,
body .footer-outside-wrap footer.l-footer ul li,
body .footer-outside-wrap footer.l-footer ol li,
body .footer-outside-wrap footer.l-footer dl li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body .footer-outside-wrap section.l-footer-columns a,
body .footer-outside-wrap footer.l-footer a {
  color: white;
  font-style: normal;
  font-family: "NationalLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .footer-outside-wrap section.l-footer-columns p,
body .footer-outside-wrap footer.l-footer p {
  color: white;
  font-size: 16px;
  margin-bottom: 5px;
}
body .footer-outside-wrap section.l-footer-columns h2,
body .footer-outside-wrap section.l-footer-columns h2.block-title,
body .footer-outside-wrap footer.l-footer h2,
body .footer-outside-wrap footer.l-footer h2.block-title {
  text-align: left;
  color: #efab00;
  /* margin: 0 0 15px; */
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
body .footer-outside-wrap section.l-footer-columns .more-link,
body .footer-outside-wrap footer.l-footer .more-link {
  float: left;
  width: 100%;
  text-align: left;
  padding: 5px 0 0;
}
body .footer-outside-wrap section.l-footer-columns span.views-field-edit-node,
body .footer-outside-wrap footer.l-footer span.views-field-edit-node {
  display: none;
}
body .footer-outside-wrap section.l-footer-columns section.block,
body .footer-outside-wrap section.l-footer-columns div.block,
body .footer-outside-wrap footer.l-footer section.block,
body .footer-outside-wrap footer.l-footer div.block {
  /* padding-bottom: 15px; */
  float: left;
  width: 100%;
  display: block;
}
body .footer-outside-wrap section.l-footer-columns .block-content ul,
body .footer-outside-wrap section.l-footer-columns .block-content ul li,
body .footer-outside-wrap footer.l-footer .block-content ul,
body .footer-outside-wrap footer.l-footer .block-content ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
body .footer-outside-wrap section.l-footer-columns .block-content ul li a,
body .footer-outside-wrap footer.l-footer .block-content ul li a {
  color: white;
  padding: 2px;
  margin: 1px 0;
  display: inline-block;
}

body footer .copyright {
  text-align: center;
  margin: 0 auto;
  /* padding-top: 30px; */
}

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: 0.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 -0.08em;
  letter-spacing: -0.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: 0.9em;
}

/* 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;
}

@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-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-media-field .item_text {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -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;
    padding: 0px;
    color: #111111;
  }
  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-article-media-field
    .owl-carousel-custom-nav {
    display: none;
  }
  body.node-type-article .bottom_overlay {
    display: none;
  }
  body.node-type-article .fingerprint .footer-panel {
    display: none;
  }
  body.node-type-information-sheets {
    -webkit-print-color-adjust: exact;
  }
  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
    .pane-node-title
    .pane-content {
    background-color: #002664 !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
    .pane-node-title
    .pane-content
    h2 {
    background-image: url(https://www-s3-live.kent.edu/s3fs-root/s3fs-public/file/logo_white.png);
    color: #ffffff !important;
    padding: 30px;
    background-repeat: no-repeat;
  }
  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;
  }
}

.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 {
  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, .view.view-teaser-1.view-display-id-teaser1
  .view-content
  .views-row
  .copy
  a.ck-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: 0.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("http://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("http://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("http://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 {
  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("/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("http://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("http://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: 0.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("http://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, .panel-pane.pane-node.horiz-teaser ul.links a.ck-button.primary {
  background-color: transparent;
  color: #003976;
  padding: 0;
  font-size: 18px;
}
.panel-pane.pane-node.horiz-teaser ul.links a.button.primary:after, .panel-pane.pane-node.horiz-teaser ul.links a.ck-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 */
.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("http://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("http://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("http://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 {
  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 {
  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 {
  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: 1rem;
  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 */
@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-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-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-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-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,
.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;
}

.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-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-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-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-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-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-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 {
  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;
}

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

.halves-row [class*="pane-aggregator-feed"] {
  text-align: left;
  position: relative;
}
.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;
}
.halves-row [class*="pane-aggregator-feed"] .more-link a:after {
  content: "\00BB";
  position: relative;
  display: inline-block;
  top: -2px;
}

.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;
}

.ui-tabs {
  border: none !important;
  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: #cacaca;
  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 {
  outline: none;
}
/* .ui-tabs .ui-widget-header li.ui-state-default.ui-state-active a {
  color: #003976;
  border-bottom: 3px solid #efab00;
} */
.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 {
  content: none;
}

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

.view.view-tabs.view-id-tabs.view-display-id-tabs dl.tabs {
  display: table-row;
  margin: 0;
  padding: 0;
}
.view.view-tabs.view-id-tabs.view-display-id-tabs dl.tabs dd {
  list-style: none;
  display: table-cell;
  text-align: center;
  float: none;
}
@media only screen and (max-width: 45.5625rem) {
  .view.view-tabs.view-id-tabs.view-display-id-tabs dl.tabs dd {
    display: block;
  }
}
.view.view-tabs.view-id-tabs.view-display-id-tabs 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: #cacaca; */
  border-bottom: 3px solid #cacaca;
  transition: 200ms;
}
.view.view-tabs.view-id-tabs.view-display-id-tabs 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 {
  color: #003976;
  border-bottom: 3px solid #efab00;
}

.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 {
  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 {
  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 {
  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 {
  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 {
  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) {
  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 {
  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 {
  background-color: inherit;
}
.view.view-tabs.view-id-tabs.view-display-id-accordions
  dl
  dd.active
  a.button.primary,
  .view.view-tabs.view-id-tabs.view-display-id-accordions
  dl
  dd.active
  a.ck-button.primary,
.view.view-faqs.view-id-faqs.view-display-id-group_pane
  dl
  dd.active
  a.button.primary,
  .view.view-faqs.view-id-faqs.view-display-id-group_pane
  dl
  dd.active
  a.ck-button.primary,
.view.view-student-orgs.view-id-student_orgs.view-display-id-panel_pane_1
  dl
  dd.active
  a.button.primary,
  .view.view-student-orgs.view-id-student_orgs.view-display-id-panel_pane_1
  dl
  dd.active
  a.ck-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_3
  dl
  dd.active
  a.ck-button.primary,
.view-id-articulation_agreement.view-display-id-panel_pane_4
  dl
  dd.active
  a.button.primary,
  .view-id-articulation_agreement.view-display-id-panel_pane_4
  dl
  dd.active
  a.ck-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 {
  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 {
  border-bottom: none;
}

.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 {
  top: 5px;
  content: "";
  width: 30px;
  height: 35px;
  margin-bottom: -10px;
  position: relative;
  right: 1em;
  display: inline-block;
  background-image: url("/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 {
  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;
}

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: auto;
  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: 0.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;
  }
}

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+ */
}

.kent-rd-megamenu {
  float: left;
  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: 0.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: 30px;
  }
}
.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: 0.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: 700;
  position: relative;
}
.kent-rd-megamenu ul.megamenu-wrapper > li > a > span:after {
  content: "";
  width: 0;
  height: 4px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #efab00;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.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 {
  z-index: -1000;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: none;
  left: -99999px;
}

.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;
  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: 32px;
    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;
} */

.kent-rd-megamenu .megamenu-wrapper > li span.subheader a:hover,
.kent-rd-megamenu .megamenu-wrapper > li h3.subheader a:hover {
  text-decoration: underline;
}
/* COMMENTED OUT 4/19/2024 TO REMOVE ARROW ICON FROM TOP-LEVEL MEGAMENU ON MOBILE


.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;
   background-image: url(/themes/custom/ksu_base_zurb/svg/teaser3-title.svg); 
  width: 35px;
  height: 35px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right;
  top: 30px;
}

*/
@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;
  }
}

/* COMMENTED OUT 4/19/2024 TO REMOVE SPACING TO THE RIGHT, BECAUSE ARROW ICON REMOVED.

@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: 1em;
  }
}

*/

@media only screen and (min-width: 64rem) {
  .kent-rd-megamenu ul.megamenu-wrapper li a.megamenu-title .icon {
    display: none;
  }
}

.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 !important;
  }
}
.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;
  padding: 0;
  line-height: inherit;
}

@media only screen and (max-width: 63.9375rem) {
  .theme--ksu-kent-zurb-2018 .kent-rd-megamenu {
    border-bottom: 5px solid #efab00;
  }
  .kent-rd-megamenu {
    float: left;
    position: absolute;
    background: white;
    /* top: 64px; */
    z-index: 1000;
    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 {
    top: 95px;
  } */
  .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) {
  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;
  bottom: 0;
  top: 50%;
  right: 0;
  left: 0;
  background-color: transparent;
  background-image: linear-gradient(to top, #0a0a0a, transparent);
  z-index: 4;
}
.megamenu-extra
  .view-display-id-life_at_ksu
  .views-field-title
  a
  span.grid-text {
  position: absolute;
  bottom: 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:hover {
  background-color: #aeeae5;
  border-radius: 30px;
}
.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: initial;
  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-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 {
  visibility: visible;
  opacity: 1;
  width: 100%;
  box-shadow: none;
  position: absolute;
  background: #fff;
  z-index: 3;
  float: left;
  left: 0;
}
body.search-open div.kent-search-overlay {
  display: block;
}
div.kent-search-overlay form {
  background: #003976;
  width: 100%;
  padding: 20px;
  position: relative;
}
div.kent-search-overlay form ::-webkit-input-placeholder {
  color: white;
}
div.kent-search-overlay form :-moz-placeholder {
  color: white;
}
div.kent-search-overlay form ::-moz-placeholder {
  color: white;
}
div.kent-search-overlay form :-ms-input-placeholder {
  color: white;
}
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-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  font-weight: 100;
  font-size: 2em;
  padding: 0 15px;
  margin-bottom: 0;
  outline: none;
  background: #003976;
  color: white;
  width: 88%;
  width: calc(100% - 80px);
}
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: #e6e6e6;
  color: #003976;
}
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: #003976;
  color: #e6e6e6;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -25px;
  transition: 0.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: 100;
  margin: 20px 0 25px;
  display: block;
}
@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: 1.3125rem;
  line-height: 1;
  padding: 5px 15px;
  margin-bottom: 0;
}

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;
}

div.kent-search-overlay {
  visibility: visible;
  opacity: 1;
  width: 100%;
  box-shadow: none;
  position: absolute;
  background: #fff;
  z-index: 3;
  float: left;
  left: 0;
}
body.search-open div.kent-search-overlay {
  display: block;
}
div.kent-search-overlay form {
  background: #003976;
  width: 100%;
  padding: 20px;
  position: relative;
}
div.kent-search-overlay form ::-webkit-input-placeholder {
  color: white;
}
div.kent-search-overlay form :-moz-placeholder {
  color: white;
}
div.kent-search-overlay form ::-moz-placeholder {
  color: white;
}
div.kent-search-overlay form :-ms-input-placeholder {
  color: white;
}
div.kent-search-overlay form input#edit-search-keys {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  font-weight: 100;
  font-size: 2em;
  padding: 0 15px;
  margin-bottom: 0;
  outline: none;
  background: #003976;
  color: white;
  width: 90%;
  width: calc(100% - 60px);
}
div.kent-search-overlay form input#edit-search-keys:focus,
div.kent-search-overlay form input#edit-search-keys:active {
  background: #e6e6e6;
  color: #003976;
}
div.kent-search-overlay form button.secondary {
  display: none;
}
div.kent-search-overlay form button.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: #003976;
  color: #e6e6e6;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -25px;
  transition: 0.4s all ease;
}
div.kent-search-overlay form button.form-submit:hover {
  background: #0073bd;
}
@media only screen and (max-width: 45.5625rem) {
  div.kent-search-overlay form button.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: 100;
  margin: 20px 0 25px;
  display: block;
}
@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 {
    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 {
  font-size: 1.3125rem;
  line-height: 1;
  padding: 5px 15px;
  margin-bottom: 0;
}

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: 0.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;
}

.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);
}

/* .owl-carousel .slideshow-footer {
  position: absolute;
  bottom: 10%;
  z-index: 5;
  padding: 0 5%;
  width: 100%;
} */

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

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

.owl-carousel .owl-item.active.center {
  position: relative;
}
.owl-carousel .owl-item.active.center:after {
  content: "";
  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.arrows-slider .views-row h2.node-title,
.owl-carousel.content-slider .views-row h2.node-title {
  display: none;
}

.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: 0.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: 6px;
}
.owl-carousel.arrows-slider .carousel-nav-dir.carousel-nav-right,
.owl-carousel.content-slider .carousel-nav-dir.carousel-nav-right {
  right: 54px;
}
.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: -4px;
}
.owl-carousel.arrows-slider .chevron.chevron-left,
.owl-carousel.content-slider .chevron.chevron-left {
  left: 44px;
}

.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 {
  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: 0.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%;
}

.owl-carousel.arrows-slider .owl-item.active.center,
.owl-carousel.content-slider .owl-item.active.center {
  position: initial;
}
.owl-carousel.arrows-slider .owl-item.active.center:after,
.owl-carousel.content-slider .owl-item.active.center:after {
  content: "";
  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); */
}

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: uppercase;
} */
/* body ul.breadcrumbs li a {
  color: #627378;
} */
/* body ul.breadcrumbs li.current,
body ul.breadcrumbs li.current a {
  color: #0073bd;
} */
body ul.breadcrumbs li ul.menu-minipanel-panel {
  display: none;
}

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

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;
}
body .video_node_wrapper .svg_play_video a {
  padding: 15px 40px;
  margin: 50px auto 0;
  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;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
body .video_node_wrapper .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_background_text_holder {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
  max-height: 100vh;
}
@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 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.media_embed iframe,
.media_embed object,
.media_embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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;
}

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("/themes/custom/ksu_base_zurb/custom_lib/holder.jpg") 50% 50%;
  background-size: cover;
}
ul.content_mosaic .mosaic-li a {
  padding: 1.5em 1.1em 0.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(/themes/custom/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("http://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: #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%;
  }
}

#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%;
}
#og_intro_block .fact-outside .facts-wrapper .fact-text {
  color: white;
  font-size: 16px;
}

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;
}

.node-type-administrative-group
  .feature-top.panel-region--wide
  .pane-node-field-group-media
  img,
.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 {
  content: "";
  position: absolute;
  top: 90%;
  bottom: -1px;
  right: 0;
  left: 0;
  background-image: url(http://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/svg/intro-accent.svg);
  background-size: 100% 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

.node-type-administrative-group
  .feature-top.panel-region--width-normal
  .pane-node-field-group-media,
.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%);
}

.node-type-administrative-group .feature-top .field-name-field-group-media img,
.node-type-academic-group .feature-top .field-name-field-group-media img {
  width: 100%;
}

.node-type-administrative-group
  .feature-top
  .owl-carousel.arrows-slider
  .owl-controls,
.node-type-academic-group
  .feature-top
  .owl-carousel.arrows-slider
  .owl-controls {
  padding-bottom: 0;
}

.node-type-administrative-group
  .feature-top
  .view.view-slideshows.view-id-slideshows.view-display-id-hero_slideshow_with_subtitles_pane,
.node-type-academic-group
  .feature-top
  .view.view-slideshows.view-id-slideshows.view-display-id-hero_slideshow_with_subtitles_pane {
  position: relative;
}
.node-type-administrative-group
  .feature-top
  .view.view-slideshows.view-id-slideshows.view-display-id-hero_slideshow_with_subtitles_pane:after,
.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(http://www.kent.edu/sites/all/themes/custom/ksu_base_zurb/svg/intro-accent.svg);
  background-size: 100% 100%;
  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("http://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-s3-live.kent.edu/s3fs-root/s3fs-public/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 {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  display: block;
}

.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;
}
.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: 0.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-s3-live.kent.edu/s3fs-root/s3fs-public/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: 0.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;
}

/* 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;
}

/* 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 !important;
  text-transform: uppercase;
  border-bottom: 3px solid #efab00;
  margin-bottom: 2rem;
  display: inline-block;
  letter-spacing: 1px;
}

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

.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;
}

.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 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: #e5e854; */
  /* text-transform: uppercase; */
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
  padding: 0;
  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;
}

.view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane {
  padding: 2em 1em 1em 1em;
  background-color: #e6e6e6;
  clip-path: polygon(0 2%, 60% 0, 100% 2%, 100% 100%, 0% 100%);
  clip-path: url("http://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;
}
.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-size: 20px;
  line-height: 30px;
}
.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;
}
.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
  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("http://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 {
  background-color: #efab00;
  color: #003976;
}
.view.view-grad-studies-shared-pane.view-id-grad_studies_shared_pane
  a.button.angled:hover {
  background-color: #ffc023;
}

.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: inherit;
  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%;
}

/*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;
}

@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(/themes/custom/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(/themes/custom/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 0.9s ease-in-out;
  -moz-transition: opacity 0.9s ease-in-out;
  -webkit-transition: opacity 0.9s 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;
}
.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;
  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;
}

/* 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;
}

.panel-layout-information {
  padding-top: 20px;
}
.panel-layout-information .sidebar-right .information-grey-section {
  border-radius: 15px;
  background: #e1e1e1;
  padding: 20px;
  margin: 10px 0px;
  font-size: 14px;
  line-height: 16px;
}
.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;
}

/*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;
}

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 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: 0;
  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
  .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: "Roboto Slab", Georgia, "Times New Roman", Times, serif; */
  font-weight: 300;
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 300;
  /* color: #0b0318; */
  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 {
  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,
body.node-type-article .field-name-field-display-photo-credit {
  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;
}
body.node-type-article .pane-kent-state-blocks-social-media-share ul li a {
  color: #0073bd;
}

/* body.node-type-article .field-name-body {
  margin-left: 8.3333333333%;
} */

/* body.node-type-article img.image-left,
body.node-type-article img[style*="float: left"] {
  position: relative;
  left: -8%;
  margin-right: -4%;
  float: left;
} */

body.node-type-article img.image-right,
body.node-type-article img[style*="float: right"] {
  position: relative;
  /* right: -8%;
  margin-left: -4%; */
  float: right;
}

    /* - commented out on 4/24/2024 to remove article-specific pull-quote styling.
    &.pull-quote {
      @include RobotoRegular;
      color: $ksu-blue;
      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 main#ksu-main-container {
  margin-top: 1.6rem;
} */

/* body.node-type-article
  .panel-pane.pane-entity-field.pane-node-field-article-media {
  margin-bottom: 1.6rem;
  margin-top: -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 .pane-kent-state-blocks-social-media-share ul li {
    display: inline-block;
    margin-right: 1rem;
  }
  body.node-type-article .field-name-body {
    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;
  }
}

body.node-type-article #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;
}

.node-type-page .pane-node-title h1 {
  /* font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif; */
  font-weight: 300;
  /* font-size: 2.1875rem !important; */
  line-height: 3.125rem;
  text-transform: uppercase;
}

/* .node-type-page p {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 16px;
  color: #0b0318;
} */
.node-type-page p a:not([class*="button"]) {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
}
.node-type-page p strong {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
}
.node-type-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: 400;
  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;
}

.node-type-administrative-group .pane-node-body .body.field,
.node-type-administrative-group .pane-node-body .field-name-body,
.node-type-academic-group .pane-node-body .body.field,
.node-type-academic-group .pane-node-body .field-name-body {
  width: 83.3333333333%;
  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) {
  .node-type-administrative-group .pane-node-body .body.field,
  .node-type-administrative-group .pane-node-body .field-name-body,
  .node-type-academic-group .pane-node-body .body.field,
  .node-type-academic-group .pane-node-body .field-name-body {
    width: 100%;
    padding-top: 0;
  }
}

.node-type-administrative-group .halves-row .pane-node-body .body.field,
.node-type-academic-group .halves-row .pane-node-body .body.field {
  padding: 0;
  margin: 0;
  width: 100%;
}

.node-type-administrative-group .pane-node-body .body.field::before,
.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) {
  .node-type-administrative-group .pane-node-body .body.field::before,
  .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;
  }
}

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: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 300;
  color: #0b0318;
  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: 2em;
} */

/* body.node-type-event
  .pane-entity-field.pane-node-field-event-media
  .pane-content {
  position: relative;
  left: -8%;
  margin-right: -4%;
  float: left;
  padding-bottom: 2%;
} */

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: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 300;
  color: #0b0318;
  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;
}

.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("http://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;
}

.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("http://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;
  clear: both;
}
.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;
  font-weight: 400;
  color: #003976;
}

.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 p {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  font-size: 16px;
  color: #0b0318;
}
.node-type-extended-profile p a:not([class*="button"]) {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
}
.node-type-extended-profile 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;
}
.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: 0.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;
}

.node-type-campus-group .fingerprint,
.node-type-academic-group .fingerprint,
.node-type-administrative-group .fingerprint {
  background-image: url(/sites/all/themes/custom/ksu_base_zurb/images/fingerprint2.png);
  background-repeat: no-repeat;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-size: 45%;
}

@media only screen and (max-width: 76rem) {
  .node-type-campus-group .feature-top .field-name-body,
  .node-type-campus-group .feature-top-body .field-name-body,
  .node-type-campus-group .footer-panel .field-name-body,
  .node-type-campus-group .feature_bottom .field-name-body,
  .node-type-academic-group .feature-top .field-name-body,
  .node-type-academic-group .feature-top-body .field-name-body,
  .node-type-academic-group .footer-panel .field-name-body,
  .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: 0.5em;
  margin-top: 0.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: 0.5em 3em 0.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: 0.4em;
  padding-right: 0.4em;
}
.news-center .col-view .view-content .views-row:first {
  padding-left: 0em;
  padding-right: 0.8em;
}
.news-center .col-view .view-content .views-row:last {
  padding-left: 0.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: 0.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;
}

.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: 0.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_2 .tab-space {
  text-indent: 1em;
}

.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 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;
}

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

p.h1 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  font-size: 2.75rem;
  line-height: 1.4;
  text-transform: uppercase;
}

p.h2 {
  /* 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: 2.3125rem; */
  line-height: 1.4;
}

p.h3 {
  /* font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif; */
  font-weight: 300;
  font-size: 1.6875rem;
  line-height: 1.4;
  text-transform: uppercase;
}

p.h4 {
  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: 1.4375rem;
  line-height: 1.4;
}

p.h5 {
  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.225rem;
  line-height: 1.4;
}

p.h6 {
  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.1rem;
  line-height: 1.4;
}

p.footnote {
  font-size: 0.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;
  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;
  }
}

.image-spacing {
  margin: 0 15px;
}

.image-spacing-left {
  margin-left: 15px;
}

.image-spacing-right {
  margin-right: 15px;
}

.drop-cap {
  font-size: 45px;
  line-height: 50px;
  padding-right: 10px;
  margin-bottom: 0px;
  float: left;
  color: #4994cb !important;
}

.ieCopyTeaser1 {
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  -ms-behavior: url(/backgroundsize.min.htc) !important;
  background-image: url("/sites/all/themes/custom/ksu_base_zurb/svg/teaser1.svg");
}

.ieCTAfix {
  background-image: url("/sites/all/themes/custom/ksu_base_zurb/svg/CTAnav.svg");
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  -ms-behavior: url(/backgroundsize.min.htc) !important;
  min-width: 295px !important;
  padding-right: 0px !important;
}

.ieFooterfix {
  visibility: hidden;
}

.l-header-IE {
  background-color: #003976 !important;
}


/* 2000 row */
.page-node-935666 .block-embed-view-blockrendered-content .pane-title{
  display: none;
}

.block-field-blocknodecorporate-services-certificatefield-program-quote{
  padding-top: 76px;
}
.pane-node-field-certificate-programs .pane-title {
  line-height: 1;
  margin-bottom: 0.625rem;
  color: #333333;
  font-size: 1.563em;
}
.panels-ipe-paneid-668686 .pane-title{
  display: none;
}


li.leaf.current-active-menu-trail-sibling ul {
  padding-left: 1em;
}
a.ck-button:focus, a.ck-button:hover {
  text-decoration: none;
}
.paragraphsAccordion dl dd.is-active a.ck-button.primary {
  background-color: #003976;
}