/* Reset CSS */
/* Background Color */
.bg-gold {
  background-color: #cfb991;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  overflow-x: hidden;
}

div.main-container {
  padding-left: 0;
  padding-right: 0;
}

nav ul {
  list-style: none;
}

.navbar {
  min-height: unset;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
}

q:before,
q:after {
  content: '';
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000000 !important;
}

.text-gold {
  color: #cfb991 !important;
}

a.white-link,
a.white-link:hover,
a.white-link:visited {
  color: #fff !important;
}

.text-x2 {
  font-size: 2rem;
}

.text-x3 {
  font-size: 3rem;
}

.text-x4 {
  font-size: 4rem;
}

.text-x5 {
  font-size: 5rem;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-gold {
  background-color: #cfb991;
}

.ui-dialog.ui-dialog-off-canvas {
  min-width: 650px;
}

header.navbar {
  margin-bottom: 0;
  border: none;
  padding: 5px 0;
}

header.navbar header.navbar .form-group {
  margin-bottom: 0;
}

/* Webform Styles */
.webform-submission-form label {
  font-weight: 600 !important;
}

.webform-submission-form .btn-primary:focus,
.webform-submission-form .btn-primary.focus,
.webform-submission-form .btn-primary:hover {
  color: #000;
  background-color: #cfb991;
  border-color: #000;
}

.btn-primary:hover {
  color: #000;
  background-color: #cfb991;
  border-color: #000;
}

.webform-submission-form .form-composite legend {
  font-weight: 600;
}

/*
.navbar-default .navbar-nav > li > a {
  color: #000;
  padding-bottom: 3px;
  border-bottom: 2px solid #cfb991;
  line-height: 1.7em;

  &:hover {
    border-bottom: 2px solid #000;
  }
}

.navbar-nav > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 1em;
}
*/
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
  border: none;
}

.navbar-default .form-group {
  margin-bottom: 0px !important;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td img {
  vertical-align: top;
}

.table-striped td,
.table-striped th {
  padding: 10px;
}

.lined tr:nth-child(odd) {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.striped thead tr {
  background: #444 !important;
}

.striped thead th {
  color: #f7f7f7 !important;
}

.lined td,
.lined th {
  padding: 10px;
}

table .thead-dark {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

/* sidewide content area table styling */
.page-node-type-page .main-container table,
.page-node-type-flexible-content .main-container table {
  border: 1px solid #d6d6d6;
  margin-bottom: 30px;
}

.page-node-type-page .main-container table tbody,
.page-node-type-flexible-content .main-container table tbody {
  border-top: 1px solid #ccc;
}

.page-node-type-page .main-container table thead tr,
.page-node-type-flexible-content .main-container table thead tr {
  background: #444 !important;
}

.page-node-type-page .main-container table tr:nth-child(odd),
.page-node-type-flexible-content .main-container table tr:nth-child(odd) {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  background: #eee;
}

.page-node-type-page .main-container table thead th,
.page-node-type-flexible-content .main-container table thead th {
  color: #f7f7f7 !important;
}

.page-node-type-page .main-container table th,
.page-node-type-page .main-container table td,
.page-node-type-flexible-content .main-container table th,
.page-node-type-flexible-content .main-container table td {
  padding: 10px;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* Equal Height Columns Hack */
.two-column-equal-div .layout,
.col-equal-height .layout {
  display: flex !important;
}

.two-column-equal-div .col-xl-6,
.two-column-equal-div .col-lg-6,
.two-column-equal-div .col-md-6,
.two-column-equal-div .col-12,
.col-equal-height .col-md-4,
.col-equal-height .col-md-6 {
  display: flex !important;
  flex: 1;
}

.two-column-equal-div .col-xl-6 .block-inline-blockbasic,
.two-column-equal-div .col-lg-6 .block-inline-blockbasic,
.two-column-equal-div .col-md-6 .block-inline-blockbasic,
.two-column-equal-div .col-12 .block-inline-blockbasic {
  background-color: #fff;
  padding: 20px;
}

@media (max-width: 767.98px) {

  .two-column-equal-div .layout,
  .col-equal-height layout {
    display: block !important;
  }
}

/* Global image styles */
.image-10 {
  width: 10%;
  height: 10%;
}

.image-20 {
  width: 20%;
  height: 20%;
}

.image-30 {
  width: 30%;
  height: 30%;
}

.image-40 {
  width: 40%;
  height: 40%;
}

.image-50 {
  width: 50%;
  height: 50%;
}

.image-60 {
  width: 60%;
  height: 60%;
}

.image-70 {
  width: 70%;
  height: 70%;
}

.image-80 {
  width: 80%;
  height: 80%;
}

.image-90 {
  width: 90%;
  height: 90%;
}

.image-100 {
  width: 100%;
  height: 100%;
}

.block-inline-blockbasic img.align-right {
  margin-left: 25px;
}

.block-inline-blockbasic img.align-left {
  margin-right: 25px;
}

/* MENUS */
.region-header ul.menu {
  display: flex;
}

.region-navbar-full ul.menu {
  display: flex;
}

/* Login
.path-user {
  max-width: 100%;
  overflow: hidden;
*/
.path-user .user-login-container #block-tabs {
  max-width: 100%;
}

.path-user .user-login-container .form-control {
  padding: 26px 12px;
}

.path-user .user-login-container a {
  color: #fff;
}

.path-user .user-login-container label {
  color: #fff;
}

.path-user .user-login-container .breadcrumb {
  margin-top: 20px;
}

.path-user .user-login-container .btn-primary {
  color: #fff;
  border-color: #fff;
}

.path-user .user-login-container #block-tabs {
  max-width: 100%;
}

.path-user .user-login-container .form-control {
  padding: 26px 12px;
}

.path-user .user-login-container a {
  color: #fff;
}

.path-user .user-login-container label {
  color: #fff;
}

.path-user .user-login-container .breadcrumb {
  margin-top: 20px;
}

.path-user .user-login-container .btn-primary {
  color: #fff;
  border-color: #fff;
}

.path-user .user-login-container .bg-image-vertical {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.user-login-container {
  background-color: #000000;
}

.user-logo-container {
  margin-bottom: 200px;
  margin-top: 40px;
}

@media (min-width: 1025px) {
  .h-custom-2 {
    height: 100%;
  }
}

/* FONTS */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Medium.eot");
  src: url("../fonts/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff"), url("../fonts/OpenSans-Medium.ttf") format("truetype"), url("../fonts/OpenSans-Medium.svg#OpenSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-LightItalic.eot");
  src: url("../fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans-LightItalic.ttf") format("truetype"), url("../fonts/OpenSans-LightItalic.svg#OpenSans-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot");
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBoldItalic.svg#OpenSans-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype"), url("../fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBoldItalic.eot");
  src: url("../fonts/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-MediumItalic.eot");
  src: url("../fonts/OpenSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-MediumItalic.woff2") format("woff2"), url("../fonts/OpenSans-MediumItalic.woff") format("woff"), url("../fonts/OpenSans-MediumItalic.ttf") format("truetype"), url("../fonts/OpenSans-MediumItalic.svg#OpenSans-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBold.eot");
  src: url("../fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: url("../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Bahnschrift';
  src: url("../fonts/Bahnschrift.eot");
  src: url("../fonts/Bahnschrift.eot?#iefix") format("embedded-opentype"), url("../fonts/Bahnschrift.woff2") format("woff2"), url("../fonts/Bahnschrift.woff") format("woff"), url("../fonts/Bahnschrift.ttf") format("truetype"), url("../fonts/Bahnschrift.svg#Bahnschrift") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* GENERAL CSS */
body {
  color: #000000;
  font-family: 'Open Sans';
}

.purdue-container {
  width: 100%;
  max-width: 1640px;
  display: block;
  margin: 0 auto;
}

/* Basic page and landing page image caption styles */
.page-node-type-page .layout-builder__layout .field--name-field-caption,
.page-node-type-flexible-content .layout-builder__layout .field--name-field-caption {
  text-align: center;
  padding-top: 5px;
  font-size: 0.9rem;
  color: #666;
}

/* WYSIWYG content styles */
.page-node-type-page .block-field-blocknodepagebody .align-left {
  margin-right: 20px;
  margin-bottom: 5px;
}

.page-node-type-page .block-field-blocknodepagebody .align-right {
  margin-left: 20px;
  margin-bottom: 5px;
}

.page-node-type-article .paragraph--type--text-content .align-left {
  margin-right: 20px;
  margin-bottom: 5px;
}

.page-node-type-article .paragraph--type--text-content .align-right {
  margin-left: 20px;
  margin-bottom: 5px;
}

.cta-link {
  cursor: pointer;
  display: inline-block;
  min-width: auto;
  padding: 17px 26px;
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  border: 3px solid #000000;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  letter-spacing: 1.1px;
  text-align: center;
  border-radius: 4px;
}

.cta-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

.cta-btn {
  font-family: "Bahnschrift";
  cursor: pointer;
  display: inline-block;
  min-width: auto;
  padding: 23px 23px;
  color: #FFF;
  text-transform: uppercase;
  background: #CFB991;
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  letter-spacing: 0.39px;
}

.cta-btn:hover {
  color: #fff;
  text-decoration: none;
}

/* Secondary button from purdue.edu  */
.purdue-home-button {
  color: black;
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.5;
  background-color: #cfb991;
  box-shadow: rgba(142, 111, 62, 0.3) 0px 1px 2px 0px;
  display: inline-flex;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
  padding: 0.5rem 1.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: #cfb991;
  border-image: initial;
  text-decoration: none;
}

.purdue-home-button:hover {
  color: white;
  background: black;
}

.purdue-home-button-black {
  color: #cfb991;
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.5;
  background-color: #000;
  box-shadow: rgba(142, 111, 62, 0.3) 0px 1px 2px 0px;
  display: inline-flex;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
  padding: 0.5rem 1.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-image: initial;
  text-decoration: none;
}

.purdue-home-button-black:hover {
  color: white;
  background: black;
}

/* Proof Points  */
.pu-proofpoint .container {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  max-width: 318px;
  padding: 1.25rem 1rem;
  position: relative;
  width: 100%;
}

.pu-proofpoint {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.pu-proofpoint.border {
  border-left: 1px solid #cfb991;
  padding: 0 .75rem;
}

.pu-proofpoint__highlighted {
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif" !important;
  font-style: normal !important;
  color: #000;
  font-size: 5rem !important;
  font-weight: 400 !important;
  line-height: .7 !important;
  margin-bottom: 0 !important;
  margin-top: .5rem;
  text-align: center;
  text-transform: uppercase;
}

.pu-proofpoint__content {
  font-family: acumin-pro, Franklin Gothic, sans-serif;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  text-align: center;
  white-space: pre-wrap;
  color: #000;
}

.pu-proofpoint__source {
  font-size: .875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0 !important;
  text-align: center;
  white-space: pre-wrap;
  font-family: acumin-pro, Franklin Gothic, sans-serif;
  color: #000;
}

/* Mega Menu */
.region-navbar-full .page__main-navbar .main-navbar .block {
  padding-top: 1rem !important;
}

.region-navbar-full .tbm {
  background: none;
}

.page__main-navbar .main-navbar .block {
  padding-top: 0rem !important;
}

.region-navbar-full .tbm-item.level-1 {
  border-right: 0px !important;
}

.region-navbar-full .tbm-link.level-1 {
  padding: 0 15px 0 15px !important;
}

.tbm-polytechnic-mega-menu {
  padding-bottom: 10px;
}

.page__main-navbar .main-navbar .block {
  padding-top: 10px !important;
}

.region-navbar-full .tbm-link.level-1:hover,
.region-navbar-full .tbm-link.level-1:focus {
  background-color: #fff;
}

.tbm-submenu h3 {
  font-size: 1.5rem;
  padding-bottom: 0px;
  color: #000;
  font-weight: 700;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #cfb991;
  margin-bottom: 10px;
}

.tbm-submenu li {
  padding-bottom: 8px !important;
  font-size: 0.9rem;
}

.tbm-submenu .views-field-title {
  padding-bottom: 8px !important;
  font-size: 0.9rem;
}

.tbm-submenu-toggle .view-header {
  text-align: center;
}

.main-navbar .tbm-item--has-dropdown:hover:after {
  width: 90%;
  background: #cfb991 !important;
}

.tbm-submenu li:hover {
  border-bottom: none !important;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #cfb991;
}

.tbm-submenu li a:hover {
  color: #666;
}

.tbm-submenu #block-views-blockdegrees-block-4 a:hover,
.tbm-submenu #block-views-blockdegrees-block-7 a:hover,
.tbm-submenu #block-views-blockdegrees-block-8 a:hover {
  border-bottom: none !important;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #cfb991;
}

.tbm-submenu .block-views-blockdegrees-block-4 .view-header {
  padding-left: 15px;
}

.tbm-submenu #block-views-blockdegrees-block-7 {
  padding-left: 15px;
}

.region-navbar-right .block-tb-megamenu {
  display: none;
}

/* Menu Mobile Styles */
@media screen and (max-width: 1200px) {
  .navbar-header {
    display: none !important;
  }

  .tbm-button {
    background-color: #cfb991;
    border: 1px solid black;
    margin: 10px 0px 10px 0px !important;
  }

  .tbm-polytechnic-mega-menu {
    padding-bottom: 0px !important;
  }

  #block-purduelink-2 {
    display: none !important;
  }

  .region-navbar-right .block-tb-megamenu {
    display: block !important;
  }

  .region-navbar-right .block-tb-megamenu .tbm-submenu {
    padding-top: 20px;
  }

  .region-navbar-right .search-block-form {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .main-navbar .menu .dropdown-menu {
    display: contents !important;
  }

  .main-navbar .menu .dropdown-menu .first {
    padding-left: 0px !important;
  }
}

/* Branding */
.bg-dark {
  background-color: #000 !important;
}

.navbar-brand img {
  height: 50px;
  width: auto;
}

/* Main Nav */
.page__main-navbar a {
  color: #000;
  font-weight: 500;
}

/* TEXT AND IMAGE BLOCK CSS Starts */
.img-text-block {
  position: relative;
  overflow: hidden;
}

.img-text-block .img-wrapper {
  position: relative;
  width: 100%;
  min-height: 900px;
}

.img-text-block .img-wrapper img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-text-block .text-box {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  background: #CFB991;
  width: 536px;
  min-height: 671px;
  padding: 78px 58px;
}

.img-text-block .text-box .heading {
  font-family: 'Acumin Pro Condensed';
  font-size: 56px;
  line-height: 59px;
  font-style: italic;
  margin-bottom: 20px;
}

.img-text-block .text-box .para {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1660px) {
  .purdue-container {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .img-text-block .img-wrapper {
    min-height: 300px;
  }

  .img-text-block .text-box {
    position: relative;
    right: auto;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 95%;
    padding: 30px 25px;
  }

  .img-text-block .text-box .heading {
    font-size: 45px;
    line-height: 48px;
  }

  .img-text-block .text-box .para {
    font-size: 18px;
    line-height: 21px;
  }

  #block-searchform {
    display: none;
  }

  .region-navigation {
    float: left;
  }
}

/* TEXT AND IMAGE BLOCK CSS Ends */
/* Image-Carousel CSS Starts */
.image-carousel {
  position: relative;
  max-width: 1089px;
}

.image-carousel .img-wrapper {
  position: relative;
  width: 100%;
  min-height: 650px;
}

.image-carousel .img-wrapper img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-carousel .small-heading {
  font-family: "Acumin Pro Condensed";
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 4.2px;
  color: #CFB991;
  text-transform: uppercase;
  padding-top: 30px;
  display: inline-block;
}

.image-carousel .blog-carousel-wrapper {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: 585px;
  min-height: 387px;
  padding: 78px 58px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.text-side-left.image-carousel .blog-carousel-wrapper {
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 585px;
  min-height: 387px;
  padding: 78px 58px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.image-carousel .blog-carousel {
  position: relative;
}

.image-carousel .blog-heading {
  font-family: "Acumin Pro Condensed";
  font-size: 42px;
  line-height: 45px;
  font-style: italic;
  margin-bottom: 20px;
}

.image-carousel .blog-intro {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.image-carousel .swiper-pagination {
  position: absolute;
  right: 0;
  left: 0;
  text-align: right;
  bottom: 0px;
  display: flex;
  justify-content: flex-end;
}

.image-carousel .swiper-pagination-bullet {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  border-radius: 0px;
  background: #000;
  margin-left: 0px !important;
  margin-right: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-carousel .swiper-pagination-bullet-active {
  color: #CFB991;
  text-decoration: underline;
}

.image-carousel .row {
  margin-left: 0px;
  margin-right: 0px;
}

.img-carousel-light .blog-carousel-wrapper {
  background: #fff;
}

.img-carousel-light .blog-heading {
  color: #000;
}

.img-carousel-light .blog-intro {
  color: #000;
}

.img-carousel-dark .blog-carousel-wrapper {
  background: #CFB991;
}

.img-carousel-dark .blog-heading {
  color: #fff;
}

.img-carousel-dark .blog-intro {
  color: #fff;
}

.img-carousel-dark .cta-btn {
  background: #000;
}

@media screen and (max-width: 767px) {
  .image-carousel .img-wrapper {
    min-height: 300px;
  }

  .image-carousel .blog-carousel-wrapper {
    position: relative;
    right: auto;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 92%;
    padding: 20px 15px;
    box-shadow: none;
  }

  .image-carousel .small-heading {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-carousel .cta-btn {
    margin-bottom: 40px;
  }
}

/* Image-Carousel CSS Ends */
/* Two Colums Image Text Starts */
.two-column-img-text-block {
  margin: 60px auto;
}

.two-column-img-text-block .img-wrapper {
  position: relative;
  width: 100%;
  min-height: 812px;
}

.two-column-img-text-block .img-wrapper img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.two-column-img-text-block .content-wrapper {
  max-width: 90%;
  margin-right: 0px;
  margin-left: auto;
}

.two-column-img-text-block .blog-heading {
  font-family: 'Acumin Pro Condensed';
  font-size: 42px;
  line-height: 45px;
  font-style: italic;
  margin-bottom: 20px;
}

.two-column-img-text-block .blog-intro {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 20px;
}

.two-column-img-text-block .small-heading {
  font-family: 'Acumin Pro Condensed';
  font-weight: 600;
  letter-spacing: 4.2px;
  color: #CFB991;
  text-transform: uppercase;
  padding-bottom: 30px;
  display: inline-block;
}

.two-column-img-text-block.reverse-column .row {
  flex-direction: row-reverse;
}

.two-column-img-text-block.reverse-column .content-wrapper {
  max-width: 90%;
  margin-right: auto;
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  .two-column-img-text-block .img-wrapper {
    min-height: 300px;
  }

  .two-column-img-text-block .small-heading {
    padding-top: 20px;
  }

  .two-column-img-text-block .content-wrapper {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

/* Two Colums Image Text Ends */
/* Cards Wrapper Starts */
.cards-wrapper {
  margin-top: 30px;
}

.single-card-wrapper {
  position: relative;
  padding-left: 30px;
  margin: 30px auto;
}

.single-card-wrapper::before {
  content: "";
  width: 90%;
  height: 100%;
  background: #CFB991;
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 20px;
}

.single-card-wrapper * {
  position: relative;
  z-index: 2;
}

.single-card-wrapper .img-wrapper {
  position: relative;
  width: 100%;
  min-height: 246px;
  margin-bottom: 40px;
}

.single-card-wrapper .img-wrapper img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-card-wrapper .content-wrapper {
  max-width: 80%;
}

.single-card-wrapper .blog-heading {
  font-family: "Acumin Pro Condensed";
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  margin-bottom: 20px;
  font-weight: bold;
}

.single-card-wrapper .blog-intro {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.1px;
}

/* Cards Wrapper Ends */
/* Card Wrapper Horizontal Starts */
.card-wrapper-horizontal {
  margin-bottom: 30px;
}

.card-wrapper-horizontal .img-wrapper {
  position: relative;
  width: 100%;
  min-height: 200px;
}

.card-wrapper-horizontal .img-wrapper img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-wrapper-horizontal .blog-heading {
  font-family: "Acumin Pro Condensed";
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
}

.card-wrapper-horizontal .blog-intro {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.1px;
}

.card-wrapper-horizontal .cta-link-right {
  text-align: right;
}

.card-wrapper-horizontal .small-heading {
  font-family: "Acumin Pro Condensed";
  font-weight: 600;
  letter-spacing: 4.2px;
  color: #CFB991;
  text-transform: uppercase;
  padding-bottom: 20px;
  display: inline-block;
}

/* Card Wrapper Horizontal Ends */
/* Single cards Styles Starts */
.single-card-wrap {
  margin-bottom: 0px;
  position: relative;
  text-align: center;
}

.single-card-wrap .img-wrapper {
  position: relative;
  width: 100%;
  min-height: 176px;
  margin: 0 auto;
}

.single-card-wrap .img-wrapper img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-card-wrap .blog-heading {
  font-family: "Acumin Pro Condensed";
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
  margin-top: 25px;
  padding: 0 20px;
}

.single-card-wrap .blog-intro {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.1px;
  padding: 0px 20px;
}

.single-card-wrap.style-2 .img-wrapper {
  max-width: 80%;
  border-radius: 4px;
}

.single-card-wrap.style-2 * {
  z-index: 2;
  position: relative;
}

.single-card-wrap.style-2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 20px;
}

.single-card-wrap.style-2.bg-brown {
  margin-top: -20px;
}

.single-card-wrap.style-2.bg-brown::before {
  background: #CFB991;
}

.single-card-wrap.style-2.bg-black {
  margin-top: -20px;
  color: #fff;
}

.single-card-wrap.style-2.bg-black::before {
  background: #000;
}

.single-card-wrap.style-2.bg-gray {
  margin-top: -20px;
}

.single-card-wrap.style-2.bg-gray::before {
  background: #AAAAAA;
}

.single-card-wrap.style-2.bg-black .cta-link {
  border-color: #fff;
  color: #fff;
}

.single-card-wrap.style-2.border-outline::before {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
}

.single-card-wrap.style-2.border-outline.border-brown::before {
  border-color: #CFB991;
}

.single-card-wrap.style-2.border-outline.border-black::before {
  border-color: #000;
}

.single-card-wrap.style-2.border-outline.border-gray::before {
  border-color: #AAAAAA;
}

/* Single cards Styles Ends*/
/* Background Image Text Border Block CSS Starts */
.bg-image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.bg-img-text-wrapper {
  color: #fff;
  margin: 80px 0;
}

.bg-img-text-wrapper .left-block {
  width: 39%;
  border: 30px solid #cfb991;
  padding: 45px;
  margin-left: 30px;
}

.bg-img-text-wrapper .left-block .heading {
  margin-top: 140px;
  margin-bottom: 80px;
  font-family: "Acumin Pro Condensed";
  font-size: 60px;
  line-height: 54px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0px;
  max-width: 200px;
}

.bg-img-text-wrapper .left-block .para {
  font-size: 34px;
  line-height: 37px;
  letter-spacing: 0px;
  font-weight: bold;
}

.bg-img-text-wrapper .left-block .cta-link {
  color: #fff;
  border-color: #fff;
  margin-top: 27px;
  margin-bottom: 65px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .bg-img-text-wrapper .left-block {
    margin-left: 0px;
  }

  .bg-img-text-wrapper .cta-link {
    padding: 10px !important;
    margin: 20px 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .bg-img-text-wrapper .left-block {
    width: 60%;
    margin: auto !important;
  }
}

@media (max-width: 767px) {
  .bg-img-text-wrapper .left-block {
    width: 100%;
    padding: 15px;
  }

  .bg-img-text-wrapper .left-block .heading {
    margin: 40px 0;
  }

  .bg-img-text-wrapper .left-block .para {
    font-size: 28px;
  }
}

/* Background Image Text Border Block CSS Ends  */
/* Two Column Text Slider CSS Starts */
.two-column-text-img-slider .left-block {
  height: 100%;
  width: 25%;
  margin: auto;
  overflow: hidden;
}

.two-column-text-img-slider .left-block .heading {
  font-family: "Acumin Pro Condensed";
  color: #CFB991;
  font-size: 186px;
  word-break: break-word;
  line-height: 143px;
  letter-spacing: 0px;
}

.two-column-text-img-slider .left-block .para {
  letter-spacing: 0.36px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 30px;
}

.two-column-text-img-slider .left-block .cta-link {
  padding: 22px 45px;
  margin: 38px 0;
  display: block;
  text-align: center;
}

.two-column-text-img-slider .right-block {
  position: relative;
  width: 70%;
}

.two-column-text-img-slider .right-block .img-wrapper .arrow-btn {
  position: absolute;
  right: 0;
  width: 66px;
  height: 66px;
  display: flex;
}

.two-column-text-img-slider .right-block .img-wrapper .arrow-btn img {
  position: unset;
  width: 24px;
  height: 15px;
  margin: auto;
}

.two-column-text-img-slider .right-block .img-wrapper .arrow-btn.black-btn {
  background-color: #000;
  bottom: 66px;
  border: 1px solid #cfb991;
}

.two-column-text-img-slider .right-block .img-wrapper .arrow-btn.white-btn {
  background: #edf0f2 0% 0% no-repeat padding-box;
  bottom: 0;
}

.two-column-text-img-slider .navigation-btn {
  position: absolute;
  bottom: 6px;
  right: 0px;
  z-index: 10;
}

.two-column-text-img-slider .navigation-btn .s-button-next {
  cursor: pointer;
  display: block;
  width: 66px;
  height: 66px;
  background: #AAAAAA;
  display: flex;
  justify-content: center;
  align-items: center;
}

.two-column-text-img-slider .navigation-btn .s-button-prev {
  cursor: pointer;
  display: block;
  width: 66px;
  height: 66px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1440px) {
  .two-column-text-img-slider .left-block .heading {
    font-size: 160px;
  }

  .two-column-text-img-slider .cta-link {
    padding: 10px !important;
    margin: 20px 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .two-column-text-img-slider .left-block .heading {
    font-size: 100px;
    line-height: 78px;
  }
}

@media (max-width: 767px) {
  .two-column-text-img-slider .left-block {
    width: 100%;
  }

  .two-column-text-img-slider .left-block .heading {
    margin-bottom: 20px;
  }

  .two-column-text-img-slider .right-block {
    width: 100%;
  }

  .two-column-text-img-slider .right-block .img-wrapper {
    max-height: 600px;
  }

  .two-column-text-img-slider .right-block .img-wrapper .arrow-btn {
    width: 45px;
    height: 45px;
  }

  .two-column-text-img-slider .right-block .img-wrapper .arrow-btn.black-btn {
    bottom: 45px;
  }
}

/* Two Column Text Slider CSS Ends */
/*  Background Image Heading Text Block CSS Starts */
/* SCREEN3 CSS Starts */
.bg-heading-text-block {
  color: #fff;
  margin: 65px 0;
}

.bg-heading-text-block .right-block {
  padding: 40px;
}

.bg-heading-text-block .right-block .heading-wrap {
  display: inline-block;
  max-width: 78%;
  height: 158px;
  margin-bottom: 20px;
}

.bg-heading-text-block .right-block .heading-wrap .heading {
  margin-top: 140px;
  height: 100%;
  margin-bottom: 80px;
  font: italic normal bold 60px/84px Acumin Pro Condensed;
  letter-spacing: 0px;
}

.bg-heading-text-block .right-block .heading-wrap .heading span {
  background-color: #fff;
  color: #000;
  padding: 5px;
  height: 100%;
  line-height: 52px;
}

.bg-heading-text-block .left-block {
  padding: 40px;
}

.bg-heading-text-block .left-block .heading-wrap {
  display: inline-block;
  max-width: 78%;
  height: 158px;
  margin-bottom: 20px;
}

.bg-heading-text-block .left-block .heading-wrap .heading {
  margin-top: 140px;
  height: 100%;
  margin-bottom: 80px;
  font: italic normal bold 60px/84px Acumin Pro Condensed;
  letter-spacing: 0px;
}

.bg-heading-text-block .left-block .heading-wrap .heading span {
  background-color: #fff;
  color: #000;
  padding: 5px;
  height: 100%;
  line-height: 52px;
}

.bg-heading-text-block .left-block .para {
  font: normal normal normal 21px Open Sans;
  letter-spacing: 0px;
  line-height: 28px;
  font-weight: 100;
  margin: 30px 0;
}

.bg-heading-text-block .left-block .cta-link {
  color: #fff;
  border-color: #fff;
  margin-top: 50px;
  margin-bottom: 65px;
}

@media screen and (max-width: 1440px) {
  .bg-heading-text-block .left-block .heading-wrap {
    max-width: 100%;
  }

  .bg-heading-text-block .left-block .heading-wrap span {
    padding: 4px !important;
  }
}

@media screen and (max-width: 1200px) {
  .bg-heading-text-block .left-block .heading-wrap {
    max-width: 100%;
  }

  .bg-heading-text-block .left-block .heading-wrap span {
    font-size: 58px;
  }
}

@media (max-width: 900px) {
  .bg-heading-text-block .left-block {
    width: 100%;
    padding: 15px;
  }
}

/*  Background Image Heading Text Block CSS Ends */
/* Appearance Adjustment */
.vh-10 {
  height: 10vh;
}

.vh-20 {
  height: 20vh;
}

.vh-30 {
  height: 30vh;
}

.vh-40 {
  height: 40vh;
}

.vh-50 {
  height: 50vh;
}

.vh-60 {
  height: 60vh;
}

.vh-70 {
  height: 70vh;
}

.vh-80 {
  height: 80vh;
}

.vh-90 {
  height: 90vh;
}

.vh-100 {
  height: 100vh;
}

.pt-8 {
  padding-top: 8px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-36 {
  padding-top: 36px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-72 {
  padding-top: 72px;
}

.pt-96 {
  padding-top: 96px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pb-96 {
  padding-bottom: 96px;
}

.padding-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-96 {
  margin-top: 96px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-96 {
  margin-bottom: 96px;
}

.marg-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.tiny-text {
  font-size: 0.85rem;
}

/* Top Bar Links */
.sticky-top.main-menu.bg-gold a {
  color: #000 !important;
  text-decoration: none;
  border-bottom: 2px solid #cfb991;
}

.sticky-top.main-menu.bg-gold a:hover {
  border-bottom: 2px solid #000;
}

/* Reset CSS */
/* change colours to suit your needs */
/* change colours to suit your needs */
/* change border colour to suit your needs */
/* FONTS */
@font-face {
  font-family: 'United Sans Condensed';
  font-weight: 400;
  src: local("United Sans Condensed"), url("https://www.purdue.edu/purdue/fonts/united-sans/UnitedSansCdMd.woff2") format("woff2"), url("https://www.purdue.edu/purdue/fonts/united-sans/UnitedSansCdMd.woff") format("woff");
  unicode-range: U+000-5FF;
  /* Latin glyphs */
  ;
}

/* GENERAL CSS */
/* TEXT AND IMAGE BLOCK CSS Starts */
/* TEXT AND IMAGE BLOCK CSS Ends */
/* Image-Carousel CSS Starts */
/* Image-Carousel CSS Ends */
/* Two Colums Image Text Starts */
/* Two Colums Image Text Ends */
/* Cards Wrapper Starts */
/* Cards Wrapper Ends */
/* Card Wrapper Horizontal Starts */
/* Card Wrapper Horizontal Ends */
/* Single cards Styles Starts */
/* Single cards Styles Ends*/
/* Background Image Text Border Block CSS Starts */
/* Background Image Text Border Block CSS Ends  */
/* Two Column Text Slider CSS Starts */
/* Two Column Text Slider CSS Ends */
/*  Background Image Heading Text Block CSS Starts */
/* SCREEN3 CSS Starts */
/**** Manually added. Move to SASS ****/
/* Colors */
/* Colors */
/* Colors */
/* Bootstrap Override */
/* General */
/* Topbar */
/* Title bar */
/* Navbar */
/*
.navbar-nav li.nav-item {
  display: inline-block;
  padding: 0 20px;
}
*/
/* Footer */
/* Layout Builder */
/* SCREEN3 CSS Ends */
/*  Background Image Heading Text Block CSS Ends */
/*# sourceMappingURL=custom.css.map */
/********************************/
/*statewide section*/
/********************************/
/* Appearance Adjustment */
/* Newsroom */
/* Complex Banner */
/* Real Name */
/********************************/
/*Global Styling ZTR */
/********************************/
/* Site Sections */
/* Navbar */
/*add bottom padding to nav*/
/*breadcrumbs styling*/
/*Page Title*/
/*Gold hr Divider*/
/* Page Title */
/* Remote video embed code */
/********************************/
/*Content Type Level Styling*/
/********************************/
/* Article CT */
/* Featured Image */
/********************************/
/*Taxonomy Vocabulary Level Styling*/
/********************************/
/* remove default output from taxonomy twig file for landing pages that are a taxonomy term */
/********************************/
/*Backend Styling*/
/********************************/
/*CodeMirror source styles for layout builder text fields*/
html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000000;
  font-family: "Open Sans";
  font-family: "Open Sans", arial, "DejaVu Sans", sans-serif;
  line-height: 1.3;
  color: #444;
  font-style: normal;
  font-weight: 400;
}

div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

object {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h2 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h3 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h4 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h5 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}

blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  quotes: none;
}

blockquote:before {
  content: "";
}

blockquote:after {
  content: "";
}

pre {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

abbr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

address {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

cite {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

code {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: line-through;
}

dfn {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

em {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

kbd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

q {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  quotes: none;
}

q:before {
  content: "";
}

q:after {
  content: "";
}

samp {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

small {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

strong {
  font-weight: 600 !important;
}

sub {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

b {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

i {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

dl {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

dt {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  padding-left: 20px;
}

.region-content ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  padding-left: 20px;
  padding-bottom: 10px;
}

.region-content ul.nav {
  padding-left: 0px !important;
  padding-bottom: 0px !important;
}

ol li {
  padding-bottom: 10px;
}

ol li::before {
  font-weight: bold;
}

ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.paragraph ul li {
  padding-bottom: 4px;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.select-wrapper {
  display: block;
}

.select-wrapper select {
  line-height: 2rem;
  padding-left: 1rem;
}

.select-wrapper:after {
  color: #000;
}

.btn-info {
  color: #000;
  background-color: #cfb991;
  border: none;
  margin-top: 20px;
}

.btn-info:focus,
.btn-info.focus,
.btn-info:hover,
.btn-info.hover {
  color: #cfb991;
  background-color: #000;
  border: none;
}

label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

tbody {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

tfoot {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

thead {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

th {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

aside {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

canvas {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

details {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

header {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

nav {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

nav ul {
  list-style: none;
}

section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

audio {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a {
  color: #8e6f3e;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover {
  color: #8e6f3e;
  text-decoration: underline;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input {
  vertical-align: middle;
}

select {
  vertical-align: middle;
}

.purdue-container {
  width: 100%;
  max-width: 1640px;
  display: block;
  margin: 0 auto;
}

.paragraph--type--simple-banner .purdue-container {
  width: 100%;
  max-width: 1280px;
  display: block;
  margin: 0 auto;
}

.cta-link {
  cursor: pointer;
  display: inline-block;
  min-width: auto;
  padding: 17px 26px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  letter-spacing: 1.1px;
  text-align: center;
}

.cta-link.cta-black {
  color: #000000;
  border-color: #000000;
  border: 3px solid;
}

.cta-link.cta-black:hover {
  color: #fff !important;
  background: #000;
  border-color: #000000 !important;
  border: 3px solid;
  color: #000000;
  text-decoration: none;
}

.cta-link.cta-white {
  color: #fff;
  border-color: #fff;
  border: 3px solid;
}

.cta-link.cta-white:hover {
  color: #fff;
  text-decoration: none;
}

.cta-link.cta-gold {
  color: #CFB991;
  border-color: #CFB991;
  border: 3px solid;
}

.cta-link.cta-gold:hover {
  color: #000;
  background-color: #cfb991;
  text-decoration: none;
  border-color: #cfb991;
}

.cta-link.cta-solid-black {
  background-color: #000;
  color: #CFB991;
}

.cta-link.cta-solid-black:hover {
  background-color: #CFB991;
  color: #000;
}

.cta-btn.cta-black {
  color: #fff;
  background: #000000;
}

.cta-btn.cta-white {
  color: #000000;
  background: #fff;
}

.cta-btn.cta-gold {
  color: #fff;
  background: #CFB991;
}

.cta-btn {
  font-family: "Bahnschrift";
  cursor: pointer;
  display: inline-block;
  min-width: auto;
  padding: 23px 23px;
  color: #FFF;
  text-transform: uppercase;
  background: #CFB991;
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  letter-spacing: 0.39px;
}

.cta-btn:hover {
  color: #fff;
  text-decoration: none;
}

.sticky-top.main-menu.bg-gold a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #cfb991;
}

.sticky-top.main-menu.bg-gold a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
}

.block--topbarsocialmedialinks a {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}

nav.main-menu .fa-lg {
  font-size: 1em;
}

nav.main-menu .fa-stack {
  width: 2.5em;
  height: 2.5em;
}

.img-text-block {
  position: relative;
  overflow: hidden;
}

.img-text-block .img-wrapper {
  position: relative;
  width: 100%;
  min-height: 900px;
}

.img-text-block .img-wrapper img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-text-block .text-box {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #CFB991;
  width: 536px;
  min-height: 671px;
  padding: 78px 58px;
}

.img-text-block .text-box .heading {
  font-family: "Acumin Pro Condensed";
  font-size: 56px;
  line-height: 59px;
  font-style: italic;
  margin-bottom: 20px;
  color: #000;
}

.img-text-block .text-box .para {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.image_side_left .text-box {
  position: absolute;
  right: 0%;
  top: 50%;
}

.image_side_right .text-box {
  position: absolute;
  left: 0%;
  top: 50%;
}

.image-carousel {
  position: relative;
  max-width: 1089px;
}

.image-carousel .img-wrapper {
  position: relative;
  width: 100%;
  min-height: 650px;
}

.image-carousel .img-wrapper img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-carousel .small-heading {
  font-family: "Acumin Pro Condensed";
  font-weight: 600;
  letter-spacing: 4.2px;
  color: #CFB991;
  text-transform: uppercase;
  padding-top: 30px;
  display: inline-block;
}

h2.blog-heading {
  padding-bottom: 0px !important;
}

.image-carousel .blog-carousel-wrapper {
  position: absolute;
  right: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 585px;
  min-height: 387px;
  padding: 78px 58px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.image-carousel .blog-carousel {
  position: relative;
}

.image-carousel .blog-heading {
  font-family: "Acumin Pro Condensed";
  font-size: 42px;
  line-height: 45px;
  font-style: italic;
  margin-bottom: 20px;
}

.image-carousel .blog-intro {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.image-carousel .swiper-pagination {
  position: absolute;
  right: 0;
  left: 0;
  text-align: right;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-carousel .swiper-pagination-bullet {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  border-radius: 0px;
  background: #000;
  margin-left: 0px !important;
  margin-right: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-carousel .swiper-pagination-bullet-active {
  color: #CFB991;
  text-decoration: underline;
}

.image-carousel .row {
  margin-left: 0px;
  margin-right: 0px;
}

.text-side-left.image-carousel .blog-carousel-wrapper {
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 585px;
  min-height: 387px;
  padding: 78px 58px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.img-carousel-light .blog-carousel-wrapper {
  background: #fff;
}

.img-carousel-light .blog-heading {
  color: #000;
}

.img-carousel-light .blog-intro {
  color: #000;
}

.img-carousel-dark .blog-carousel-wrapper {
  background: #CFB991;
}

.img-carousel-dark .blog-heading {
  color: #000;
}

.img-carousel-dark .blog-intro {
  color: #000;
}

.img-carousel-dark .cta-btn {
  background: #000;
}

.two-column-img-text-block {
  margin: 60px auto;
}

.two-column-img-text-block .img-wrapper {
  position: relative;
  width: 100%;
  min-height: 812px;
}

.two-column-img-text-block .img-wrapper img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.two-column-img-text-block .content-wrapper {
  max-width: 90%;
  margin-right: 0px;
  margin-left: auto;
}

.two-column-img-text-block .blog-heading {
  font-family: "Acumin Pro Condensed";
  font-size: 42px;
  line-height: 45px;
  font-style: italic;
  margin-bottom: 20px;
}

.two-column-img-text-block .blog-intro {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 20px;
}

.two-column-img-text-block .small-heading {
  font-family: "Acumin Pro Condensed";
  font-weight: 600;
  letter-spacing: 4.2px;
  color: #CFB991;
  text-transform: uppercase;
  padding-bottom: 30px;
  display: inline-block;
}

.two-column-img-text-block.reverse-column .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.two-column-img-text-block.reverse-column .content-wrapper {
  max-width: 90%;
  margin-right: auto;
  margin-left: 0px;
}

.cards-wrapper {
  margin-top: 30px;
}

.single-card-wrapper {
  position: relative;
  padding-left: 30px;
  margin: 30px auto;
}

.single-card-wrapper::before {
  content: "";
  width: 90%;
  height: 100%;
  background: #CFB991;
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 20px;
}

.single-card-wrapper * {
  position: relative;
  z-index: 2;
}

.single-card-wrapper .img-wrapper {
  position: relative;
  width: 100%;
  min-height: 246px;
  margin-bottom: 40px;
}

.single-card-wrapper .img-wrapper img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-card-wrapper .content-wrapper {
  max-width: 80%;
}

.single-card-wrapper .blog-heading {
  font-family: "Acumin Pro Condensed";
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  margin-bottom: 20px;
  font-weight: bold;
}

.single-card-wrapper .blog-intro {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.1px;
}

.single-label-card-wrap {
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.single-label-card-wrap * {
  position: relative;
  z-index: 2;
}

.single-label-card-wrap .img-wrapper {
  position: relative;
  width: 100%;
  min-height: 246px;
  margin-bottom: 10px;
}

.single-label-card-wrap .img-wrapper img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-label-card-wrap .content-wrapper {
  max-width: 100%;
}

.single-label-card-wrap .content-wrapper a {
  color: #000;
  font-weight: 600;
}

.single-label-card-wrap .blog-heading {
  font-family: "Acumin Pro Condensed";
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  margin-bottom: 20px;
  font-weight: bold;
}

.single-label-card-wrap .blog-intro {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.1px;
}

.card-wrapper-horizontal {
  margin-bottom: 30px;
}

.card-wrapper-horizontal .img-wrapper {
  position: relative;
  width: 100%;
  min-height: 200px;
}

.card-wrapper-horizontal .img-wrapper img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-wrapper-horizontal .blog-heading {
  font-family: "Acumin Pro Condensed";
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
}

.card-wrapper-horizontal .blog-intro {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.1px;
}

.card-wrapper-horizontal .cta-link-right {
  text-align: right;
}

.card-wrapper-horizontal .small-heading {
  font-family: "Acumin Pro Condensed";
  font-weight: 600;
  letter-spacing: 4.2px;
  color: #CFB991;
  text-transform: uppercase;
  padding-bottom: 20px;
  display: inline-block;
}

.single-card-wrap {
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}

.single-card-wrap .img-wrapper {
  position: relative;
  width: 100%;
  min-height: 176px;
  margin: 0 auto;
}

.single-card-wrap .img-wrapper img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-card-wrap .blog-heading {
  font-family: "Acumin Pro Condensed";
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
  margin-top: 25px;
  padding: 0 20px;
}

.single-card-wrap .blog-intro {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.1px;
  padding: 0px 20px;
}

.single-card-wrap.style-2 .img-wrapper {
  max-width: 80%;
}

.single-card-wrap.style-2 * {
  z-index: 2;
  position: relative;
}

.single-card-wrap.style-2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 20px;
}

.single-card-wrap.style-2.bg-brown {
  margin-top: -20px;
}

.single-card-wrap.style-2.bg-brown::before {
  background: #CFB991;
}

.single-card-wrap.style-2.bg-black {
  margin-top: -20px;
  color: #fff;
}

.single-card-wrap.style-2.bg-black::before {
  background: #000;
}

.single-card-wrap.style-2.bg-black .cta-link {
  border-color: #fff;
  color: #fff;
}

.single-card-wrap.style-2.bg-gray {
  margin-top: -20px;
}

.single-card-wrap.style-2.bg-gray::before {
  background: #AAAAAA;
}

.single-card-wrap.style-2.border-outline::before {
  background: transparent;
  border-width: 2px;
  border-style: solid;
}

.single-card-wrap.style-2.border-outline.border-brown::before {
  border-color: #CFB991;
}

.single-card-wrap.style-2.border-outline.border-black::before {
  border-color: #000;
}

.single-card-wrap.style-2.border-outline.border-gray::before {
  border-color: #AAAAAA;
}

.bg-image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.bg-img-text-wrapper {
  color: #fff;
  margin: 80px 0;
}

.bg-img-text-wrapper .left-block {
  width: 34%;
  border: 30px solid;
  padding: 45px;
  margin-left: 30px;
}

.bg-img-text-wrapper .left-block .heading {
  margin-top: 140px;
  margin-bottom: 80px;
  font-family: "Acumin Pro Condensed";
  font-size: 60px;
  line-height: 54px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0px;
}

.bg-img-text-wrapper .left-block .para {
  font-size: 34px;
  line-height: 37px;
  letter-spacing: 0px;
  font-weight: 600;
}

.bg-img-text-wrapper .left-block .cta-link {
  color: #fff;
  border-color: #fff;
  margin-top: 27px;
  margin-bottom: 65px;
  display: block;
  text-align: center;
}

.bg-img-text-wrapper .left-block.cta-gold {
  border-color: #CFB991;
}

.bg-img-text-wrapper .left-block.cta-black {
  border-color: #000;
}

.bg-img-text-wrapper .left-block.cta-white {
  border-color: #fff;
}

.text-side-right .bg-img-text-wrapper .left-block {
  width: 34%;
  border: 30px solid;
  padding: 45px;
  margin-left: 64%;
}

.two-column-text-img-slider .left-block {
  height: 100%;
  width: 25%;
  margin: auto;
  overflow: hidden;
}

.two-column-text-img-slider .left-block .heading {
  font-family: "Acumin Pro Condensed";
  color: #CFB991;
  font-size: 186px;
  word-break: break-word;
  line-height: 143px;
  letter-spacing: 0px;
  font-weight: 900;
  font-style: italic;
}

.two-column-text-img-slider .left-block .para {
  letter-spacing: 0.36px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 30px;
}

.two-column-text-img-slider .left-block .cta-link {
  padding: 22px 45px;
  margin: 38px 0;
  display: block;
  text-align: center;
}

.two-column-text-img-slider .right-block {
  position: relative;
  width: 70%;
}

.two-column-text-img-slider .right-block .img-wrapper .arrow-btn {
  position: absolute;
  right: 0;
  width: 66px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.two-column-text-img-slider .right-block .img-wrapper .arrow-btn img {
  position: unset;
  width: 24px;
  height: 15px;
  margin: auto;
}

.two-column-text-img-slider .right-block .img-wrapper .arrow-btn.black-btn {
  background-color: #000;
  bottom: 66px;
  border: 1px solid #cfb991;
}

.two-column-text-img-slider .right-block .img-wrapper .arrow-btn.white-btn {
  background: #edf0f2 0% 0% no-repeat padding-box;
  bottom: 0;
}

.two-column-text-img-slider .navigation-btn {
  position: absolute;
  bottom: 6px;
  right: 0px;
  z-index: 10;
}

.two-column-text-img-slider .navigation-btn .s-button-next {
  cursor: pointer;
  display: block;
  width: 66px;
  height: 66px;
  background: #EDF0F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.two-column-text-img-slider .navigation-btn .s-button-prev {
  cursor: pointer;
  display: block;
  width: 66px;
  height: 66px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-heading-text-block {
  color: #fff;
  margin: 65px 0;
}

.bg-heading-text-block .left-block {
  padding: 40px;
}

.bg-heading-text-block .left-block .heading-wrap {
  display: inline-block;
  max-width: 88%;
  height: 158px;
  margin-bottom: 20px;
}

.bg-heading-text-block .left-block .heading-wrap .heading {
  margin-top: 140px;
  height: 100%;
  margin-bottom: 80px;
  font: italic normal bold 60px/84px Acumin Pro Condensed;
  letter-spacing: 0px;
}

.bg-heading-text-block .left-block .heading-wrap .heading span {
  background-color: #fff;
  color: #000;
  padding: 5px;
  height: 100%;
  line-height: 52px;
}

.bg-heading-text-block .left-block .para {
  font: normal normal normal 21px Open Sans;
  letter-spacing: 0px;
  line-height: 28px;
  font-weight: 100;
  margin: 30px 0;
}

.bg-heading-text-block .left-block .cta-link {
  margin-top: 50px;
  margin-bottom: 65px;
}

.bg-heading-text-block .right-block {
  padding: 40px;
}

.bg-heading-text-block .right-block .heading-wrap {
  display: inline-block;
  max-width: 78%;
  height: 158px;
  margin-bottom: 20px;
}

.bg-heading-text-block .right-block .heading-wrap .heading {
  margin-top: 140px;
  height: 100%;
  margin-bottom: 80px;
  font: italic normal bold 60px/84px Acumin Pro Condensed;
  letter-spacing: 0px;
}

.bg-heading-text-block .right-block .heading-wrap .heading span {
  background-color: #fff;
  color: #000;
  padding: 5px;
  height: 100%;
  line-height: 52px;
}

.bg-heading-text-block .right-block .para {
  font: normal normal normal 21px Open Sans;
  letter-spacing: 0px;
  line-height: 28px;
  font-weight: 100;
  margin: 30px 0;
}

.bg-heading-text-block .right-block .cta-link {
  margin-top: 50px;
  margin-bottom: 65px;
}

.bg-gold {
  background-color: #cfb991;
}

.bg-black {
  background-color: #000;
}

.bg-light-grey {
  background-color: #f8f9fa;
}

/* was #eee before i changed it */
.bg-dark-grey {
  background-color: #f9f9f9;
}

.txt-white {
  color: #fff;
}

.txt-gold {
  color: #cfb991;
}

.txt-black {
  color: #000;
}

.txt-light-grey {
  color: #eee;
}

.txt-dark-grey {
  color: #f9f9f9;
}

.text-primary {
  color: #8e6f3e;
}

.btn-primary {
  color: #000;
  background-color: transparent;
  border: 3px solid #000;
  border-radius: 0;
}

.flexgrid {
  display: flex;
  width: 100%;
}

.flexgrid .col:first-of-type {
  margin-left: 0;
  padding-left: 0;
}

.flexgrid .col:last-of-type {
  margin-right: 0;
  padding-right: 0;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.page__top-bar-wrapper {
  padding: 5px 0;
}

.page__header {
  background-color: #000;
  display: flex;
}

.block--polytech-branding {
  padding: 28px 0;
  display: flex;
  float: left;
}

.block--polytech-branding {
  padding: 28px 0;
  display: flex;
  float: left;
}

img.mr-2 {
  width: 400px;
}

.block--purduelink {
  margin-right: 15px;
  color: #000;
}

.block--purduelink a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #cfb991;
}

.block--purduelink a:hover {
  border-bottom: 2px solid #000;
}

.block--polytech-main-menu {
  color: #000;
}

.block--polytech-main-menu .navbar-nav {
  flex-direction: unset;
}

.navbar-nav li.nav-item:first-of-type {
  padding-left: 0;
  padding-left: 0;
}

.navbar-nav li.nav-item a {
  border-bottom: 2px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}

.navbar-nav li.nav-item a:hover {
  border-bottom: 2px solid #cfb991;
}

.navbar .navbar-collapse .mr-auto {
  display: flex;
}

.navbar .navbar-collapse .mr-auto .block--basic block--purduelink {
  margin-right: 15px;
}

/* Footer */
.page__footer {
  background-color: #000;
  color: #fff;
  padding: 40px 0;
  margin-top: 40px;
  font-size: .8rem;
}

.page__footer a {
  color: #adadad;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
}

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

.page__footer h2 {
  color: #cfb992 !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1rem !important;
  padding-bottom: 15px;
  font-family: inherit;
}

.page__footer-bottom {
  background-color: #3b3b3b;
  color: #ccc;
  font-size: .8rem;
  padding: 20px 0;
}

.page__footer-bottom a {
  color: #ccc;
  text-decoration: underline;
}

.page__footer .nav > li > a:hover {
  text-decoration: none;
  background: none !important;
}

.page__footer .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px 7px 0px;
}

.footer__top {
  margin-bottom: 40px;
  font-size: .8rem;
  line-height: 1.5rem;
}

.footer__top strong {
  font-weight: 600;
}

.footer-social {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer-social div {
  flex: 1;
}

.bkg-polytechnic-dark-gray {
  background-color: #333;
}

#drupal-off-canvas textarea {
  background-color: #fff;
  padding: 10px 5px;
  color: #000;
}

#drupal-off-canvas select {
  background-color: #fff;
  padding: 10px 5px;
  color: #000;
}

#drupal-off-canvas input[type="date"] {
  background-color: #fff;
  padding: 10px 5px;
  color: #000;
}

#drupal-off-canvas input[type="datetime"] {
  background-color: #fff;
  padding: 10px 5px;
  color: #000;
}

#drupal-off-canvas input[type="datetime-local"] {
  background-color: #fff;
  padding: 10px 5px;
  color: #000;
}

#drupal-off-canvas input[type="email"] {
  background-color: #fff;
  padding: 10px 5px;
  color: #000;
}

#drupal-off-canvas input[type="month"] {
  background-color: #fff;
  padding: 10px 5px;
  color: #000;
}

#drupal-off-canvas input[type="number"] {
  background-color: #fff;
  padding: 10px 5px;
  color: #000;
}

#drupal-off-canvas input[type="password"] {
  background-color: #fff;
  padding: 10px 5px;
  color: #000;
}

#drupal-off-canvas input[type="search"] {
  background-color: #fff;
  padding: 10px 5px;
  color: #000;
}

#drupal-off-canvas input[type="tel"] {
  background-color: #fff;
  padding: 10px 5px;
  color: #000;
}

#drupal-off-canvas input[type="text"] {
  background-color: #fff;
  padding: 10px 5px;
  color: #000;
}

#drupal-off-canvas input[type="time"] {
  background-color: #fff;
  padding: 10px 5px;
  color: #000;
}

#drupal-off-canvas input[type="url"] {
  background-color: #fff;
  padding: 10px 5px;
  color: #000;
}

#drupal-off-canvas input[type="week"] {
  background-color: #fff;
  padding: 10px 5px;
  color: #000;
}

#drupal-off-canvas .layout-builder-configure-block td:first-child {
  width: 0 !important;
}

.single-card-wrap.style-2.border-outline.border-gold::before {
  border-color: #CFB991;
}

.statewide {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px;
  min-height: 500px;
  display: flex;
  position: relative;
}

.statewide .heading {
  font-size: 6rem;
  padding-bottom: 30px;
}

.statewide .container {
  margin-top: 150px;
  margin-bottom: 150px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}

.statewide .colbg {
  background-color: rgba(255, 255, 255, 0.85);
  margin: 1%;
}

.statewide .colbg .paragraph {
  text-align: center;
}

.statewide .col p {
  color: #000;
}

.statewide .tcenter {
  text-align: center;
}

.tk-acumin-pro-extra-condensed {
  font-family: "acumin-pro-extra-condensed", Arial Narrow, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  padding-bottom: 30px;
  padding-top: 30px;
}

.paragraph--type--label-card .news-category {
  background-color: #cfb991;
  color: #000;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  padding: 8px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 15px;
  letter-spacing: 0.1rem;
}

.news-category-wrapper {
  background-color: #cfb991;
  color: #000;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  padding: 8px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  left: -15px;
  top: 15px;
  letter-spacing: 0.1rem;
}

.paragraph--type--complex-banner .heading-wrap {
  display: block;
  width: 100%;
  text-align: center;
}

.paragraph--type--complex-banner p {
  display: block;
  width: 100%;
  text-align: center;
}

.custom__realname .field__label {
  display: none;
}

/********************************/
/********************************/
/*Global Styling ZTR */
/********************************/
/********************************/
/* Heading Tags */
h1 {
  font-size: 3.5rem;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 20px;
  padding-top: 2rem;
  color: #000;
}

h2 {
  font-size: 2.8rem;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 20px;
  color: #000;
}

h3 {
  font-size: 2.2rem;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 20px;
  color: #000;
}

h4 {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #000;
}

h5 {
  font-size: 1.7rem;
  text-transform: uppercase;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 20px;
  color: #000;
}

h6 {
  font-size: 1.5rem;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 20px;
  color: #000;
}

.region-content h4 {
  padding-top: 20px;
}

/********************************/
/********************************/
/* Padding top by content type */
/********************************/
/********************************/
.main-container .alumni-profile,
.main-container .ambassador-profile {
  padding-top: 40px;
}

/* Top Menu */
.menu--main .navbar-default .navbar-nav > .active > a,
.menu--main .navbar-default .navbar-nav > .active > a:hover {
  color: #cfb991;
  background-color: #000;
}

.navbar-default .region-navigation-collapsible {
  float: right;
}

.navbar-default .first {
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  line-height: 1.5em;
  padding-top: 0px;
  padding-bottom: 2px;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > li.first > a:hover {
  color: #000;
  cursor: none;
}

.navbar-default .navbar-nav > li {
  padding-top: 4px;
  font-style: italic;
}

.navbar-default .first a:hover {
  background-color: none !important;
  border: none !important;
}

#navbarSupportedContent {
  margin-top: 0px !important;
}

/* Site Sections */
.site-section .menu.nav {
  display: none;
}

.site-section {
  display: flex;
  align-items: center;
  height: 120px;
}

.site-section h2 a,
.site-section h2 a:link,
.site-section h2 a:hover {
  color: #ddd;
  text-decoration: none;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
}

h2.site-section,
.site-section h2 {
  font-family: inherit;
  padding-bottom: 0px !important;
  display: flex;
  align-items: center;
  height: 120px;
  color: #ddd;
  font-size: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}

.site-section .paragraph > .paragraph__column {
  padding-bottom: 0px;
}

/* Main Navbar */
/*
.page__main-navbar-wrapper {
  box-shadow: 0 2px 6px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 10%);
  margin-bottom: 5px;
  padding-bottom: 2px;
}
*/
.page__main-navbar-wrapper ul.dropdown-menu {
  padding: 10px;
  border: none !important;
  border-radius: 0px;
}

.page__main-navbar-wrapper ul.dropdown-menu ul.dropdown-menu {
  position: inherit;
  padding-left: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page__main-navbar-wrapper ul.dropdown-menu li {
  padding-bottom: 10px;
  border-left: 1px solid #cfb991;
}

.page__main-navbar-wrapper ul.dropdown-menu li.active a {
  background-color: none !important;
  font-style: italic;
}

.page__main-navbar-wrapper .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  outline: 0;
  font-weight: bold;
}

.page__main-navbar-wrapper .dropdown-menu > .active > a:after {
  width: 75%;
  background: #cfb991;
}

.page__main-navbar-wrapper .dropdown-menu li:hover:after {
  width: 75%;
  background: #cfb991;
}

.page__main-navbar-wrapper .dropdown-menu > .active > a:hover:after {
  width: 75%;
  background: #cfb991;
}

.main-navbar nav {
  padding-top: 2px;
}

.main-navbar li a:focus,
.main-navbar li a:hover {
  text-decoration: none;
  background-color: none !important;
  background: none !important;
  color: #000;
}

.main-navbar .nav > li > a:focus,
.main-navbar .nav > li > a:hover {
  text-decoration: none;
  background-color: none !important;
  background: none !important;
  color: #000;
}

.main-navbar .nav > li > a {
  padding: 10px 0px !important;
}

.main-navbar .nav > li {
  padding: 0px 15px !important;
}

.main-navbar .nav li.first {
  padding-left: 0px !important;
}

.main-navbar ul.menu li:hover:after {
  width: 90%;
  background: #cfb991;
}

.main-navbar li:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  background: transparent;
  transition: width .3s ease, background-color .3s ease;
}

/* .page__main-navbar .main-navbar .block {
  padding-top: 1rem !important;
}
*/
/*breadcrumbs styling*/
.page__breadcrumbs-wrapper {
  background-color: #f5f5f5;
}

.page__breadcrumbs-wrapper .breadcrumb {
  background-color: #f5f5f5 !important;
  font-size: 0.8rem;
  padding: 0.5rem 0px 0.75rem 0px;
  margin-bottom: 0px !important;
}

.page__breadcrumbs-wrapper .breadcrumb a {
  color: #454545;
}

.page__breadcrumbs-wrapper .breadcrumb .active {
  font-weight: 600;
}

.page__breadcrumbs-wrapper .breadcrumb li {
  padding-bottom: 0px !important;
}

/*Gold hr Divider*/
.divider hr {
  border-top: 5px solid;
  color: #cfb991;
  width: 25%;
  margin-top: 25px;
}

.divider-center hr {
  border-top: 5px solid;
  color: #cfb991;
  margin-top: 25px;
  margin-left: 40%;
  margin-right: 40%;
}

/* Remote video embed code */
.field--name-field-media-oembed-video,
.remote-video__field-media-oembed-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  ;
}

.field--name-field-media-oembed-video .media-oembed-content,
.remote-video__field-media-oembed-video .media-oembed-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/*Flex grid*/
div.flex {
  display: flex;
}

/*Anchor Tag Menu*/
.anchor-menu .paragraph > .paragraph__column {
  padding-bottom: 0px !important;
  font-size: 0.9rem;
  color: #666;
}

/********************************/
/********************************/
/*General Paragraph Styles*/
/********************************/
/********************************/
/* Accordion */
.paragraph--bp-accordion-container {
  padding-top: 5px !important;
}

.paragraph--bp-accordion-container .paragraph > .paragraph__column {
  padding-bottom: 0px !important;
}

.paragraph--type--bp-accordion .panel-default > .panel-heading {
  color: #cfb991;
  background-color: #000;
  border-color: #fff;
}

.paragraph--type--bp-accordion .panel-title {
  text-transform: uppercase;
  font-weight: bold;
}

.paragraph--type--bp-accordion .card-block p {
  padding-bottom: 15px;
}

.paragraph--bp-accordion-container:last-of-type {
  padding-bottom: 30px !important;
}

.paragraph--bp-accordion-container:last-of-type {
  padding-bottom: 30px !important;
}

/* Simple Accordion without tab boxes - essentially just text links */
.paragraph--id--simple-accordion {
  padding-bottom: 32px;
}

.paragraph--id--simple-accordion .panel-title > a[aria-expanded="true"]:before {
  content: "\2212 ";
}

.paragraph--id--simple-accordion .panel-title > a[aria-expanded="false"]:before {
  content: "\2b ";
}

.paragraph--id--simple-accordion .panel-heading {
  background-color: #fff !important;
}

.paragraph--id--simple-accordion .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.paragraph--id--simple-accordion .panel-title {
  color: #000;
}

.paragraph--id--simple-accordion .panel-default {
  border: none !important;
}

.paragraph--id--simple-accordion .paragraph > .paragraph__column {
  padding-bottom: 0px;
}

.layout-accordion .paragraph--type--bp-accordion .card-block p {
  padding-bottom: 0px !important;
}

.layout-accordion .panel-heading {
  padding: 15px;
  margin-bottom: 5px;
}

.layout-accordion .panel-title > a[aria-expanded="true"]:before {
  content: "\2212 ";
  padding-right: 10px;
}

.layout-accordion .panel-title > a[aria-expanded="false"]:before {
  content: "\2b ";
  padding-right: 10px;
}

.layout-accordion .paragraph__column {
  padding-top: 5px;
  margin-bottom: 20px;
}

.layout-accordion .paragraph__column p,
.layout-accordion .paragraph__column h2,
.layout-accordion .paragraph__column h3,
.layout-accordion .paragraph__column h4,
.layout-accordion .paragraph__column h5,
.layout-accordion .paragraph__column h6 {
  padding-left: 15px;
  padding-right: 15px;
}

.layout-accordion .paragraph__column a:hover {
  text-decoration: none;
}

/* Carousel */
.paragraph--type--bp-carousel {
  margin-bottom: 40px;
}

/* Directory Section, output in layout builder via view - this is different than Directory CT view output */
.block-views-blockdirectory-block-5 .view-content h3 {
  padding-top: 20px;
  font-size: 2rem;
}

.block-views-blockdirectory-block-5 .views-field-user-picture {
  float: left;
  margin-right: 20px;
}

.block-views-blockdirectory-block-5 .views-field-user-picture img {
  width: 150px;
  height: 150px;
}

.block-views-blockdirectory-block-5 .grid-wrap-border .col-md-4 {
  padding-bottom: 0px;
}

.block-views-blockdirectory-block-5 .views-field-realname h4 {
  font-size: 1.7rem;
  line-height: 2rem;
  color: #000;
  padding-bottom: 5px;
  padding-top: 10px;
  text-transform: capitalize;
  font-family: acumin-pro-extra-condensed, sans-serif;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.block-views-blockdirectory-block-5 .views-field-field-job-title {
  font-style: italic;
  padding-bottom: 10px;
}

.block-views-blockdirectory-block-5 .views-field-mail {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 0px !important;
  font-size: 0.9rem;
}

/* Image and Card Carousel */
.paragraph--type--image-and-card-carousel {
  padding-bottom: 30px;
}

/* Secondary Card */
.paragraph--type--two-column-right-cards .col {
  margin-left: 15px;
  margin-right: 15px;
}

/* Tabs */
.block-inline-blocktabs .field--label {
  display: none;
}

.paragraph--type--bp-tabs .nav-tabs li {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  letter-spacing: 2px;
}

.paragraph--type--bp-tabs .nav-tabs li a {
  color: #000;
}

/*** Quote ***/
.block-layout-builder .paragraph--type--quote .field--label {
  display: none;
}

.block-layout-builder .paragraph--type--quote {
  background: transparent;
  border-left: 4px solid #8e6f3e;
  margin-left: 8rem;
  padding-right: 12rem;
  margin-bottom: 50px !important;
  margin-top: 20px !important;
}

.block-layout-builder .paragraph--type--quote .paragraph__column {
  padding-left: 20px !important;
  padding-bottom: 0px !important;
}

.block-layout-builder .paragraph--type--quote .field--name-field-quote-text {
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.3;
  font-family: source-serif-pro, Georgia, serif;
  color: #666;
}

.block-layout-builder .paragraph--type--quote .field--name-field-name {
  color: #8e6f3e;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  padding-top: 10px;
}

.block-layout-builder .paragraph--type--quote .field--name-field-quote-title {
  font-style: italic;
}

.block-layout-builder .paragraph--type--quote section:first-of-type {
  display: none !important;
}

.block-layout-builder .paragraph--type--quote .field--name-field-image {
  float: left;
  padding-right: 30px;
}

.block-layout-builder .paragraph--type--quote-carousel .field--label {
  display: none;
}

/********************************/
/********************************/
/* Custom Blocks Styling*/
/********************************/
/********************************/
/* ********************* */
/* Landing Page Header Custom Block */
/* ********************* */
.block-inline-blocklanding-page-header .field--label {
  display: none;
}

.block-inline-blocklanding-page-header .field--name-field-header-subtitle {
  padding-left: 30%;
  padding-right: 30%;
  margin-top: 72px;
  margin-bottom: 20px;
}

.block-inline-blocklanding-page-header .field--name-field-header-subtitle .field--item {
  text-align: center;
  font-weight: 700;
  font-variant: all-small-caps;
  text-transform: lowercase;
  font-size: 2rem;
  color: #000;
  background-color: #cdb991;
  padding: 5px 10px 10px 10px;
  line-height: 1;
}

.block-inline-blocklanding-page-header .field--name-field-header-title {
  margin-bottom: 72px;
}

.block-inline-blocklanding-page-header .field--name-field-header-title .field--item {
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 7rem;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  .block-inline-blocklanding-page-header .field--name-field-header-subtitle {
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 48px;
    margin-bottom: 20px;
  }

  .block-inline-blocklanding-page-header .field--name-field-header-subtitle .field--item {
    font-size: 1.2rem;
  }

  .block-inline-blocklanding-page-header .field--name-field-header-title .field--item {
    font-size: 2rem;
  }

  .text-side-left.image-carousel .blog-carousel-wrapper {
    width: 100%;
    padding-top: 40px;
  }
}

/* ********************* */
/* Horizontal Card Custom Block */
/* ********************* */
.layout-builder__layout .block-inline-blocktwo-column-left-cards {
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  border-color: #cfb991;
}

.layout-builder__layout .block-inline-blocktwo-column-left-cards .card-wrapper-horizontal {
  padding: 20px;
  margin-bottom: 0px !important;
}

.layout-builder__layout .block-inline-blocktwo-column-left-cards .blog-heading {
  text-align: left;
}

.layout-builder__layout .block-inline-blocktwo-column-left-cards .paragraph--type--two-column-left-cards {
  text-align: center;
}

/********************************/
/********************************/
/*Content Type Level Styling*/
/********************************/
/********************************/
/* ********************* */
/* Alumni Profile CT */
/* ********************* */
.page-node-type-alumni-profile #block-sitesectionalumniprofiles .paragraph {
  width: auto !important;
}

.page-node-type-alumni-profile #block-sitesectionalumniprofiles .paragraph > .paragraph__column {
  padding-bottom: 0px !important;
}

.page-node-type-alumni-profile h1 {
  padding-top: 0px;
}

/* ********************* */
/* Ambassador Profile CT */
/* ********************* */
.page-node-type-ambassador-profile #block-sitesectionambassadorprofiles .paragraph {
  width: auto !important;
}

.page-node-type-ambassador-profile #block-sitesectionambassadorprofiles .paragraph > .paragraph__column {
  padding-bottom: 0px !important;
}

.page-node-type-ambassador-profile h1 {
  padding-top: 0px;
}

/* ********************* */
/* Article CT */
/* ********************* */
/*** Site Section */
.page-node-type-article #block-sitesectionarticles .paragraph {
  width: auto !important;
}

.page-node-type-article #block-sitesectionarticles .paragraph > .paragraph__column {
  padding-bottom: 0px !important;
}

/*** Featured Image */
.page-node-type-article .field--name-field-featured-image {
  padding-bottom: 30px;
}

/*** Image in Text field */
.page-node-type-article .paragraph--type--text-content img {
  max-width: 100%;
  height: 100%;
}

/*** Image Carousel */
.page-node-type-article .carousel-control.left,
.page-node-type-article .carousel-control.right {
  background: none !important;
}

.page-node-type-article .carousel {
  margin-bottom: 30px;
}

.page-node-type-article .paragraph > .paragraph__column {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/*** Article Quote */
.page-node-type-article .paragraph--type--quote .field--label {
  display: none;
}

.page-node-type-article .paragraph--type--quote {
  background: transparent;
  border-left: 4px solid #8e6f3e;
  margin-left: 8rem;
  padding-right: 12rem;
  margin-bottom: 50px !important;
  margin-top: 20px !important;
}

.page-node-type-article .paragraph--type--quote .paragraph__column {
  padding-left: 20px !important;
  padding-bottom: 0px !important;
}

.page-node-type-article .paragraph--type--quote .field--name-field-quote-text {
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.3;
  font-family: source-serif-pro, Georgia, serif;
  color: #666;
}

.page-node-type-article .paragraph--type--quote .field--name-field-name {
  color: #8e6f3e;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  padding-top: 10px;
}

.page-node-type-article .paragraph--type--quote .field--name-field-quote-title {
  font-style: italic;
}

/*** Article Image Caption */
.page-node-type-article .paragraph--type--text-content figcaption,
.page-node-type-article .paragraph--type--image .field--name-field-caption {
  font-size: .875rem !important;
  font-family: acumin-pro, Franklin Gothic, sans-serif;
  font-weight: 400;
  color: #555960 !important;
  margin: 8px 0 0;
  font-style: italic;
  padding-bottom: 20px;
  text-align: center;
}

/* article content type mobile styles */
@media screen and (max-width: 1000px) {
  .page-node-type-article .in-this-article .view-content {
    display: flex;
    flex-direction: column;
    width: auto;
  }

  .page-node-type-article .in-this-article .views-row {
    width: 88%;
  }
}

/* ********************* */
/* Capstone Project CT */
/* ********************* */
.page-node-type-capstone-project .field--label {
  padding-top: 20px;
}

.page-node-type-capstone-project .field--name-field-project-sponsor .field--label {
  padding-top: 0px !important;
}

.file > span {
  color: #8e6f3e;
}

.page-node-type-capstone-project .views-field-field-project-sponsor {
  padding-top: 30px;
  font-style: italic;
}

/* ********************* */
/* Instructional Lab CT */
/* ********************* */
.page-node-type-instructional-lab h1 {
  position: absolute;
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  padding-top: 15px;
}

.page-node-type-instructional-lab .lab-info {
  border: 1px solid #ddd;
  padding: 30px;
}

.page-node-type-instructional-lab .block-field-blocknodeinstructional-labfield-featured-image {
  padding-bottom: 40px;
}

/* Hide site section on mobile */
@media screen and (max-width: 600px) {
  .page-node-type-instructional-lab h1 {
    position: relative;
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    padding-top: 15px;
  }

  .page-node-type-instructional-lab .lab-info {
    margin-top: 30px;
  }
}

/* ********************* */
/* Degree Offering CT */
/* ********************* */
.page-node-type-degree .page-header {
  display: none;
}

.page-node-type-degree .major-header {
  min-height: 500px;
  display: flex;
  align-items: center;
}

.page-node-type-degree .field--name-field-degree-type {
  text-align: center;
}

.page-node-type-degree .major-header .field--name-field-degree-type .field--item {
  display: inline-block;
  background-color: #000;
  color: #cfb991;
  padding: 10px 10px 5px 10px;
  height: 100%;
  text-align: center;
  margin-top: auto;
  height: 100%;
  margin-bottom: 20px;
  font: inherit;
  letter-spacing: 3px;
  font-family: "Acumin Pro Condensed";
  font-style: italic;
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.page-node-type-degree .major-header h1 {
  letter-spacing: 4px;
  line-height: 1.1;
  margin: 0;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  text-shadow: 2px 2px 0px #000000;
  color: #fff;
  text-align: center;
}

.page-node-type-degree .quick-links {
  text-transform: uppercase;
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  font-weight: 900;
  letter-spacing: 1.75px;
  font-size: 1rem;
  padding-bottom: 0.5rem;
}

.page-node-type-degree .program-details {
  border: 1px solid #ddd;
  padding: 30px;
}

.page-node-type-degree .program-details h3 {
  font-size: 2rem;
  text-align: center;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-node-type-degree .program-details .field--label {
  text-align: center;
  padding-top: 15px;
}

.page-node-type-degree .program-details .field--item {
  text-align: center;
}

.page-node-type-degree .views-field-field-polytechnic-location {
  text-align: center;
}

.page-node-type-degree .views-label-field-polytechnic-location {
  font-weight: 600;
}

.page-node-type-degree .program-details .field--items .field--item {
  padding-bottom: 0px !important;
}

.page-node-type-degree .outcomes h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  font-family: acumin-pro-extra-condensed, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 0px;
  color: #cfb991;
}

.page-node-type-degree .outcomes .block-field-blocknodedegreefield-potential-employers,
.page-node-type-degree .outcomes .block-field-blocknodedegreefield-potential-job-titles {
  background-color: #000;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

.page-node-type-degree .outcomes .block-views-blockdegrees-block-3 h2 {
  position: absolute;
  margin: 30px 10px 10px 30px;
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif" !important;
  font-size: 1.125rem !important;
  line-height: 1 !important;
  display: inline-block;
  padding: .675rem 1.5rem;
  background: #000;
  color: #fff;
  font-weight: 900;
  letter-spacing: 2.81px;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 1;
  text-align: center;
}

.page-node-type-degree .outcomes .block-views-blockdegrees-block-3 {
  padding: 0 40px 50px 50px;
}

.page-node-type-degree .outcomes .block-views-blockdegrees-block-3 h2:before {
  position: absolute;
  top: 0;
  left: -5px;
  height: 100%;
  content: "";
  background: inherit;
  z-index: -1;
  width: calc(100% + 10px);
  transform: skewX(-15deg);
}

.page-node-type-degree .outcomes .block-views-blockdegrees-block-3 h3 a {
  color: #fff;
}

.page-node-type-degree .outcomes img {
  border-radius: 4px;
}

.page-node-type-degree .outcomes .carousel-caption {
  padding-bottom: 10px !important;
}

.page-node-type-degree .outcomes p {
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif" !important;
  font-size: 1.125rem !important;
  font-weight: 900;
  line-height: 1.7rem;
  letter-spacing: 2px;
  padding-left: 20px;
  color: #fff;
}

.page-node-type-degree .cta h2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 40px;
}

.page-node-type-degree .cta .cta-link {
  color: #cfb991 !important;
  border: 3px solid #000000 !important;
  background-color: #000000 !important;
}

.page-node-type-degree .cta .cta-link:hover {
  background-color: #CFB991;
  color: #000;
}

.tagged-header-container {
  border-top: 2px solid #000;
  margin-left: 25px;
  margin-top: 50px;
}

.tagged-header {
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif" !important;
  font-size: 1.125rem !important;
  line-height: 1 !important;
  display: inline-block;
  padding: .675rem 1.5rem;
  background: #000;
  color: #fff;
  font-weight: 900;
  letter-spacing: 2.81px;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}

.tagged-header:before {
  position: absolute;
  top: 0;
  left: -5px;
  height: 100%;
  content: "";
  background: inherit;
  z-index: -1;
  width: calc(100% + 10px);
  transform: skewX(-15deg);
}

.page-node-type-degree .image-carousel .small-heading {
  padding-top: 0px !important;
}

.page-node-type-degree .courses .cta-link {
  display: none;
}

.page-node-type-degree .quote {
  color: #fff;
}

.page-node-type-degree .quote .field--name-field-quote-text {
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  text-align: left;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.1875;
  position: relative;
  z-index: 2;
}

.page-node-type-degree .quote .field--name-field-name {
  float: right;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 800;
  font-size: 2rem;
  text-transform: uppercase;
  padding-top: 20px;
}

.page-node-type-degree .quote .field--name-field-quote-title {
  float: right;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #fff;
  clear: both;
}

/* Hides image in quote */
.page-node-type-degree .paragraph--type--quote .field--name-field-image .layout__region--content:first-child {
  display: none;
}

.page-node-type-degree .simple-quote {
  padding: 80px 80px 10px 100px !important;
}

.col-md-9.simple-quote {
  width: 65%;
  float: right;
}

.page-node-type-degree .grad-quote {
  background-color: #000;
  padding: 40px;
  color: #fff;
  border-radius: 4px;
}

.page-node-type-degree .grad-quote .quote-name {
  text-align: right;
  color: #cfb991;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.page-node-type-degree .grad-quote .quote-title {
  text-align: right;
  color: #cfb991;
  font-style: italic;
}

.page-node-type-degree .page__footer {
  margin-top: 0px;
}

/* degree content type mobile styles */
@media screen and (max-width: 1000px) {
  .page-node-type-degree .major-at-glance {
    padding-top: 40px;
  }

  .page-node-type-degree .outcomes .block-views-blockdegrees-block-3,
  .page-node-type-degree .courses {
    display: none !important;
  }

  .page-node-type-degree .quote .photo-quote .carousel-caption {
    padding-left: 0px !important;
  }

  .page-node-type-degree .quote {
    padding: 20px;
  }

  .page-node-type-degree .simple-quote {
    padding: 20px 20px 20px 20px !important;
  }

  .page-node-type-degree .block-layout-builder .paragraph--type--quote {
    margin-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .page-node-type-degree .quote .field--name-field-quote-text {
    font-size: 1.8rem;
  }
}

/* ********************* */
/* Global Experience CT */
/* ********************* */
.page-node-type-global-experiences .details {
  display: grid;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.page-node-type-global-experiences .details img {
  float: left;
  padding-right: 50px;
}

.page-node-type-global-experiences .details .views-field {
  padding-bottom: 9px;
}

.page-node-type-global-experiences .details .field-content {
  display: inline;
}

.page-node-type-global-experiences .carousel-control {
  background-image: none;
}

/* ********************* */
/* Research Project CT */
/* ********************* */
.page-node-type-research-project #block-sitesectionfundedresearchproject .paragraph {
  width: auto !important;
}

.page-node-type-research-project #block-sitesectionfundedresearchproject .paragraph > .paragraph__column {
  padding-bottom: 0px !important;
}

.page-node-type-research-project .field--label {
  padding-top: 10px;
}

/* ********************* */
/* Events CT */
/* ********************* */
/*** Site Section */
.page-node-type-event #block-sitesectionevents {
  display: flex;
  height: 120px;
  text-align: left;
  float: left;
}

.page-node-type-event #block-sitesectionevents .paragraph--type--text-content {
  display: flex;
}

.page-node-type-event #block-sitesectionevents .block-title {
  display: none;
}

.page-node-type-event .page-header {
  display: none;
}

.page-node-type-event .block-field-blocknodeeventtitle {
  font-size: 2.8rem;
  font-family: acumin-pro-extra-condensed, sans-serif;
  padding-bottom: 10px;
  color: #000;
}

.page-node-type-event .block-field-blocknodeeventfield-featured-image img {
  border-radius: 5px;
}

.page-node-type-event .event-top .container {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.page-node-type-event .event-top .pl-16 {
  padding-left: 30px;
}

.page-node-type-event .addtocal-block .field-content {
  font-size: 0;
}

.page-node-type-event .addtocal-block .field-content .addtocal-container {
  font-size: 13px;
}

.page-node-type-event .addtocal-container {
  float: left !important;
}

.page-node-type-event .addtocal-container .addtocal {
  padding: 5px 10px 5px 10px;
  background: #EFEFEF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 0;
  -moz-border-radius: 20px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 15px;
  font-style: italic;
}

.page-node-type-event .addtocal-container .addtocal:hover {
  background: #dedede;
}

.page-node-type-event .block-social-sharing-buttons-block {
  position: absolute;
  bottom: 0;
}

.page-node-type-event .block-social-sharing-buttons-block h2 {
  font-size: 1rem;
  padding-bottom: 20px;
  padding-top: 4px;
  color: #000;
  font-family: "Open Sans", arial, "DejaVu Sans", sans-serif;
  font-weight: 800;
  float: left;
}

.page-node-type-event .event-top .layout-builder__layout {
  display: flex;
}

.page-node-type-event .social-sharing-buttons {
  justify-content: flex-start;
  margin: 0px;
}

.page-node-type-event .block-views-blockevents-block-4 li {
  background-color: unset;
  border: none;
  color: #000;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-right: 13px;
  margin-left: -1px;
  margin-bottom: 10px;
  border-radius: 100px;
  border: 1px solid #cfb991;
  font-size: 0.8rem;
  font-weight: 600;
}

.page-node-type-event .block-views-blockevents-block-4 a {
  color: #000;
}

.page-node-type-event .block-views-blockevents-block-4 .views-label-field-audience {
  padding-top: 8px;
  font-weight: bold;
  float: left;
}

.page-node-type-event .block-views-blockevents-block-4 .field-content {
  float: left;
}

/* Mobile Styles */
@media screen and (max-width: 600px) {
  .page-node-type-event #block-sitesectionevents {
    display: none !important;
  }

  .page-node-type-event .event-top .block-field-blocknodeeventfield-featured-image {
    display: none;
  }

  .page-node-type-event .event-top {
    background-image: none !important;
    background-color: #fff !important;
  }

  .page-node-type-event .event-top .block-better-social-sharing-buttons {
    display: none !important;
  }

  .page-node-type-event .event-top .pl-16 {
    padding-left: 0px !important;
  }

  .page-node-type-event .event-details ul {
    padding-left: 0px !important;
  }

  .page-node-type-event .block-views-blockevents-block-4 .views-label-field-audience {
    padding-bottom: 10px;
  }
}

/********************************/
/********************************/
/*Taxonomy Vocabulary Level Styling*/
/********************************/
/********************************/
/* remove default output from taxonomy twig file for landing pages that are a taxonomy term */
.taxonomy_schools_departments .taxonomy-term-container,
.taxonomy_schools_departments .feed-icon {
  display: none !important;
}

/* ********************* */
/* Departments Vocabulary */
/* ********************* */
/*********** Header ***********/
.taxonomy_schools_departments .department-header .col-md-6.left-block {
  width: 100% !important;
}

.taxonomy_schools_departments .department-header .bg-heading-text-block .left-block {
  padding: 40px 0px 40px 0px;
}

.taxonomy_schools_departments .department-header .bg-heading-text-block .left-block .heading-wrap {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-bottom: 0px;
}

.taxonomy_schools_departments .department-header .bg-heading-text-block .left-block .heading-wrap h2 {
  padding-bottom: 0px;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.taxonomy_schools_departments .department-header .bg-heading-text-block .left-block .heading-wrap .heading {
  margin-top: auto;
  height: 100%;
  margin-bottom: 20px;
  font: inherit;
  letter-spacing: 3px;
  font-family: "Acumin Pro Condensed";
  font-style: italic;
  font-weight: bold;
  font-size: 1.4rem;
}

.taxonomy_schools_departments .department-header .bg-heading-text-block .left-block .heading-wrap .heading span {
  background-color: #000;
  color: #cfb991;
  padding: 10px 10px 5px 10px;
  height: 100%;
  line-height: inherit;
}

.taxonomy_schools_departments .department-header .bg-heading-text-block .left-block .para {
  font: inherit;
  letter-spacing: 4px;
  line-height: 1.1;
  margin: 0;
  font-size: 2.8rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  text-shadow: 2px 2px 0px #000000;
}

/*********** Department Majors ***********/
.taxonomy_schools_departments .department-majors h2.block-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  text-shadow: 2px 2px 0px #cfb991;
  font-size: 4rem;
  text-align: center;
}

.taxonomy_schools_departments .department-majors .grid-wrap-border .col-md-4 {
  margin-bottom: 40px !important;
}

.taxonomy_schools_departments .department-majors .views-field-body {
  font-size: 0.9rem;
  margin-bottom: 40px;
}

.taxonomy_schools_departments .department-majors .views-field-title {
  font-size: 1.7rem;
  line-height: 2rem;
  padding-bottom: 10px;
  padding-top: 15px;
  font-family: acumin-pro-extra-condensed, sans-serif;
}

.taxonomy_schools_departments .department-majors .views-field-title a:link,
.taxonomy_schools_departments .department-majors .views-field-title a:visited,
.taxonomy_schools_departments .department-majors .views-field-title a:active {
  color: #000;
}

.taxonomy_schools_departments .department-majors .views-field-title a:hover {
  color: #8e6f3e;
}

.taxonomy_schools_departments .department-majors .views-field-nothing {
  text-align: center;
  position: absolute;
  bottom: -45px;
  margin-left: 14%;
  margin-right: 13%;
}

/*********** Department Grad ***********/
.taxonomy_schools_departments .graduate h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  font-size: 5rem;
  color: #fff;
  line-height: 0.9;
  padding-right: 40px;
}

.taxonomy_schools_departments .graduate .views-field-body {
  font-size: 0.9rem;
  margin-bottom: 40px;
}

.taxonomy_schools_departments .graduate .views-field-title {
  font-size: 1.7rem;
  line-height: 2rem;
  padding-bottom: 10px;
  padding-top: 15px;
  font-family: acumin-pro-extra-condensed, sans-serif;
}

.taxonomy_schools_departments .graduate .views-field-title a:link,
.taxonomy_schools_departments .graduate .views-field-title a:visited,
.taxonomy_schools_departments .graduate .views-field-title a:active {
  color: #000;
}

.taxonomy_schools_departments .graduate .views-field-title a:hover {
  color: #8e6f3e;
}

.taxonomy_schools_departments .gradaute .views-field-nothing {
  text-align: center;
  position: relative;
  bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

/*********** Department Featured Faculty ***********/
.taxonomy_schools_departments .department-faculty .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px #eee;
  border: 1px solid #eee;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  margin: 15px;
  min-height: 420px;
}

.taxonomy_schools_departments .department-faculty .col .views-field-name {
  font-size: 1.7rem;
  line-height: 2rem;
  padding-bottom: 5px;
  padding-top: 15px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  color: #000;
  text-decoration: none;
  padding-left: 20px;
}

.taxonomy_schools_departments .department-faculty .col .views-field-name a {
  color: #000;
}

.taxonomy_schools_departments .department-faculty .col .views-field-name a:hover {
  color: #cfb991;
  text-decoration: none;
}

.taxonomy_schools_departments .department-faculty .col .views-field-field-job-title {
  padding-left: 20px;
  padding-right: 20px;
}

/*********** Department News ***********/
.taxonomy_schools_departments .view-latest-articles .views-field-created {
  color: #000;
  font-size: 0.8rem;
  font-style: italic;
  position: absolute;
  top: 20px;
  right: 0px;
}

.taxonomy_schools_departments .view-latest-articles .views-field-created .field-content {
  padding: 5px 10px 5px 10px;
  padding-left: 10px;
  background-color: #fff;
  border-radius: 10px;
}

.taxonomy_schools_departments .view-latest-articles .views-field-title {
  padding-top: 15px;
}

/*********** Contact Footer ***********/
.taxonomy_schools_departments .webform-submission-form label {
  color: #eee;
}

.taxonomy_schools_departments .webform-submission-form button {
  color: #cfb991;
  border-color: #cfb991;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  padding: 17px 26px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

.taxonomy_schools_departments .webform-submission-form button:hover {
  color: #000;
  background-color: #cfb991;
}

.taxonomy_schools_departments .page__footer {
  margin-top: 0px;
}

.taxonomy_schools_departments .contact .layout .col-12 h2 {
  color: #cfb991;
}

/* ROTC-specific Styles */
.taxonomy_schools_departments .branches .blog-intro {
  text-align: left;
}

.taxonomy_schools_departments .rotc-news a {
  color: #000;
}

/* Mobile Styles */
@media screen and (max-width: 1000px) {
  .taxonomy_schools_departments .department-header .bg-heading-text-block .left-block .heading-wrap .heading span {
    font-size: 1rem;
  }

  .taxonomy_schools_departments .department-header .bg-heading-text-block .left-block .para {
    font-size: 2rem;
  }

  .taxonomy_schools_departments .department-majors .views-field-nothing,
  .taxonomy_schools_departments .gradaute .views-field-nothing {
    display: none;
  }

  .taxonomy_schools_departments .department-majors h2.block-title {
    font-size: 2rem;
  }

  .taxonomy_schools_departments .graduate h2 {
    font-size: 3rem;
    padding-right: 0px;
  }

  .simple-quote {
    padding: 30px;
  }

  .simple-quote p {
    font-size: 1.5rem;
  }

  .simple-quote .quote-author {
    float: left;
    font-size: 1.5rem;
  }

  .simple-quote .quote-major {
    float: right;
    clear: both;
    font-size: 1rem;
    color: #fff;
    font-style: italic;
  }

  .simple-quote .views-field-field-profile-degree {
    float: left;
  }

  .simple-quote:before {
    display: none;
  }

  .taxonomy_schools_departments .department-news .views-field-title {
    padding-bottom: 15px;
  }

  .taxonomy_schools_departments .contact h2 {
    font-size: 2rem;
  }

  .taxonomy_schools_departments .department-faculty {
    display: none !important;
  }
}

/********************************/
/********************************/
/*STATEWIDE STYLING*/
/********************************/
/********************************/
.taxonomy_statewide_locations .statewide-intro {
  padding: 30px;
}

.taxonomy_statewide_locations .statewide-slideshow .two-column-text-img-slider .right-block {
  position: relative;
  width: 100% !important;
}

.taxonomy_statewide_locations .statewide-slideshow .two-column-text-img-slider .left-block {
  display: none;
}

.statewide-majors .grid-wrap-border .col-md-4 {
  box-shadow: none !important;
  border: none !important;
}

.taxonomy_statewide_locations .view-id-degrees .views-field-title {
  font-size: 1.7rem;
  line-height: 2rem;
  padding-bottom: 10px;
  padding-top: 15px;
  font-family: acumin-pro-extra-condensed, sans-serif;
}

.taxonomy_statewide_locations .view-id-degrees .views-field-title a:link,
.taxonomy_statewide_locations .view-id-degrees .views-field-title a:visited,
.taxonomy_statewide_locations .view-id-degrees .views-field-title a:active {
  color: #000;
}

.taxonomy_statewide_locations .view-id-degrees .views-field-title a:hover {
  color: #8e6f3e;
}

.taxonomy_statewide_locations .taxonomy-term-container,
.taxonomy_statewide_locations .feed-icons {
  display: none;
}

.taxonomy_statewide_locations .statewide-intro .field--label,
.taxonomy_statewide_locations .statewide-slideshow .field--label,
.taxonomy_statewide_locations .statewide-contact .field--label {
  display: none;
}

@media screen and (max-width: 600px) {
  .taxonomy_statewide_locations .region-content .bs-p-5 {
    padding: 0rem !important;
  }

  .taxonomy_statewide_locations .region-content .layout .col-md-3 {
    padding-bottom: 20px !important;
  }

  .taxonomy_statewide_locations .block-layout-builder .paragraph--type--quote {
    margin-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .taxonomy_statewide_locations .statewide-majors h2 {
    padding-top: 40px;
  }
}

/********************************/
/********************************/
/*User Profile Styling*/
/********************************/
/********************************/
.path-user .breadcrumb {
  margin-top: 0px !important;
}

.path-user .form-control {
  padding: 0px 10px;
}

.path-user .layout-builder__layout a {
  color: #8e6f3e;
}

.path-user .contact-info {
  border: 1px solid #ddd;
  padding: 30px;
}

.path-user .contact-info .contact-value {
  padding-bottom: 5px;
}

.path-user .contact-info h2 {
  font-size: 1.6rem;
  text-align: center;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  letter-spacing: 1px;
  text-transform: uppercase;
}

.path-user .spv-popup-content {
  display: none;
  position: absolute;
  top: 30px;
  background: #fff;
  padding: 10px;
  border-radius: 0;
  transition: opacity 0.2s;
  z-index: 9999999;
  border: 1px solid #ddd;
  width: 230px;
  box-shadow: unset;
}

.path-user .user-cv h5.mb-0 {
  padding-bottom: 0px !important;
}

.path-user .user-cv .panel-group {
  margin-bottom: 0px !important;
}

.path-user .user-cv .block-views {
  border-top: 1px solid #ddd;
}

.path-user .views-field-field-research-interests li {
  background-color: unset;
  border: none;
  color: #000;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-right: 13px;
  margin-left: -1px;
  margin-bottom: 10px;
  border-radius: 100px;
  border: 1px solid #cfb991;
  font-size: 0.8rem;
  font-weight: 600;
}

.path-user .views-field-field-research-interests li a {
  color: #000;
}

.path-user .panel-title a {
  font-size: 1.5rem;
  color: #000;
  text-decoration: none !important;
}

.path-user .panel-group button:hover {
  color: #444;
  text-decoration: none !important;
}

.path-user .panel-group .panel-title .collapsed:before {
  content: "\2b";
  color: #000;
  padding-right: 10px;
}

.path-user .panel-group .panel-title a[aria-expanded="true"]:before {
  content: "\2212";
  color: #000;
  padding-right: 10px;
}

.path-user .user-cv .panel-default > .panel-heading {
  background-color: unset !important;
  border-color: unset !important;
  border: none !important;
  padding-top: 16px;
}

.path-user .user-cv .panel-default {
  border-color: #fff;
}

.path-user .btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: 0;
}

.path-user .block-views-blockuser-profile-block-12 .view-header {
  text-align: center;
}

.path-user .block-views-blockuser-profile-block-12 .view-header h3 {
  font-size: 2.8rem;
  padding-bottom: 0px !important;
}

.path-user .block-views-blockuser-profile-block-12 .views-field-created {
  color: #000;
  font-size: 0.8rem;
  font-style: italic;
  position: absolute;
  top: 20px;
  right: 0px;
}

.path-user .block-views-blockuser-profile-block-12 .views-field-created .field-content {
  padding: 5px 10px 5px 10px;
  padding-left: 10px;
  background-color: #fff;
  border-radius: 10px;
}

/********************************/
/********************************/
/*Degree Programs STYLING*/
/********************************/
/********************************/
.taxonomy_degree_programs .feed-icons {
  display: none;
}

/********************************/
/********************************/
/*Individual Node Style*/
/********************************/
/********************************/
/* Honors and Awards Landing Page - node 79 */
.node-79 .grid-wrap .col-md-3 {
  min-height: 420px !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 22%;
  max-width: 22%;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px #eee;
  border: 1px solid #eee;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  margin: 15px;
}

@media screen and (max-width: 600px) {
  .node-79 .grid-wrap .col-md-3 {
    width: 90%;
    max-width: 90%;
  }
}

/* Research Landing Page - node 87 */
/***** Research - Top News */
.node-87 .research-news a {
  font-weight: bold;
  color: #000;
  font-size: 0.9rem;
}

.research-link-mobile {
  display: none;
}

.node-87 .research-link-mobile .img-wrapper {
  min-height: 40px;
}

.node-87 .research-link-mobile img {
  display: none;
}

@media screen and (max-width: 800px) {
  .node-87 .research-link-mobile {
    display: block;
  }

  .node-87 .research-links {
    display: none;
  }
}

/* Research Awareds Page - node 88 */
.node-88 .ui-accordion .ui-accordion-header {
  padding: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  border: 1px solid #000;
}

.node-88 .ui-accordion .ui-state-active {
  background-color: #000;
}

/* Newsroom - node 140 */
/***** Newsroom - Top News */
.node-140 .top-news h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  font-size: 1.4rem;
  color: #8e6f3e;
  line-height: 0.9;
  padding-right: 40px;
}

.node-140 .top-story h3 {
  font-size: 2.5rem;
  font-family: acumin-pro-extra-condensed, sans-serif;
  padding-bottom: 20px;
  color: #000;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.node-140 .top-story h3 a {
  color: #000;
  text-decoration: none !important;
}

.node-140 .view-display-id-newsroom_latest_news .views-row {
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px #eee;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 20px;
  display: flow-root;
}

.node-140 .view-display-id-newsroom_latest_news .views-field-field-featured-image {
  float: left;
  padding-right: 30px;
}

.node-140 .view-display-id-newsroom_latest_news .views-field-nothing {
  font-size: .85rem;
  padding-top: 20px;
}

.node-140 .view-display-id-newsroom_latest_news .views-field-title a {
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
}

.node-140 .top-news .paragraph--id--18858 p {
  text-align: right;
  margin-right: -15px;
}

.node-140 .top-news .paragraph--id--18858 p .cta-link {
  padding: 5px 15px;
  margin-top: 5px;
}

/***** Newsroom - Spotlight */
.node-140 .spotlight h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  font-size: 1.4rem;
  color: #8e6f3e;
  line-height: 0.9;
  padding-right: 40px;
}

.node-140 .views-field-title h3 a,
.node-140 .views-field-title h3 a:active,
.node-140 .views-field-title h3 a:visited {
  color: #000;
}

.node-140 .views-field-title h3 a:hover {
  color: #333;
}

/***** Newsroom - News Briefs */
.node-140 .view-display-id-block_16 {
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px #eee;
  border: 1px solid #eee;
  padding: 20px;
  margin-top: 23px;
  margin-bottom: 20px;
  display: flow-root;
}

.node-140 .view-display-id-block_16 .views-field-created {
  font-size: .85rem;
  padding-bottom: 20px;
}

.node-140 .view-display-id-block_16 .views-field-title a {
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
}

/***** Newsroom - Research */
.node-140 .research h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  font-size: 1.4rem;
  color: #8e6f3e;
  line-height: 0.9;
  padding-right: 40px;
}

.node-140 .grid-wrap .col-md-3 {
  min-height: 270px !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 22%;
  max-width: 22%;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px #eee;
  border: 1px solid #eee;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  margin: 15px;
}

.node-140 .research .views-field-title {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}

.node-140 .research .views-field-title a,
.node-140 .research .views-field-title a:active,
.node-140 .research .views-field-title a:visited {
  font-weight: 600;
  color: #000;
}

/***** Newsroom - Student Success */
.node-140 .students h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  font-size: 1.4rem;
  color: #8e6f3e;
  line-height: 0.9;
  padding-right: 40px;
}

.node-140 .students .col-md-4 {
  width: 30%;
  min-height: 330px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px #eee;
  border: 1px solid #eee;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  margin: 15px;
}

.node-140 .students .views-field-title {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}

.node-140 .students .views-field-title a,
.node-140 .students .views-field-title a:active,
.node-140 .students .views-field-title a:visited {
  font-weight: 600;
  color: #000;
}

/***** Newsroom - Other News */
.node-140 .other-news h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  font-size: 1.4rem;
  color: #8e6f3e;
  line-height: 0.9;
  padding-right: 40px;
}

.node-140 .other-news .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.node-140 .other-news .views-field-title a,
.node-140 .other-news .views-field-title a:active,
.node-140 .other-news .views-field-title a:visited {
  padding-top: 16px;
  font-weight: 600;
  color: #000;
}

.node-140 .other-news .pager {
  padding-top: 10px;
}

/***** Newsroom - Podcast */
.node-140 .podcast h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  font-size: 1.4rem;
  color: #8e6f3e;
  line-height: 0.9;
  padding-right: 40px;
}

.node-140 .podcast .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.node-140 .podcast .views-field-title a,
.node-140 .podcast .views-field-title a:active,
.node-140 .podcast .views-field-title a:visited {
  padding-top: 16px;
  font-weight: 600;
  color: #000;
}

.node-140 .podcast .pager {
  padding-top: 10px;
}

.node-140 .page__footer {
  margin-top: 0px !important;
}

/***** Newsroom - Media Queries - Mobile Styles */
@media screen and (max-width: 1000px) {

  .node-140 .research .col-xs-12,
  .node-140 .students .col-xs-12 {
    width: 100%;
    max-width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
  }
}

/* Alumni and Freinds - node 180 */
/* Alumni and Freinds - node 180 */
/* Alumni and Freinds - node 180 */
.node-180 p.action a,
.node-180 p.action a:hover,
.node-180 p.action a:visited {
  color: #cfb991;
  text-decoration: none;
}

.node-180 .icons h4 a,
.node-180 .icons h4 a:hover,
.node-180 .icons h4 a:visited {
  color: #000;
  text-decoration: none;
}

.node-180 .icons hr {
  border-top: 4px solid #cfb991;
  border-radius: 2px;
  color: #cfb991;
  margin: auto;
  width: 60%;
}

.node-180 .news .views-field-title a,
.node-180 .news .views-field-title a:hover {
  font-weight: 600;
  color: #000;
}

.node-180 .page__footer {
  margin-top: 40px;
}

/* Future College Students/Prospective Students - node 198 */
/* Future College Students/Prospective Students - node 198 */
/* Future College Students/Prospective Students - node 198 */
.node-198 .header h1 {
  font-weight: 700;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  text-transform: uppercase;
  font-size: 7rem;
}

.node-198 .requirement-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.node-198 .requirement-div h3,
.node-198 .requirement-div p {
  float: left;
}

.node-198 .requirement-div h3 {
  padding-top: 20px;
  padding-right: 60px;
}

/* SUBJECT AREA STYLING */
.node-198 .subject-areas {
  background: url(/sites/default/files/2025-04/black-bg-waves.jpg) repeat 50% 0;
  min-height: 662px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 40px 0 70px;
  background-repeat: repeat-x;
}

.node-198 .subject-areas .container,
.node-1642 .subject-areas .container {
  width: 100vw;
}

.node-198 .majors h2 {
  color: #CFB991;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 4rem;
  padding-bottom: 40px;
  /* text-shadow: 3px 3px 0px #000; */
  ;
}

.node-198 .cards *,
.node-1642 .cards * {
  box-sizing: border-box;
  transition: 0.8s;
  margin: 0;
}

.node-198 .subject-container,
.node-1642 .subject-container {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.node-198 .cards,
.node-1642 .cards {
  display: flex;
  width: 80vw;
  height: 500px;
  justify-content: center;
  align-items: center;
}

.node-198 .card1,
.node-1642 .card1 {
  background-image: url("/sites/default/files/2025-04/aviation-card2.jpg");
}

.node-198 .card2,
.node-1642 .card2 {
  background-image: url("/sites/default/files/2025-04/computing-card2.jpg");
}

.node-198 .card3,
.node-1642 .card3 {
  background-image: url("/sites/default/files/2025-04/construction-card2.jpg");
}

.node-198 .card4,
.node-1642 .card4 {
  background-image: url("/sites/default/files/2025-04/engineering-card.jpg");
}

.node-198 .card5,
.node-1642 .card5 {
  background-image: url("/sites/default/files/2025-04/tech-ed-card.jpg");
}

.node-198 .card6,
.node-1642 .card6 {
  background-image: url("/sites/default/files/2025-04/management-card.jpg");
}

.node-198 .cards div,
.node-1642 cards div {
  background-size: cover;
  flex: 0.4;
  height: 500px;
  border-radius: 5px;
  margin-right: 3vw;
  position: relative;
  background-position: center;
  overflow: hidden;
}

.node-198 .card1:hover,
.node-198 .card2:hover,
.node-198 .card3:hover,
.node-198 .card4:hover,
.node-198 .card5:hover,
.node-198 .card6:hover,
.node-1642 .card1:hover,
.node-1642 .card2:hover,
.node-1642 .card3:hover,
.node-1642 .card4:hover,
.node-1642 .card5:hover,
.node-1642 .card6:hover {
  flex-grow: 2;
}

.node-198 .cards h3,
.node-1642 .cards h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 0 130px 25px;
  font-family: sans-serif;
  font-weight: 900;
  color: white;
  font-size: 1.8rem;
  width: 100%;
  background-image: linear-gradient(to top, black, transparent);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.2s;
}

.node-198 .cards p,
.node-1642 .cards p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 0 50px 25px;
  font-family: sans-serif;
  font-weight: 900;
  color: white;
  font-size: 1rem;
  width: 100%;
  background-image: linear-gradient(to top, black, transparent);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.2s;
}

.node-198 .card1:hover h3,
.node-198 .card2:hover h3,
.node-198 .card3:hover h3,
.node-198 .card4:hover h3,
.node-198 .card5:hover h3,
.node-198 .card6:hover h3,
.node-198 .card1:hover p,
.node-198 .card2:hover p,
.node-198 .card3:hover p,
.node-198 .card4:hover p,
.node-198 .card5:hover p,
.node-198 .card6:hover p,
.node-1642 .card1:hover h3,
.node-1642 .card2:hover h3,
.node-1642 .card3:hover h3,
.node-1642 .card4:hover h3,
.node-1642 .card5:hover h3,
.node-1642 .card6:hover h3,
.node-1642 .card1:hover p,
.node-1642 .card2:hover p,
.node-1642 .card3:hover p,
.node-1642 .card4:hover p,
.node-1642 .card5:hover p,
.node-1642 .card6:hover p {
  opacity: 1;
}

.node-198 .cards .front,
.node-1642 .cards .front {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  width: 100%;
  background-image: linear-gradient(to top, black, transparent);
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.2s;
  padding-bottom: 20px;
}

.node-198 .cards h2,
.node-1642 .cards h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  width: 100%;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.2s;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2rem;
  padding: 0 0 20px 0;
}

.node-198 .cards .svg-inline--fa,
.node-1642 .cards .svg-inline--fa {
  position: absolute;
  bottom: 50px;
  left: 0;
  color: white;
  width: 100%;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.2s;
  padding-bottom: 20px;
}

.node-198 .card1:hover .front,
.node-198 .card2:hover .front,
.node-198 .card3:hover .front,
.node-198 .card4:hover .front,
.node-198 .card5:hover .front,
.node-198 .card6:hover .front,
.node-1642 .card1:hover .front,
.node-1642 .card2:hover .front,
.node-1642 .card3:hover .front,
.node-1642 .card4:hover .front,
.node-1642 .card5:hover .front,
.node-1642 .card6:hover .front {
  opacity: 0;
}

.node-198 .photo-quote .carousel-caption .quote-footer:last-child,
.node-1642 .photo-quote .carousel-caption .quote-footer:last-child {
  float: right !important;
  clear: both !important;
  text-align: right !important;
}

.node-198 .stories .views-field-title a,
.node-198 .stories .views-field-title a:hover,
.node-1642 .stories .views-field-title a,
.node-1642 .stories .views-field-title a:hover {
  color: #000000 !important;
}

.node-198 .page__footer,
.node-1642 .page__footer {
  margin-top: 0px !important;
}

.node-198 .options {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.node-198 .leap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

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

  .node-198 .header h1,
  .node-1642 .header h1 {
    font-size: 4rem;
  }

  .node-198 .requirement-div,
  .node-1642 .requirement-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .node-198 .requirement-div h3,
  .node-1642 .requirement-div h3 {
    font-size: 1.5rem;
    padding-right: 0px !important;
  }

  .node-198 .majors h2,
  .node-1642 .majors h2 {
    font-size: 1.5rem;
  }

  .node-198 .subject-container,
  .node-1642 .subject-container {
    height: 100%;
  }

  .node-198 .cards,
  .node-1642 .cards {
    display: block;
    height: 100%;
  }

  .node-198 .cards div,
  .node-1642 .cards div {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .node-198 .cards .front,
  .node-1642 .cards .front {
    display: none;
  }

  .node-198 .card1 h3,
  .node-198 .card2 h3,
  .node-198 .card3 h3,
  .node-198 .card4 h3,
  .node-198 .card5 h3,
  .node-198 .card6 h3,
  .node-198 .card1 p,
  .node-198 .card2 p,
  .node-198 .card3 p,
  .node-198 .card4 p,
  .node-198 .card5 p,
  .node-198 .card6 p,
  .node-1642 .card1 h3,
  .node-1642 .card2 h3,
  .node-1642 .card3 h3,
  .node-1642 .card4 h3,
  .node-1642 .card5 h3,
  .node-1642 .card6 h3,
  .node-1642 .card1 p,
  .node-1642 .card2 p,
  .node-1642 .card3 p,
  .node-1642 .card4 p,
  .node-1642 .card5 p,
  .node-1642 .card6 p {
    opacity: 1;
  }

  .node-198 .cards p,
  .node-1642 .cards p {
    padding: 20px;
  }

  .node-198 .carousel-caption h3,
  .node-1642 .carousel-caption h3 {
    font-size: 1.2rem;
  }

  .node-198 .options,
  .node-198 .leap {
    flex-direction: column;
  }

  .node-198 .subject-areas {
    background: none !important;
  }

  .node-198 .majors h2 {
    color: #000;
  }

  .node-198 .subject-areas .container {
    padding-left: 0px !important;
  }
}

/* Current  Students - node 199 */
@media only screen and (max-width: 600px) {
  .node-199 .region-content .spacer {
    display: none !important;
  }
}

/* Locations - node 202 */
/* Locations - node 202 */
/* Locations - node 202 */
.node-202 .layout-builder__layout .img-wrapper {
  min-height: 0px !important;
}

.node-202 .single-card-wrap {
  margin-bottom: 40px;
}

.node-202 .single-card-wrap h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  font-size: 2.5rem;
  color: #cfb991;
  padding-top: 24px;
  line-height: 1;
}

.node-202 .single-card-wrap .blog-intro {
  color: #fff;
  padding: 0 30px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: left;
}

.node-202 .layout-builder__layout .col-md-4 section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.node-202 .layout-builder__layout .west-lafayette section {
  border-radius: 5px;
  background-image: url(/sites/default/files/2024-08/WestLafayette.png);
  background-size: cover;
  margin: 20px;
}

.node-202 .layout-builder__layout .indianapolis section {
  border-radius: 5px;
  background-image: url(/sites/default/files/2024-08/PIN.png);
  background-size: cover;
  margin: 20px;
}

.node-202 .campuses-header h2,
.node-202 .statewide-intro h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  font-size: 4.5rem;
}

.node-202 .layout-builder__layout .anderson section {
  border-radius: 5px;
  background-image: url(/sites/default/files/2024-08/Anderson.png);
  background-size: cover;
  margin: 20px;
}

.node-202 .layout-builder__layout .columbus section {
  border-radius: 5px;
  background-image: url(/sites/default/files/2024-08/Columbus.png);
  background-size: cover;
  margin: 20px;
}

.node-202 .layout-builder__layout .indy section {
  border-radius: 5px;
  background-image: url(/sites/default/files/2024-08/IndyAirport.png);
  background-size: cover;
  margin: 20px;
}

.node-202 .layout-builder__layout .kokomo section {
  border-radius: 5px;
  background-image: url(/sites/default/files/2024-08/Kokomo.png);
  background-size: cover;
  margin: 20px;
}

.node-202 .layout-builder__layout .lafayette section {
  border-radius: 5px;
  background-image: url(/sites/default/files/2024-08/Lafayette.png);
  background-size: cover;
  margin: 20px;
}

.node-202 .layout-builder__layout .new-albany section {
  border-radius: 5px;
  background-image: url(/sites/default/files/2024-08/NewAlbany.png);
  background-size: cover;
  margin: 20px;
}

.node-202 .layout-builder__layout .richmond section {
  border-radius: 5px;
  background-image: url(/sites/default/files/2024-08/Richmond.png);
  background-size: cover;
  margin: 20px;
}

.node-202 .layout-builder__layout .south-bend section {
  border-radius: 5px;
  background-image: url(/sites/default/files/2024-08/SouthBend.png);
  background-size: cover;
  margin: 20px;
}

.node-202 .layout-builder__layout .vincennes section {
  border-radius: 5px;
  background-image: url(/sites/default/files/2024-08/Vincenness.png);
  background-size: cover;
  margin: 20px;
}

/* Grad Programs - node 196 */
.node-196 .views-field-title h4 {
  font-size: 1.4rem !important;
  padding-bottom: 5px !important;
}

.node-196 .online .views-field-title a {
  color: #cfb991;
}

.node-196 .directory .paragraph > .paragraph__column {
  padding-left: 0px;
}

.node-196 .news .grid-wrap-border .col-md-4 {
  box-shadow: 0px 0px 40px 1px #000;
  border: none;
}

.node-196 .news .views-field-title a {
  color: #000;
}

.node-196 .page__footer {
  margin-top: 0px !important;
}

/* All News - node 259 */
.node-259 .form-item-combine label {
  float: left;
  clear: both;
}

.node-259 .form-item-combine input {
  clear: both;
  float: left;
}

.noe-259 .form-item-field-polytechnic-location-target-id {
  padding-right: 20px;
}

.node-259 .grid-wrap-border .views-field-title h3 {
  line-height: 1.2rem;
}

.node-259 .grid-wrap-border .views-field-title h3 a {
  text-transform: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0;
  color: #000;
  font-family: "Open Sans", arial, "DejaVu Sans", sans-serif;
}

/* Find your Major - node 332 */
/* Find your Major - node 332 */
/* Find your Major - node 332 */
.node-332 .header h1 {
  font-weight: 700;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  text-transform: uppercase;
  font-size: 7rem;
}

.node-332 .view-header {
  padding-bottom: 20px;
}

.node-332 .subject-photo {
  max-width: 30%;
}

.node-332 .aviation-bkg h4,
.node-332 .computing-bkg h4,
.node-332 .construction-bkg h4,
.node-332 .et-bkg h4,
.node-332 .te-bkg h4,
.node-332 .tm-bkg h4 {
  font-size: 1.5rem;
  padding-bottom: 0px;
}

.node-332 .col-lg-9 .views-field-body {
  font-size: 0.9rem;
  padding-bottom: 20px;
}

.node-332 .aviation-bkg .col-lg-9,
.node-332 .computing-bkg .col-lg-9,
.node-332 .construction-bkg .col-lg-9,
.node-332 .et-bkg .col-lg-9,
.node-332 .te-bkg .col-lg-9,
.node-332 .tm-bkg .col-lg-9 {
  width: 70%;
  background-color: #fff;
  padding: 40px;
}

.node-332 .aviation-bkg {
  background-image: url(/sites/default/files/2025-04/Aviation-subject.jpg);
  background-position: 60vw center;
  background-size: 50%;
  background-repeat: no-repeat;
}

.node-332 .computing-bkg {
  background-image: url(/sites/default/files/2025-04/Computing-2.jpg);
  background-position: 0vw center;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: inherit;
}

.node-332 .construction-bkg {
  background-image: url(/sites/default/files/2025-04/ConstructionManagement.jpg);
  background-position: 60vw center;
  background-size: 50%;
  background-repeat: no-repeat;
}

.node-332 .et-bkg {
  background-image: url(/sites/default/files/2025-04/EngineeringTechnologies-2.jpg);
  background-position: 0vw center;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: inherit;
}

.node-332 .te-bkg {
  background-image: url(/sites/default/files/2025-04/ette-major.jpg);
  background-position: 60vw center;
  background-size: 50%;
  background-repeat: no-repeat;
}

.node-332 .te-bkg .col-1 {
  width: 100%;
}

.node-332 .tm-bkg {
  background-image: url(/sites/default/files/2025-04/TechnologyManagement.jpg);
  background-position: 0vw center;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: inherit;
}

/* Mobile Styling */
@media only screen and (max-width: 1900px) {
  .node-332 .subject-photo {
    max-width: 33%;
  }
}

@media only screen and (max-width: 1700px) {
  .node-332 .subject-photo {
    max-width: 35%;
  }
}

@media only screen and (max-width: 1500px) {
  .node-332 .subject-photo {
    max-width: 38%;
  }
}

@media only screen and (max-width: 1300px) {
  .node-332 .subject-photo {
    max-width: 42%;
  }
}

@media only screen and (max-width: 1100px) {
  .node-332 .subject-photo {
    max-width: 45%;
  }

  .node-332 .subject-area {
    padding-left: 10px !important;
  }
}

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

  .aviation-bkg,
  .computing-bkg,
  .construction-bkg,
  .et-bkg,
  .te-bkg,
  .tm-bkg {
    background: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .node-332 .aviation-bkg .col-lg-9,
  .node-332 .computing-bkg .col-lg-9,
  .node-332 .construction-bkg .col-lg-9,
  .node-332 .et-bkg .col-lg-9,
  .node-332 .te-bkg .col-lg-9,
  .node-332 .tm-bkg .col-lg-9 {
    width: 100%;
    padding: 0px !important;
  }

  .node-332 .header h1 {
    font-size: 4rem;
  }

  .node-332 .layout-builder__layout {
    padding-top: 40px;
  }

  .node-332 .layout-builder__layout .svg-inline--fa {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .node-332 .view-degrees .col-xs-4 {
    width: 100%;
  }
}

/* Mission - node 389 */
.node-389 h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  font-size: 4.5rem;
}

.node-389 .motto-section .grey-text {
  font-size: 3rem;
  line-height: .9;
  text-align: center;
  font-weight: 700;
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  text-transform: uppercase;
  color: #aaaaaa;
}

.node-389 .section-4-main .section-content h2 {
  font-size: 2.5rem;
  line-height: .9;
  text-align: left;
  font-weight: 700;
  font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
  text-transform: uppercase;
}

.node-389 .page__footer {
  margin-top: 0px !important;
}

.node-389 .layout .custom-heading {
  color: black;
  position: relative;
  display: inline-block;
}

.node-389 .custom-heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #CFB991;
}

.node-389 .motto-section hr {
  max-width: 100%;
}

/* MarComm Pages - node 539, 1553 */
.node-539 .grid-wrap-border h4,
.node-1553 .grid-wrap-border h4 {
  padding-top: 0px !important;
}

.node-539 .grid-wrap-border .col-lg-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 33%;
  background-color: #000;
  box-shadow: 0px 0px 5px 1px #eee;
  border: 1px solid #eee;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 25px;
  margin: 15px;
}

.node-539 .grid-wrap-border .col-lg-4 a,
.node-539 .grid-wrap-border .col-lg-4 a:hover,
.node-539 .grid-wrap-border .col-lg-4 a:active,
.node-539 .grid-wrap-border .col-lg-4 a:visited {
  color: #fff !important;
}

/* MarComm Pages mobile styles */
@media screen and (max-width: 1000px) {
  .node-539 .grid-wrap-border .col-lg-4 {
    flex: 0 0 30%;
    max-width: 29%;
  }
}

@media screen and (max-width: 700px) {
  .node-539 .grid-wrap-border .col-lg-4 {
    flex: 0 0 90%;
    max-width: 90%;
  }
}

.node-1553 .grid-wrap-border .col-lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 21.85%;
  max-width: 22%;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px #eee;
  border: 1px solid #eee;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  margin: 15px;
}

/* Business Office - node 541 */
.node-541 .boxes .field--type-text-with-summary {
  background-color: #000;
  color: #fff;
  padding: 40px;
  border-radius: 5px;
}

.node-541 .boxes .field--type-text-with-summary h4 {
  color: #cfb991;
}

@media screen and (max-width: 600px) {
  .node-541 .boxes .col-md-6:first-child {
    padding-bottom: 24px;
  }
}

/* Office of the Dean Page - node 542 */
.node-542 .news .col-md-4 {
  width: 30%;
  min-height: 330px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px #eee;
  border: 1px solid #eee;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  margin: 15px;
}

.node-542 .news .views-field-title {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}

.node-542 .news .views-field-title a,
.node-542 .news .views-field-title a:active,
.node-542 .news .views-field-title a:visited {
  font-weight: 600;
  color: #000;
}

/* Office of the Dean Page mobile styles */
@media screen and (max-width: 600px) {
  .node-542 .news .col-md-4 {
    width: 90%;
  }
}

/* Global Experiences Page - node 543 */
.node-543 .programs h2 {
  color: #fff;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 5.5rem;
}

.node-543 .quotes .blog-heading {
  color: #cfb991;
}

.node-543 .quotes .blog-intro {
  color: #ccc;
  line-height: 1.5rem;
}

/* Global Experiences Page mobile styles */
@media screen and (max-width: 600px) {
  .node-543 .programs h2 {
    font-size: 4rem !important;
  }
}

/* Contact Info Page - node 668 */
@media screen and (max-width: 600px) {
  .node-668 .main-container table td {
    display: flex;
    flex-direction: column;
  }
}

/* Research News Page - node 682 */
.node-682 .views-field-title a {
  font-weight: bold;
  color: #000;
  font-size: 0.9rem;
}

/* Accreditation Landing Page - node 725 */
.node-725 .grid-wrap-border .col {
  padding-top: 0px !important;
}

.node-725 .grid-wrap-border .views-field-name a:link,
.node-725 .grid-wrap-border .views-field-name a:active,
.node-725 .grid-wrap-border .views-field-name a:visited {
  font-size: 1.3rem;
}

.node-725 .grid-wrap-border .views-field-field-accrediting-body-name {
  font-size: 0.8rem;
}

.node-725 .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.node-725 .logos img {
  width: 100%;
  height: 100%;
}

.node-725 .page__footer {
  margin-top: 0px !important;
}

/* Subject Area Pages - node 747, 1044, 1045, 1046, 1047, 1048  */
/* Hide site section on mobile */
@media screen and (max-width: 600px) {
  .node-747 .aviation-container h1 {
    font-size: 3rem;
  }

  .node-747 .soar-container {
    display: block;
  }

  .node-747 .text-section-soar {
    width: 100%;
  }

  .node-747 .job-titles {
    width: 100%;
    padding-top: 30px;
  }

  .node-747 .infographics {
    display: none;
  }

  .node-747 .feature-container .flex-container {
    display: block;
  }

  .node-747 .learn-more-wrapper {
    display: none;
  }

  .node-1044 .header h1 {
    font-size: 3rem;
  }

  .node-1044 .container2 {
    display: block;
  }

  .node-1044 .text-section-container2 {
    width: 100%;
  }

  .node-1044 .job-titles-container2 {
    width: 100%;
    padding-top: 30px;
  }

  .node-1044 .feature-container .flex-container {
    display: block;
  }

  .node-1044 .learn-more-wrapper {
    display: none;
  }

  .node-1045 .header h1 {
    font-size: 3rem;
  }

  .node-1045 .container2 {
    display: block;
  }

  .node-1045 .text-section-container2 {
    width: 100%;
  }

  .node-1045 .job-titles-container2 {
    width: 100%;
    padding-top: 30px;
  }

  .node-1045 .feature-container .flex-container {
    display: block;
  }

  .node-1045 .learn-more-wrapper {
    display: none;
  }

  .node-1046 .header h1 {
    font-size: 3rem;
  }

  .node-1046 .container2 {
    display: block;
  }

  .node-1046 .text-section-container2 {
    width: 100%;
  }

  .node-1046 .job-titles-container2 {
    width: 100%;
    padding-top: 30px;
  }

  .node-1046 .feature-container .flex-container {
    display: block;
  }

  .node-1046 .learn-more-wrapper {
    display: none;
  }

  .node-1047 .header h1 {
    font-size: 3rem;
  }

  .node-1047 .container2 {
    display: block;
  }

  .node-1047 .text-section-container2 {
    width: 100%;
  }

  .node-1047 .job-titles-container2 {
    width: 100%;
    padding-top: 30px;
  }

  .node-1047 .feature-container .flex-container {
    display: block;
  }

  .node-1047 .learn-more-wrapper {
    display: none;
  }

  .node-1048 .header h1 {
    font-size: 3rem;
  }

  .node-1048 .container2 {
    display: block;
  }

  .node-1048 .text-section-container2 {
    width: 100%;
  }

  .node-1048 .job-titles-container2 {
    width: 100%;
    padding-top: 30px;
  }

  .node-1048 .feature-container .flex-container {
    display: block;
  }

  .node-1048 .learn-more-wrapper {
    display: none;
  }
}

/* Army ROTC - node 858 */
.node-858 .contact .webform-button--submit {
  color: #000;
  border-color: #000;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  padding: 17px 26px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-top: 15px;
}

.node-858 .contact .webform-button--submit:hover {
  color: #cfb991;
  background-color: #000;
}

/* Research Centers - node 884 */
.node-884 .page__footer {
  margin-top: 0px !important;
}

@media screen and (max-width: 1000px) {
  .node-884 .layout-builder__layout img {
    display: none;
  }
}

/* Global Experiences list of programs - node 970 */
.node-970 .programs .filters {
  border-right: 1px solid #e4e4e4;
}

.node-970 .programs .filters .views-exposed-form .fieldgroup {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.node-970 .programs .filters .views-exposed-form .form-checkboxes {
  display: inline-grid;
}

.node-970 .programs .filters .views-exposed-form .form-composite legend {
  padding-bottom: 20px;
}

.node-970 .programs .filters .views-exposed-form label {
  font-size: 0.9rem;
  padding-bottom: 10px;
}

.node-970 .programs .filters .views-exposed-form input {
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #cfb991;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #ccc;
  border-radius: 0.15em;
}

.node-970 .filters .form-actions {
  display: block;
}

.node-970 .details .views-row {
  clear: both;
  padding-left: 20px;
}

.node-970 .details .views-row .field-content {
  display: inline;
}

.node-970 .details .views-row .views-field {
  padding-bottom: 10px;
}

.node-970 .details .views-row .views-field-title {
  padding-bottom: 15px;
}

.node-970 .details .views-row .contact-value svg {
  padding-right: 15px;
}

.node-970 .details .views-field-field-featured-image img {
  float: left;
  padding-right: 30px;
  padding-bottom: 40px;
}

/* Global Experiences Page mobile styles */
@media screen and (max-width: 600px) {
  .node-970 .checkbox input[type="checkbox"] {
    position: relative !important;
  }
}

/* Data Dashboard and Rankings - node 1098 */
.node-1098 .data .carousel {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1080px;
  overflow: hidden;
  display: flex;
}

.node-1098 .data .carousel {
  /* ... */
  ;
}

.node-1098 .data .carousel > * {
  flex: 0 0 100%;
}

.node-1098 .data .number {
  text-align: center;
  padding-right: 0px;
  padding-bottom: 0px;
  font-size: 1.2rem;
  font-weight: 700;
  font-variant: all-small-caps;
  text-align: center;
  padding-right: 0px;
  font-size: 4.4rem;
  color: #000;
  margin-bottom: 0 !important;
  text-shadow: 2px 2px 0px #cfb991;
}

.node-1098 .data .title {
  text-align: center;
  padding-right: 0px;
  padding-bottom: 0px;
  font-size: 1.2rem;
  font-weight: 700;
  font-variant: all-small-caps;
  color: #000;
}

/* Group the cards for better structure. */
.node-1098 .data .group {
  display: flex;
  gap: 20px;
  /* Add padding to the right to create a gap between the last and first card. */
  padding-right: 20px;
}

.node-1098 .data .card {
  width: 100%;
  color: white;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 20px 0;
  padding: 20px;
  font-size: xx-large;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  min-width: 200px;
}

.node-1098 .data .group {
  /* ... */
  will-change: transform;
  /* We should be nice to the browser - let it know what we're going to animate. */
  animation: scrolling 20s linear infinite;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.node-1098 .data .carousel {
  /* ... */
}

.node-1098 .data .carousel:hover .group {
  animation-play-state: paused;
}

/* enrollment section styles */
.node-1098 .enrollment .paragraph--type--image-and-card-carousel {
  padding-bottom: 0px !important;
}

.node-1098 .enrollment .image-carousel .blog-heading {
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif" !important;
  font-style: normal !important;
  text-transform: uppercase;
  border-bottom: 3px solid #cfb991;
  display: inline-block;
}

.node-1098 .enrollment .blog-intro {
  display: none;
}

.node-1098 .enrollment .title {
  font-size: 1.35rem;
  font-variant: all-small-caps;
  font-weight: 600;
}

.node-1098 .enrollment .gold-bar {
  border-bottom: 2px solid #cfb991;
}

.node-1098 .placement .field--name-body .container {
  border: 1px solid #ccc;
}

.node-1098 .placement .nav-stacked > li + li {
  margin-top: 0px !important;
}

.node-1098 .placement .nav-stacked > li {
  border-bottom: 1px solid #ccc;
}

.node-1098 .placement li.active {
  border-right-width: 0;
}

.node-1098 .placement li.active a {
  color: #000;
  background-color: #fff;
  border-radius: 0px;
}

.node-1098 .placement li a {
  color: #000;
  background-color: #eee;
  font-weight: 600;
  border-radius: 0px;
}

.node-1098 .placement li a:hover {
  background-color: #fff;
  border-radius: 0px;
}

.node-1098 .placement .placement-padding {
  padding-left: 30%;
  padding-right: 30%;
  padding-top: 40px;
}

.node-1098 .photo-quote .carousel {
  overflow: visible;
}

.node-1098 .page__footer {
  margin-top: 0px !important;
}

@media screen and (max-width: 600px) {
  .node-1098 .enrollment {
    background-image: none !important;
  }

  .node-1098 .enrollment .swiper p {
    text-align: center;
  }

  .node-1098 .placement h2 {
    padding-top: 80px;
  }

  .node-1098 .placement .placement-padding {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 20px;
  }

  .node-1098 .quotes h3 {
    font-size: 1.4rem !important;
  }

  .node-1098 .quotes .photo-quote .carousel-caption {
    padding-left: 0px !important;
  }

  .node-1098 .text-side-left.image-carousel .blog-carousel-wrapper {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .node-1098 .enrollment {
    padding-bottom: 200px;
    padding-top: 200px;
  }
}

/* Statewide Admissions - node 1312 */
@media screen and (max-width: 1000px) {
  .node-1312 .region-content .bg-gold .section-2-heading {
    font-size: 2.5rem !important;
  }

  .node-1312 .region-content .buttons-container {
    flex-direction: column;
    text-align: center;
  }

  .node-1312 .region-content .links-container {
    flex-direction: column !important;
  }
}

/* Statewide Current Students - node 1314 */
.node-1314 .current .col-md-6 .field--type-text-with-summary {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px #eee;
  border: 1px solid #eee;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  margin: 15px;
  min-height: 680px;
  border-radius: 4px;
}

.node-1314 .current .col-md-6 .field--type-text-with-summary .inner {
  margin-left: 20px;
  margin-right: 20px;
}

/* What's Next - node 1494 */
@media (min-width: 768px) {
  .node-1494 .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    height: 50px;
  }
}

.node-1494 .grid-wrap-border .views-exposed-form button {
  padding: 15px;
  margin-left: 20px;
}

.node-1494 .grid-wrap-border .views-exposed-form label {
  padding-bottom: 10px;
  font-weight: 600;
}

/* Homepage 2025 - node 1641 */
.node-1641 .header-graphic {
  height: 65vh;
}

.node-1641 .header-graphic .tagged-header-container {
  border-top: 0 !important;
  margin-left: 0 !important;
  margin-top: 50px;
  text-align: center;
}

.node-1641 .header-graphic .tagged-header-container .tagged-header {
  font-size: 1.5rem !important;
  background: #000;
  color: #cfb991;
}

.node-1641 .header-graphic h1 {
  color: #fff;
  font-size: 8rem;
  font-weight: 700;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  text-transform: uppercase;
  padding-top: 100px;
}

.node-1641 .header-graphic .tagline-outer {
  padding-left: 30%;
  padding-right: 30%;
}

.node-1641 .header-graphic .tagline {
  text-align: center;
  font-weight: 700;
  font-variant: all-small-caps;
  text-transform: lowercase;
  color: #000;
  background-color: #cdb991;
  line-height: 1;
  padding-top: 5px;
}

.node-1641 .header-graphic h3 {
  font-size: 3rem;
  color: #000;
}

.node-1641 .audiences .box {
  background-color: #cfb991;
  aspect-ratio: 16 / 9;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}

.node-1641 .audiences .double-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  min-height: 319px;
}

.node-1641 .audiences .black {
  background-color: #000;
}

.node-1641 .audiences .gold {
  background-color: #cfb991;
}

.node-1641 .audiences .locations {
  background-image: url(/sites/default/files/2025-06/anderson-homepage.jpg);
  background-size: cover;
}

.node-1641 .audiences .indianapolis {
  background-image: url(/sites/default/files/2025-06/indianapolis-homepage.jpg);
  background-size: cover;
}

.node-1641 .audiences .button {
  width: 70px;
}

.node-1641 .audiences h4 {
  font-size: 1.5rem;
  padding-bottom: 0px;
}

.node-1641 .audiences .top {
  margin-bottom: 24px;
}

.node-1641 .audiences .box .inner,
.node-1641 .audiences .double-box .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  flex-direction: column;
  flex: 0 1 auto;
  max-width: 318px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.node-1641 .audiences .dept img {
  filter: brightness(30%);
  border-radius: 4px;
  width: 264px;
  height: 319px;
}

.node-1641 .audiences .dept h4 {
  color: #cfb991;
}

.node-1641 .audiences .dept p {
  line-height: 1.2rem;
}

.node-1641 .audiences .dept a,
.node-1641 .audiences .dept a:visited {
  color: #fff;
  text-decoration: none;
}

.node-1641 .audiences .dept a:hover {
  color: #cfb991;
  text-decoration: underline;
}

.node-1641 .audiences .dept .carousel-caption {
  padding-bottom: 70px;
}

.node-1641 .audiences .carousel-inner > .item {
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.node-1641 .block-field-blocknodeflexible-contentbody p {
  font-size: 3rem;
  font-weight: 700;
  font-family: United Sans Condensed, Impact, Arial Black, "sans serif";
  text-transform: uppercase;
  line-height: 1.1;
}

.node-1641 .news .views-field-title a,
.node-1641 .news .views-field-title a:visited,
.node-1641 .news .views-field-title a:hover {
  color: #000;
  font-size: 1.05rem;
}

.node-1641 .grid-wrap-border .col-md-4 {
  border-radius: 4px;
}

.node-1641 .grid-wrap-border .col-md-4 img {
  border-radius: 4px 4px 0px 0px;
}

.node-1641 .events .view-id-events {
  padding-top: 24px;
}

.node-1641 .events .col {
  margin-bottom: 36px;
  border-left: 2px solid #000;
}

.node-1641 .events h4 {
  font-size: 3.5rem;
}

.node-1641 .events .views-field-title a,
.node-1641 .events .views-field-title a:active,
.node-1641 .events .views-field-title a:hover,
.node-1641 .events .views-field-title a:visited {
  color: #000;
}

/* homepage mobile styling */
@media screen and (max-width: 600px) {
  .node-1641 .header-graphic h1 {
    font-size: 4rem;
  }

  .node-1641 .header-graphic {
    height: 70vh;
  }

  .node-1641 .audiences .dept {
    padding-bottom: 30px;
  }

  .node-1641 .audiences .view-departments .col-md-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .node-1641 .elevator {
    display: none !important;
  }

  .node-1641 .whats-next {
    display: none !important;
  }

  .node-1641 .header-graphic .tagged-header-container {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .node-1641 .header-graphic .tagged-header-container .tagged-header {
    font-size: 1rem !important;
  }

  .node-1641 .audiences .dept img {
    width: revert-layer !important;
  }
}

/* 404 Page - node 1795 */
.node-1795 .main-container h4 {
  font-size: 10rem;
}

@media screen and (max-width: 600px) {
  .node-1795 .main-container h4 {
    font-size: 4rem !important;
  }
}

/********************************/
/*Backend Styling*/
/********************************/
/*CodeMirror source styles for layout builder text fields*/
.cm-s-midnight {
  background: #0F192A !important;
  color: #D1EDFF !important;
}

.ck-editor__main textarea {
  background: #0F192A !important;
  color: #D1EDFF !important;
}

/********************************/
/* Global Mobile Styling - Media Queries*/
/********************************/
@media screen and (max-width: 600px) {
  .region-navbar-full ul.menu {
    flex-direction: column;
  }

  .region-navbar-full .tbm-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .main-navbar .nav li.first {
    padding-left: 15px !important;
  }

  .region-header .logo img {
    max-width: 355px;
  }

  .main-container .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .page__header {
    display: block !important;
  }

  .site-section {
    display: none !important;
  }

  /* wrap footer sections */
  .page__footer .flexgrid {
    flex-flow: column;
    text-align: center;
  }

  .page__footer .flexgrid .col {
    padding-top: 20px;
  }

  .page__footer .flexgrid .col:first-of-type {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 1660px) {
  .purdue-container {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .img-text-block .img-wrapper {
    min-height: 300px;
  }

  .img-text-block .text-box {
    position: relative;
    right: auto;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 95%;
    padding: 30px 25px;
  }

  .img-text-block .text-box .heading {
    font-size: 45px;
    line-height: 48px;
  }

  .img-text-block .text-box .para {
    font-size: 18px;
    line-height: 21px;
  }

  .image-carousel .img-wrapper {
    min-height: 300px;
  }

  .image-carousel .blog-carousel-wrapper {
    position: relative;
    right: auto;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 92%;
    padding: 20px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .image-carousel .small-heading {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-carousel .cta-btn {
    margin-bottom: 40px;
  }

  .two-column-img-text-block .img-wrapper {
    min-height: 300px;
  }

  .two-column-img-text-block .small-heading {
    padding-top: 20px;
  }

  .two-column-img-text-block .content-wrapper {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 1440px) {
  .bg-img-text-wrapper .left-block {
    margin-left: 0px;
  }

  .bg-img-text-wrapper .cta-link {
    padding: 10px !important;
    margin: 20px 0 !important;
  }

  .two-column-text-img-slider .left-block .heading {
    font-size: 160px;
  }

  .two-column-text-img-slider .cta-link {
    padding: 10px !important;
    margin: 20px 0 !important;
  }

  .bg-heading-text-block .left-block .heading-wrap {
    max-width: 100%;
  }

  .bg-heading-text-block .left-block .heading-wrap span {
    padding: 4px !important;
  }
}

@media screen and (max-width: 1000px) {
  .bg-img-text-wrapper .left-block {
    width: 60%;
    margin: auto !important;
  }

  /* 3 and 4 column flex divs mobile fix to 100% */
  .grid-wrap-border .col-md-4,
  .grid-wrap-border-dark .col-md-4 {
    flex: 0 0 94%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .bg-img-text-wrapper .left-block {
    width: 100%;
    padding: 15px;
  }

  .bg-img-text-wrapper .left-block .heading {
    margin: 40px 0;
  }

  .bg-img-text-wrapper .left-block .para {
    font-size: 28px;
  }

  .two-column-text-img-slider .left-block {
    width: 100%;
  }

  .two-column-text-img-slider .left-block .heading {
    margin-bottom: 20px;
  }

  .two-column-text-img-slider .right-block {
    width: 100%;
  }

  .two-column-text-img-slider .right-block .img-wrapper {
    max-height: 600px;
  }

  .two-column-text-img-slider .right-block .img-wrapper .arrow-btn {
    width: 45px;
    height: 45px;
  }

  .two-column-text-img-slider .right-block .img-wrapper .arrow-btn.black-btn {
    bottom: 45px;
  }
}

@media screen and (max-width: 900px) {
  .two-column-text-img-slider .left-block .heading {
    font-size: 100px;
    line-height: 78px;
  }
}

@media screen and (max-width: 1200px) {
  .bg-heading-text-block .left-block .heading-wrap {
    max-width: 100%;
  }

  .bg-heading-text-block .left-block .heading-wrap span {
    font-size: 58px;
  }
}

@media (max-width: 900px) {
  .bg-heading-text-block .left-block {
    width: 100%;
    padding: 15px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 0.7em;
    color: #000;
    text-decoration: none;
    line-height: 1em;
    text-transform: uppercase;
    padding: 0.5rem;
    position: relative;
    top: 0.4em;
  }

  .navbar-expand-lg .navbar-nav .nav-link:hover {
    text-decoration: none;
  }

  .sticky-top.main-menu.bg-gold a {
    font-size: 0.8em;
    color: #000;
    text-decoration: none;
    line-height: 0.7em;
    text-transform: initial;
    padding: 0.3rem;
    position: relative;
    top: 0.4em;
  }
}

@media (min-width: 1020px) {
  .flex-grid .paragraph--type--complex-banner .row {
    width: 75%;
    margin: auto;
  }
}

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.region-navigation {
  display: flex;
}

.region-navigation a {
  font-size: 0.7em;
  color: #000;
  text-decoration: none;
  line-height: 1em;
  text-transform: uppercase;
  padding: 0.5rem;
  position: relative;
  top: 0.4em;
}

.region-navigation .svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}

.region-navigation .block--topbarsocialmedialinks a {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}

.region-navigation-collapsible {
  display: flex;
}

.region-navigation-collapsible a {
  font-size: 0.7em;
  color: #000;
  text-decoration: none;
  line-height: 1em;
  text-transform: uppercase;
  padding: 0.5rem;
  position: relative;
  top: 0.4em;
}

.region-navigation-collapsible .svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}

.region-navigation-collapsible .block--topbarsocialmedialinks a {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}

.navbar-header .region-navigation a {
  top: 0.2em;
  font-style: italic;
}

.region-header a.logo.navbar-btn {
  padding: 28px 0;
  display: flex;
}

#search-block-form .input-group-btn {
  display: none;
}

#search-block-form input.form-search {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.block--basic block--topbarsocialmedialinks {
  margin-top: -5px;
}

.layout-builder-add-block .form-submit {
  background-color: #cfb992;
  color: #000;
}

#drupal-off-canvas .control-label.option.active {
  color: #41A5FF;
}

#drupal-off-canvas .fieldgroup.blb_container_type .fieldset-wrapper > div > div .control-label.option.active .input-icon:after {
  background-color: #41A5FF;
}

/********************/
/* KK Style Updates */
/********************/
@media (max-width: 1024px) {
  .collapse {
    display: none;
  }

  .collapse.show {
    display: block;
  }
}

.region-header ul.menu--menu-landing-pages {
  display: none;
}

.navbar {
  margin-bottom: 0;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  margin: 20px 0;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

#navbarSupportedContent {
  margin-top: 10px;
}
