@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*General reusable 2 column*/
.Gu_2EqualLeft {
  float: left;
  width: 48%;
}

.Gu_2EqualRight {
  float: right;
  width: 50%;
}

.Gu_2_twentyPercent {
  float: left;
  margin-right: 2%;
  width: 20%;
}

.Gu_2_SeventyFivePercent {
  float: right;
  width: 75%;
}

.FullWidthContainer {
  width: 100%;
}

.ThreeColumn {
  width: 30%;
  margin-left: 2%;
  float: left;
}

.ThreeColumn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5%;
}

.field-name-field-kpu-event-location-link .field-items {
  display: inline-block;
}

/* ----- ORIENTATION CIRCLES AND THINGS! ----- */
.orientation-dots {
  background-image: url("/sites/default/files/orientation/dots_bg.jpg");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.orientation-circles {
  padding: 0;
  width: 364px;
  margin: 20px auto;
}

.orientation-circles li {
  list-style: none;
  display: inline-block;
  margin: 5px;
}

.orientation-circles a {
  display: table-cell;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 1px 1px #404040;
  padding: 10px;
}

.orientation-save {
  text-align: center;
  display: table-cell;
  background-color: #ee2e56;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  width: 123px;
  height: 123px;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 20px;
}

.orientation-dates-tbl {
  margin: 0;
}

.orientation-dates-tbl * {
  border: 0;
}

.orientation-dates-tbl th {
  font-weight: bold;
  background: none;
  border-bottom: 1px solid #CCC;
}

.btn-circle {
  display: table-cell;
  background-color: #98022e;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  font-size: 20px;
  padding: 10px;
  color: #FFF;
}

.btn-circle:hover {
  color: #FFF;
}

.orientation-circle-1 {
  background-color: #4bc18b;
}

.orientation-circle-2 {
  background-color: #dee446;
}

.orientation-circle-3 {
  background-color: #f15172;
}

.orientation-circle-4 {
  background-color: #378dc7;
}

.orientation-circle-5 {
  background-color: #f15c28;
}

.orientation-circles a:hover {
  background-color: #98022e;
  -ms-transform: scale(1.3);
      transform: scale(1.3);
}

.orientation-section-1:before, .orientation-section-2:before, .orientation-section-3:before, .orientation-section-4:before, .orientation-section-5:before {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-left: -70px;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  margin-top: 5px;
}

.orientation-section-1:before {
  content: "1";
  background-color: #8cc641;
}

.orientation-section-2:before {
  content: "2";
  background-color: #f15c28;
}

.orientation-section-3:before {
  content: "3";
  background-color: #98022e;
}

.orientation-section-4:before {
  content: "4";
  background-color: #2e3192;
}

.orientation-section-5:before {
  content: "5";
  background-color: #f16f97;
}

.orientation-section-1, .orientation-section-2, .orientation-section-3, .orientation-section-4, .orientation-section-5 {
  padding-left: 70px;
}

/* ----- ORIENTATION END ----- */
/* Menu Highlight */
/* Form Elements */
/* Experts */
.view-kpu-expert .views-row {
  margin-bottom: 24px;
}

.view-kpu-expert .views-field-field-people-bio-dept {
  text-transform: capitalize;
}

.view-kpu-expert .views-field .views-label {
  float: left;
  margin-right: 5px;
  font-weight: bold;
}

.view-kpu-expert .views-exposed-form .views-exposed-widget {
  float: none;
  padding: .5em 1em 0 0;
  display: inline-block;
  width: 47%;
  vertical-align: top;
}

.view-kpu-expert .view-filters {
  background-color: #EEE;
  padding: 10px;
}

.view-kpu-expert .view-filters .chosen-drop li.active-result:last-child {
  display: none;
}

#policy-search {
  background: #EEE;
  border-radius: 3px;
  display: block;
  padding: 10px;
  position: relative;
}

#policy-search input[type=submit] {
  border: none;
  position: absolute;
  right: 13px;
  height: 34px;
  padding: 0 20px;
  background-color: #98022e;
  color: #FFF;
  font-weight: bold;
  border-radius: 3px;
  margin-top: 3px;
  width: 34px;
  background: url(/sites/all/themes/kwantlen/img/icon_search-btn.png) center center no-repeat;
  text-indent: -9999em;
  top: 10px;
}

#policy-search input[type=text] {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
}

#policy-search label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.view-kpu-policy caption {
  font-size: 18px;
  color: #98022e;
  margin-bottom: 10px;
  margin-top: 10px;
}

.view-kpu-policy th:first-child {
  width: 150px;
}

.view-kpu-policy th:last-child {
  width: 150px;
}

.view-kpu-policy th {
  font-size: 12px;
}

.view-kpu-policy .views-table th {
  background-color: #EEE;
}

/*Calendar View*/
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background: #EEE;
}

.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  background: #CCC;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  background: #CCC;
}

.view-calendar {
  margin-top: 20px;
}

.view-calendar .view-content {
  padding-bottom: 20px;
}

.calendar-calendar {
  margin: 0;
}

.calendar-calendar .month-view {
  box-shadow: 0 0 10px #CCC;
}

.calendar-calendar thead {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

.calendar-calendar thead tr {
  background: none;
}

.calendar-calendar th.days {
  background: #CCC;
  border: none;
  padding: 5px 0;
  color: #000;
  font-weight: bold;
}

.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  line-height: normal;
}

.view-kpu-events-calendar .date-nav-wrapper {
  margin: 0;
  width: auto;
}

.view .date-nav-wrapper .date-nav .date-heading h3 a {
  color: #FFF;
}

.view-kpu-events-calendar .date-nav-wrapper .date-nav .date-heading {
  width: auto;
  padding: 5px;
  margin: 0;
  height: auto;
  border-radius: 5px;
  background: #404040;
  color: #FFF;
}

.view-kpu-events-calendar .date-nav-wrapper .date-nav .date-prev {
  left: 7px;
  top: 7px;
}

.view-kpu-events-calendar .date-nav-wrapper .date-nav .date-next {
  right: 7px;
  top: 7px;
}

.view-kpu-events-calendar .date-nav-wrapper .date-nav .date-prev a,
.view-kpu-events-calendar .date-nav-wrapper .date-nav .date-next a {
  width: 60px;
  border: none;
  height: auto;
  border-radius: 5px;
}

.calendar-calendar .month-view .full td .inner div.day,
.calendar-calendar .month-view .full td .inner div.day a {
  background: #DDD;
  color: #fff;
  line-height: 25px;
  border-radius: 50%;
  padding: 0;
  width: 25px;
  height: 25px;
  color: #333;
}

.calendar-calendar .month-view .full td.date-box.today .inner div.day a {
  background: #98022e;
  color: #fff;
}

.calendar-calendar .month-view .full td.date-box.today {
  border-color: #333;
}

.calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: 2px solid #333;
}

.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today {
  border-left: 2px solid #333;
  border-right: 2px solid #333;
}

.view .date-nav-wrapper ul.pagination {
  margin: 0 !important;
  padding: 0 !important;
}

.view .date-nav-wrapper a span {
  display: none;
}

.view .date-nav-wrapper a {
  font-weight: bold;
  font-family: "Open Sans", Helvetica Neue, Arial, sans-serif;
}

.view .date-nav-wrapper {
  width: auto;
  padding: 5px 5px 0 10px;
  margin: 0;
  height: 44px;
  border-radius: 5px;
  background: #404040;
  color: #FFF;
}

.view .date-nav-wrapper h3 {
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.view .date-nav-wrapper h3 a {
  color: #FFF;
}

@media screen and (min-width: 660px) {
  .accordion.pathway .path-1 {
    border-right: solid 142px #3e3e40;
    margin-right: 1px;
    width: 85.7%;
  }
  .accordion.pathway .path-3 {
    border-right: solid 140px #3e3e40;
    width: 85.9%;
  }
  .accordion.pathway .path-2 {
    border-left: solid 140px #3e3e40;
  }
  .accordion.pathway .path-4 {
    border-left: solid 140px #3e3e40;
  }
}

.pathway .ui-accordion-header {
  margin: 0;
  padding: 0;
}

.pathway .ui-accordion-header.ui-state-default:before {
  display: none;
}

.accordion.pathway {
  margin-bottom: 0;
}

/*Program Declaration Page*/
.Program-Declaration-Page-block {
  width: 44%;
  float: left;
}

.Program-Declaration-Page-block.PDPCenterImage {
  width: 10%;
}

.Gu_2EqualLeft {
  float: left;
  margin-right: 2%;
  width: 48%;
}

.Gu_2EqualRight {
  float: right;
  width: 50%;
}

@media screen and (max-width: 480px) {
  .Program-Declaration-Page-block {
    width: 100%;
  }
  .PDPCenterImage {
    width: 100% !important;
    text-align: center;
  }
  .Gu_2EqualLeft, .Gu_2EqualRight, .Gu_2_thirtyPercent, .Gu_2_SeventyPercent, .Gu_2_twentyPercent, .Gu_2_SeventyFivePercent, .ThreeColumn {
    width: 100%;
    margin-bottom: 2%;
    margin-left: 0;
  }
}

/*End of Program Declaration Page*/
.media-gallery {
  margin-bottom: 20px;
}

.media-item {
  box-shadow: 0 0 5px 3px #eee;
  box-sizing: border-box;
  display: inline-block;
  height: 200px;
  text-align: center;
  vertical-align: top;
  width: 212px;
  margin: 5px;
  padding: 20px;
  background: #fff;
}

.media-item:hover {
  box-shadow: 0 0 5px 3px #ccc;
}

.media-title {
  line-height: normal;
  font-weight: bold;
  height: 40px;
  font-size: 12px;
}

.media-title a:hover {
  text-decoration: none;
}

.media-date {
  color: #a1a1a4;
}

.media-date:before {
  content: "DATE:";
  padding-right: 5px;
}

.media-image {
  display: inline-block;
  height: 96px;
  line-height: 96px;
}

.media-image img {
  vertical-align: middle;
  max-height: 70px;
  width: 172px;
}

.radio label,
.checkbox label,
.form-radios label,
.form-checkboxes label {
  padding: 0;
  margin: 0;
}

.webform-grid .radio, .webform-grid .checkbox {
  display: table-cell;
}

.webform-grid .radio input[type="radio"],
.webform-grid .radio-inline input[type="radio"],
.webform-grid .checkbox input[type="checkbox"],
.webform-grid .checkbox-inline input[type="checkbox"] {
  float: none;
  margin: 0;
}

.field-name-field-people-bio-scholarly-work .field-item {
  margin-bottom: 20px;
}

.node-type-people-bio .region-second-top .pane-node-body,
.node-type-people-bio .region-second-top .pane-node-field-people-bio-courses-taught {
  clear: both;
}

table.zebra th {
  background-color: #000;
  color: #FFF;
}

table.zebra tr:nth-child(odd) {
  background: #d9d9d9;
}

table.zebra tr:nth-child(even) {
  background: #a6a6a6;
}

.webform-container-inline .form-control {
  float: left;
  margin-right: 1%;
}

/*.form-item, .form-actions {
  overflow: auto;
}*/
/*
div[class*="pane-aggregator-feed"] h2 {
font-size: 16px;
font-weight: bold;
margin:0 0 5px 0;
border-bottom: solid 1px #CCC;
padding-bottom: 5px;
}
*/
div[class*="pane-aggregator-feed"] h2:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f143 ";
  padding-left: 5px;
  text-decoration: none;
  color: #ff9800;
}

div[class*="pane-aggregator-feed"] ul {
  margin: 0;
  padding: 0;
}

div[class*="pane-aggregator-feed"] li {
  border-bottom: dotted 1px #CCC;
  padding: 5px 0 5px 0;
}

div[class*="pane-aggregator-feed"] li.last {
  border: 0;
}

div[class*="pane-aggregator-feed"] .more-link {
  display: none;
}

/* END RSS PANELS */
#boxes-box-footer-mdr-links .boxes-box-content a.mail:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0e0";
  padding-right: 10px;
  text-decoration: none;
}

.payment-info {
  font-size: 12px;
  padding: 3px;
}

.payment-method a {
  color: #FFF;
  text-decoration: underline;
}

.payment-method a:hover {
  text-decoration: none;
}

.payment-info:before {
  content: "/";
  padding-right: 5px;
  text-decoration: none;
  display: inline-block;
}

.payment-method {
  background-color: #404040;
  color: #FFF;
  margin-bottom: 20px;
  min-height: 188px;
  padding: 0 20px 20px 20px;
}

.payment-title {
  background-color: #98022E;
  padding: 10px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: -20px;
  margin-right: -20px;
  font-size: 20px;
}

.payment-icon {
  display: none;
  float: left;
  width: 188px;
  height: 188px;
  background-color: #FFF;
  border-radius: 50%;
  border: 5px solid #98022E;
  margin-left: -114px;
  margin-right: 20px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .payment-method {
    margin-left: 94px;
    margin-right: 20px;
  }
  .payment-title {
    margin-right: -40px;
  }
  .payment-icon {
    display: inline-block;
  }
}

#webstation-wrapper {
  position: relative;
  max-width: 100%;
  float: left;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}

.webstation-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 376px;
  height: 150px;
  border: 2px solid #ccc;
}

.webstation-item img {
  display: block;
  min-height: 100%;
  width: 100%;
}

.webstation-item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  /* Makes sure the link   doesn't get underlined */
  z-index: 10;
  /* raises anchor tag above everything else in div */
  background-color: white;
  /*workaround to make clickable in IE */
  opacity: 0;
  /*workaround to make clickable in IE */
  filter: alpha(opacity=1);
  /*workaround to make clickable in IE */
}

.webstation-content {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  margin: 5px;
  padding: 5px 10px;
  color: #FFF;
  text-shadow: 1px 1px #000;
}

.webstation-content p {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.webstation-content ul {
  margin: 0 !important;
  padding: 0;
}

.main-content table th {
  background-color: #EEE;
}

.level {
  padding: 10px;
  background-color: #fcebdb;
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  width: 200px;
  border: 2px solid #98120f;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  vertical-align: top;
  min-height: 430px;
}

.level-title {
  font-size: 12px;
  padding: 0;
  margin: 0;
  line-height: normal;
  background-color: #98120f;
  display: block;
  padding: 5px;
  margin: -10px -10px 10px -10px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  border-radius: 6px 6px 0 0;
}

.level ul:first-of-type {
  min-height: 100px;
}

.level li {
  line-height: 20px;
}

.boxes-item {
  position: relative;
  display: inline-block;
  width: 46%;
  border: 2px solid #CCC;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  vertical-align: top;
  margin-right: 1em;
  margin-bottom: 1em;
}

@media (max-width: 989px) {
  .boxes-item {
    width: 100%;
  }
}

.boxes-content {
  padding: 10px;
}

.boxes-content p {
  font-weight: bold;
  color: #98022e;
  border-bottom: 2px solid #CCC;
}

.boxes-item > a {
  background-color: white;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10;
}

.boxes-item img {
  display: block;
  min-height: 100%;
  width: 100%;
}

button.btn[id*="upload-button"][value="Upload"] {
  display: none;
}

.card-block {
  margin-bottom: 20px;
}

.card-block a {
  z-index: 1;
}

.pane-success-story-panel-feature-story {
  position: relative;
  margin-top: 15px;
}

.pane-success-story-panel-feature-story h2 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #98022e;
}

.sub-heading {
  text-transform: uppercase;
  font-weight: bold;
  color: #404040;
}

.pane-success-story-panel-feature-story a,
.full-story a,
.read-all {
  width: 132px;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-weight: bold;
}

.pane-success-story-panel-feature-story a:hover,
.full-story a:hover,
.read-all:hover {
  border: 2px solid #98022e;
  text-decoration: none;
  background-color: #98022e;
  color: #FFF;
}

.full-story a {
  margin-top: 10px;
  color: #FFF;
  border: 2px solid #FFF;
}

.full-story a:hover {
  color: #000;
  border: 2px solid #FFF;
  background-color: #FFF;
}

.featured {
  position: absolute;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-weight: bold;
  top: 0;
  margin: 0;
  color: #FFF;
}

.story-filter {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  padding: 20px;
  margin: 20px 0px;
}

.story-filter .pane-content,
.story-filter p {
  padding: 0;
  margin: 0;
}

.story-filter a {
  text-transform: none;
  margin-right: 20px;
  display: inline-block;
}

.story-filter a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f007";
  text-align: center;
  line-height: 32px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #98022e;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  margin: 0 5px;
}

.story-filter a.all:before {
  content: "\f067";
}

.story-filter a.faculty:before {
  content: "\f0b1";
}

.story-filter a.alumni:before {
  content: "\f005";
}

.story-header {
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px;
}

.story-header .story-caption {
  left: 15px;
  font-size: 1.5em;
}

.story-header .story-caption h3 {
  font-size: 2em;
  font-weight: bold;
}

.story {
  position: relative;
  max-height: 285px;
  overflow: hidden;
  margin-bottom: 30px;
}

.story-caption {
  position: absolute;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  bottom: 0;
  margin: 0;
  color: #FFF;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  opacity: 1;
}

.story h3, .story p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.story h3 {
  font-weight: bold;
  font-size: 14px;
}

.pane-success-story-panel-related-stories .story h3,
.alumni-newsletter-column .story h3 {
  font-size: 14px;
}

.full-story {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  min-height: 285px;
  overflow: hidden;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  opacity: 0;
  width: 100%;
}

.story:hover .full-story {
  opacity: 1;
}

.story:hover .story-caption {
  opacity: 0;
}

.node-type-success-story .pane-node-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.feature-img-vid {
  padding-right: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.more-stories {
  border-top: dotted 1px #CCC;
  margin-top: 30px;
  clear: both;
}

.alumni-newsletter-column h2 {
  font-weight: bold;
  font-size: 18px;
  color: #98022e;
  line-height: normal;
}

.more-stories .pane-title {
  margin-left: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #98022e;
}

.node-type-success-story .text-center {
  clear: both;
}

@media (max-width: 768px) {
  .story-caption,
  .full-story {
    position: static;
  }
  .full-story {
    opacity: 1;
    padding: 10px;
    min-height: auto;
  }
  .story {
    max-height: initial;
  }
  .story:hover .story-caption {
    opacity: 1;
  }
}

.node-type-success-story ul.pagination {
  margin-top: 0 !important;
}

.btn-outline,
.success-related-links a {
  display: inline-block;
  padding: 10px;
  border: solid 2px #CCC;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.btn-outline:hover,
.success-related-links a:hover {
  border: solid 2px #98022e;
  text-decoration: none;
  background-color: #98022e;
  color: #FFF;
}

.node-type-success-story h1 {
  font-size: 25px;
  color: #98022e;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  line-height: normal;
}

.panel-default > .panel-heading {
  display: block;
  font-weight: bold;
  color: #98022e;
}

legend {
  line-height: normal;
}

span.nolink {
  padding: 5px;
}

.view-news-events-widget .views-field-title,
.view-news-events-widget .views-field-body,
.view-news-events-widget .views-field-view-node,
.view-news-events-widget .views-field-field-kpu-event-date,
.view-news-listing-page .views-field-title,
.view-news-listing-page .views-row .views-field-body,
.view-news-listing-page .views-field-view-node,
.view-news-listing-page .views-row .news-event-date {
  margin-left: 110px;
}

.view-news-listing-page .views-row .views-field-field-news-image {
  margin: 0;
  margin-top: -20px;
}

.view-news-events-widget .views-row .news-event-image {
  margin-top: -20px;
}

/*a[href^="mailto"] {
    text-transform: lowercase;
  }*/
.speech {
  background: #e1e1e1 repeat scroll 0 0;
  border-radius: 10px;
  margin: 3em 0 2em;
  padding: 15px;
  position: relative;
}

.speech:after {
  border-color: #e1e1e1 transparent;
  border-style: solid;
  border-width: 20px 0 0 20px;
  bottom: -20px;
  content: "";
  display: block;
  left: 20px;
  position: absolute;
  width: 0;
}

@media (min-width: 991px) {
  .pane-menu-menu-kpu-header-menu {
    text-align: center;
    max-width: 220px;
    margin-right: 20px;
    float: right;
  }
  .pane-menu-menu-kpu-header-menu li {
    width: 100px;
  }
}

.carousel .field-name-field-slider-title-1 span, .carousel .field-name-field-slider-title-2 span, .carousel .field-name-field-slider-description span {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  word-break: normal;
}

.pane-node-field-people-bio-photo {
  float: left;
}

.pane-node-field-people-bio-email,
.pane-node-field-people-bio-phone-vm,
.pane-node-field-people-bio-phone-s,
.pane-node-field-people-bio-phone-r,
.pane-node-field-people-bio-office-s,
.pane-node-field-people-bio-office-r,
.pane-node-field-people-bio-url,
.pane-node-field-people-bio-on-leave,
.pane-node-field-people-bio-phone,
.pane-node-field-people-bio-phone-vm {
  height: 1.5em;
}

.pane-node-field-people-bio-on-leave {
  font-weight: bold;
  font-style: italic;
  color: #9d261d;
  height: auto;
}

.title-small .pane-title {
  font-size: 18px;
  font-weight: bold;
}

.form-none {
  display: none;
}

.view-food-hub .views-label {
  font-weight: bold;
}

h2 small {
  font-size: 14px;
}

/*
  @media (min-width: 1024px)
  .page-home .view-campuses-block .views-row {
  width: 18% !important;
}

/*

/*Move thumbnails lower on mobile devices*/
@media only screen and (max-device-width: 767px) {
  ol.carousel-indicators {
    bottom: -10px !important;
  }
}

/*End of Move thumbnails lower on mobile devices*/
/*Responsive Iframe Video*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*End of Responsive Iframe Video*/
/*PopUP*/
.view-display-id-panel_pane_14 td:first-child {
  width: 20%;
}

.humans-banner {
  height: 403px;
  margin-top: 15px;
}

.instashow-popup-media-info-description {
  word-break: normal;
}

.humans-banner p {
  font-size: 2vmax;
}

@media screen and (max-width: 1300px) and (min-width: 1000px) {
  #slot4 {
    display: none;
  }
  #slot1, #slot2, #slot3 {
    width: 33%;
  }
}

/*menu gradiant fix*/
@media (min-width: 1024px) {
  body.two-sidebars #content-wrapper .page, body.sidebar-first #content-wrapper .page, body.node-type-kpu-landing-page #content-wrapper .kpu-bootstrap-main {
    background-size: 24.2%;
  }
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  background-color: #64071c;
  border-color: #64071c;
}

.node-type-fhub-policy a {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.btn-outline-primary {
  background-color: #98002e;
  color: #FFF;
  border-color: #98002e;
}

.btn-outline-primary:hover,
.btn-outline-secondary:hover {
  background-color: #b7bac1;
  color: #000;
  border-color: #b7bac1;
}

.btn-outline-secondary {
  background-color: #313946;
  color: #FFF;
  border-color: #313946;
}

/*Social Sharing*/
.share-entry {
  padding: 0;
  margin: 0 0 0 -1%;
  font-size: 0.9em;
}

.share-entry li {
  display: inline;
  margin-left: 1%;
  font-weight: bold;
}

.share-entry a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  padding-right: 10px;
  text-decoration: none;
  display: inline-block;
}

.share-entry a {
  display: inline-block;
  padding: 0px 10px;
  text-align: center;
  color: #FFF;
  border-radius: 4px;
}

.share-entry .fb {
  background: #3b5998;
}

.share-entry .fb:before {
  content: "\f09a";
}

.share-entry .tw {
  background: #00aced;
}

.share-entry .tw:before {
  content: "\f099";
}

.share-entry .lin {
  background: #007bb5;
}

.share-entry .lin:before {
  content: "\f0e1";
}

.share-entry .mail {
  background: #b7bac1;
}

.share-entry .mail:before {
  content: "\f0e0";
}

.pane-node-title,
.pane-node-title h1,
.pane-node-title .pane-content {
  /*margin-bottom: 0px !important;*/
  margin-top: 0px !important;
}

.blog-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  margin-bottom: 30px;
  border: solid 1px #ccc;
  text-shadow: 1px 1px #CCC;
}

.blog-card img {
  min-height: 300px;
  text-align: center;
}

.blog-post-date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.9);
}

.blog-card-body {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.9);
}

.blog-title {
  font-weight: bold;
}

.form-control {
  padding: 0px 4px;
}

input[type="file"] {
  height: 32px;
}

.blog-banner .row {
  background: #ebebeb;
}

.blog-banner p {
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
  line-height: normal;
}

.blog-banner p:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f09e";
  padding-right: 5px;
  text-decoration: none;
  color: #98002e;
}

.view-add-to-calendar {
  clear: both;
}

.blog-post {
  background-color: #FFF;
  margin-bottom: 30px;
  padding: 10px 30px 15px 30px;
  border: solid 1px #dbd9d6;
}

.blog-post__title {
  font-weight: bold;
}

.blog-post__date:before {
  font-family: FontAwesome;
  content: "\F073";
  padding-right: 5px;
}

.blog-post__more {
  text-align: right;
  margin-bottom: 30px;
}

.blog-post__link:before {
  content: '+ ';
}

.blog-post__link {
  text-transform: uppercase;
  font-weight: bold;
}

.blog-post__teaser {
  border-top: solid 1px #dbd9d6;
  padding-top: 30px;
}

.blog-post__meta:before {
  font-family: FontAwesome;
  content: "\F02C";
  padding-right: 5px;
}

.blog-post__meta {
  padding: 15px 30px;
  background-color: #f1f1f1;
  margin: 0 -30px -15px -30px;
}

.blog-post__meta a:nth-child(2):before {
  content: "/";
  margin-right: 3px;
  text-decoration: none;
  display: inline-block;
  color: #000;
}

.blog-post__img {
  margin-bottom: 30px;
}

.blog-post__img--thumb {
  float: left;
  margin: 0px 30px 30px 0px;
  padding: 0px;
  width: 200px;
  height: auto;
}

/* Mixins
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* Variables
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../../assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 780px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 1022px;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

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

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

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

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

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

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

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

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
  transition-property: opacity;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.9s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 1px;
  text-indent: -999px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, #boxes-box-footer-contact-details:before, .view-events .views-row:before,
.view-news-events-widget .views-row:before,
.view-news-listing-page .views-row:before, .pane-news-events-widget .view-news-events-widget .views-row:before, blockquote.quotation:before, blockquote.quotation .quotation-text:before, .clearfix:after, #boxes-box-footer-contact-details:after, .view-events .views-row:after,
.view-news-events-widget .views-row:after,
.view-news-listing-page .views-row:after, .pane-news-events-widget .view-news-events-widget .views-row:after, blockquote.quotation:after, blockquote.quotation .quotation-text:after {
  content: " ";
  display: table;
}

.clearfix:after, #boxes-box-footer-contact-details:after, .view-events .views-row:after,
.view-news-events-widget .views-row:after,
.view-news-listing-page .views-row:after, .pane-news-events-widget .view-news-events-widget .views-row:after, blockquote.quotation:after, blockquote.quotation .quotation-text:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1024px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.clearfix, #boxes-box-footer-contact-details, .view-events .views-row,
.view-news-events-widget .views-row,
.view-news-listing-page .views-row, .pane-news-events-widget .view-news-events-widget .views-row, blockquote.quotation, blockquote.quotation .quotation-text {
  *zoom: 1;
}

.clearfix:before, #boxes-box-footer-contact-details:before, .view-events .views-row:before,
.view-news-events-widget .views-row:before,
.view-news-listing-page .views-row:before, .pane-news-events-widget .view-news-events-widget .views-row:before, blockquote.quotation:before, blockquote.quotation .quotation-text:before, .clearfix:after, #boxes-box-footer-contact-details:after, .view-events .views-row:after,
.view-news-events-widget .views-row:after,
.view-news-listing-page .views-row:after, .pane-news-events-widget .view-news-events-widget .views-row:after, blockquote.quotation:after, blockquote.quotation .quotation-text:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after, #boxes-box-footer-contact-details:after, .view-events .views-row:after,
.view-news-events-widget .views-row:after,
.view-news-listing-page .views-row:after, .pane-news-events-widget .view-news-events-widget .views-row:after, blockquote.quotation:after, blockquote.quotation .quotation-text:after {
  clear: both;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}

.list-node-title, .view-events .views-row .views-field-title h3,
.view-events .views-row .news-event-title,
.view-news-events-widget .views-row .views-field-title h3,
.view-news-events-widget .views-row .news-event-title,
.view-news-listing-page .views-row .views-field-title h3,
.view-news-listing-page .views-row .news-event-title, .view-people-directory .views-field-field-profile-name a {
  color: #C41F4A;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
}

.list-node-body, .view-events .views-row .views-field-body,
.view-news-events-widget .views-row .views-field-body,
.view-news-listing-page .views-row .views-field-body, .view-events.featured-news .views-field-body,
.view-news-events-widget.featured-news .views-field-body,
.view-news-listing-page.featured-news .views-field-body, .pane-news-events-widget .view-news-events-widget .views-field-body, .view-people-directory .views-row {
  font-size: 13px;
  line-height: 1.3;
}

.node-img-style, .node-type-event .pane-node-field-event-image img, .node-type-profile .region-content .pane-node-field-profile-picture {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border: 5px solid #fff;
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome-webfont.eot?v=3.2.1");
  src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em;
}

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571429em;
  text-align: right;
  padding-right: 0.2857142857em;
}

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714286em;
}

.icons-ul {
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.icons-ul > li {
  position: relative;
}

.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
  line-height: inherit;
}

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}

.icon-muted {
  color: #eeeeee;
}

.icon-light {
  color: white;
}

.icon-dark {
  color: #333333;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}

.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}

.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}

.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}

.icon-5x.icon-border {
  border-width: 5px;
  border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}

.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "";
}

.icon-music:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-envelope-alt:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-star-empty:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-film:before {
  content: "";
}

.icon-th-large:before {
  content: "";
}

.icon-th:before {
  content: "";
}

.icon-th-list:before {
  content: "";
}

.icon-ok:before {
  content: "";
}

.icon-remove:before {
  content: "";
}

.icon-zoom-in:before {
  content: "";
}

.icon-zoom-out:before {
  content: "";
}

.icon-power-off:before,
.icon-off:before {
  content: "";
}

.icon-signal:before {
  content: "";
}

.icon-gear:before,
.icon-cog:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-file-alt:before {
  content: "";
}

.icon-time:before {
  content: "";
}

.icon-road:before {
  content: "";
}

.icon-download-alt:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-inbox:before {
  content: "";
}

.icon-play-circle:before {
  content: "";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-list-alt:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-headphones:before {
  content: "";
}

.icon-volume-off:before {
  content: "";
}

.icon-volume-down:before {
  content: "";
}

.icon-volume-up:before {
  content: "";
}

.icon-qrcode:before {
  content: "";
}

.icon-barcode:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-tags:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-print:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-font:before {
  content: "";
}

.icon-bold:before {
  content: "";
}

.icon-italic:before {
  content: "";
}

.icon-text-height:before {
  content: "";
}

.icon-text-width:before {
  content: "";
}

.icon-align-left:before {
  content: "";
}

.icon-align-center:before {
  content: "";
}

.icon-align-right:before {
  content: "";
}

.icon-align-justify:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-indent-left:before {
  content: "";
}

.icon-indent-right:before {
  content: "";
}

.icon-facetime-video:before {
  content: "";
}

.icon-picture:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-map-marker:before {
  content: "";
}

.icon-adjust:before {
  content: "";
}

.icon-tint:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-move:before {
  content: "";
}

.icon-step-backward:before {
  content: "";
}

.icon-fast-backward:before {
  content: "";
}

.icon-backward:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-pause:before {
  content: "";
}

.icon-stop:before {
  content: "";
}

.icon-forward:before {
  content: "";
}

.icon-fast-forward:before {
  content: "";
}

.icon-step-forward:before {
  content: "";
}

.icon-eject:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-plus-sign:before {
  content: "";
}

.icon-minus-sign:before {
  content: "";
}

.icon-remove-sign:before {
  content: "";
}

.icon-ok-sign:before {
  content: "";
}

.icon-question-sign:before {
  content: "";
}

.icon-info-sign:before {
  content: "";
}

.icon-screenshot:before {
  content: "";
}

.icon-remove-circle:before {
  content: "";
}

.icon-ok-circle:before {
  content: "";
}

.icon-ban-circle:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "";
}

.icon-resize-full:before {
  content: "";
}

.icon-resize-small:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-asterisk:before {
  content: "";
}

.icon-exclamation-sign:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-leaf:before {
  content: "";
}

.icon-fire:before {
  content: "";
}

.icon-eye-open:before {
  content: "";
}

.icon-eye-close:before {
  content: "";
}

.icon-warning-sign:before {
  content: "";
}

.icon-plane:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-random:before {
  content: "";
}

.icon-comment:before {
  content: "";
}

.icon-magnet:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-retweet:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

.icon-folder-close:before {
  content: "";
}

.icon-folder-open:before {
  content: "";
}

.icon-resize-vertical:before {
  content: "";
}

.icon-resize-horizontal:before {
  content: "";
}

.icon-bar-chart:before {
  content: "";
}

.icon-twitter-sign:before {
  content: "";
}

.icon-facebook-sign:before {
  content: "";
}

.icon-camera-retro:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-gears:before,
.icon-cogs:before {
  content: "";
}

.icon-comments:before {
  content: "";
}

.icon-thumbs-up-alt:before {
  content: "";
}

.icon-thumbs-down-alt:before {
  content: "";
}

.icon-star-half:before {
  content: "";
}

.icon-heart-empty:before {
  content: "";
}

.icon-signout:before {
  content: "";
}

.icon-linkedin-sign:before {
  content: "";
}

.icon-pushpin:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-signin:before {
  content: "";
}

.icon-trophy:before {
  content: "";
}

.icon-github-sign:before {
  content: "";
}

.icon-upload-alt:before {
  content: "";
}

.icon-lemon:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-unchecked:before,
.icon-check-empty:before {
  content: "";
}

.icon-bookmark-empty:before {
  content: "";
}

.icon-phone-sign:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-github:before {
  content: "";
}

.icon-unlock:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-rss:before {
  content: "";
}

.icon-hdd:before {
  content: "";
}

.icon-bullhorn:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-certificate:before {
  content: "";
}

.icon-hand-right:before {
  content: "";
}

.icon-hand-left:before {
  content: "";
}

.icon-hand-up:before {
  content: "";
}

.icon-hand-down:before {
  content: "";
}

.icon-circle-arrow-left:before {
  content: "";
}

.icon-circle-arrow-right:before {
  content: "";
}

.icon-circle-arrow-up:before {
  content: "";
}

.icon-circle-arrow-down:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-wrench:before {
  content: "";
}

.icon-tasks:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-fullscreen:before {
  content: "";
}

.icon-group:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-cloud:before {
  content: "";
}

.icon-beaker:before {
  content: "";
}

.icon-cut:before {
  content: "";
}

.icon-copy:before {
  content: "";
}

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "";
}

.icon-save:before {
  content: "";
}

.icon-sign-blank:before {
  content: "";
}

.icon-reorder:before {
  content: "";
}

.icon-list-ul:before {
  content: "";
}

.icon-list-ol:before {
  content: "";
}

.icon-strikethrough:before {
  content: "";
}

.icon-underline:before {
  content: "";
}

.icon-table:before {
  content: "";
}

.icon-magic:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-pinterest-sign:before {
  content: "";
}

.icon-google-plus-sign:before {
  content: "";
}

.icon-google-plus:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-caret-up:before {
  content: "";
}

.icon-caret-left:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.icon-columns:before {
  content: "";
}

.icon-sort:before {
  content: "";
}

.icon-sort-down:before {
  content: "";
}

.icon-sort-up:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "";
}

.icon-legal:before {
  content: "";
}

.icon-dashboard:before {
  content: "";
}

.icon-comment-alt:before {
  content: "";
}

.icon-comments-alt:before {
  content: "";
}

.icon-bolt:before {
  content: "";
}

.icon-sitemap:before {
  content: "";
}

.icon-umbrella:before {
  content: "";
}

.icon-paste:before {
  content: "";
}

.icon-lightbulb:before {
  content: "";
}

.icon-exchange:before {
  content: "";
}

.icon-cloud-download:before {
  content: "";
}

.icon-cloud-upload:before {
  content: "";
}

.icon-user-md:before {
  content: "";
}

.icon-stethoscope:before {
  content: "";
}

.icon-suitcase:before {
  content: "";
}

.icon-bell-alt:before {
  content: "";
}

.icon-coffee:before {
  content: "";
}

.icon-food:before {
  content: "";
}

.icon-file-text-alt:before {
  content: "";
}

.icon-building:before {
  content: "";
}

.icon-hospital:before {
  content: "";
}

.icon-ambulance:before {
  content: "";
}

.icon-medkit:before {
  content: "";
}

.icon-fighter-jet:before {
  content: "";
}

.icon-beer:before {
  content: "";
}

.icon-h-sign:before {
  content: "";
}

.icon-plus-sign-alt:before {
  content: "";
}

.icon-double-angle-left:before {
  content: "";
}

.icon-double-angle-right:before {
  content: "";
}

.icon-double-angle-up:before {
  content: "";
}

.icon-double-angle-down:before {
  content: "";
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-angle-up:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

.icon-desktop:before {
  content: "";
}

.icon-laptop:before {
  content: "";
}

.icon-tablet:before {
  content: "";
}

.icon-mobile-phone:before {
  content: "";
}

.icon-circle-blank:before {
  content: "";
}

.icon-quote-left:before {
  content: "";
}

.icon-quote-right:before {
  content: "";
}

.icon-spinner:before {
  content: "";
}

.icon-circle:before {
  content: "";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "";
}

.icon-github-alt:before {
  content: "";
}

.icon-folder-close-alt:before {
  content: "";
}

.icon-folder-open-alt:before {
  content: "";
}

.icon-expand-alt:before {
  content: "";
}

.icon-collapse-alt:before {
  content: "";
}

.icon-smile:before {
  content: "";
}

.icon-frown:before {
  content: "";
}

.icon-meh:before {
  content: "";
}

.icon-gamepad:before {
  content: "";
}

.icon-keyboard:before {
  content: "";
}

.icon-flag-alt:before {
  content: "";
}

.icon-flag-checkered:before {
  content: "";
}

.icon-terminal:before {
  content: "";
}

.icon-code:before {
  content: "";
}

.icon-reply-all:before {
  content: "";
}

.icon-mail-reply-all:before {
  content: "";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "";
}

.icon-location-arrow:before {
  content: "";
}

.icon-crop:before {
  content: "";
}

.icon-code-fork:before {
  content: "";
}

.icon-unlink:before {
  content: "";
}

.icon-question:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-exclamation:before {
  content: "";
}

.icon-superscript:before {
  content: "";
}

.icon-subscript:before {
  content: "";
}

.icon-eraser:before {
  content: "";
}

.icon-puzzle-piece:before {
  content: "";
}

.icon-microphone:before {
  content: "";
}

.icon-microphone-off:before {
  content: "";
}

.icon-shield:before {
  content: "";
}

.icon-calendar-empty:before {
  content: "";
}

.icon-fire-extinguisher:before {
  content: "";
}

.icon-rocket:before {
  content: "";
}

.icon-maxcdn:before {
  content: "";
}

.icon-chevron-sign-left:before {
  content: "";
}

.icon-chevron-sign-right:before {
  content: "";
}

.icon-chevron-sign-up:before {
  content: "";
}

.icon-chevron-sign-down:before {
  content: "";
}

.icon-html5:before {
  content: "";
}

.icon-css3:before {
  content: "";
}

.icon-anchor:before {
  content: "";
}

.icon-unlock-alt:before {
  content: "";
}

.icon-bullseye:before {
  content: "";
}

.icon-ellipsis-horizontal:before {
  content: "";
}

.icon-ellipsis-vertical:before {
  content: "";
}

.icon-rss-sign:before {
  content: "";
}

.icon-play-sign:before {
  content: "";
}

.icon-ticket:before {
  content: "";
}

.icon-minus-sign-alt:before {
  content: "";
}

.icon-check-minus:before {
  content: "";
}

.icon-level-up:before {
  content: "";
}

.icon-level-down:before {
  content: "";
}

.icon-check-sign:before {
  content: "";
}

.icon-edit-sign:before {
  content: "";
}

.icon-external-link-sign:before {
  content: "";
}

.icon-share-sign:before {
  content: "";
}

.icon-compass:before {
  content: "";
}

.icon-collapse:before {
  content: "";
}

.icon-collapse-top:before {
  content: "";
}

.icon-expand:before {
  content: "";
}

.icon-euro:before,
.icon-eur:before {
  content: "";
}

.icon-gbp:before {
  content: "";
}

.icon-dollar:before,
.icon-usd:before {
  content: "";
}

.icon-rupee:before,
.icon-inr:before {
  content: "";
}

.icon-yen:before,
.icon-jpy:before {
  content: "";
}

.icon-renminbi:before,
.icon-cny:before {
  content: "";
}

.icon-won:before,
.icon-krw:before {
  content: "";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-file-text:before {
  content: "";
}

.icon-sort-by-alphabet:before {
  content: "";
}

.icon-sort-by-alphabet-alt:before {
  content: "";
}

.icon-sort-by-attributes:before {
  content: "";
}

.icon-sort-by-attributes-alt:before {
  content: "";
}

.icon-sort-by-order:before {
  content: "";
}

.icon-sort-by-order-alt:before {
  content: "";
}

.icon-thumbs-up:before {
  content: "";
}

.icon-thumbs-down:before {
  content: "";
}

.icon-youtube-sign:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-xing:before {
  content: "";
}

.icon-xing-sign:before {
  content: "";
}

.icon-youtube-play:before {
  content: "";
}

.icon-dropbox:before {
  content: "";
}

.icon-stackexchange:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-flickr:before {
  content: "";
}

.icon-adn:before {
  content: "";
}

.icon-bitbucket:before {
  content: "";
}

.icon-bitbucket-sign:before {
  content: "";
}

.icon-tumblr:before {
  content: "";
}

.icon-tumblr-sign:before {
  content: "";
}

.icon-long-arrow-down:before {
  content: "";
}

.icon-long-arrow-up:before {
  content: "";
}

.icon-long-arrow-left:before {
  content: "";
}

.icon-long-arrow-right:before {
  content: "";
}

.icon-apple:before {
  content: "";
}

.icon-windows:before {
  content: "";
}

.icon-android:before {
  content: "";
}

.icon-linux:before {
  content: "";
}

.icon-dribbble:before {
  content: "";
}

.icon-skype:before {
  content: "";
}

.icon-foursquare:before {
  content: "";
}

.icon-trello:before {
  content: "";
}

.icon-female:before {
  content: "";
}

.icon-male:before {
  content: "";
}

.icon-gittip:before {
  content: "";
}

.icon-sun:before {
  content: "";
}

.icon-moon:before {
  content: "";
}

.icon-archive:before {
  content: "";
}

.icon-bug:before {
  content: "";
}

.icon-vk:before {
  content: "";
}

.icon-weibo:before {
  content: "";
}

.icon-renren:before {
  content: "";
}

/*.container{
  
  @include container(show);
  @include susy-grid-background;
  
  // mobile tweaks
  max-width: none;
  .container {
    padding: 0;
  }  
  &:after {
    content: "";
    display: table;
    clear: both;
  }
}

@include footer-unfloat-elements();*/
/*@media (min-width: $layout-narrow){ //use breakpoint($variable-name) if using "Breakpoint"
  .container{
    @include container;
    @include susy-grid-background;
  }
}*/
/*@media (min-width: $layout-tablet){ //use breakpoint($variable-name) if using "Breakpoint"
  @include tablet-variables;
  
  .container{
    @include container;
    @include susy-grid-background;
    //@include panels-grid-ready($total-columns);
  }
}*/
/*@media (min-width: $layout-computer){ //use breakpoint($variable-name) if using "Breakpoint"
  @include desktop-variables;
  
  .container{
    @include container;
    max-width: $container-width;
    @include susy-grid-background;
    @include panels-grid-ready($total-columns);
    
    .container {
      @include reset-container();
    }
  }

  // magic starts here, sort of - structural things & floats
  @include header-float-elements();
  @include content-float-elements();
  @include footer-float-elements($total-columns); // float footer now
}*/
/*@media (min-width: $layout-wide){ //use breakpoint($variable-name) if using "Breakpoint"
  @include desktop-wide-variables;
  
  .container{
    @include container;
    @include susy-grid-background;
    @include panels-grid-ready($total-columns);

    // Block specific grid setting overrides in here.

  }
}*/
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 24px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  /*white-space: pre-wrap;*/
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 24px;
}

pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

table {
  width: 100%;
  margin-bottom: 24px;
}

table th,
table td {
  padding: 8px;
  line-height: 24px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

table thead th {
  vertical-align: bottom;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}

table tbody + tbody {
  border-top: 2px solid #ddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}

table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table tbody tr.success td {
  background-color: #dff0d8;
}

.table tbody tr.error td {
  background-color: #f2dede;
}

.table tbody tr.warning td {
  background-color: #fcf8e3;
}

.table tbody tr.info td {
  background-color: #d9edf7;
}

.table tbody tr tbody tr.warning td {
  background-color: #fcf8e3;
}

.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img {
  max-width: none;
}

audio,
canvas,
video {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

.btn-group {
  position: relative;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  font-size: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}

.btn-toolbar .btn-group {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 11px;
}

.btn-group > .btn-small {
  font-size: 12px;
}

.btn-group > .btn-large {
  font-size: 16px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

.dropup .btn-large .caret {
  border-bottom: 5px solid #000;
  border-top: 0;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.btn-group-vertical {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  border-radius: 0;
}

.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

.btn-group-vertical .btn:first-child {
  border-radius: 4px 4px 0 0;
}

.btn-group-vertical .btn:last-child {
  border-radius: 0 0 4px 4px;
}

.btn-group-vertical .btn-large:first-child {
  border-radius: 6px 6px 0 0;
}

.btn-group-vertical .btn-large:last-child {
  border-radius: 0 0 6px 6px;
}

.btn {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  *line-height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  border-radius: 4px;
  *margin-left: .3em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active, .btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active, .btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled, .btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 2px;
}

.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 22px;
}

.btn-small [class^="icon-"] {
  margin-top: 0;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 21px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
  border-color: #0044cc #0044cc #002b80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003cb3;
}

.btn-primary:active, .btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}

.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #9d261d;
  border-radius: 0;
}

.btn-link:hover {
  color: #5c1611;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333;
  text-decoration: none;
}

.alert-default {
  padding: 8px 35px 8px 14px;
  margin-bottom: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #FEFAD5;
  border: 1px solid #E3C900;
  color: #9C955F;
  display: block;
}

.alert-default h4 {
  margin: 0;
}

.alert-default .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 24px;
}

.alert-success {
  padding: 8px 35px 8px 14px;
  margin-bottom: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #FEFAD5;
  border: 1px solid #E3C900;
  color: #9C955F;
  display: block;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-success h4 {
  margin: 0;
}

.alert-success .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 24px;
}

.alert-danger,
.alert-error {
  padding: 8px 35px 8px 14px;
  margin-bottom: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #FEFAD5;
  border: 1px solid #E3C900;
  color: #9C955F;
  display: block;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
  margin: 0;
}

.alert-danger .close,
.alert-error .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 24px;
}

.alert-info {
  padding: 8px 35px 8px 14px;
  margin-bottom: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #FEFAD5;
  border: 1px solid #E3C900;
  color: #9C955F;
  display: block;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-info h4 {
  margin: 0;
}

.alert-info .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 24px;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 11px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 24px;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #fff;
  background-color: #08c;
  background-color: #0081c2;
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #08c;
  background-color: #0081c2;
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999;
}

.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

.typeahead {
  margin-top: 2px;
  border-radius: 4px;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.nav {
  margin-left: 0;
  margin-bottom: 24px;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #9d261d;
}

.nav-list [class^="icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 11px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #fff;
  background-color: #9d261d;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  border-top-color: #9d261d;
  border-bottom-color: #9d261d;
  margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret {
  border-top-color: #5c1611;
  border-bottom-color: #5c1611;
}

/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
  border-color: #999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eee #ddd #eee #eee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee #ddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

.nav > .disabled > a {
  color: #999;
}

.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

.pagination {
  height: 48px;
  margin: 24px 0;
}

.pagination ul {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 0 14px;
  line-height: 46px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-radius: 3px 0 0 3px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-radius: 0 3px 3px 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pager {
  margin: 24px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager a,
.pager span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next a,
.pager .next span {
  float: right;
}

.pager .previous a {
  float: left;
}

.pager .disabled a,
.pager .disabled a:hover,
.pager .disabled span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

.label,
.badge {
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}

.label {
  padding: 1px 4px 2px;
  border-radius: 3px;
}

.badge {
  padding: 9px;
  border-radius: 100px;
  display: inline-block;
  font-size: 15px;
}

a.label:hover, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-important, .badge-important {
  background-color: #b94a48;
}

.label-important[href], .badge-important[href] {
  background-color: #953b39;
}

.label-warning, .badge-warning {
  background-color: #f89406;
}

.label-warning[href], .badge-warning[href] {
  background-color: #c67605;
}

.label-success, .badge-success {
  background-color: #468847;
}

.label-success[href], .badge-success[href] {
  background-color: #356635;
}

.label-info, .badge-info {
  background-color: #3a87ad;
}

.label-info[href], .badge-info[href] {
  background-color: #2d6987;
}

.label-inverse, .badge-inverse {
  background-color: #333;
}

.label-inverse[href], .badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

.accordion {
  margin-bottom: 24px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/*//
// Carousel
// --------------------------------------------------


.carousel {
  position: relative;
  margin-bottom: $baseLineHeight;
  line-height: 1;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel {

  .item {
    display: none;
    position: relative;
    @include transition(.6s ease-in-out left);
  }

  // Account for jankitude on images
  .item > img {
    display: block;
    line-height: 1;
  }

  .active,
  .next,
  .prev { display: block; }

  .active {
    left: 0;
  }

  .next,
  .prev {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .next {
    left: 100%;
  }
  .prev {
    left: -100%;
  }
  .next.left,
  .prev.right {
    left: 0;
  }

  .active.left {
    left: -100%;
  }
  .active.right {
    left: 100%;
  }

}

// Left/right controls for nav
// ---------------------------

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: $white;
  text-align: center;
  background: $grayDarker;
  border: 3px solid $white;
  @include border-radius(23px);
  @include opacity(0.5);

  // we can't have this transition here
  // because webkit cancels the carousel
  // animation if you trip this while
  // in the middle of another animation
  // ;_;
  // @include transition(opacity .2s linear);

  // Reposition the right one
  &.right {
    left: auto;
    right: 15px;
  }

  // Hover state
  &:hover {
    color: $white;
    text-decoration: none;
    @include opacity(0.9);
  }
}


// Caption for text below images
// -----------------------------

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: $grayDark;
  background: rgba(0,0,0,.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: $white;
  line-height: $baseLineHeight;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}*/
.action-btn {
  display: block;
  width: 155px;
  border: 1px solid #6d121b;
  line-height: 35px;
  border-radius: 3px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  height: 35px;
  margin: 0 0 25px;
  clear: left;
}

.action-btn:hover {
  text-decoration: none;
  color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}

.action-btn:active, .action-btn:focus {
  background: #811b26;
}

.action-btn:active .action-btn-light, .action-btn:focus .action-btn-light {
  border-color: #811b26;
}

.action-btn .action-btn-light {
  border-radius: 3px;
}

.action-btn .action-btn-icon {
  width: 35px;
  height: 35px;
  text-align: center;
  float: left;
  margin: -2px 0 0;
  padding: 0 0 0 2px;
}

.action-btn .action-btn-icon:before {
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -o-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  line-height: 38px;
  font-size: 18px;
}

.action-btn .action-btn-link {
  margin: -2px 0 0;
  padding: 0 0 0 10px;
  height: 35px;
  float: left;
  font-size: 12px;
  font-weight: 300;
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -o-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.action-btn .action-btn-link .bold {
  font-weight: 600;
}

.action-btn.black {
  background-color: #424042;
  background: linear-gradient(#424042, #292729);
}

.action-btn.black .action-btn-light {
  border-top: 2px solid #575557;
}

.action-btn.black .action-btn-icon {
  border-right: 1px solid black;
}

.action-btn.black .action-btn-link {
  border-left: 1px solid #575557;
}

.action-btn.black:focus, .action-btn.black:active {
  background: #292729;
}

.action-btn.black:focus .action-btn-light, .action-btn.black:active .action-btn-light {
  border-color: #292729;
}

.action-btn.red {
  background-color: #9b303e;
  background: linear-gradient(#9b303e, #811b26);
}

.action-btn.red .action-btn-light {
  border-top: 2px solid #ae5a66;
}

.action-btn.red .action-btn-icon {
  border-right: 1px solid #6d121b;
}

.action-btn.red .action-btn-link {
  border-left: 1px solid #ae5a66;
}

.action-btn.red:focus, .action-btn.red:active {
  background: #811b26;
}

.action-btn.red:focus .action-btn-light, .action-btn.red:active .action-btn-light {
  border-color: #811b26;
}

.action-btn.apply .action-btn-icon:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.action-btn.register .action-btn-icon:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.oldie .action-btn.black {
  background-color: #424042;
}

.oldie .action-btn.red {
  background-color: #9b303e;
}

.sharethis-wrapper .stButton,
.sharethis-wrapper a,
.social-media-links .stButton,
.social-media-links a,
.social-media .boxes-box-content .stButton,
.social-media .boxes-box-content a {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 16px;
  width: 16px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
  line-height: 16px;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #61111A;
  background-color: #e4365f;
  background-image: linear-gradient(to bottom, #F8366A, #C6364F);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF8366A', endColorstr='#FFC6364F', GradientType=0);
  color: #65121C;
}

.sharethis-wrapper .stButton:hover,
.sharethis-wrapper a:hover,
.social-media-links .stButton:hover,
.social-media-links a:hover,
.social-media .boxes-box-content .stButton:hover,
.social-media .boxes-box-content a:hover {
  text-decoration: none;
  background: #F8366A;
}

.sharethis-wrapper .stButton:after,
.sharethis-wrapper a:after,
.social-media-links .stButton:after,
.social-media-links a:after,
.social-media .boxes-box-content .stButton:after,
.social-media .boxes-box-content a:after {
  font-size: 12px;
}

.sharethis-wrapper .stButton.addthis_button_facebook:after, .sharethis-wrapper .stButton.facebook:after,
.sharethis-wrapper a.addthis_button_facebook:after,
.sharethis-wrapper a.facebook:after,
.social-media-links .stButton.addthis_button_facebook:after,
.social-media-links .stButton.facebook:after,
.social-media-links a.addthis_button_facebook:after,
.social-media-links a.facebook:after,
.social-media .boxes-box-content .stButton.addthis_button_facebook:after,
.social-media .boxes-box-content .stButton.facebook:after,
.social-media .boxes-box-content a.addthis_button_facebook:after,
.social-media .boxes-box-content a.facebook:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.sharethis-wrapper .stButton.addthis_button_twitter:after, .sharethis-wrapper .stButton.twitter:after,
.sharethis-wrapper a.addthis_button_twitter:after,
.sharethis-wrapper a.twitter:after,
.social-media-links .stButton.addthis_button_twitter:after,
.social-media-links .stButton.twitter:after,
.social-media-links a.addthis_button_twitter:after,
.social-media-links a.twitter:after,
.social-media .boxes-box-content .stButton.addthis_button_twitter:after,
.social-media .boxes-box-content .stButton.twitter:after,
.social-media .boxes-box-content a.addthis_button_twitter:after,
.social-media .boxes-box-content a.twitter:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.sharethis-wrapper .stButton.linkedin:after,
.sharethis-wrapper a.linkedin:after,
.social-media-links .stButton.linkedin:after,
.social-media-links a.linkedin:after,
.social-media .boxes-box-content .stButton.linkedin:after,
.social-media .boxes-box-content a.linkedin:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.sharethis-wrapper .stButton.google:after,
.sharethis-wrapper a.google:after,
.social-media-links .stButton.google:after,
.social-media-links a.google:after,
.social-media .boxes-box-content .stButton.google:after,
.social-media .boxes-box-content a.google:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.sharethis-wrapper .stButton.youtube:after,
.sharethis-wrapper a.youtube:after,
.social-media-links .stButton.youtube:after,
.social-media-links a.youtube:after,
.social-media .boxes-box-content .stButton.youtube:after,
.social-media .boxes-box-content a.youtube:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.sharethis-wrapper .stButton.addthis_button_compact:after, .sharethis-wrapper .stButton.sharethis:after,
.sharethis-wrapper a.addthis_button_compact:after,
.sharethis-wrapper a.sharethis:after,
.social-media-links .stButton.addthis_button_compact:after,
.social-media-links .stButton.sharethis:after,
.social-media-links a.addthis_button_compact:after,
.social-media-links a.sharethis:after,
.social-media .boxes-box-content .stButton.addthis_button_compact:after,
.social-media .boxes-box-content .stButton.sharethis:after,
.social-media .boxes-box-content a.addthis_button_compact:after,
.social-media .boxes-box-content a.sharethis:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.sharethis-wrapper .stButton.addthis_button_google_plusone_share:after, .sharethis-wrapper .stButton.gplus:after,
.sharethis-wrapper a.addthis_button_google_plusone_share:after,
.sharethis-wrapper a.gplus:after,
.social-media-links .stButton.addthis_button_google_plusone_share:after,
.social-media-links .stButton.gplus:after,
.social-media-links a.addthis_button_google_plusone_share:after,
.social-media-links a.gplus:after,
.social-media .boxes-box-content .stButton.addthis_button_google_plusone_share:after,
.social-media .boxes-box-content .stButton.gplus:after,
.social-media .boxes-box-content a.addthis_button_google_plusone_share:after,
.social-media .boxes-box-content a.gplus:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.sharethis-wrapper .stButton.addthis_button_instagram:after, .sharethis-wrapper .stButton.instagram:after,
.sharethis-wrapper a.addthis_button_instagram:after,
.sharethis-wrapper a.instagram:after,
.social-media-links .stButton.addthis_button_instagram:after,
.social-media-links .stButton.instagram:after,
.social-media-links a.addthis_button_instagram:after,
.social-media-links a.instagram:after,
.social-media .boxes-box-content .stButton.addthis_button_instagram:after,
.social-media .boxes-box-content .stButton.instagram:after,
.social-media .boxes-box-content a.addthis_button_instagram:after,
.social-media .boxes-box-content a.instagram:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.addthis_toolbox span,
.addthis_toolbox .at16nc,
.addthis_toolbox .at300bs {
  background: none !important;
  display: none;
  float: none !important;
}

.addthis_toolbox.addthis_default_style .at300b,
.addthis_toolbox.addthis_default_style .at300bo,
.addthis_toolbox.addthis_default_style .at300m {
  padding: 0 !important;
  float: none !important;
}

.addthis_toolbox .addthis_counter {
  display: none !important;
}

.atm {
  display: none !important;
}

#at3win {
  left: 2.5% !important;
}

#block-panels-mini-header-elements--2,
#block-panels-mini-header-elements {
  margin: 10px 0;
}

#block-panels-mini-header-elements--2 .sharethis-wrapper,
#block-panels-mini-header-elements--2 .social-media .boxes-box-content,
#block-panels-mini-header-elements .sharethis-wrapper,
#block-panels-mini-header-elements .social-media .boxes-box-content {
  display: none;
}

.pane-menu-menu-kpu-header-menu {
  padding: 1em 0;
  text-align: left;
}

.pane-menu-menu-kpu-header-menu li {
  width: 100%;
}

@media (min-width: 900px) {
  .pane-menu-menu-kpu-header-menu {
    text-align: center;
    max-width: 200px;
    margin-right: 20px;
  }
  .pane-menu-menu-kpu-header-menu li {
    width: 90px;
    text-align: left;
  }
}

.pane-menu-menu-kpu-header-menu .pane-content ul,
.pane-menu-menu-kpu-header-menu nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.pane-menu-menu-kpu-header-menu .pane-content ul li,
.pane-menu-menu-kpu-header-menu nav ul li {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

.pane-menu-menu-kpu-header-menu .pane-content ul li,
.pane-menu-menu-kpu-header-menu nav ul li {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 0.5em;
}

.pane-menu-menu-kpu-header-menu .pane-content ul li a,
.pane-menu-menu-kpu-header-menu nav ul li a {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  text-shadow: 0 1px #4e1119;
  padding: 0px;
}

.pane-menu-menu-kpu-header-menu .pane-content ul li a:hover,
.pane-menu-menu-kpu-header-menu nav ul li a:hover {
  background-color: transparent;
  text-decoration: underline;
}

#boxes-box-footer-contact-details {
  color: #999999;
  font-weight: 100;
}

#boxes-box-footer-contact-details span {
  display: block;
}

#boxes-box-footer-contact-details .general-information-content,
#boxes-box-footer-contact-details .admissions-content,
#boxes-box-footer-contact-details .mailing-content {
  color: #CCCCCC;
  font-size: 22px;
  font-weight: 600;
}

#boxes-box-footer-contact-details .mailing-content {
  font-size: 14px;
}

#boxes-box-footer-contact-details .general-information-container,
#boxes-box-footer-contact-details .admissions-container,
#boxes-box-footer-contact-details .mailing-container {
  margin-bottom: 0.5em;
}

#boxes-box-footer-mdr-links {
  margin-top: 2em;
}

#boxes-box-footer-mdr-links .boxes-box-content a {
  float: left;
  width: 50%;
  display: block;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  *line-height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #48484a;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  border-bottom-color: #3c3c3d;
  border-radius: 4px;
  *margin-left: .3em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background: transparent;
  background-color: #555557;
  background-color: #5d5d5f;
  background-image: linear-gradient(to bottom, #626264, #555557);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF626264', endColorstr='#FF555557', GradientType=0);
  color: white;
  padding: 8px 24px;
  border-radius: 1px;
  text-shadow: none;
  font-weight: bold;
  line-height: 1;
  padding: 12px 30px;
  font-size: 13px;
  box-sizing: border-box;
  text-align: left;
  padding: 14px 15px;
}

#boxes-box-footer-mdr-links .boxes-box-content a:first-child {
  *margin-left: 0;
}

#boxes-box-footer-mdr-links .boxes-box-content a:hover {
  color: #333;
  text-decoration: none;
  background-color: #3c3c3d;
  *background-color: #2f2f30;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

#boxes-box-footer-mdr-links .boxes-box-content a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#boxes-box-footer-mdr-links .boxes-box-content a.active, #boxes-box-footer-mdr-links .boxes-box-content a:active {
  background-color: #3c3c3d;
  background-color: #2f2f30 \9;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#boxes-box-footer-mdr-links .boxes-box-content a.disabled, #boxes-box-footer-mdr-links .boxes-box-content a[disabled] {
  cursor: default;
  background-color: #3c3c3d;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

#boxes-box-footer-mdr-links .boxes-box-content a:after {
  font-size: 16px;
}

#boxes-box-footer-mdr-links .boxes-box-content a:hover {
  background: #555557;
  color: white;
}

#boxes-box-footer-mdr-links .boxes-box-content a.mykwantlen:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  padding-right: 10px;
  text-decoration: none;
}

#boxes-box-footer-mdr-links .boxes-box-content a.student-life:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  padding-right: 10px;
  text-decoration: none;
}

#boxes-box-footer-mdr-links .boxes-box-content a.library:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  padding-right: 10px;
  text-decoration: none;
}

#boxes-box-footer-mdr-links .boxes-box-content a.teaching:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  padding-right: 10px;
  text-decoration: none;
}

#boxes-box-footer-mdr-links .boxes-box-content a.research:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  padding-right: 10px;
  text-decoration: none;
}

#boxes-box-footer-mdr-links .boxes-box-content a.faculty-staff:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  padding-right: 10px;
  text-decoration: none;
}

#mini-panel-footer_elements .col-lg-12 {
  background: url(../../img/bg_footer-skyline.png) center top no-repeat;
  margin: 0 -10px;
  padding-top: 5px;
}

#mini-panel-footer_elements .col-lg-12 .bottom-inner {
  margin: 4em 0 0 0;
  position: relative;
  padding: 20px 20px 0 80px;
  background-image: url("../../img/bg_footer-logo.png");
  background-size: 60px auto;
  background-position: 10px bottom;
  background-repeat: no-repeat;
  background-color: #2d2d2e;
  min-height: 80px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #mini-panel-footer_elements .col-lg-12 .bottom-inner {
    background-image: url("../../img/bg_footer-logo@2x.png");
  }
}

#block-panels-mini-footer-elements .sharethis-wrapper,
#block-panels-mini-footer-elements .social-media .boxes-box-content {
  text-align: right;
}

#block-panels-mini-footer-elements .sharethis-wrapper .stButton,
#block-panels-mini-footer-elements .sharethis-wrapper a,
#block-panels-mini-footer-elements .social-media .boxes-box-content .stButton,
#block-panels-mini-footer-elements .social-media .boxes-box-content a {
  height: 40px;
  width: 40px !important;
  line-height: 40px;
  border-radius: 6px;
  margin-left: 5px;
  background-color: #fafafa;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
  color: #2e2d2e;
}

#block-panels-mini-footer-elements .sharethis-wrapper .stButton .chicklets,
#block-panels-mini-footer-elements .sharethis-wrapper a .chicklets,
#block-panels-mini-footer-elements .social-media .boxes-box-content .stButton .chicklets,
#block-panels-mini-footer-elements .social-media .boxes-box-content a .chicklets {
  background: none !important;
  color: #2e2d2e;
  width: 40px;
  line-height: 35px;
}

#block-panels-mini-footer-elements .sharethis-wrapper .stButton .chicklets:after, #block-panels-mini-footer-elements .sharethis-wrapper .stButton:after,
#block-panels-mini-footer-elements .sharethis-wrapper a .chicklets:after,
#block-panels-mini-footer-elements .sharethis-wrapper a:after,
#block-panels-mini-footer-elements .social-media .boxes-box-content .stButton .chicklets:after,
#block-panels-mini-footer-elements .social-media .boxes-box-content .stButton:after,
#block-panels-mini-footer-elements .social-media .boxes-box-content a .chicklets:after,
#block-panels-mini-footer-elements .social-media .boxes-box-content a:after {
  font-size: 32px;
}

.pane-menu-menu-kpu-footer-menu {
  display: none;
}

.pane-menu-menu-kpu-footer-menu .pane-content ul,
.pane-menu-menu-kpu-footer-menu nav ul {
  margin: 0;
}

.pane-menu-menu-kpu-footer-menu .pane-content ul li,
.pane-menu-menu-kpu-footer-menu nav ul li {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 20px;
}

.pane-menu-menu-kpu-footer-menu .pane-content ul li a,
.pane-menu-menu-kpu-footer-menu nav ul li a {
  font-size: 11px;
  text-transform: uppercase;
}

.pane-menu-menu-kpu-footer-menu .pane-content ul li a:hover,
.pane-menu-menu-kpu-footer-menu nav ul li a:hover {
  background: none;
  text-decoration: underline;
}

#boxes-box-footer-copyright {
  margin: 15px 0 0 0;
  padding: 5px 0 0 0;
  border-top: 1px dotted #585758;
  text-align: right;
}

#boxes-box-footer-copyright .boxes-box-content {
  font-size: 10px;
  color: #999999;
}

@media (min-width: 1024px) {
  #block-panels-mini-header-elements--2,
  #block-panels-mini-header-elements {
    margin: 30px 0 30px 0;
  }
  #block-panels-mini-header-elements--2 .panel-pane,
  #block-panels-mini-header-elements .panel-pane {
    float: right;
  }
  #block-panels-mini-header-elements--2 .form-search,
  #block-panels-mini-header-elements .form-search {
    margin-top: -2px;
    float: right;
  }
  #block-panels-mini-header-elements--2 .form-search input.search-query,
  #block-panels-mini-header-elements .form-search input.search-query {
    background: #5F0C14;
    border: 1px solid #580B11;
    border-top-color: #460A0C;
    border-left-color: #540C10;
    box-shadow: 0 3px 4px #520B11 inset;
    height: 32px;
    line-height: 32px;
    width: 230px;
    color: #B4AEB0;
    font-style: italic;
    box-sizing: border-box;
    padding: 0 34px 0 10px;
  }
  #block-panels-mini-header-elements--2 .form-search input[type="submit"],
  #block-panels-mini-header-elements .form-search input[type="submit"] {
    position: absolute;
    height: 32px;
    line-height: 32px;
    width: 32px;
    right: 0;
  }
  #block-panels-mini-header-elements--2 .form-search label input[type="radio"],
  #block-panels-mini-header-elements .form-search label input[type="radio"] {
    margin-right: 5px;
  }
  #block-panels-mini-header-elements--2 .sharethis-wrapper,
  #block-panels-mini-header-elements--2 .social-media .boxes-box-content,
  #block-panels-mini-header-elements .sharethis-wrapper,
  #block-panels-mini-header-elements .social-media .boxes-box-content {
    display: block;
    float: right;
    margin-right: 43px;
  }
  #block-panels-mini-header-elements--2 .pane-menu-menu-kpu-header-menu,
  #block-panels-mini-header-elements .pane-menu-menu-kpu-header-menu {
    text-align: right;
    padding: 0;
  }
}

@media (min-width: 570px) {
  #block-panels-mini-footer-elements .bottom-inner {
    *zoom: 1;
  }
  #block-panels-mini-footer-elements .bottom-inner:before, #block-panels-mini-footer-elements .bottom-inner:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #block-panels-mini-footer-elements .bottom-inner:after {
    clear: both;
  }
  #block-panels-mini-footer-elements #boxes-box-footer-contact-details .general-information-container,
  #block-panels-mini-footer-elements #boxes-box-footer-contact-details .admissions-container {
    float: left;
    margin-bottom: 0;
    text-align: left;
  }
  #block-panels-mini-footer-elements #boxes-box-footer-contact-details .admissions-container {
    float: right;
  }
  #block-panels-mini-footer-elements #boxes-box-footer-contact-details .mailing-container {
    clear: both;
    float: left;
    text-align: left;
    padding-top: 1em;
  }
  #block-panels-mini-footer-elements #mini-panel-footer_elements .col-lg-12 {
    background-color: transparent;
    background-position: center bottom;
    padding-bottom: 60px;
    margin: 0;
  }
  #block-panels-mini-footer-elements #mini-panel-footer_elements .col-lg-12 .bottom-inner {
    padding-left: 90px;
    padding-top: 0;
    margin-top: 4em;
    margin-right: 0;
    *zoom: 1;
    background-color: transparent;
    background-position: left top;
  }
  #block-panels-mini-footer-elements #mini-panel-footer_elements .col-lg-12 .bottom-inner:before, #block-panels-mini-footer-elements #mini-panel-footer_elements .col-lg-12 .bottom-inner:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #block-panels-mini-footer-elements #mini-panel-footer_elements .col-lg-12 .bottom-inner:after {
    clear: both;
  }
  #block-panels-mini-footer-elements #mini-panel-footer_elements .col-lg-12 .bottom-inner .region-bottom {
    border-top: 1px dotted #666666;
    *zoom: 1;
    padding-top: 5px;
    margin: 0;
  }
  #block-panels-mini-footer-elements #mini-panel-footer_elements .col-lg-12 .bottom-inner .region-bottom:before, #block-panels-mini-footer-elements #mini-panel-footer_elements .col-lg-12 .bottom-inner .region-bottom:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #block-panels-mini-footer-elements #mini-panel-footer_elements .col-lg-12 .bottom-inner .region-bottom:after {
    clear: both;
  }
  #block-panels-mini-footer-elements .sharethis-wrapper .stButton,
  #block-panels-mini-footer-elements .sharethis-wrapper a,
  #block-panels-mini-footer-elements .social-media .boxes-box-content .stButton,
  #block-panels-mini-footer-elements .social-media .boxes-box-content a {
    height: 16px;
    width: 16px !important;
    line-height: 16px;
    border-radius: 2px;
  }
  #block-panels-mini-footer-elements .sharethis-wrapper .stButton .chicklets,
  #block-panels-mini-footer-elements .sharethis-wrapper a .chicklets,
  #block-panels-mini-footer-elements .social-media .boxes-box-content .stButton .chicklets,
  #block-panels-mini-footer-elements .social-media .boxes-box-content a .chicklets {
    width: 16px;
    line-height: 16px;
  }
  #block-panels-mini-footer-elements .sharethis-wrapper .stButton .chicklets:after, #block-panels-mini-footer-elements .sharethis-wrapper .stButton:after,
  #block-panels-mini-footer-elements .sharethis-wrapper a .chicklets:after,
  #block-panels-mini-footer-elements .sharethis-wrapper a:after,
  #block-panels-mini-footer-elements .social-media .boxes-box-content .stButton .chicklets:after,
  #block-panels-mini-footer-elements .social-media .boxes-box-content .stButton:after,
  #block-panels-mini-footer-elements .social-media .boxes-box-content a .chicklets:after,
  #block-panels-mini-footer-elements .social-media .boxes-box-content a:after {
    font-size: 12px;
  }
  #block-panels-mini-footer-elements .pane-menu-menu-kpu-footer-menu,
  #block-panels-mini-footer-elements .pane-boxes-footer-copyright {
    display: block;
    float: left;
    width: 80%;
  }
  #block-panels-mini-footer-elements #boxes-box-footer-copyright {
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
  }
  #block-panels-mini-footer-elements #boxes-box-footer-copyright .boxes-box-content {
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  #block-panels-mini-footer-elements #boxes-box-footer-mdr-links {
    margin-top: 0;
  }
  #block-panels-mini-footer-elements #boxes-box-footer-mdr-links p {
    margin: 0px;
  }
}

@media screen and (min-width: 680px) {
  #at3win {
    left: 50% !important;
  }
}

.breadcrumb {
  margin-bottom: 0;
}

div.workbench-info-block {
  margin-bottom: 1em;
}

div.workbench-info-block ul {
  margin: 0;
}

div.workbench-info-block ul li {
  margin: 0 0 2px 0;
}

.pane-programs-panel-pane-1 h2 {
  background-color: #515153;
  background-image: linear-gradient(to bottom, #5b5b5d, #414143);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5B5B5D', endColorstr='#FF414143', GradientType=0);
  color: white;
  font-size: 16px !important;
  padding: 0 1em;
}

.pane-programs-panel-pane-1 .view-programs {
  padding: 1em;
  background-color: #f4f4f4;
}

.pane-programs-panel-pane-1 .view-programs form {
  margin: 0;
}

.pane-programs-panel-pane-1 .view-programs table {
  margin: 0;
}

.pane-programs-panel-pane-1 .view-programs table tr {
  background-color: transparent;
}

.pane-programs-panel-pane-1 .view-programs table td.active {
  background-color: transparent;
}

.pane-programs-panel-pane-1 .view-programs .views-exposed-widget label {
  display: none;
}

.pane-programs-panel-pane-1 .view-programs .views-exposed-widget.views-submit-button {
  padding: 0.5em 0 0;
}

.pane-programs-panel-pane-1 .view-programs .views-exposed-widget .ajax-progress-throbber {
  position: absolute;
}

.pane-programs-panel-pane-1 .view-programs .views-exposed-widget #edit-submit-programs {
  margin: 0;
  padding: 0;
  display: block;
  height: 24px;
  border: 0;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  *line-height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #872119;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  border-bottom-color: #721c15;
  border-radius: 4px;
  *margin-left: .3em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background: transparent;
  background-color: #9d261d;
  background-color: #aa291f;
  background-image: linear-gradient(to bottom, #b32b21, #9d261d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB32B21', endColorstr='#FF9D261D', GradientType=0);
  color: white;
  padding: 8px 24px;
  border-radius: 1px;
  text-shadow: none;
  font-weight: bold;
  line-height: 1;
  padding: 4px 6px;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 100;
}

.pane-programs-panel-pane-1 .view-programs .views-exposed-widget #edit-submit-programs:first-child {
  *margin-left: 0;
}

.pane-programs-panel-pane-1 .view-programs .views-exposed-widget #edit-submit-programs:hover {
  color: #333;
  text-decoration: none;
  background-color: #721c15;
  *background-color: #5c1611;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.pane-programs-panel-pane-1 .view-programs .views-exposed-widget #edit-submit-programs:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.pane-programs-panel-pane-1 .view-programs .views-exposed-widget #edit-submit-programs.active, .pane-programs-panel-pane-1 .view-programs .views-exposed-widget #edit-submit-programs:active {
  background-color: #721c15;
  background-color: #5c1611 \9;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pane-programs-panel-pane-1 .view-programs .views-exposed-widget #edit-submit-programs.disabled, .pane-programs-panel-pane-1 .view-programs .views-exposed-widget #edit-submit-programs[disabled] {
  cursor: default;
  background-color: #721c15;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.pane-programs-panel-pane-1 .view-programs .views-exposed-widget #edit-submit-programs:after {
  font-size: 11px;
}

.pane-programs-panel-pane-1 .view-programs .views-exposed-widget #edit-submit-programs:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  padding-left: 5px;
  text-decoration: none;
}

.pane-programs-panel-pane-1 .view-programs .views-exposed-widget #edit-submit-programs:hover {
  background: #9d261d;
  color: white;
}

.pane-programs-panel-pane-1 .pager {
  margin-bottom: 0;
}

.pane-programs-panel-pane-1 .pager a {
  border: 0;
  background: transparent;
  padding: 0;
}

.navigation,
.header-region {
  display: none;
}

#jPanelMenu-menu .navigation {
  display: block;
}

.navigation {
  background-color: #510E15;
}

.navigation.collapse {
  overflow: visible;
}

.navigation ul.main-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.navigation ul.main-menu li {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

.navigation ul.main-menu li a {
  color: #2D2D2D;
  text-transform: uppercase;
  padding: 0.5em 1em;
  font-size: 0.85em;
  font-weight: 700;
  display: block;
  color: #380b11;
  text-shadow: 0 -1px 0 #fff;
  background-color: #e5e5e5;
  background-image: linear-gradient(to bottom, #f4f4f4, #cfcfcf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4F4F4', endColorstr='#FFCFCFCF', GradientType=0);
  border-color: #cfcfcf #cfcfcf darkgray;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  position: relative;
}

.navigation ul.main-menu li a:hover {
  text-decoration: none;
}

.navigation ul.main-menu li span.arrow {
  position: absolute;
  right: 6px;
  top: 6px;
  bottom: 6px;
  display: block;
  width: 28px;
  height: auto;
  text-align: center;
  font-size: 18px;
}

.navigation ul.main-menu li span.arrow:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.navigation ul.main-menu li.is-parent span.arrow {
  background: #F5F5F5;
  border-bottom: 1px solid #CACACA;
}

.navigation ul.main-menu li.is-parent span.arrow:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.navigation ul.main-menu li.open span.arrow {
  background: #1C070C;
  border-bottom: 1px solid #351A1F;
  color: #9B2231;
}

.navigation ul.main-menu li.open span.arrow:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.navigation ul.main-menu ul {
  background: #992331;
  display: none;
  margin: 0;
}

.navigation ul.main-menu ul li {
  line-height: normal;
}

.navigation ul.main-menu ul li a {
  text-transform: lowercase;
  padding: 0.2em 2em 0.2em 1.5em;
  font-weight: 100;
  font-size: 1em;
}

.navigation ul.main-menu ul li a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  font-weight: normal;
  font-size: 12px;
  padding-right: 0.5em;
}

.navigation ul.main-menu ul ul {
  left: -10000000px !important;
}

.navigation ul.main-menu li.active a,
.navigation ul.main-menu li.open a,
.navigation ul.main-menu li.li-hover a {
  color: #fff;
  text-shadow: none;
  background-color: #31171d;
  background-image: linear-gradient(to bottom, #3B2228, #22070C);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3B2228', endColorstr='#FF22070C', GradientType=0);
  border-color: #22070C #22070C black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  text-decoration: none;
  color: #fff;
  position: relative;
}

.navigation ul.main-menu li.active ul,
.navigation ul.main-menu li.open ul,
.navigation ul.main-menu li.li-hover ul {
  display: block !important;
  padding: 15px 0;
}

.navigation ul.main-menu li.active ul a,
.navigation ul.main-menu li.open ul a,
.navigation ul.main-menu li.li-hover ul a {
  background: transparent;
  filter: none;
  margin-bottom: 1px;
}

.navigation ul.main-menu li.active ul a.active, .navigation ul.main-menu li.active ul a:hover,
.navigation ul.main-menu li.open ul a.active,
.navigation ul.main-menu li.open ul a:hover,
.navigation ul.main-menu li.li-hover ul a.active,
.navigation ul.main-menu li.li-hover ul a:hover {
  background: #fff;
  color: #371E22;
}

.navigation ul.main-menu li.active ul a:after,
.navigation ul.main-menu li.open ul a:after,
.navigation ul.main-menu li.li-hover ul a:after {
  content: '';
}

@media (min-width: 1024px) {
  .header-region {
    display: block;
  }
  .mobile-header-region {
    display: none;
  }
  .navigation {
    color: #380b11;
    text-shadow: 0 -1px 0 #fff;
    background-color: #e5e5e5;
    background-image: linear-gradient(to bottom, #f4f4f4, #cfcfcf);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4F4F4', endColorstr='#FFCFCFCF', GradientType=0);
    border-color: #cfcfcf #cfcfcf darkgray;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    border-radius: 2px 2px 0 0;
    min-height: 45px;
    display: block;
  }
  .navigation ul.main-menu {
    overflow: visible;
  }
  .navigation ul.main-menu li {
    float: left;
    line-height: 45px;
  }
  .navigation ul.main-menu li a {
    padding: 0 1.166em;
  }
  .navigation ul.main-menu li a span.arrow {
    display: none;
  }
  .navigation ul.main-menu li:first-child a, .navigation ul.main-menu li.first a {
    border-radius: 2px 0 0 0;
  }
  .navigation ul.main-menu li.open a {
    color: #2D2D2D;
    background: transparent;
  }
  .navigation ul.main-menu li.open ul {
    display: none !important;
  }
  .navigation ul.main-menu li:hover a,
  .navigation ul.main-menu li.li-hover a {
    color: #fff;
    text-shadow: none;
    background-color: #31171d;
    background-image: linear-gradient(to bottom, #3B2228, #22070C);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3B2228', endColorstr='#FF22070C', GradientType=0);
    border-color: #22070C #22070C black;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    text-decoration: none;
    color: #fff;
    position: relative;
  }
  .navigation ul.main-menu li:hover.expanded a:after,
  .navigation ul.main-menu li.li-hover.expanded a:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    position: absolute;
    bottom: -24px;
    display: block;
    left: 50%;
    z-index: 1000;
    color: #371E22;
  }
  .navigation ul.main-menu li:hover.expanded li a:after,
  .navigation ul.main-menu li.li-hover.expanded li a:after {
    content: '';
  }
  .navigation ul.main-menu li:hover ul,
  .navigation ul.main-menu li.li-hover ul {
    display: block !important;
    padding: 15px 0;
  }
  .navigation ul.main-menu li:hover ul a,
  .navigation ul.main-menu li.li-hover ul a {
    background: transparent;
    filter: none;
    margin-bottom: 1px;
  }
  .navigation ul.main-menu li:hover ul a.active, .navigation ul.main-menu li:hover ul a:hover,
  .navigation ul.main-menu li.li-hover ul a.active,
  .navigation ul.main-menu li.li-hover ul a:hover {
    background: #fff;
    color: #371E22;
  }
  .navigation ul.main-menu li:hover ul a:after,
  .navigation ul.main-menu li.li-hover ul a:after {
    content: '';
  }
  .navigation ul.main-menu li.active a,
  .navigation ul.main-menu li.active-trail a {
    color: #fff;
    text-shadow: none;
    background-color: #31171d;
    background-image: linear-gradient(to bottom, #3B2228, #22070C);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3B2228', endColorstr='#FF22070C', GradientType=0);
    border-color: #22070C #22070C black;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
    text-decoration: none;
    color: #fff;
    position: relative;
  }
  .navigation ul.main-menu ul {
    position: absolute;
    z-index: 999;
    display: none;
  }
  .navigation ul.main-menu ul li {
    float: none;
  }
  .navigation ul.main-menu ul li a {
    border-radius: 0;
  }
}

.front .container .grid-ready.one-column .region-one-main .region-inner,
.front .container .header-region .grid-ready.one-column .region-one-main .region-inner {
  padding: 0;
}

.page-search .region-content .form-search {
  float: none !important;
}

.page-search .region-content .form-search #edit-basic {
  *zoom: 1;
  width: 300px;
  position: relative;
}

.page-search .region-content .form-search #edit-basic:before, .page-search .region-content .form-search #edit-basic:after {
  display: table;
  content: "";
  line-height: 0;
}

.page-search .region-content .form-search #edit-basic:after {
  clear: both;
}

.page-search .region-content .form-search input.search-query {
  width: 300px;
}

.page-search .region-content .form-search .search-advanced {
  height: auto !important;
}

.page-search .region-content .form-search .search-advanced legend {
  font-size: 16px;
}

.page-search .region-content .form-search .search-advanced input[type="submit"] {
  position: static;
  width: auto;
  font-size: 14px;
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.page-search .region-content .form-search .search-advanced input[type="text"] {
  margin-bottom: 0.5em;
}

.page-search .region-content .form-search .search-advanced label {
  display: block;
}

.page-search .region-content .form-search .search-advanced .form-checkboxes label {
  display: inline-block;
}

.node-type-kpu-landing-page.library-page .sidebar-left {
  background: transparent;
  border: none;
}

.node-type-kpu-landing-page.library-page .sidebar-left .panel-pane {
  padding: 0;
}

.node-type-kpu-landing-page.library-page #two-33-66-brick-middle-wrapper,
.node-type-kpu-landing-page.library-page .sidebar-red {
  background: transparent;
}

.node-type-kpu-landing-page.library-page #two-33-66-brick-middle-wrapper .region-second-top,
.node-type-kpu-landing-page.library-page .sidebar-red .region-second-top {
  border: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}

.node-type-kpu-landing-page.library-page .sidebar-red .region-inner-inner {
  background: transparent;
  border: none;
  padding: 0;
}

.node-type-kpu-landing-page.library-page .region-top {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eee;
}

.node-type-kpu-landing-page.library-page .pane-news-events-widget-panel-pane-1 {
  background-color: #F5F5F5;
  padding: 1em;
}

.node-type-kpu-landing-page.library-page .pane-news-events-widget-panel-pane-1 .view-news-events-widget .views-field-field-event-date,
.node-type-kpu-landing-page.library-page .pane-news-events-widget-panel-pane-1 .view-news-events-widget .views-field-field-event-image {
  display: none;
}

@media (min-width: 1024px) {
  .node-type-kpu-landing-page.library-page .region-top {
    background-size: auto;
  }
  .node-type-kpu-landing-page.library-page #two-33-66-brick-top-wrapper .region-top-cols {
    padding: 0;
  }
  .node-type-kpu-landing-page.library-page #two-33-66-brick-top-wrapper .region-top-col1,
  .node-type-kpu-landing-page.library-page #two-33-66-brick-top-wrapper .region-top-col2,
  .node-type-kpu-landing-page.library-page #two-33-66-brick-top-wrapper .region-top-col3 {
    width: 320px;
    margin: 0;
  }
  .node-type-kpu-landing-page.library-page #two-33-66-brick-middle-wrapper {
    padding: 0 20px;
  }
  .node-type-kpu-landing-page.library-page #two-33-66-brick-middle-wrapper .region-first {
    width: 300px;
  }
  .node-type-kpu-landing-page.library-page #two-33-66-brick-middle-wrapper .region-second-top {
    margin-top: 0 !important;
  }
  .node-type-kpu-landing-page.library-page #two-33-66-brick-middle-wrapper .region-second {
    width: 610px;
    padding-left: 10px;
  }
  .node-type-kpu-landing-page.library-page #two-33-66-brick-middle-wrapper .region-second .region-inner {
    padding-right: 0 !important;
  }
  .node-type-kpu-landing-page.library-page .sidebar-red {
    padding: 0 !important;
  }
}

.pane-boxes-library-search,
.library-search {
  background-color: #fff;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px dotted #dbd9d6;
  background-color: rgba(255, 255, 255, 0.8);
}

.pane-boxes-library-search .pane-title,
.library-search .pane-title {
  margin-top: 0;
}

.pane-boxes-library-search p,
.library-search p {
  font-size: 0.7em;
}

.pane-boxes-library-search p,
.pane-boxes-library-search form,
.library-search p,
.library-search form {
  margin: 0;
}

.pane-boxes-library-search .nav-tabs,
.library-search .nav-tabs {
  margin: 0;
  border: none;
  width: 100%;
}

.pane-boxes-library-search .nav-tabs li,
.library-search .nav-tabs li {
  width: 100%;
}

.pane-boxes-library-search .nav-tabs li:first-child a,
.library-search .nav-tabs li:first-child a {
  margin-left: 0;
}

.pane-boxes-library-search .nav-tabs li a,
.library-search .nav-tabs li a {
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  color: #333f48;
  border-radius: 0;
  border: 1px solid #dbd9d6;
  margin: 0 0 0 -1px;
  background-color: #eeedec;
  background-image: linear-gradient(to bottom, #f1f1f1, #e9e7e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF1F1F1', endColorstr='#FFE9E7E5', GradientType=0);
}

.pane-boxes-library-search .nav-tabs li a:hover,
.library-search .nav-tabs li a:hover {
  border-bottom: 1px solid #dbd9d6;
}

.pane-boxes-library-search .nav-tabs li a:before,
.library-search .nav-tabs li a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
  padding-right: 5px;
  color: #333f48;
}

.pane-boxes-library-search .nav-tabs li.active a,
.library-search .nav-tabs li.active a {
  border-bottom-color: #fff;
  color: #fa4616;
  background-color: white;
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
}

.pane-boxes-library-search .lib-sum:before,
.library-search .lib-sum:before {
  content: "\f002";
}

.pane-boxes-library-search .lib-cat::before,
.library-search .lib-cat::before {
  content: "\f02d";
}

.pane-boxes-library-search .lib-titles::before,
.library-search .lib-titles::before {
  content: "\f0f6";
}

.pane-boxes-library-search .lib-data:before,
.library-search .lib-data:before {
  content: "\f0ea";
}

.pane-boxes-library-search .lib-guides:before,
.library-search .lib-guides:before {
  content: "\f07b";
}

.pane-boxes-library-search .tab-content #tab5,
.pane-boxes-library-search .tab-content form,
.pane-boxes-library-search .tab-content .tab-pane-fill,
.library-search .tab-content #tab5,
.library-search .tab-content form,
.library-search .tab-content .tab-pane-fill {
  background: #fff;
  padding: 20px 20px;
  border: 1px solid #dbd9d6;
  border-top: none;
  margin-bottom: 5px;
}

.pane-boxes-library-search .tab-content form,
.library-search .tab-content form {
  position: relative;
}

.pane-boxes-library-search .tab-content form input[type="text"],
.pane-boxes-library-search .tab-content form input[type="search"],
.library-search .tab-content form input[type="text"],
.library-search .tab-content form input[type="search"] {
  height: 46px;
  width: 100%;
  padding: 0 50px 0 2%;
  background: #f1f1f1;
  box-sizing: border-box;
  font-weight: 100;
  font-size: 1.3em;
  border: 1px solid #dbd9d6;
}

.pane-boxes-library-search .tab-content form input[type="submit"],
.library-search .tab-content form input[type="submit"] {
  position: absolute;
  top: 22px;
  right: 22px;
  height: 42px;
  width: 46px;
  border: none;
  color: white;
  background: url("../../img/icon_search-btn.png") center center no-repeat;
  font-size: 0;
}

@media (min-width: 1024px) {
  .pane-boxes-library-search,
  .library-search {
    box-sizing: border-box;
  }
  .pane-boxes-library-search .nav-tabs,
  .library-search .nav-tabs {
    margin: 0;
    border: none;
    width: 100%;
  }
  .pane-boxes-library-search .nav-tabs li,
  .library-search .nav-tabs li {
    display: table-cell;
    width: 1%;
    float: none;
  }
  .pane-boxes-library-search .advSearch,
  .library-search .advSearch {
    float: right;
  }
}

.pane-menu-menu-library-search-menu,
.library-search-menu {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 3em;
  text-align: center;
}

.pane-menu-menu-library-search-menu ul,
.library-search-menu ul {
  margin: 0;
}

.pane-menu-menu-library-search-menu ul li,
.library-search-menu ul li {
  width: 100%;
}

.pane-menu-menu-library-search-menu ul li a,
.library-search-menu ul li a {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.pane-menu-menu-library-search-menu ul li a:hover,
.library-search-menu ul li a:hover {
  background: transparent;
  text-decoration: underline;
}

.pane-menu-menu-library-search-menu ul li a.active,
.library-search-menu ul li a.active {
  pointer-events: none;
}

@media (min-width: 1024px) {
  .pane-menu-menu-library-search-menu ul li,
  .library-search-menu ul li {
    text-align: center;
    display: table-cell;
    width: 1%;
  }
}

.grey-block {
  background-color: #f1f1f1;
  padding: 1em;
  margin-bottom: 30px;
}

.grey-block h3 {
  margin-top: 0;
}

.grey-block :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.library-hours {
  margin-top: 30px;
  margin-bottom: 30px;
}

.library-hours h4 {
  font-weight: bold;
}

.library-hours .library-hours-item {
  border-top: 1px dotted #dbd9d6;
}

.library-hours .library-hours-item:first-child {
  border: 0;
}

.library-hours .oh-current-open .hours-today-title,
.library-hours .oh-current-open .hours-today-time,
.library-hours .oh-current-closed .hours-today-title,
.library-hours .oh-current-closed .hours-today-time {
  color: #333f48;
}

.library-hours .oh-current-closed {
  color: #fa4616;
}

@media (min-width: 1024px) {
  body.node-type-page .main-content .main-content-inner {
    padding-right: 20px;
  }
}

.node-type-kpu-campus .page-title {
  display: none;
}

.node-type-kpu-campus .panel-display .page-title,
.node-type-kpu-campus .panel-display .breadcrumb {
  display: block !important;
}

.node-type-kpu-campus .pane-content ol {
  list-style: decimal;
}

.node-type-kpu-campus .pane-content h2.field-label,
.node-type-kpu-campus .pane-content h3.field-label,
.node-type-kpu-campus .pane-content h4.field-label {
  margin-bottom: 0;
  font-weight: 500;
}

.node-type-kpu-campus .pane-content span.field-label,
.node-type-kpu-campus .pane-content label {
  text-transform: uppercase;
  font-size: 0.9em;
}

.node-type-kpu-campus .pane-content .inline,
.node-type-kpu-campus .pane-content .inline label {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
}

.node-type-kpu-campus .two-33-66-brick .region-second-top {
  margin: 0 0 2em 0;
  padding: 0 0 1em 0;
  border-bottom: 4px solid #f5f5f5;
}

.node-type-kpu-campus .two-33-66-brick.has-region-top .region-second-top {
  margin-top: 20px;
}

.node-type-kpu-campus .two-33-66-brick .region-second-bottom .pane-title {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}

.node-type-kpu-campus .two-33-66-brick .region-second-bottom-first {
  margin-bottom: 2em;
}

.node-type-kpu-campus .sidebar-left {
  background-color: #f8f8f8;
  border-bottom: 1px solid #D8D8D8;
}

.node-type-kpu-campus .sidebar-left .panel-pane {
  padding: 5px 20px;
}

.node-type-kpu-campus .sidebar-left .pane-panels-mini .panel-pane {
  padding: 0;
}

@media (min-width: 1024px) {
  .node-type-kpu-campus #two-33-66-brick-middle-wrapper {
    background: url(../../img/bg_sidebar-grad-290.png) left top repeat-y;
  }
  .node-type-kpu-campus .sidebar-left {
    border-bottom: none;
    background-color: transparent;
  }
}

.node-type-kpu-campus .pane-highlighted .pane-title {
  margin: 0;
  padding: 0 20px;
  background-color: #515052;
  background-image: linear-gradient(to bottom, #5b5b5d, #414042);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5B5B5D', endColorstr='#FF414042', GradientType=0);
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.node-type-kpu-campus .pane-highlighted .pane-content {
  background-color: #F5F5F5;
  padding: 1em;
}

.node-type-kpu-campus .pane-campus-meta-data {
  line-height: normal;
}

.node-type-kpu-campus .pane-campus-meta-data .pane-title:first-child {
  margin-top: 0;
  line-height: 1;
  font-size: 34px;
}

.node-type-kpu-campus .pane-campus-meta-data .pane-title:first-child span {
  display: block;
  font-size: 24px;
}

.node-type-kpu-campus .pane-campus-meta-data #two-brick-middle-bottom-wrapper .region-left-below,
.node-type-kpu-campus .pane-campus-meta-data #two-brick-middle-bottom-wrapper .region-right-below {
  float: left;
  margin: 1%;
  width: 48%;
}

.node-type-kpu-campus .pane-node-field-kpu-campus-logo {
  margin-bottom: 2em;
}

.node-type-kpu-campus .pane-node-field-kpu-campus-phone,
.node-type-kpu-campus .pane-node-field-campus-address,
.node-type-kpu-campus .pane-node-field-hours-of-operation {
  margin: 0 0 1em 0;
}

.node-type-kpu-campus .pane-node-field-kpu-campus-phone .pane-title,
.node-type-kpu-campus .pane-node-field-campus-address .pane-title,
.node-type-kpu-campus .pane-node-field-hours-of-operation .pane-title {
  font-size: 14px !important;
  line-height: 1 !important;
  margin: 0;
}

.node-type-kpu-campus .pane-node-field-kpu-campus-phone .pane-content,
.node-type-kpu-campus .pane-node-field-campus-address .pane-content,
.node-type-kpu-campus .pane-node-field-hours-of-operation .pane-content {
  font-weight: 100;
  font-size: 13px;
}

.node-type-kpu-campus .pane-node-field-campus-address {
  padding-bottom: 1.6em;
  margin-bottom: 1.6em;
  border-bottom: 1px dashed #9a5a5f;
}

.node-type-kpu-campus .pane-node-field-hours-of-operation {
  margin-top: 2em;
}

.node-type-kpu-campus .pane-node-field-hours-of-operation-notes {
  font-weight: 100;
  font-size: 11px;
  color: #C8BFC0;
  line-height: normal;
}

.node-type-kpu-campus .location-map,
.node-type-kpu-campus .campus-map {
  display: block;
  background-image: url("../../img/icon_campus-location.png");
  background-size: 100px 67px;
  background-position: left 5px;
  background-repeat: no-repeat;
  padding: 80px 0 0 0;
  text-decoration: underline;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .node-type-kpu-campus .location-map,
  .node-type-kpu-campus .campus-map {
    background-image: url("../../img/icon_campus-location@2x.png");
  }
}

.node-type-kpu-campus .campus-map {
  background: url("../../img/icon_campus-map.png") left top no-repeat;
  padding: 80px 0 0 0;
}

@media (min-width: 570px) {
  .pane-campuses-block-panel-pane-1 .pane-title {
    margin-left: 2%;
  }
}

@media (min-width: 1024px) {
  .pane-campuses-block-panel-pane-1 .pane-title {
    margin-left: 1%;
  }
}

.view-campuses-block .views-row {
  margin-bottom: 1em;
}

.view-campuses-block .views-row.views-row-last {
  margin-bottom: 0;
}

@media (min-width: 570px) {
  .view-campuses-block {
    *zoom: 1;
  }
  .view-campuses-block:before, .view-campuses-block:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .view-campuses-block:after {
    clear: both;
  }
  .view-campuses-block .views-row {
    float: left;
    margin: 2%;
    width: 46%;
  }
}

@media (min-width: 1024px) {
  .view-campuses-block .views-row {
    float: left;
    margin: 1%;
    width: 23%;
  }
}

.view-campuses-block .views-field-field-kpu-campus-thumbnail-image {
  border-top: 2px solid #822433;
  padding-top: 1px;
  margin-bottom: 0.5em;
}

.view-campuses-block .views-field-title a {
  color: #280B10;
  text-transform: uppercase;
  font-weight: bold;
}

.view-campuses-block .views-field-title a span {
  font-weight: 100;
}

.view-campuses-block .views-field-view-node a {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  *line-height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #872119;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  border-bottom-color: #721c15;
  border-radius: 4px;
  *margin-left: .3em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background: transparent;
  background-color: #9d261d;
  background-color: #aa291f;
  background-image: linear-gradient(to bottom, #b32b21, #9d261d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB32B21', endColorstr='#FF9D261D', GradientType=0);
  color: white;
  padding: 8px 24px;
  border-radius: 1px;
  text-shadow: none;
  font-weight: bold;
  line-height: 1;
  padding: 4px 6px;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 100;
}

.view-campuses-block .views-field-view-node a:first-child {
  *margin-left: 0;
}

.view-campuses-block .views-field-view-node a:hover {
  color: #333;
  text-decoration: none;
  background-color: #721c15;
  *background-color: #5c1611;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.view-campuses-block .views-field-view-node a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.view-campuses-block .views-field-view-node a.active, .view-campuses-block .views-field-view-node a:active {
  background-color: #721c15;
  background-color: #5c1611 \9;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.view-campuses-block .views-field-view-node a.disabled, .view-campuses-block .views-field-view-node a[disabled] {
  cursor: default;
  background-color: #721c15;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.view-campuses-block .views-field-view-node a:after {
  font-size: 11px;
}

.view-campuses-block .views-field-view-node a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  padding-left: 5px;
  text-decoration: none;
}

.view-campuses-block .views-field-view-node a:hover {
  background: #9d261d;
  color: white;
}

.flexslider {
  border: none;
  box-shadow: none;
  margin: 0;
}

.flexslider .flex-control-nav {
  display: none;
  bottom: 15px;
  right: 15px;
  width: auto;
}

.flexslider .flex-control-nav li a {
  height: 15px;
  width: 15px;
  border-radius: 2px;
  border: 2px solid #c4c4c8;
  background: transparent;
  box-shadow: none;
}

.flexslider .flex-control-nav li a.flex-active {
  background: #fff;
  border-color: #fff;
}

.carousel {
  border: none;
  box-shadow: none;
  margin: 0;
  position: relative;
}

.carousel .carousel-indicators {
  bottom: 15px;
  right: 15px;
  width: auto;
  text-align: right;
}

.carousel .carousel-indicators li {
  height: 25px;
  width: 25px;
  border-radius: 2px;
  border: 2px solid #c4c4c8;
  background: transparent;
  box-shadow: none;
  display: inline-block;
  line-height: 24px;
}

.carousel .carousel-indicators li.active {
  background: #fff;
  border-color: #fff;
  display: inline-block;
  height: 27px;
}

.carousel .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px;
  background: transparent;
  text-align: left;
  text-shadow: none;
}

.carousel {
  position: relative;
}

.carousel .caption {
  position: static;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}

.carousel .caption.bottom-left {
  top: auto;
  bottom: 20px;
}

.carousel .field-name-field-slider-title-1,
.carousel .field-name-field-slider-title-2,
.carousel .field-name-field-slider-description {
  color: #fff;
}

.carousel .field-name-field-slider-title-1 span,
.carousel .field-name-field-slider-title-2 span,
.carousel .field-name-field-slider-description span {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  padding: 10px 10px;
  display: inline-block;
}

.carousel .field-name-field-slider-title-1 {
  font-size: 1.4em;
}

.carousel .field-name-field-slider-title-2 {
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.2;
}

.carousel .field-name-field-slider-description {
  color: #b2b2b2;
  margin-top: 2px;
}

.carousel .field-name-field-slider-link {
  padding: 10px;
}

.carousel .field-name-field-slider-link a {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  *line-height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #f2f2f2;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  border-bottom-color: #e6e6e6;
  border-radius: 4px;
  *margin-left: .3em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background: transparent;
  background-color: #fff;
  background-color: white;
  background-image: linear-gradient(to bottom, white, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
  color: #280a0f;
  padding: 8px 24px;
  border-radius: 2px;
  text-shadow: none;
  font-weight: bold;
  line-height: 1;
  padding: 4px 6px;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 100;
}

.carousel .field-name-field-slider-link a:first-child {
  *margin-left: 0;
}

.carousel .field-name-field-slider-link a:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.carousel .field-name-field-slider-link a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.carousel .field-name-field-slider-link a.active, .carousel .field-name-field-slider-link a:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.carousel .field-name-field-slider-link a.disabled, .carousel .field-name-field-slider-link a[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.carousel .field-name-field-slider-link a:after {
  font-size: 11px;
}

.carousel .field-name-field-slider-link a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  padding-left: 5px;
  text-decoration: none;
}

.carousel .field-name-field-slider-link a:hover {
  background: #fff;
  color: #280a0f;
}

.carousel a.carousel-control {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(/sites/all/themes/kwantlen_v3/img/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  border: none;
}

.carousel a.carousel-control.right {
  background-position: 100% 0;
}

.carousel a.carousel-control:hover {
  opacity: .7;
}

.carousel:hover a.carousel-control {
  opacity: 1;
}

.carousel-fade .carousel-inner {
  z-index: 2;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item.active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media (min-width: 570px) {
  .flexslider .flex-control-nav {
    display: block;
  }
  .node-slider .caption {
    position: absolute;
    background: transparent;
  }
  .node-slider .field-name-field-slider-title-1 span,
  .node-slider .field-name-field-slider-title-2 span,
  .node-slider .field-name-field-slider-description span {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .node-slider .field-name-field-slider-link {
    padding: 0;
    margin: 5px 0 0 0;
  }
}

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

.node-type-event .panel-display .page-title,
.node-type-event .panel-display .breadcrumb {
  display: block !important;
}

.node-type-event .pane-content ol {
  list-style: decimal;
}

.node-type-event .pane-content h2.field-label,
.node-type-event .pane-content h3.field-label,
.node-type-event .pane-content h4.field-label {
  margin-bottom: 0;
  font-weight: 500;
}

.node-type-event .pane-content span.field-label,
.node-type-event .pane-content label {
  text-transform: uppercase;
  font-size: 0.9em;
}

.node-type-event .pane-content .inline,
.node-type-event .pane-content .inline label {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
}

.node-type-event .two-33-66-brick .region-second-top {
  margin: 0 0 2em 0;
  padding: 0 0 1em 0;
  border-bottom: 4px solid #f5f5f5;
}

.node-type-event .two-33-66-brick.has-region-top .region-second-top {
  margin-top: 20px;
}

.node-type-event .two-33-66-brick .region-second-bottom .pane-title {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}

.node-type-event .two-33-66-brick .region-second-bottom-first {
  margin-bottom: 2em;
}

.node-type-event .sidebar-left {
  background-color: #f8f8f8;
  border-bottom: 1px solid #D8D8D8;
}

.node-type-event .sidebar-left .panel-pane {
  padding: 5px 20px;
}

.node-type-event .sidebar-left .pane-panels-mini .panel-pane {
  padding: 0;
}

@media (min-width: 1024px) {
  .node-type-event #two-33-66-brick-middle-wrapper {
    background: url(../../img/bg_sidebar-grad-290.png) left top repeat-y;
  }
  .node-type-event .sidebar-left {
    border-bottom: none;
    background-color: transparent;
  }
}

.node-type-event .pane-highlighted .pane-title {
  margin: 0;
  padding: 0 20px;
  background-color: #515052;
  background-image: linear-gradient(to bottom, #5b5b5d, #414042);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5B5B5D', endColorstr='#FF414042', GradientType=0);
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.node-type-event .pane-highlighted .pane-content {
  background-color: #F5F5F5;
  padding: 1em;
}

.node-type-event .pane-node-field-event-image img {
  margin: 0 0 12px;
}

.node-type-event .pane-node-title {
  margin: 0 0 20px;
}

.node-type-event .pane-node-title h1 {
  margin-top: 0;
}

.node-type-event .pane-node-title h1 .light {
  font-weight: 100;
}

.node-type-event .pane-node-field-event-date.event-date {
  font-size: 18px;
  font-weight: 100;
  text-transform: uppercase;
}

.node-type-event .pane-node-field-event-date.event-time {
  font-size: 14px;
  font-weight: bold;
}

.node-type-event .pane-node-field-event-locations,
.node-type-event .pane-node-field-event-location-link {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
}

.node-type-event .pane-node-field-event-location-link {
  font-size: 16px;
  padding-left: 10px;
}

.node-type-event .pane-node-field-event-location-link .field:before {
  content: '(';
}

.node-type-event .pane-node-field-event-location-link .field:after {
  content: ')';
}

.node-type-event .pane-category-label {
  display: inline-block;
  float: left;
}

.node-type-event .pane-category-label .pane-content {
  display: inline-block;
  padding: 20px 5px 0 0;
  font-size: 13px;
  font-weight: 100;
  text-transform: uppercase;
}

.node-type-event .pane-node-field-event-type {
  clear: left;
  padding: 15px 0 0;
  font-size: 13px;
}

.node-type-event .pane-node-field-event-type .pane-content:before {
  content: "Event Type: ";
  text-transform: uppercase;
  font-weight: 100;
  font-size: 14px;
}

.node-type-event .pane-node-body {
  clear: left;
  border-top: 1px solid #CCC;
  margin: 20px 0 0;
}

.node-type-event .pane-node-body .pane-title {
  text-transform: uppercase;
  font-size: 18px;
}

@media (min-width: 570px) {
  .node-type-event .pane-node-field-event-image {
    margin: 0 20px 12px 0;
    float: left;
  }
  .node-type-event .pane-node-body {
    clear: left;
    border-top: 0;
    margin: 0;
  }
}

.node-type-news .page-title {
  display: none;
}

.node-type-news .panel-display .page-title,
.node-type-news .panel-display .breadcrumb {
  display: block !important;
}

.node-type-news .pane-content ol {
  list-style: decimal;
}

.node-type-news .pane-content h2.field-label,
.node-type-news .pane-content h3.field-label,
.node-type-news .pane-content h4.field-label {
  margin-bottom: 0;
  font-weight: 500;
}

.node-type-news .pane-content span.field-label,
.node-type-news .pane-content label {
  text-transform: uppercase;
  font-size: 0.9em;
}

.node-type-news .pane-content .inline,
.node-type-news .pane-content .inline label {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
}

.node-type-news .two-33-66-brick .region-second-top {
  margin: 0 0 2em 0;
  padding: 0 0 1em 0;
  border-bottom: 4px solid #f5f5f5;
}

.node-type-news .two-33-66-brick.has-region-top .region-second-top {
  margin-top: 20px;
}

.node-type-news .two-33-66-brick .region-second-bottom .pane-title {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}

.node-type-news .two-33-66-brick .region-second-bottom-first {
  margin-bottom: 2em;
}

.node-type-news .sidebar-left {
  background-color: #f8f8f8;
  border-bottom: 1px solid #D8D8D8;
}

.node-type-news .sidebar-left .panel-pane {
  padding: 5px 20px;
}

.node-type-news .sidebar-left .pane-panels-mini .panel-pane {
  padding: 0;
}

@media (min-width: 1024px) {
  .node-type-news #two-33-66-brick-middle-wrapper {
    background: url(../../img/bg_sidebar-grad-290.png) left top repeat-y;
  }
  .node-type-news .sidebar-left {
    border-bottom: none;
    background-color: transparent;
  }
}

.node-type-news .pane-highlighted .pane-title {
  margin: 0;
  padding: 0 20px;
  background-color: #515052;
  background-image: linear-gradient(to bottom, #5b5b5d, #414042);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5B5B5D', endColorstr='#FF414042', GradientType=0);
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.node-type-news .pane-highlighted .pane-content {
  background-color: #F5F5F5;
  padding: 1em;
}

.node-type-news #user-options,
.node-type-news #pr-image {
  display: none;
}

.node-type-news .pane-node-title h1 {
  margin-top: 0;
}

.node-type-news .pane-node-title h1 .light {
  font-weight: 100;
}

.node-type-news .pane-node-field-news-image img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin: 0 0 12px;
  border: 5px solid #fff;
}

.node-type-news .pane-node-created {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: light;
  margin: 5px 0 20px 0;
}

@media (min-width: 570px) {
  .node-type-news .pane-node-field-news-image {
    margin: 0 20px 12px 0;
    float: left;
  }
}

.page-events .page-title,
.page-news .page-title {
  display: none;
}

.page-events .panel-display .page-title,
.page-events .panel-display .breadcrumb,
.page-news .panel-display .page-title,
.page-news .panel-display .breadcrumb {
  display: block !important;
}

.page-events .pane-content ol,
.page-news .pane-content ol {
  list-style: decimal;
}

.page-events .pane-content h2.field-label,
.page-events .pane-content h3.field-label,
.page-events .pane-content h4.field-label,
.page-news .pane-content h2.field-label,
.page-news .pane-content h3.field-label,
.page-news .pane-content h4.field-label {
  margin-bottom: 0;
  font-weight: 500;
}

.page-events .pane-content span.field-label,
.page-events .pane-content label,
.page-news .pane-content span.field-label,
.page-news .pane-content label {
  text-transform: uppercase;
  font-size: 0.9em;
}

.page-events .pane-content .inline,
.page-events .pane-content .inline label,
.page-news .pane-content .inline,
.page-news .pane-content .inline label {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
}

.page-events .two-33-66-brick .region-second-top,
.page-news .two-33-66-brick .region-second-top {
  margin: 0 0 2em 0;
  padding: 0 0 1em 0;
  border-bottom: 4px solid #f5f5f5;
}

.page-events .two-33-66-brick.has-region-top .region-second-top,
.page-news .two-33-66-brick.has-region-top .region-second-top {
  margin-top: 20px;
}

.page-events .two-33-66-brick .region-second-bottom .pane-title,
.page-news .two-33-66-brick .region-second-bottom .pane-title {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}

.page-events .two-33-66-brick .region-second-bottom-first,
.page-news .two-33-66-brick .region-second-bottom-first {
  margin-bottom: 2em;
}

.page-events .sidebar-left,
.page-news .sidebar-left {
  background-color: #f8f8f8;
  border-bottom: 1px solid #D8D8D8;
}

.page-events .sidebar-left .panel-pane,
.page-news .sidebar-left .panel-pane {
  padding: 5px 20px;
}

.page-events .sidebar-left .pane-panels-mini .panel-pane,
.page-news .sidebar-left .pane-panels-mini .panel-pane {
  padding: 0;
}

@media (min-width: 1024px) {
  .page-events #two-33-66-brick-middle-wrapper,
  .page-news #two-33-66-brick-middle-wrapper {
    background: url(../../img/bg_sidebar-grad-290.png) left top repeat-y;
  }
  .page-events .sidebar-left,
  .page-news .sidebar-left {
    border-bottom: none;
    background-color: transparent;
  }
}

.page-events .pane-highlighted .pane-title,
.page-news .pane-highlighted .pane-title {
  margin: 0;
  padding: 0 20px;
  background-color: #515052;
  background-image: linear-gradient(to bottom, #5b5b5d, #414042);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5B5B5D', endColorstr='#FF414042', GradientType=0);
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.page-events .pane-highlighted .pane-content,
.page-news .pane-highlighted .pane-content {
  background-color: #F5F5F5;
  padding: 1em;
}

.view-events,
.view-news-events-widget,
.view-news-listing-page {
  margin: 0 0 20px;
}

.view-events .views-row,
.view-news-events-widget .views-row,
.view-news-listing-page .views-row {
  margin: 12px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid #f5f5f5;
}

.view-events .views-row .news-event-date,
.view-news-events-widget .views-row .news-event-date,
.view-news-listing-page .views-row .news-event-date {
  font-size: 14px;
  font-weight: 100;
}

.view-events .views-row .news-event-date b, .view-events .views-row .news-event-date em,
.view-news-events-widget .views-row .news-event-date b,
.view-news-events-widget .views-row .news-event-date em,
.view-news-listing-page .views-row .news-event-date b,
.view-news-listing-page .views-row .news-event-date em {
  font-weight: bold;
  font-style: normal;
}

.view-events .views-row .field-name-field-event-image,
.view-events .views-row .views-field-field-news-image,
.view-events .views-row .news-event-image,
.view-news-events-widget .views-row .field-name-field-event-image,
.view-news-events-widget .views-row .views-field-field-news-image,
.view-news-events-widget .views-row .news-event-image,
.view-news-listing-page .views-row .field-name-field-event-image,
.view-news-listing-page .views-row .views-field-field-news-image,
.view-news-listing-page .views-row .news-event-image {
  margin: 0 1em 1em 0;
  float: left;
}

.view-events .views-row .views-field-created,
.view-events .views-row .news-event-date,
.view-news-events-widget .views-row .views-field-created,
.view-news-events-widget .views-row .news-event-date,
.view-news-listing-page .views-row .views-field-created,
.view-news-listing-page .views-row .news-event-date {
  font-size: 14px;
  font-weight: 100;
}

.view-events .views-row .views-field-title h3,
.view-events .views-row .news-event-title,
.view-news-events-widget .views-row .views-field-title h3,
.view-news-events-widget .views-row .news-event-title,
.view-news-listing-page .views-row .views-field-title h3,
.view-news-listing-page .views-row .news-event-title {
  margin: 0 0 5px 0;
}

.view-events .views-row .views-field-field-event-locations-1 .views-label,
.view-events .views-row .news-event-category .views-label,
.view-news-events-widget .views-row .views-field-field-event-locations-1 .views-label,
.view-news-events-widget .views-row .news-event-category .views-label,
.view-news-listing-page .views-row .views-field-field-event-locations-1 .views-label,
.view-news-listing-page .views-row .news-event-category .views-label {
  text-transform: uppercase;
  display: inline;
  margin: 0 5px 0 0;
  font-size: 13px;
}

.view-events .views-row .views-field-field-event-locations-1 .field-content,
.view-events .views-row .news-event-category .field-content,
.view-news-events-widget .views-row .views-field-field-event-locations-1 .field-content,
.view-news-events-widget .views-row .news-event-category .field-content,
.view-news-listing-page .views-row .views-field-field-event-locations-1 .field-content,
.view-news-listing-page .views-row .news-event-category .field-content {
  display: inline;
  font-size: 13px;
}

.view-events .views-row .views-field-field-event-locations-1 .field-content a,
.view-events .views-row .news-event-category .field-content a,
.view-news-events-widget .views-row .views-field-field-event-locations-1 .field-content a,
.view-news-events-widget .views-row .news-event-category .field-content a,
.view-news-listing-page .views-row .views-field-field-event-locations-1 .field-content a,
.view-news-listing-page .views-row .news-event-category .field-content a {
  display: inline;
  font-size: 13px;
}

.view-events .views-row .news-event-read,
.view-news-events-widget .views-row .news-event-read,
.view-news-listing-page .views-row .news-event-read {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

.view-events .views-row .views-field-view-node,
.view-events .views-row .news-event-read,
.view-news-events-widget .views-row .views-field-view-node,
.view-news-events-widget .views-row .news-event-read,
.view-news-listing-page .views-row .views-field-view-node,
.view-news-listing-page .views-row .news-event-read {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

.view-events .views-row-first,
.view-news-events-widget .views-row-first,
.view-news-listing-page .views-row-first {
  margin: 0;
  padding: 0;
  border: 0;
}

.view-events hr,
.view-news-events-widget hr,
.view-news-listing-page hr {
  height: 5px;
  background-color: #F7F7F7;
  border-top: 1px solid #CCC;
  margin-bottom: 0px;
}

.view-events .views-exposed-form,
.view-news-events-widget .views-exposed-form,
.view-news-listing-page .views-exposed-form {
  padding: 15px;
  background-color: #F7F7F7;
}

.view-events .views-exposed-form .views-exposed-widgets,
.view-news-events-widget .views-exposed-form .views-exposed-widgets,
.view-news-listing-page .views-exposed-form .views-exposed-widgets {
  margin: 0;
}

.view-events .views-exposed-form .views-exposed-widgets .views-exposed-widget,
.view-news-events-widget .views-exposed-form .views-exposed-widgets .views-exposed-widget,
.view-news-listing-page .views-exposed-form .views-exposed-widgets .views-exposed-widget {
  float: none;
  padding: 0;
}

.view-events .views-exposed-form .views-exposed-widgets #edit_field_event_locations_tid_chzn,
.view-events .views-exposed-form .views-exposed-widgets #edit_field_event_type_tid_chzn,
.view-events .views-exposed-form .views-exposed-widgets #edit-field-event-type-tid,
.view-events .views-exposed-form .views-exposed-widgets #edit-field-event-locations-tid,
.view-news-events-widget .views-exposed-form .views-exposed-widgets #edit_field_event_locations_tid_chzn,
.view-news-events-widget .views-exposed-form .views-exposed-widgets #edit_field_event_type_tid_chzn,
.view-news-events-widget .views-exposed-form .views-exposed-widgets #edit-field-event-type-tid,
.view-news-events-widget .views-exposed-form .views-exposed-widgets #edit-field-event-locations-tid,
.view-news-listing-page .views-exposed-form .views-exposed-widgets #edit_field_event_locations_tid_chzn,
.view-news-listing-page .views-exposed-form .views-exposed-widgets #edit_field_event_type_tid_chzn,
.view-news-listing-page .views-exposed-form .views-exposed-widgets #edit-field-event-type-tid,
.view-news-listing-page .views-exposed-form .views-exposed-widgets #edit-field-event-locations-tid {
  width: 100%;
  margin-bottom: 5px;
}

@media (min-width: 570px) {
  .view-events .views-exposed-form .views-exposed-widgets #edit_field_event_locations_tid_chzn,
  .view-events .views-exposed-form .views-exposed-widgets #edit_field_event_type_tid_chzn,
  .view-events .views-exposed-form .views-exposed-widgets #edit-field-event-type-tid,
  .view-events .views-exposed-form .views-exposed-widgets #edit-field-event-locations-tid,
  .view-news-events-widget .views-exposed-form .views-exposed-widgets #edit_field_event_locations_tid_chzn,
  .view-news-events-widget .views-exposed-form .views-exposed-widgets #edit_field_event_type_tid_chzn,
  .view-news-events-widget .views-exposed-form .views-exposed-widgets #edit-field-event-type-tid,
  .view-news-events-widget .views-exposed-form .views-exposed-widgets #edit-field-event-locations-tid,
  .view-news-listing-page .views-exposed-form .views-exposed-widgets #edit_field_event_locations_tid_chzn,
  .view-news-listing-page .views-exposed-form .views-exposed-widgets #edit_field_event_type_tid_chzn,
  .view-news-listing-page .views-exposed-form .views-exposed-widgets #edit-field-event-type-tid,
  .view-news-listing-page .views-exposed-form .views-exposed-widgets #edit-field-event-locations-tid {
    width: 185px;
    margin: 0 10px 0 0;
    float: left;
  }
}

@media (min-width: 1024px) {
  .view-events .views-exposed-form .views-exposed-widgets #edit_field_event_locations_tid_chzn,
  .view-events .views-exposed-form .views-exposed-widgets #edit_field_event_type_tid_chzn,
  .view-events .views-exposed-form .views-exposed-widgets #edit-field-event-type-tid,
  .view-events .views-exposed-form .views-exposed-widgets #edit-field-event-locations-tid,
  .view-news-events-widget .views-exposed-form .views-exposed-widgets #edit_field_event_locations_tid_chzn,
  .view-news-events-widget .views-exposed-form .views-exposed-widgets #edit_field_event_type_tid_chzn,
  .view-news-events-widget .views-exposed-form .views-exposed-widgets #edit-field-event-type-tid,
  .view-news-events-widget .views-exposed-form .views-exposed-widgets #edit-field-event-locations-tid,
  .view-news-listing-page .views-exposed-form .views-exposed-widgets #edit_field_event_locations_tid_chzn,
  .view-news-listing-page .views-exposed-form .views-exposed-widgets #edit_field_event_type_tid_chzn,
  .view-news-listing-page .views-exposed-form .views-exposed-widgets #edit-field-event-type-tid,
  .view-news-listing-page .views-exposed-form .views-exposed-widgets #edit-field-event-locations-tid {
    width: 220px;
  }
}

.view-events .views-exposed-form .views-exposed-widgets #edit-submit-events,
.view-news-events-widget .views-exposed-form .views-exposed-widgets #edit-submit-events,
.view-news-listing-page .views-exposed-form .views-exposed-widgets #edit-submit-events {
  border: 0;
  height: 30px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  padding: 0 10px;
  width: 100%;
  background-color: #C41F4A;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
}

.view-events .views-exposed-form .views-exposed-widgets #edit-submit-events:hover,
.view-news-events-widget .views-exposed-form .views-exposed-widgets #edit-submit-events:hover,
.view-news-listing-page .views-exposed-form .views-exposed-widgets #edit-submit-events:hover {
  background-color: #1F2022;
}

@media (min-width: 570px) {
  .view-events .views-exposed-form .views-exposed-widgets #edit-submit-events,
  .view-news-events-widget .views-exposed-form .views-exposed-widgets #edit-submit-events,
  .view-news-listing-page .views-exposed-form .views-exposed-widgets #edit-submit-events {
    width: 100px;
    margin: 0 10px 0 0;
    float: left;
  }
}

.view-events .views-exposed-form .views-exposed-widgets label,
.view-news-events-widget .views-exposed-form .views-exposed-widgets label,
.view-news-listing-page .views-exposed-form .views-exposed-widgets label {
  display: none;
}

.view-events.featured-news,
.view-news-events-widget.featured-news,
.view-news-listing-page.featured-news {
  background: #F7F7F7;
  padding: 1.6em;
}

.view-events.featured-news .views-field-title h3,
.view-news-events-widget.featured-news .views-field-title h3,
.view-news-listing-page.featured-news .views-field-title h3 {
  font-size: 20px;
}

.pane-news-events-widget {
  padding: 30px;
  background: #F7F7F7;
  clear: left;
}

.pane-news-events-widget h2 {
  text-transform: uppercase;
  margin: 0 0 12px;
}

.pane-news-events-widget .view-news-events-widget {
  float: none;
}

.pane-news-events-widget .view-news-events-widget .views-row {
  border-color: #fff;
}

.pane-news-events-widget .view-news-events-widget .views-row.views-row-last {
  margin-bottom: 0;
}

.pane-news-events-widget .view-news-events-widget .views-field-field-event-date {
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}

.pane-news-events-widget .view-news-events-widget .views-field-field-event-image {
  width: 95px;
  float: left;
}

.pane-news-events-widget .view-news-events-widget .views-field-field-event-image .news-event-image {
  border: 0;
}

.pane-news-events-widget .view-news-events-widget .views-field-title h3 {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 22px;
}

.view .date-nav-wrapper .date-nav {
  margin: 0;
  padding: 0;
}

.view .date-nav-wrapper .date-nav .date-heading {
  font-size: 14px;
  text-transform: uppercase;
  padding: 2px;
  color: #333333;
  text-shadow: #ffffff;
  background-color: #e4e4e4;
  background-image: linear-gradient(to bottom, #F1F1F1, #D0D0D0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF1F1F1', endColorstr='#FFD0D0D0', GradientType=0);
  border-color: #D0D0D0 #D0D0D0 #aaaaaa;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  height: 28px;
  border-radius: 2px;
}

.view .date-nav-wrapper .date-nav .date-heading h3 {
  line-height: 28px;
  font-size: 13px;
  font-weight: bold;
}

.view .date-nav-wrapper .date-nav .date-heading h3 a {
  color: #333;
}

.view .date-nav-wrapper .date-nav .date-prev,
.view .date-nav-wrapper .date-nav .date-next {
  padding: 0;
  margin: 0;
  background: transparent;
  display: block;
  overflow: hidden;
  top: 3px;
  right: 0;
}

.view .date-nav-wrapper .date-nav .date-prev a,
.view .date-nav-wrapper .date-nav .date-next a {
  padding: 0;
  margin: 0;
  text-align: center;
  border-radius: 3px;
  width: 30px;
  height: 24px;
  color: #333333;
  text-shadow: #ffffff;
  background-color: #fafafa;
  background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
  border-color: #F2F2F2 #F2F2F2 #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  border-bottom-color: #686868;
}

.view .date-nav-wrapper .date-nav .date-prev {
  left: 3px;
  right: auto;
}

.calendar-calendar th.days {
  background: transparent;
  border: none;
  font-weight: 300;
}

.calendar-calendar table.mini td.empty,
.calendar-calendar tr {
  background: transparent;
}

.calendar-calendar table.mini td.empty td,
.calendar-calendar table.mini td.empty td.today,
.calendar-calendar tr td,
.calendar-calendar tr td.today {
  background: transparent;
}

.calendar-calendar table.mini td.empty td .month,
.calendar-calendar table.mini td.empty td.today .month,
.calendar-calendar tr td .month,
.calendar-calendar tr td.today .month {
  background: #fff;
  margin: 1px 1px 0 0;
  padding: 2px 0;
  text-align: center;
  font-weight: bold;
}

.calendar-calendar table.mini td.empty td .month a,
.calendar-calendar table.mini td.empty td.today .month a,
.calendar-calendar tr td .month a,
.calendar-calendar tr td.today .month a {
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.calendar-calendar table.mini td.empty td .month.active,
.calendar-calendar table.mini td.empty td.today .month.active,
.calendar-calendar tr td .month.active,
.calendar-calendar tr td.today .month.active {
  background: #9d261d;
  color: #fff;
}

.calendar-calendar table.mini td.empty td .month.active a,
.calendar-calendar table.mini td.empty td.today .month.active a,
.calendar-calendar tr td .month.active a,
.calendar-calendar tr td.today .month.active a {
  color: #fff;
}

.calendar-calendar table.mini td.empty td.today .month, .calendar-calendar table.mini td.empty td.has-events:hover .month,
.calendar-calendar table.mini td.empty td.today.today .month,
.calendar-calendar table.mini td.empty td.today.has-events:hover .month,
.calendar-calendar tr td.today .month,
.calendar-calendar tr td.has-events:hover .month,
.calendar-calendar tr td.today.today .month,
.calendar-calendar tr td.today.has-events:hover .month {
  background: #CCCCCC;
  cursor: pointer;
}

.node-type-profile .page-title {
  display: none;
}

.node-type-profile .panel-display .page-title,
.node-type-profile .panel-display .breadcrumb {
  display: block !important;
}

.node-type-profile .pane-content ol {
  list-style: decimal;
}

.node-type-profile .pane-content h2.field-label,
.node-type-profile .pane-content h3.field-label,
.node-type-profile .pane-content h4.field-label {
  margin-bottom: 0;
  font-weight: 500;
}

.node-type-profile .pane-content span.field-label,
.node-type-profile .pane-content label {
  text-transform: uppercase;
  font-size: 0.9em;
}

.node-type-profile .pane-content .inline,
.node-type-profile .pane-content .inline label {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
}

.node-type-profile .two-33-66-brick .region-second-top {
  margin: 0 0 2em 0;
  padding: 0 0 1em 0;
  border-bottom: 4px solid #f5f5f5;
}

.node-type-profile .two-33-66-brick.has-region-top .region-second-top {
  margin-top: 20px;
}

.node-type-profile .two-33-66-brick .region-second-bottom .pane-title {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}

.node-type-profile .two-33-66-brick .region-second-bottom-first {
  margin-bottom: 2em;
}

.node-type-profile .sidebar-left {
  background-color: #f8f8f8;
  border-bottom: 1px solid #D8D8D8;
}

.node-type-profile .sidebar-left .panel-pane {
  padding: 5px 20px;
}

.node-type-profile .sidebar-left .pane-panels-mini .panel-pane {
  padding: 0;
}

@media (min-width: 1024px) {
  .node-type-profile #two-33-66-brick-middle-wrapper {
    background: url(../../img/bg_sidebar-grad-290.png) left top repeat-y;
  }
  .node-type-profile .sidebar-left {
    border-bottom: none;
    background-color: transparent;
  }
}

.node-type-profile .pane-highlighted .pane-title {
  margin: 0;
  padding: 0 20px;
  background-color: #515052;
  background-image: linear-gradient(to bottom, #5b5b5d, #414042);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5B5B5D', endColorstr='#FF414042', GradientType=0);
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.node-type-profile .pane-highlighted .pane-content {
  background-color: #F5F5F5;
  padding: 1em;
}

.node-type-profile .region-content label {
  text-transform: uppercase;
}

.node-type-profile .region-content h1 {
  font-size: 36px;
  padding: 0;
}

.node-type-profile .region-content a {
  color: #C41F4A;
}

.node-type-profile .region-content .pane-node-field-profile-email .pane-content {
  margin: 0;
}

.node-type-profile .region-content .pane-node-field-profile-building {
  margin-top: 2em;
}

.node-type-profile .region-content .pane-node-field-profile-position {
  font-weight: 600;
  font-size: 1.1em;
}

.node-type-profile .region-content .pane-node-field-profile-depart label:after {
  content: ': ';
}

.node-type-profile .region-content .social-media {
  margin: 0 0 1em;
}

.node-type-profile .region-content .social-media a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 34px;
  font-size: 0;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  background-color: #e4365f;
  background-image: linear-gradient(to bottom, #F8366A, #C6364F);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF8366A', endColorstr='#FFC6364F', GradientType=0);
  color: #65121C;
}

.node-type-profile .region-content .social-media a:after {
  font-size: 18px;
}

.node-type-profile .region-content .social-media a:hover {
  text-decoration: none;
  background: #F8366A;
}

.node-type-profile .region-content .social-media .facebook:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.node-type-profile .region-content .social-media .twitter:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.node-type-profile .region-content .social-media .linkedin:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.node-type-profile .region-content .social-media .google:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.node-type-profile .region-content .social-media .youtube:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.node-type-profile .region-content .social-media .sharethis:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.node-type-profile .pane-node-field-profile-salutation,
.node-type-profile .pane-node-field-profile-credentials,
.node-type-profile .pane-node-field-profile-description {
  margin: 1em 0;
  padding: 1em 0;
  border-top: 1px solid #eee;
}

@media (min-width: 1024px) {
  .node-type-profile .one-column {
    padding-right: 20px;
  }
  .node-type-profile .pane-node-field-profile-picture {
    float: right;
  }
}

#views-exposed-form-people-directory-panel-pane-1 {
  margin: 0;
}

#views-exposed-form-people-directory-panel-pane-1 .views-exposed-widgets,
#views-exposed-form-people-directory-panel-pane-1 select {
  margin: 0;
}

.view-people-directory .view-display-id-attachment {
  margin: 0.5em 0 1em;
}

.view-people-directory .view-display-id-attachment a.active {
  font-weight: bold;
  color: #000;
}

.view-people-directory .views-row {
  *zoom: 1;
  margin-bottom: 2em;
}

.view-people-directory .views-row:before, .view-people-directory .views-row:after {
  display: table;
  content: "";
  line-height: 0;
}

.view-people-directory .views-row:after {
  clear: both;
}

.view-people-directory .views-field-field-profile-picture {
  float: left;
  margin-right: 1em;
}

.view-people-directory .social-media-links {
  margin-top: 1em;
}

.view-people-directory .social-media-links a {
  margin-right: 5px;
  background: none;
  background-image: none;
  color: #2e2d2e;
  box-shadow: none;
  height: auto;
  line-height: normal;
  width: 20px;
}

.view-people-directory .social-media-links a:hover {
  color: #000000;
}

.view-people-directory .social-media-links a:after {
  font-size: 18px;
}

.view-quotations-widget .flexslider {
  margin: 0;
}

.view-quotations-widget .flexslider .flex-control-nav {
  bottom: -20px;
  right: 0;
}

.view-quotations-widget .flexslider .flex-control-nav li {
  margin: 0 2px;
}

.view-quotations-widget .flexslider .flex-control-nav li a {
  border-color: #EAEAEA;
}

.view-quotations-widget .flexslider .flex-control-nav li a.flex-active {
  background: #EAEAEA;
}

blockquote.quotation {
  padding: 0 0 0 15px;
  margin: 0 0 24px;
  border-left: 5px solid #eee;
  border-left: none;
}

blockquote.quotation p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

blockquote.quotation small {
  display: block;
  line-height: 24px;
  color: #999;
}

blockquote.quotation small:before {
  content: '\2014 \00A0';
}

blockquote.quotation.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}

blockquote.quotation.pull-right p,
blockquote.quotation.pull-right small {
  text-align: right;
}

blockquote.quotation.pull-right small:before {
  content: '';
}

blockquote.quotation.pull-right small:after {
  content: '\00A0 \2014';
}

blockquote.quotation:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  color: #F5F5F5;
  font-size: 52px;
  float: left;
  margin: 0 10px 10px 0;
}

blockquote.quotation.quotation {
  padding: 0;
  margin: 0;
}

blockquote.quotation .quotation-text {
  font-size: 18px;
  font-style: italic;
  font-weight: 100;
  line-height: normal;
  text-align: center;
  font-family: "Times New Roman",Georgia,Serif;
}

blockquote.quotation .field-name-field-quote-author-photo {
  float: left;
  margin: 0 4% 0 0;
  width: 26%;
  max-width: 90px;
}

blockquote.quotation .quotation-subtext {
  float: left;
  width: 70%;
}

blockquote.quotation .quotation-subtext .field {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

blockquote.quotation .field-name-field-quote-author {
  line-height: 1.2;
}

blockquote.quotation .field-name-field-quote-author-role {
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
}

blockquote.quotation .field-name-field-quote-more-info-link {
  margin-top: 5px;
}

blockquote.quotation .field-name-field-quote-more-info-link a {
  color: #C41F4A;
  font-weight: bold;
}

.node-type-kpu-landing-page .page-title {
  display: none;
}

.node-type-kpu-landing-page .panel-display .page-title,
.node-type-kpu-landing-page .panel-display .breadcrumb {
  display: block !important;
}

.node-type-kpu-landing-page .pane-content ol {
  list-style: decimal;
}

.node-type-kpu-landing-page .pane-content h2.field-label,
.node-type-kpu-landing-page .pane-content h3.field-label,
.node-type-kpu-landing-page .pane-content h4.field-label {
  margin-bottom: 0;
  font-weight: 500;
}

.node-type-kpu-landing-page .pane-content span.field-label,
.node-type-kpu-landing-page .pane-content label {
  text-transform: uppercase;
  font-size: 0.9em;
}

.node-type-kpu-landing-page .pane-content .inline,
.node-type-kpu-landing-page .pane-content .inline label {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
}

.node-type-kpu-landing-page .two-33-66-brick .region-second-top {
  margin: 0 0 2em 0;
  padding: 0 0 1em 0;
  border-bottom: 4px solid #f5f5f5;
}

.node-type-kpu-landing-page .two-33-66-brick.has-region-top .region-second-top {
  margin-top: 20px;
}

.node-type-kpu-landing-page .two-33-66-brick .region-second-bottom .pane-title {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}

.node-type-kpu-landing-page .two-33-66-brick .region-second-bottom-first {
  margin-bottom: 2em;
}

.node-type-kpu-landing-page .sidebar-left {
  background-color: #f8f8f8;
  border-bottom: 1px solid #D8D8D8;
}

.node-type-kpu-landing-page .sidebar-left .panel-pane {
  padding: 5px 20px;
}

.node-type-kpu-landing-page .sidebar-left .pane-panels-mini .panel-pane {
  padding: 0;
}

@media (min-width: 1024px) {
  .node-type-kpu-landing-page #two-33-66-brick-middle-wrapper {
    background: url(../../img/bg_sidebar-grad-290.png) left top repeat-y;
  }
  .node-type-kpu-landing-page .sidebar-left {
    border-bottom: none;
    background-color: transparent;
  }
}

.node-type-kpu-landing-page .pane-highlighted .pane-title {
  margin: 0;
  padding: 0 20px;
  background-color: #515052;
  background-image: linear-gradient(to bottom, #5b5b5d, #414042);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5B5B5D', endColorstr='#FF414042', GradientType=0);
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.node-type-kpu-landing-page .pane-highlighted .pane-content {
  background-color: #F5F5F5;
  padding: 1em;
}

.node-type-kpu-landing-page .main-content .panel-pane {
  margin-bottom: 20px;
}

.node-type-kpu-landing-page .main-content .panel-pane:last-child {
  margin-bottom: 0;
}

.node-type-kpu-award .page-title {
  display: none;
}

.node-type-kpu-award .panel-display .page-title,
.node-type-kpu-award .panel-display .breadcrumb {
  display: block !important;
}

.node-type-kpu-award .pane-content ol {
  list-style: decimal;
}

.node-type-kpu-award .pane-content h2.field-label,
.node-type-kpu-award .pane-content h3.field-label,
.node-type-kpu-award .pane-content h4.field-label {
  margin-bottom: 0;
  font-weight: 500;
}

.node-type-kpu-award .pane-content span.field-label,
.node-type-kpu-award .pane-content label {
  text-transform: uppercase;
  font-size: 0.9em;
}

.node-type-kpu-award .pane-content .inline,
.node-type-kpu-award .pane-content .inline label {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
}

.node-type-kpu-award .two-33-66-brick .region-second-top {
  margin: 0 0 2em 0;
  padding: 0 0 1em 0;
  border-bottom: 4px solid #f5f5f5;
}

.node-type-kpu-award .two-33-66-brick.has-region-top .region-second-top {
  margin-top: 20px;
}

.node-type-kpu-award .two-33-66-brick .region-second-bottom .pane-title {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}

.node-type-kpu-award .two-33-66-brick .region-second-bottom-first {
  margin-bottom: 2em;
}

.node-type-kpu-award .sidebar-left {
  background-color: #f8f8f8;
  border-bottom: 1px solid #D8D8D8;
}

.node-type-kpu-award .sidebar-left .panel-pane {
  padding: 5px 20px;
}

.node-type-kpu-award .sidebar-left .pane-panels-mini .panel-pane {
  padding: 0;
}

@media (min-width: 1024px) {
  .node-type-kpu-award #two-33-66-brick-middle-wrapper {
    background: url(../../img/bg_sidebar-grad-290.png) left top repeat-y;
  }
  .node-type-kpu-award .sidebar-left {
    border-bottom: none;
    background-color: transparent;
  }
}

.node-type-kpu-award .pane-highlighted .pane-title {
  margin: 0;
  padding: 0 20px;
  background-color: #515052;
  background-image: linear-gradient(to bottom, #5b5b5d, #414042);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5B5B5D', endColorstr='#FF414042', GradientType=0);
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.node-type-kpu-award .pane-highlighted .pane-content {
  background-color: #F5F5F5;
  padding: 1em;
}

.node-type-kpu-award .page-title {
  display: block;
}

.node-type-kpu-award .region-content {
  padding: 0 0 20px;
}

@media (min-width: 570px) {
  .node-type-kpu-award .region-content .panel-pane {
    width: 47%;
    margin: 0;
    padding: 0 0 20px;
    float: left;
  }
  .node-type-kpu-award .region-content .panel-separator {
    margin: 0;
  }
  .node-type-kpu-award .region-content .panels-flexible-region-inside .pane-node-field-kpu-award-scholarships, .node-type-kpu-award .region-content .panels-flexible-region-inside .pane-node-field-kpu-award-eligibility, .node-type-kpu-award .region-content .panels-flexible-region-inside .pane-node-field-kpu-award-renewability {
    clear: left;
    margin: 0 5% 0 0;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 16-Jul-2015, 3:33:09 PM
    Author     : bjwilson1
*/
.library-page .view-hours-of-operation {
  float: right;
  margin-top: -24px;
  margin-right: 40px;
  width: 35%;
}

.library-page .view-hours-of-operation .oh-current-open,
.library-page .view-hours-of-operation .oh-current-closed {
  float: right;
}

.library-page .view-hours-of-operation .oh-current-open .hours-today-title,
.library-page .view-hours-of-operation .oh-current-open .hours-today-time,
.library-page .view-hours-of-operation .oh-current-closed .hours-today-title,
.library-page .view-hours-of-operation .oh-current-closed .hours-today-time {
  color: #333f48;
}

.library-page .view-hours-of-operation .oh-current-closed {
  color: #a50934;
}

.library-page .views-field-field-hours-of-operation-notes .field-content * {
  float: left;
  margin: 7px 0 7px 10px;
  line-height: 24px;
  color: #a50934;
}

.library-page .views-field-field-hours-of-operation-notes .field-content * p {
  margin: 0px;
  line-height: 24px;
  color: #a50934;
}

.library-page .kpu-library-main-title {
  margin: 0;
  padding: 0;
  margin-top: -40px;
  margin-left: 30px;
}

.library-page .kpu-library-hours-title {
  margin-top: 20px !important;
  margin-left: 0px !important;
  float: left;
  width: 100%;
  padding: 0px;
}

.library-page .kpu-library-hours-title h4 {
  color: #280B10;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: lighter;
  border-bottom: 1px solid #9d261d;
}

.library-page .sidebar-left {
  margin-top: 8px;
}

.library-page .sidebar-left .view-hours-of-operation {
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  float: none;
  color: #555;
}

.library-page .sidebar-left .view-hours-of-operation .oh-current-open {
  float: none;
  font-weight: bold;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-Oct-2015, 10:34:13 AM
    Author     : bjwilson1
*/
.boxes-box-controls {
  display: none !important;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 23-Jun-2015, 10:25:08 PM
    Author     : bjwilson1
*/
div#two-66-33-top-wrapper,
div#two-66-33-middle-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

.boxes {
  float: left;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #ccc;
  margin: 5px;
  width: 215px;
  padding-bottom: 10px;
  overflow: hidden;
  height: 200px;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  /* W3C */
  /* IE6-9 */
}

.boxes p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.boxes-label {
  text-align: left;
  padding: 3px;
  border-bottom: solid 1px #ccc;
  border-top: solid 5px #98022e;
}

.boxes img {
  margin: 10px;
}

.boxes a {
  text-decoration: none;
  display: block;
}

.boxes a:link,
.boxes a:visited {
  color: #404040;
}

.boxes a:hover {
  color: #98022e;
}

.boxes img {
  width: 80px;
  height: 80px;
}

#jrnl .quotation {
  height: 250px;
}

/*.list-bullets > li,
.list-arrows> li {
	padding-left: 1.3em;
}

ul.list-bullets li:before,
ul.list-arrowsli:before {
	margin-left: -3em;
}*/
.ui-accordion.ui-widget {
  font-family: inherit;
  font-size: inherit;
}

.ui-accordion .ui-accordion-header {
  padding: 10px 10px 10px 0;
  font-weight: bold;
}

.ui-accordion .ui-accordion-header .ui-icon {
  left: 0;
  display: none;
}

.ui-accordion .ui-accordion-content {
  padding: 5px 10px 10px 17px;
  border: none;
  background: none;
}

.ui-accordion .ui-state-default,
.ui-accordion .ui-state-active {
  border: none;
  background: none;
}

.ui-accordion-header.ui-state-default:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0fe";
  padding-right: 5px;
  text-decoration: none;
  color: #98022e;
}

.ui-accordion-header.ui-state-active:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f146";
  padding-right: 5px;
  text-decoration: none;
  color: #98022e;
}

.ui-widget-content a {
  color: #9d261d;
}

#location {
  padding: 5px;
  margin: 0;
  background-color: #404040;
  color: white;
  font-style: italic;
  font-size: 12px;
}

#location li {
  display: inline;
}

#location li:first-child:before {
  content: "\f015";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  margin-right: 5px;
}

#location a {
  color: white;
  font-style: normal;
}

#location a:after {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  text-decoration: none;
}

a.apply-now:before {
  content: "\f046";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding-right: 10px;
  text-decoration: none;
}

a.apply-now {
  background: #7d0226;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: linear-gradient(to bottom, #97022e, #7d0226) repeat-x scroll 0 0 #5b0008;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) #5b0008;
  border-image: none;
  border-radius: 1px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  padding: 14px 15px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  width: 100%;
}

a.apply-now:hover {
  background-color: #98022e;
  background-position: 0 -15px;
  color: white;
  text-decoration: none;
  transition: background-position 0.1s linear 0s;
  background: none repeat scroll 0 0 #98022e;
}

p > a.apply-now {
  margin-top: -12px;
  margin-bottom: 10px;
}

ul.grid-box {
  margin: 0 -10px 20px;
  padding: 0px;
}

ul.grid-box:last-child {
  margin-bottom: 0;
}

ul.grid-box a {
  color: #FFF;
}

ul.grid-box a:hover {
  text-decoration: none;
}

ul.grid-box li {
  list-style: none;
  line-height: normal;
}

ul.grid-box img {
  float: left;
  width: 100%;
}

ul.grid-box strong {
  background: #7d0226;
  padding: 10px;
  clear: both;
  background: linear-gradient(to bottom, #97022e, #7d0226) repeat-x scroll 0 0 #5b0008;
  border-top: 1px solid white;
  display: block;
}

@media all and (min-width: 600px) {
  ul.grid-box li {
    float: left;
    width: 23%;
    list-style: none;
  }
  ul.grid-box {
    width: 648px;
  }
  ul.grid-box strong {
    display: table-cell;
    vertical-align: middle;
    width: 149px;
    height: 36px;
  }
  ul.grid-box img {
    width: 149px;
    float: left;
  }
}

legend {
  margin-bottom: 0;
}

a.btn-lg, .btn-group-lg > a.btn {
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.33;
  padding: 10px 16px;
  text-transform: none;
  font-weight: bold;
}

.btn-primary,
a.btn-primary {
  border-color: #5b0008;
  color: #fff;
  background-image: none;
  background-color: #98022e;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary:active {
  background-color: #79011b;
  color: #fff;
}

.jop-post-logo {
  position: absolute;
  top: 0;
  left: 0;
}

.job-post-title,
.job-post-lvl,
.job-post-loc {
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-weight: bold;
  float: left;
}

.job-post-title:after,
.job-post-lvl:after {
  content: " | ";
}

.view-brewing-job-board .views-row {
  position: relative;
  padding-left: 110px;
  overflow: visible;
  margin-bottom: 20px;
  margin-top: 20px;
}

.job-post-desc {
  clear: left;
  line-height: normal;
  padding: 0;
  margin: 0;
}

.cards {
  display: table;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  line-height: normal;
}

.card {
  float: left;
  width: 32.3333%;
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.card-content {
  position: relative;
  min-height: 230px;
  border: solid 1px #CCC;
  display: block;
  padding: 10px 10px 40px 10px;
  box-shadow: 0 0 10px #CCC;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  /* W3C */
  /* IE6-9 */
}

.card h3 {
  margin: 0;
  padding: 5px 5px 5px 16px;
  margin-left: -11px;
  margin-right: -11px;
  margin-top: -11px;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  text-shadow: 0 0 3px #000;
}

.career-resource {
  padding: 0;
  margin: 0;
  clear: both;
  width: 100%;
  float: left;
}

.career-resource li {
  display: inline;
  line-height: 42px;
}

.career-resource a {
  padding: 10px;
  background-color: aqua;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background-color: #98022E;
  color: #FFF;
  line-height: normal;
  text-shadow: 0 0 3px #000;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.career-resource a:hover,
.career-resource a:focus {
  text-decoration: underline;
}

.card .explore,
a.explore {
  background: #15b0ce;
}

.card .plan,
a.plan {
  background: #22b04b;
}

.card .get,
a.get {
  background: #413e3d;
}

.card .find,
a.find {
  background: #ed1941;
}

.card .outcome,
a.outcome {
  background: #c6d92c;
}

.card .look,
a.look {
  background: #98012e;
}

.card p {
  margin: 0;
  padding: 5px;
}

.card .btn:after,
.career-resource a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0a9";
  padding-left: 5px;
  text-decoration: none;
  display: inline-block;
  text-decoration: none;
}

/*Langley interactive Map Update*/
.interactive-map.langley-map .map-image {
  visibility: hidden !important;
}

.interactive-map.langley-map {
  background-image: url("/sites/default/files/Maps/langley.png");
  background-size: 695px 667px;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 695px;
}

.green {
  background-color: #db172e !important;
}

div.marker.green .popup {
  width: 223px;
  height: 172px;
  opacity: 1;
  background-image: url("/sites/default/files/Maps/4.jpg") !important;
  background-size: 220px 150px;
  background-position: 5px 25px;
  background-repeat: no-repeat;
}

div.marker.green a {
  pointer-events: none;
  cursor: default;
}

div.marker.green img {
  visibility: hidden;
}

#cboxLoadedContent {
  background-image: url("/sites/default/files/Maps/4.jpg") !important;
  background-size: 311px;
}

#cboxError {
  opacity: 0;
  border: 0px;
}

/*End of Langley Map Update*/
.node-slider .caption,
.node-slider .caption .field-type-text {
  pointer-events: none;
}

.node-slider .field-name-field-slider-link {
  pointer-events: all;
  visibility: hidden;
}

/*Student Lab CSS*/
.StudentLab-mainWrapper {
  width: 100%;
}

.gu_4.row1 {
  cursor: pointer;
  float: left;
  padding: 30px 10px 10px 10px;
  width: 30%;
  height: 160px;
  /*border:blue solid 1px;*/
}

.gu_4.ElseRow {
  cursor: pointer;
  float: left;
  padding: 30px 10px 10px 10px;
  width: 30%;
  height: 190px;
  /*border:blue solid 1px;*/
}

.gu_4:hover {
  opacity: 0.5;
}

.gu_4 .media-element {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.gu_4.ElseRow .media-element {
  width: 30%;
}

.StudentLabs-Title {
  text-align: center;
}

.StudentLabs-subText {
  text-align: center;
}

@media screen and (max-width: 657px) {
  .gu_4 {
    width: 45% !important;
  }
}

@media screen and (max-width: 456px) {
  .gu_4 {
    width: 43% !important;
  }
}

/*End of Student Lab CSS*/
.press-releaseview .views-field-created {
  white-space: nowrap;
}

.press-releaseview caption {
  font-weight: bold;
  color: #404040;
  line-height: 2.5em;
  font-size: 18px;
}

.press-releaseview tr.even {
  background-color: #FFF;
  border-bottom: 0px solid #ccc;
  padding: 0;
}

.press-releaseview tr.odd {
  background-color: #eee;
  border-bottom: 0px solid #ccc;
  padding: 0;
}

.card-block {
  border: solid 1px #CCC;
  position: relative;
  overflow: hidden;
  max-height: 208px;
  box-sizing: border-box;
  margin-bottom: 20px;
  cursor: pointer;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  /* W3C */
  /* IE6-9 */
}

.card-block h3 {
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: 20px;
  margin: 0;
  padding: 10px;
  background-color: #98022e;
  color: #FFF;
  font-style: italic;
  z-index: 1;
  text-shadow: 0 1px #4e1119;
  line-height: normal;
}

.card-block h3 span {
  font-weight: bold;
  font-size: 16px;
  font-style: normal;
  display: block;
}

.card-block img {
  display: block;
  max-width: 100%;
  min-height: 100%;
  -ms-transform: scale(1);
      transform: scale(1);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  opacity: 0.8;
}

.card-block:hover img {
  -ms-transform: scale(1.15);
      transform: scale(1.15);
  opacity: 1;
}

.card-block a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999em;
}

.card-detail {
  max-height: 100%;
  cursor: auto;
  display: inline-block;
  margin-bottom: 0.5em;
  width: 100%;
  box-sizing: border-box;
}

@-moz-document url-prefix() {
  .card-detail {
    display: block;
  }
}

.card-masonry .card-detail img, .card-masonry-two .card-detail img {
  margin-top: -10%;
  opacity: 1;
}

.card-block:hover img {
  -ms-transform: scale(1);
      transform: scale(1);
}

.card-contents a,
.card-contents .btn {
  position: static;
  text-indent: 0;
  display: inline;
}

.card-detail h3 {
  position: static;
  background: none;
  color: #98022e;
  font-style: normal;
  font-weight: bold;
  text-shadow: none;
  padding: 0;
  line-height: normal;
}

.card-detail h3 span {
  font-weight: normal;
  font-size: 13px;
  font-style: normal;
  display: block;
  font-style: italic;
  color: #a1a1a4;
}

.card-detail p {
  padding: 10px 0;
  margin: 0;
  line-height: normal;
}

.card-img {
  position: relative;
  overflow: hidden;
}

.card-contents, .card-content {
  padding: 10px;
}

@media (min-width: 980px) {
  /*.card-contents {
		float: left;
		display: inline-block;
		margin-left:10px;
    margin-right:10px;
    width: 325px;
    min-height: 275px;
	}*/
  .card-masonry {
    /* Masonry container */
    column-count: 3;
    column-gap: 1em;
    margin-bottom: 20px;
  }
  .card-masonry-two {
    column-count: 2;
    column-gap: 2em;
    margin-bottom: 20px;
  }
  .card-img {
    height: 100px;
  }
}

.field-name-field-people-bio-photo {
  border: solid 5px #FFF;
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 200px;
  box-shadow: 0 0 10px #CCC;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.field-name-field-people-bio-photo img {
  display: block;
  min-width: 200px;
}

.node-type-people-bio .region-second-top .panel-pane {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: normal;
}

.node-type-people-bio .region-second-top .field label {
  line-height: normal;
  text-transform: none;
  font-size: 1em;
  padding: 0;
  margin: 0;
  float: left;
  padding-right: 5px;
}

.node-type-people-bio .region-second-top .field label:after {
  content: ":";
}

.node-type-people-bio .region-second-top .field-name-field-people-bio-email label,
.node-type-people-bio .region-second-top .field-name-field-people-bio-phone-vm label {
  float: left;
  padding-right: 5px;
}

.node-type-people-bio .region-second-top .pane-node-body,
.node-type-people-bio .region-second-top .pane-node-field-people-bio-courses-taught {
  clear: both;
}

label[for="edit-submitted-rank-1"] {
  margin-right: 50px;
}

label[for="edit-submitted-rank-2"] {
  margin-right: 26px;
}

label[for="edit-submitted-rank-3"] {
  margin-right: 39px;
}

label[for="edit-submitted-rank-4"] {
  margin-right: 48px;
}

div.list-bullets .field-items {
  margin: 0 0 1em 1em !important;
  line-height: 24px;
}

div.list-bullets .field-item:before {
  color: #9d261d;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 6px;
  font-style: normal;
  font-weight: normal;
  padding-right: 2em;
  text-decoration: inherit;
  vertical-align: middle;
}

label.required:after {
  content: " *";
  text-transform: uppercase;
  font-size: .9em;
  color: #98022e;
}

/*Fix footer breaking in mobile problem*/
@media screen and (min-device-width: 120px) and (max-device-width: 396px) and (-webkit-min-device-pixel-ratio: 1) {
  .teaching {
    font-size: 81.5% !important;
  }
  #boxes-box-footer-mdr-links .boxes-box-content a {
    font-size: 8px !important;
  }
}

/*End of footer breaking in mobile problem*/
/*Office of Research & Scholarship Page CSS*/
.SocialMediaReseachPage {
  position: relative;
  z-index: 20;
}

.ClickableLinks {
  display: block;
  width: 100%;
  height: 100%;
}

/*Normal Spin*/

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*ReverseSpin*/

@keyframes spinR {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.SelectionThumbnails {
  display: inline-block;
  margin-left: 3%;
  margin-right: 3%;
}

.SelectionThumbnails:hover {
  opacity: 0.5;
}

.AnimationMainWrapper {
  width: 715px;
  min-height: 100px;
  height: 510px;
  position: relative;
  margin-left: -6%;
  margin-top: -13%;
}

.Backgroundimage {
  width: 100%;
  position: absolute;
  z-index: -100;
}

.WheelAnimationWrapper {
  position: relative;
  width: 100%;
  height: 110%;
}

.Image {
  position: absolute;
}

.InnerImg {
  width: 100%;
}

.InnerImg3 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

/*This is what is located on slide2*/
.TopCircle1 {
  width: 10%;
  left: 45%;
  top: 30%;
  z-index: 1;
  transition: all .2s ease-in-out;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  /*		    border:1px solid red;*/
}

.TopCircle1:hover + .HoverBox {
  transition: all .2s ease-in-out;
  display: block;
}

.TopCircle1:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  opacity: 0.5;
  display: block;
}

.BottomCircle {
  left: 20%;
  top: 8%;
  z-index: 0;
}

/*Slide3*/
.TopCircle_l1 {
  left: 48.5%;
  top: 45%;
  z-index: 25;
  /*			border:1px solid blue;*/
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  animation: spin 30s infinite linear;
}

.TopCircle_l2 {
  left: 47.5%;
  top: 44%;
  z-index: 24;
  /*			border:1px solid red;*/
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  animation: spinR 30s infinite linear;
}

.TopCircle_l3 {
  left: 45%;
  top: 40.8%;
  z-index: 23;
  /*			border:1px solid black;*/
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  animation: spin 30s infinite linear;
}

.Middle_l1 {
  left: 27.5%;
  top: 19.5%;
  z-index: 12;
  transition: all .2s ease-in-out;
  -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
}

.Middle_l2 {
  left: 49.6%;
  top: 19.5%;
  z-index: 13;
  transition: all .2s ease-in-out;
  -ms-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
}

.Middle_l3 {
  top: 47.3%;
  left: 27.5%;
  z-index: 10;
  transition: all .2s ease-in-out;
  -ms-transform-origin: 100% 0%;
      transform-origin: 100% 0%;
}

.Middle_l4 {
  top: 47.3%;
  left: 49.6%;
  z-index: 10;
  transition: all .2s ease-in-out;
  -ms-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
}

/*Containers to solve the Flashing Problems*/
.Contain {
  width: 159px;
  height: 150px;
  border: 1px red solid;
}

.Container1, .Container1IE {
  left: 27.5%;
  top: 20.5%;
  background-color: #ffffff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 20;
}

.Container2, .Container2IE {
  left: 49.6%;
  top: 20.5%;
  background-color: #ffffff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 20;
}

.Container3, .Container3IE {
  top: 48.3%;
  left: 27.5%;
  background-color: #ffffff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 20;
}

.Container4, .Container4IE {
  top: 48.3%;
  left: 49.6%;
  background-color: #ffffff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 20;
}

/*4squares*/
.Container1:hover + .Container2 + .Container3 + .Container4 + .Middle_l1, .Container2:hover + .Container3 + .Container4 + .Middle_l1 + .Middle_l2, .Container3:hover + .Container4 + .Middle_l1 + .Middle_l2 + .Middle_l3, .Container4:hover + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 {
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  opacity: 1 !important;
  z-index: 15;
}

/*Hover state Version2*/
.CenterHover2 {
  top: 19.5%;
  left: 27.6%;
  width: 317px;
  height: 317px;
  background-image: url("https://www.kpu.ca/sites/default/files/Research%20And%20Scholarship%20Asset/spritesheet%20%281%29.png");
  background-repeat: no-repeat;
  z-index: 10;
}

.Container1:hover + .Container2 + .Container3 + .Container4 + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b + .Bottom3b + .Bottom4b + .CenterHover2 {
  background-position: -659px -5px;
  z-index: 14;
}

.Container2:hover + .Container3 + .Container4 + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b + .Bottom3b + .Bottom4b + .CenterHover2 {
  background-position: -333px -332px;
  z-index: 14;
}

.Container3:hover + .Container4 + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b + .Bottom3b + .Bottom4b + .CenterHover2 {
  background-position: -6px -659px;
  z-index: 14;
}

.Container4:hover + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b + .Bottom3b + .Bottom4b + .CenterHover2 {
  background-position: -659px -332px;
  z-index: 14;
}

.Bottom1b:hover + .Bottom3b + .Bottom4b + .CenterHover2, .Bottom3b:hover + .Bottom4b + .CenterHover2 {
  background-position: -333px -5px;
  z-index: 14;
}

.Bottom4b:hover + .CenterHover2 {
  background-position: -6px -332px;
  z-index: 14;
}

/*Overlay Test*/
.Info1, .Info2, .Info3, .InfoM1, .InfoM2, .InfoM3, .InfoM4 {
  display: none;
}

.Container1:hover + .Container2 + .Container3 + .Container4 + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b + .Bottom3b + .Bottom4b + .CenterHover2 + .OneLineExplain .InfoM1,
.Container2:hover + .Container3 + .Container4 + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b + .Bottom3b + .Bottom4b + .CenterHover2 + .OneLineExplain .InfoM2,
.Container3:hover + .Container4 + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b + .Bottom3b + .Bottom4b + .CenterHover2 + .OneLineExplain .InfoM3,
.Container4:hover + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b + .Bottom3b + .Bottom4b + .CenterHover2 + .OneLineExplain .InfoM4,
.Bottom1b:hover + .Bottom3b + .Bottom4b + .CenterHover2 + .OneLineExplain .Info1,
.Bottom3b:hover + .Bottom4b + .CenterHover2 + .OneLineExplain .Info2,
.Bottom4b:hover + .CenterHover2 + .OneLineExplain .Info3 {
  color: #ffffff;
  display: block;
}

.Container3:hover + .Container4 + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b + .Bottom3b + .Bottom4b + .CenterHover2 + .OneLineExplain,
.Container4:hover + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b + .Bottom3b + .Bottom4b + .CenterHover2 + .OneLineExplain, .Bottom1b:hover + .Bottom3b + .Bottom4b + .CenterHover2 + .OneLineExplain,
.Bottom3b:hover + .Bottom4b + .CenterHover2 + .OneLineExplain {
  top: 132px;
}

/*Lower Buttons v2*/
.Bottom1b:hover, .Bottom2b:hover, .Bottom3b:hover, .Bottom4b:hover, .Bottom5b:hover, .Bottom6b:hover, .Bottom7b:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  opacity: 1 !important;
}

.Bottom1b:hover + .Bottom2b + .Bottom3b + .Bottom4b + .Bottom5b + .Bottom6b + .Bottom7b + .CenterHover2 {
  background-position: -332px -5px;
  z-index: 14;
}

.Container1:hover + .Container2 + .Container3 + .Container4 + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b,
.Container1:hover + .Container2 + .Container3 + .Container4 + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b + .Bottom3b,
.Container1:hover + .Container2 + .Container3 + .Container4 + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b + .Bottom3b + .Bottom4b,
.Container2:hover + .Container3 + .Container4 + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b,
.Container2:hover + .Container3 + .Container4 + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b + .Bottom3b,
.Container2:hover + .Container3 + .Container4 + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b + .Bottom3b + .Bottom4b,
.Container3:hover + .Container4 + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b,
.Container3:hover + .Container4 + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b + .Bottom3b,
.Container3:hover + .Container4 + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b + .Bottom3b + .Bottom4b,
.Container4:hover + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b,
.Container4:hover + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b + .Bottom3b,
.Container4:hover + .Middle_l1 + .Middle_l2 + .Middle_l3 + .Middle_l4 + .Bottom1b + .Bottom3b + .Bottom4b {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.Bottom1b {
  top: 11.5%;
  left: 21%;
  z-index: 4;
  transition: all .2s ease-in-out;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}

.Bottom3b {
  top: 15%;
  left: 48.5%;
  z-index: 4;
  transition: all .2s ease-in-out;
  -ms-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
}

.Bottom4b {
  top: 37.5%;
  left: 20.5%;
  z-index: 4;
  transition: all .2s ease-in-out;
  -ms-transform-origin: 50% 0%;
      transform-origin: 50% 0%;
}

/*Explaination Text*/
.OneLineExplain {
  display: block;
  font-size: 13px;
  line-height: 15px;
  width: 200px;
  overflow: auto;
  margin: auto;
  position: absolute;
  padding: 10px;
  top: 300px;
  left: 252px;
  z-index: 19;
}

/*End of Explaination Text*/
@media screen and (max-width: 980px) {
  .WheelAnimationWrapper {
    display: none;
  }
  .ResponsiveAnimation {
    display: block !important;
  }
  .WrapperPosition {
    position: absolute;
    top: 120vh;
    width: 680px;
  }
  .AnimationMainWrapper {
    height: 50%;
    margin-left: 0px !important;
  }
  .Extratop {
    top: 980px !important;
  }
  .InnerImg3 {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .WrapperPosition {
    position: absolute;
    top: 1138px;
    width: 90vw;
  }
  .AnimationMainWrapper {
    height: 50%;
    margin-left: 0px !important;
  }
  .ResponsiveAnimation {
    width: 91vw !important;
    height: 105vw !important;
  }
  .InnerImg2 {
    margin-top: -22vw;
  }
  .TopCircle_l1r {
    left: 46.5% !important;
    top: 42.8% !important;
  }
  .TopCircle_l2r {
    top: 36% !important;
  }
  .TopCircle_l3r {
    top: 26% !important;
  }
  .btn_research {
    width: 33%;
    margin-left: 0;
  }
  .Extratop {
    top: 990px !important;
  }
  .ResearchTitle {
    text-align: left !important;
  }
  .InnerImg3 {
    width: 100%;
  }
  .Design-Section {
    background-color: #7b2a8f;
    height: 14vw;
  }
  .sustainability-Section {
    background-color: #49b869;
    height: 14vw;
  }
  .clean-Section {
    background-color: #8fcef1;
    height: 14vw;
  }
  .health-Section {
    background-color: #98002e;
    height: 14vw;
  }
}

/*Responsive Css*/
.ResponsiveAnimation {
  display: none;
  position: relative;
  min-width: 320px;
  min-height: 367px;
  width: 70vw;
  height: 65vw;
  overflow: auto;
  /*		border: 1px red solid;*/
  padding-top: 9%;
}

.Image1 {
  position: relative;
  width: 6%;
}

.Image2 {
  position: relative;
  width: 8%;
}

.Image3 {
  position: relative;
  width: 15%;
}

.ImageBK {
  position: absolute;
}

.InnerImg2 {
  width: 680px;
  margin-top: -26vw;
}

.TopCircle_l1r {
  left: 46.5%;
  top: 42%;
  z-index: 25;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  animation: spin 30s infinite linear;
}

.TopCircle_l2r {
  left: 45.4%;
  top: 35%;
  z-index: 24;
  -ms-transform-origin: 51% 46%;
      transform-origin: 51% 46%;
  animation: spinR 30s infinite linear;
}

.TopCircle_l3r {
  left: 42%;
  top: 22%;
  z-index: 23;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  animation: spin 30s infinite linear;
}

.Container1r {
  left: 12.5%;
  top: 13%;
  width: 37%;
  height: 37%;
  z-index: 20;
}

.Container2r {
  left: 49.5%;
  top: 13%;
  width: 37%;
  height: 37%;
  z-index: 20;
}

.Container3r {
  top: 50%;
  left: 12.5%;
  width: 37%;
  height: 37%;
  z-index: 20;
}

.Container4r {
  top: 50%;
  left: 50%;
  width: 37%;
  height: 37%;
  z-index: 20;
}

.Extratop {
  top: 850px;
}

.Info3 {
  width: 210px;
}

.Info1, .Info2 {
  font-size: 12px;
  line-height: 13px;
  width: 203px;
}

/*End of Responsive*/
/*Research IE Compatibility css*/
.InnerImgIE {
  position: absolute;
  width: 65%;
  top: 2%;
  left: 17%;
  z-index: 1;
}

.IE-Display-None ~ .AnimationMainWrapper {
  display: none;
}

/*End of Research IE Compatibility css*/
/*End of Office of Research & Scholarship Page CSS*/
.pathway-tabs {
  padding: 0;
  margin: 0;
}

.pathway-tabs > li > a {
  padding: 0;
  margin: 0;
  border: 0;
}

.pathway-tabs > .active > a, .pathway-tabs > .active > a:hover {
  border: 0;
}

/*Quick Music page ticker*/
.tickercontainer {
  /* the outer div with the black border */
  background: #fff;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.tickercontainer .mask {
  /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 10px;
  top: 8px;
  width: 100%;
  overflow: hidden;
}

ul.newsticker {
  /* that's your list */
  position: relative;
  left: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.newsticker li {
  float: left;
  /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding: 0;
  background: #fff;
}

ul.newsticker a {
  white-space: nowrap;
  padding: 0;
  color: #ff0000;
  margin: 0 50px 0 0;
}

ul.newsticker span {
  margin: 0 10px 0 0;
}

@media screen and (max-width: 380px) {
  ul.newsticker {
    width: 700px;
  }
}

/*End of Quick Music page ticker*/
/*----- Research Tabs -----*/
ul.tab-links2 {
  margin: 0 !important;
}

.tabs2.ResearchPageTab {
  width: 106% !important;
  margin-left: -3.5%;
  display: inline-block;
}

.ResearchDeco {
  height: 40px;
  width: 104.6%;
  margin-left: -2.2%;
  margin-top: -15px;
  margin-bottom: 10px;
}

.CardImage {
  padding: 10px;
}

.Textchange {
  color: #ffffff;
  float: right;
  padding-right: 2%;
  padding-top: 1%;
}

.Research-Navigation-Image {
  -ms-transform: scale(0.9);
      transform: scale(0.9);
}

.Research-Navigation-Image:hover {
  -ms-transform: scale(1);
      transform: scale(1);
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links2:after {
  display: block;
  clear: both;
  content: '';
}

.tab-links2 li {
  width: 25%;
  float: left;
  text-align: center;
  list-style: none;
}

.tab-links2 a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #4c4c4c;
  transition: all linear 0.15s;
}

.tab-links2 a:hover {
  text-decoration: none;
}

li.active a, li.active a:hover {
  color: #4c4c4c;
}

/*----- Content of Tabs -----*/
.tab-content2 {
  padding: 15px;
  overflow: hidden;
  background: #fff;
}

.tab2 {
  display: none;
}

.tab2.active {
  display: block;
}

@media screen and (max-width: 980px) {
  .tabs2.ResearchPageTab {
    width: 103% !important;
    margin-left: -1.5%;
    display: inline-block;
  }
  .ResearchDeco {
    width: 106.1%;
    margin-left: -15px;
  }
  .tab-links2 li {
    float: left;
    list-style: none;
  }
  .Textchange {
    padding-top: 2%;
  }
}

@media screen and (max-width: 780px) {
  .tabs2.ResearchPageTab {
    width: 100vw !important;
    margin-left: -7.5%;
    display: inline-block;
  }
  .ResearchDeco {
    width: 100vw !important;
  }
}

/*-----End of Research Tabs -----*/
img.file-icon {
  display: none !important;
}

/*----- BOOTSTRAP OVERIDE CLASSES -----*/
.desktop-viewport .navigation ul.main-menu {
  display: table;
  width: 100%;
}

.desktop-viewport .navigation ul.main-menu li {
  display: table-cell;
  text-align: center;
  float: none;
}

.mobile-viewpoint .navigation.row {
  margin-left: 0;
  margin-right: 0;
}

.pane-menu-menu-kpu-header-menu .pane-content ul li a,
.pane-menu-menu-kpu-header-menu nav ul li a {
  font-size: 11px;
}

.form-search input.search-query {
  background: #410b10;
  border-radius: 1px;
  color: #B4AEB0;
  font-style: italic;
  font-size: 13px;
  border: 1px solid #581118;
  box-shadow: 0 3px 4px #37090e inset;
  height: 38px;
  line-height: 38px;
  padding: 0 34px 0 10px;
  box-sizing: border-box;
  width: 220px;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  background-color: #98022e;
  border-color: #98022e;
}

.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > span {
  color: #98022e;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
}

.region-first-bottom {
  padding: 15px;
}

.front .main-content,
.page-home-temp .main-content {
  padding: 0;
  margin: 0;
}

.form-item, .form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

.form-required {
  text-transform: uppercase;
  font-size: .9em;
  color: #98022e;
}

.pane-menu-menu-library-search-menu {
  margin-bottom: 40px;
}

.pane-menu-menu-library-search-menu .pane-content {
  margin: 0;
  padding: 0;
}

.main-content ul.pagination {
  margin-top: 40px;
}

.no-sidebars .main-content {
  margin: 0;
  padding: 0;
}

.main-content ul.pagination {
  margin-top: 40px !important;
}

@media (min-width: 991px) {
  .pane-menu-menu-kpu-header-menu {
    text-align: center;
    max-width: 220px;
    margin-right: 20px;
    float: right;
  }
  .pane-menu-menu-kpu-header-menu li {
    width: 100px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .container {
    width: 1022px;
  }
}

.humans-header {
  margin-top: 50px;
  margin-bottom: 50px;
}

.humans-header h1, .humans-header h2, .humans-footer h2 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.humans-header h1, .humans-footer h2 {
  font-size: 18px;
}

.humans-header h2, .humans-footer h2 {
  font-weight: bold;
}

.humans-footer {
  margin-top: 50px;
  margin-bottom: 50px;
}

.humans-footer img {
  margin: 5px;
  width: 25px;
  height: 25px;
}

.humans-banner {
  background: url("/sites/default/files/Slider%20Images/LandingPageGraphics/humans-banner.jpg") no-repeat center center/cover;
  display: table;
  height: 403px;
  margin: 15px 15px 0 15px;
}

.humans-banner p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 2.5em;
  font-size: 2vmax;
  font-weight: bold;
  line-height: normal;
  padding-left: 5%;
  padding-right: 5%;
  color: #FFF;
}

.atcb-list {
  padding: 10px;
}

.instashow-popup-media-info-description {
  word-break: normal;
}

.col-md-2 .pane-bean-homepage-jump-menu .pane-title {
  font-size: 20px;
}

.region-first-bottom {
  display: none;
}

@media screen and (min-width: 1024px) {
  .region-first-bottom {
    display: block;
  }
}

.panel-pane.pane-block.pane-bean-homepage-jump-menu {
  background: #e8e5e1;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-right: 7%;
  padding-left: 7%;
}

.panel-pane.pane-block.pane-bean-homepage-jump-menu h2.pane-title {
  margin-top: 18px;
  font-size: 17px;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 12px;
  height: 100%;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 45px;
  border-radius: 0px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 55px);
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  box-sizing: border-box;
  margin: 1px 0;
  padding: 8px 20px 8px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  font-size: 1em;
  line-height: normal;
  border-radius: 0;
  min-height: 0;
  box-shadow: none;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0 5px;
  height: 45px;
  line-height: 45px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
  min-height: 0;
}

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 9px 5px 0 5px;
  padding: 8px 20px 8px 8px;
  border: 1px solid #aaa;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0px 0px 4px -1px #000;
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/sites/all/libraries/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 5px 5px 5px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
/* box-sizing */
.fr-window, .fr-window [class^="fr-"],
.fr-overlay, .fr-overlay [class^="fr-"],
.fr-spinner, .fr-spinner [class^="fr-"] {
  box-sizing: border-box;
}

.fr-window {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  /* Chrome hack, this fixes a visual glitch when quickly toggling a video */
  transform: translateZ(0px);
}

/* z-index */
.fr-overlay {
  z-index: 99998;
}

.fr-window {
  z-index: 99999;
}

.fr-spinner {
  z-index: 100000;
}

/* overlay */
.fr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fr-overlay-background {
  float: left;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .9;
  filter: alpha(opacity=90);
}

.fr-overlay-ui-fullclick .fr-overlay-background {
  background: #292929;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* mobile touch has position:absolute to allow zooming */
.fr-window.fr-mobile-touch,
.fr-overlay.fr-mobile-touch {
  position: absolute;
  overflow: visible;
}

/* some properties on the window are used to toggle things
 * like margin and the fullclick mode,
 * we reset those properties after measuring them
 */
.fr-measured {
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

.fr-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-pages {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-page {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fr-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.fr-hovering-clickable .fr-container {
  cursor: pointer;
}

/*
   padding:
   youtube & vimeo always have buttons on the outside
   side button = 72 = 54 + (2 * 9 margin)
   close button = 48
*/
/* padding ui:inside */
.fr-ui-inside .fr-container {
  padding: 20px 20px;
}

.fr-ui-inside.fr-no-sides .fr-container {
  padding: 20px;
}

/* padding ui:outside */
.fr-ui-outside .fr-container {
  padding: 20px 82px;
}

.fr-ui-outside.fr-no-sides .fr-container {
  padding: 20px 48px;
}

/* reduce padding on smaller screens */
@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 700px) {
  /* padding ui:inside */
  .fr-ui-inside .fr-container {
    padding: 12px 12px;
  }
  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 12px;
  }
  /* padding ui:outside */
  .fr-ui-outside .fr-container {
    padding: 12px 72px;
  }
  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 12px 48px;
  }
}

@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
  /* padding ui:inside */
  .fr-ui-inside .fr-container {
    padding: 0px 0px;
  }
  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 0px;
  }
  /* padding ui:outside */
  .fr-ui-outside .fr-container {
    padding: 0px 72px;
  }
  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 0px 48px;
  }
}

/* padding ui:fullclick */
.fr-ui-fullclick .fr-container {
  padding: 0;
}

.fr-ui-fullclick.fr-no-sides .fr-container {
  padding: 0;
}

/* video fullclick */
.fr-ui-fullclick.fr-type-video .fr-container {
  padding: 0px 62px;
}

.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
  padding: 48px 0px;
}

/* overflow-y should always have 0 padding top and bottom */
.fr-overflow-y .fr-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.fr-content,
.fr-content-background {
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE11 has a 1px blur bug on the edges of the caption (ui:inside)
     during animation with overflow:hidden */
  overflow: visible;
}

/* img/iframe/error */
.fr-content-element {
  float: left;
  width: 100%;
  height: 100%;
}

.fr-content-background {
  background: #101010;
}

.fr-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #efefef;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fr-info-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  filter: none;
  opacity: 1;
}

.fr-ui-inside .fr-info-background {
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
}

/* ui:outside has a slightly lighter info background to break up from black page backgrounds */
.fr-ui-outside .fr-info-background {
  background: #0d0d0d;
}

/* info at the bottom for ui:inside */
.fr-content .fr-info {
  top: auto;
  bottom: 0;
}

.fr-info-padder {
  display: block;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: auto;
}

.fr-caption {
  width: auto;
  display: inline;
  white-space: wrap;
}

.fr-position {
  color: #b3b3b3;
  float: right;
  line-height: 21px;
  opacity: 0.99;
  position: relative;
  text-align: right;
  margin-left: 15px;
  white-space: nowrap;
}

/* positions not within the info bar
   for ui:outside/inside */
.fr-position-outside,
.fr-position-inside {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 12px;
  width: auto;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  display: none;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fr-position-inside {
  border: 0;
}

.fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
  /* oldIE */
}

.fr-position-text {
  color: #b3b3b3;
}

.fr-position-outside .fr-position-text,
.fr-position-inside .fr-position-text {
  float: left;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

/* display it for the outside ui, hide the caption inside */
.fr-ui-outside .fr-position-outside {
  display: block;
}

.fr-ui-outside .fr-info .fr-position {
  display: none;
}

.fr-ui-inside.fr-no-caption .fr-position-inside {
  display: block;
}

/* links */
.fr-info a,
.fr-info a:hover {
  color: #ccc;
  border: 0;
  background: none;
  text-decoration: underline;
}

.fr-info a:hover {
  color: #eee;
}

/* no-caption */
.fr-ui-outside.fr-no-caption .fr-info {
  display: none;
}

.fr-ui-inside.fr-no-caption .fr-caption {
  display: none;
}

/* --- stroke */
.fr-stroke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.fr-stroke-vertical {
  width: 1px;
  height: 100%;
}

.fr-stroke-horizontal {
  padding: 0 1px;
}

.fr-stroke-right {
  left: auto;
  right: 0;
}

.fr-stroke-bottom {
  top: auto;
  bottom: 0;
}

.fr-stroke-color {
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
}

/* the stroke is brighter inside the info box */
.fr-info .fr-stroke-color {
  background: rgba(80, 80, 80, 0.3);
}

/* remove the stroke when outside ui has a caption */
.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
  display: none;
}

/* remove stroke and shadow when ui:fullclick */
.fr-ui-fullclick .fr-stroke {
  display: none;
}

.fr-ui-fullclick .fr-content-background {
  box-shadow: none;
}

/* the info box never bas a top stroke */
.fr-info .fr-stroke-top {
  display: none;
}

/* < > */
.fr-side {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  zoom: 1;
}

.fr-side-previous {
  left: 0;
}

.fr-side-next {
  right: 0;
  left: auto;
}

.fr-side-disabled {
  cursor: default;
}

.fr-side-hidden {
  display: none !important;
}

.fr-side-button {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.fr-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101010;
  background-color: #ccc;
}

.fr-side-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* smaller side buttons */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-side {
    width: 54px;
    height: 60px;
    margin: 0;
    margin-top: -30px;
  }
  .fr-side-button {
    width: 48px;
    height: 60px;
    margin: 0 3px;
  }
}

/* X */
.fr-close {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.fr-close-background,
.fr-close-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 26px;
  width: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.fr-close-background {
  background-color: #000;
}

/* Thumbnails */
.fr-thumbnails {
  position: absolute;
  overflow: hidden;
}

.fr-thumbnails-disabled .fr-thumbnails {
  display: none !important;
}

.fr-thumbnails-horizontal .fr-thumbnails {
  width: 100%;
  height: 12%;
  min-height: 74px;
  max-height: 160px;
  bottom: 0;
}

.fr-thumbnails-vertical .fr-thumbnails {
  height: 100%;
  width: 10%;
  min-width: 74px;
  max-width: 160px;
  left: 0;
}

.fr-thumbnails,
.fr-thumbnails * {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-thumbnails-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}

.fr-thumbnails-vertical .fr-thumbnails-wrapper {
  top: 50%;
  left: 0;
}

.fr-thumbnails-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  zoom: 1;
}

.fr-thumbnails-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.fr-thumbnails-thumbs {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}

.fr-thumbnails-slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.fr-thumbnail-frame {
  position: absolute;
  zoom: 1;
  overflow: hidden;
}

.fr-thumbnail {
  position: absolute;
  width: 30px;
  height: 100%;
  left: 50%;
  top: 50%;
  zoom: 1;
  cursor: pointer;
  margin: 0 10px;
}

.fr-ltIE9 .fr-thumbnail * {
  overflow: hidden;
  /* IE6(7) */
  z-index: 1;
  zoom: 1;
}

.fr-thumbnail-wrapper {
  position: relative;
  background: #161616;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  display: inline;
  /* IE6(7) */
  z-index: 0;
  /* IE8 */
}

.fr-thumbnail-overlay {
  cursor: pointer;
}

.fr-thumbnail-active .fr-thumbnail-overlay {
  cursor: default;
}

.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent;
}

.fr-ltIE9 .fr-thumbnail-overlay-border {
  border-width: 0 !important;
}

.fr-thumbnail .fr-thumbnail-image {
  position: absolute;
  filter: alpha(opacity=85);
  opacity: .85;
  max-width: none;
}

.fr-thumbnail:hover .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=99);
  opacity: .99;
}

.fr-thumbnail-active .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=35);
  opacity: .35;
}

.fr-thumbnail-active {
  cursor: default;
}

/* Thumbnails loading */
.fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-thumbnail-loading-background {
  background-color: #161616;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: .8;
  position: relative;
  float: left;
}

/* this element is there as an alternative to putting the loading image on the background */
.fr-thumbnail-loading-icon {
  display: none;
}

/* error on thumbnail */
.fr-thumbnail-error .fr-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #202020;
}

/* Thumbnail < > */
.fr-thumbnails-side {
  float: left;
  height: 100%;
  width: 28px;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}

.fr-thumbnails-side-previous {
  margin-left: 12px;
}

.fr-thumbnails-side-next {
  margin-right: 12px;
}

.fr-thumbnails-vertical .fr-thumbnails-side {
  height: 28px;
  width: 100%;
  margin: 10px 0;
}

.fr-thumbnails-vertical .fr-thumbnails-side-previous {
  margin-top: 20px;
}

.fr-thumbnails-vertical .fr-thumbnails-side-next {
  margin-bottom: 20px;
}

.fr-thumbnails-side-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.fr-thumbnails-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: .8;
  transition: background-color .2s ease-in;
  background-color: #333;
  cursor: pointer;
  border-radius: 4px;
}

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
  background-color: #3b3b3b;
}

.fr-thumbnails-side-button-disabled * {
  cursor: default;
}

.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
  background-color: #333;
}

.fr-thumbnails-side-button-icon {
  height: 42px;
  width: 42px;
  position: absolute;
  /*top: -7px;
  left: -7px;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* vertical thumbnails */
.fr-thumbnails-vertical .fr-thumbnails-side,
.fr-thumbnails-vertical .fr-thumbnails-thumbs,
.fr-thumbnails-vertical .fr-thumbnail-frame {
  clear: both;
}

/* ui:fullclick has a dark thumbnail background */
.fr-window-ui-fullclick .fr-thumbnails {
  background: #090909;
}

/* put a stroke on the connecting caption*/
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal .fr-info .fr-stroke-bottom {
  display: block !important;
}

/*({ box-shadow: inset 0 -1px 0 rgba(255,255,255,.1); } */
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical .fr-info .fr-stroke-left {
  display: block !important;
}

/* thumbnail spacing  */
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
  padding: 12px 5px;
}

.fr-thumbnails-vertical .fr-thumbnails-thumbs {
  padding: 5px 12px;
}

.fr-thumbnails-measured .fr-thumbnails-thumbs {
  padding: 0 !important;
}

/* horizontal */
@media all and (min-height: 700px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 16px 8px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 8px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 16px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 16px;
  }
}

@media all and (min-height: 980px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 20px 10px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 10px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 20px;
  }
  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 20px;
  }
}

/* vertical */
@media all and (min-width: 1200px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 8px 16px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 0 8px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 16px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 16px;
  }
}

@media all and (min-width: 1800px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 10px 20px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 10px 0;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 20px;
  }
  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 20px;
  }
}

/* hide thumbnails on smaller screens
   the js always hides them on touch based devices
*/
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
  .fr-thumbnails-horizontal .fr-thumbnails {
    display: none !important;
  }
}

@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-thumbnails-vertical .fr-thumbnails {
    display: none !important;
  }
}

/* force fullClick: true
   and force overflow: false */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-page {
    min-width: 100%;
  }
  /* fullclick */
  .fr-page {
    min-height: 100%;
  }
  /* overflow: false */
}

/* switch between ui modes
   we force everything not in the current UI mode to hide
*/
.fr-window-ui-fullclick .fr-side-next-outside,
.fr-window-ui-fullclick .fr-side-previous-outside,
.fr-window-ui-fullclick .fr-close-outside,
.fr-window-ui-fullclick .fr-content .fr-side-next,
.fr-window-ui-fullclick .fr-content .fr-side-previous,
.fr-window-ui-fullclick .fr-content .fr-close,
.fr-window-ui-fullclick .fr-content .fr-info,
.fr-window-ui-outside .fr-side-next-fullclick,
.fr-window-ui-outside .fr-side-previous-fullclick,
.fr-window-ui-outside .fr-close-fullclick,
.fr-window-ui-outside .fr-content .fr-side-next,
.fr-window-ui-outside .fr-content .fr-side-previous,
.fr-window-ui-outside .fr-content .fr-close,
.fr-window-ui-outside .fr-content .fr-info,
.fr-window-ui-inside .fr-page > .fr-info,
.fr-window-ui-inside .fr-side-next-fullclick,
.fr-window-ui-inside .fr-side-previous-fullclick,
.fr-window-ui-inside .fr-close-fullclick,
.fr-window-ui-inside .fr-side-next-outside,
.fr-window-ui-inside .fr-side-previous-outside,
.fr-window-ui-inside .fr-close-outside {
  display: none !important;
}

/* some ui elements can be toggled on mousemove.
   filter:alpha(opacity) is bugged so we use display in oldIE
*/
.fr-toggle-ui {
  opacity: 0;
  transition: opacity .3s;
}

.fr-visible-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
  opacity: 1;
}

.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  transition: opacity .3s;
}

.fr-ltIE9.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  display: none;
}

/* Spinner */
.fr-spinner {
  position: fixed;
  width: 52px;
  height: 52px;
  background: #101010;
  background: rgba(16, 16, 16, 0.85);
  border-radius: 5px;
}

.fr-spinner div {
  position: absolute;
  top: 0;
  left: 0;
  height: 64%;
  width: 64%;
  margin-left: 18%;
  margin-top: 18%;
  opacity: 1;
  animation: fresco-12 1.2s infinite ease-in-out;
}

.fr-spinner div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 8px;
  margin-left: -1px;
  background: #fff;
  box-shadow: 0 0 1px transparent;
  /* fixes rendering in Firefox */
}

.fr-spinner div.fr-spin-1 {
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  animation-delay: -1.1s;
}

.fr-spinner div.fr-spin-2 {
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  animation-delay: -1.0s;
}

.fr-spinner div.fr-spin-3 {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  animation-delay: -0.9s;
}

.fr-spinner div.fr-spin-4 {
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  animation-delay: -0.8s;
}

.fr-spinner div.fr-spin-5 {
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
  animation-delay: -0.7s;
}

.fr-spinner div.fr-spin-6 {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  animation-delay: -0.6s;
}

.fr-spinner div.fr-spin-6 {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  animation-delay: -0.6s;
}

.fr-spinner div.fr-spin-7 {
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
  animation-delay: -0.5s;
}

.fr-spinner div.fr-spin-8 {
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
  animation-delay: -0.4s;
}

.fr-spinner div.fr-spin-9 {
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  animation-delay: -0.3s;
}

.fr-spinner div.fr-spin-10 {
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
  animation-delay: -0.2s;
}

.fr-spinner div.fr-spin-11 {
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
  animation-delay: -0.1s;
}

.fr-spinner div.fr-spin-12 {
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  animation-delay: 0s;
}

@keyframes fresco-12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Thumbnail spinner */
.fr-thumbnail-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}

.fr-thumbnail-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 8px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  animation: fr-thumbnail-spin 1.1s infinite linear;
}

.fr-thumbnail-spinner-spin,
.fr-thumbnail-spinner-spin:after {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

@keyframes fr-thumbnail-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Error */
.fr-error {
  float: left;
  position: relative;
  background-color: #ca3434;
  width: 160px;
  height: 160px;
}

.fr-error-icon {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
}

/* skin: 'fresco' */
/* Sprite */
.fr-window-skin-fresco .fr-side-button-icon,
.fr-window-skin-fresco .fr-close-icon,
.fr-window-skin-fresco .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url("../../img/fresco-sprite.svg");
}

.fr-window-skin-fresco .fr-error-icon {
  background-position: -160px -126px;
}

.fr-window-skin-fresco .fr-content-background {
  background: #101010;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
  box-shadow: none;
}

/* thumbnail shadow */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/* < > */
.fr-window-skin-fresco .fr-side-button-background {
  background-color: transparent;
}

.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
  background-position: -13px -14px;
}

.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
  background-position: -93px -14px;
}

.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
  background-position: -93px -114px;
}

/* transition (png) */
.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px;
}

/* disabled state (png) */
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
  background-position: -13px -214px;
}

.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
  background-position: -93px -214px;
}

/* transition (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px;
}

.fr-window-skin-fresco.fr-svg .fr-side-button-icon {
  opacity: .5;
}

.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-next .fr-side-button-icon {
  opacity: 1;
}

.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon {
  opacity: .8;
}

/* touch always active but at lower opacity */
/* disabled (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side-disabled .fr-side-button-icon {
  opacity: .2;
}

/* TODO: make sure this works */
/* hide for ui:inside/fullclick, only for the image type */
.fr-window-skin-fresco.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon {
  background-image: none;
}

/* < > responsive */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
    background-position: 0px -300px;
  }
  .fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
    background-position: -48px -300px;
  }
  .fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
    background-position: 0px -360px;
  }
  .fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
    background-position: -48px -360px;
  }
  /* transition (png) */
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px;
  }
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px;
  }
  /* transition (svg) */
  .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px;
  }
  .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px;
  }
  /* disabled state (png) */
  .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
    background-position: 0px -420px;
  }
  .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
    background-position: -48px -420px;
  }
}

/* X */
/* colors */
.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
  background-color: #363636;
}

.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background {
  background-color: #434343;
}

.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background {
  background-color: #131313;
  filter: alpha(opacity=80);
  opacity: .8;
}

.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close:hover .fr-close-background {
  background-color: #191919;
}

/* - image */
.fr-window-skin-fresco .fr-close .fr-close-icon {
  background-position: -168px -8px;
}

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  background-position: -210px -8px;
}

/* - transition */
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
  background-position: -210px -8px;
  opacity: .8;
}

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  opacity: 1;
}

/* iOS 8.4.1 bug: when opacity changes it'll require 2 taps
   force a single opacity to fix this
*/
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon,
.fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon {
  opacity: 1;
}

/* Thumbnails */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-overlay-border {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08);
  /* should remain rgba */
}

/* no inner border on active thumbnail */
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
  border: 0px;
}

/* Thumbnails < > */
.fr-window-skin-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -167px -49px;
}

.fr-window-skin-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -209px -49px;
}

.fr-window-skin-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -167px -91px;
}

.fr-window-skin-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -209px -91px;
}

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -293px -49px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -335px -49px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -293px -91px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -335px -91px;
}

/* Thumbnails < > transition */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-icon {
  transition: opacity .2s ease-in;
  opacity: .8;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -167px -49px;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -209px -91px;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon {
  opacity: 1;
}

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -293px -49px;
}

.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -335px -91px;
}

/* lower opacity on disabled states */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled {
  opacity: .5;
}

/* lower opacity IE < 9 using images */
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -49px;
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -91px;
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
  filter: alpha(opacity=50);
}

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -49px;
}

.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -91px;
}

/*

  Vertical Spacing Module

  This module adds space to the top and bottom of an element, as padding or margin
  Spacing units are defined by the $space-unit variable in _variables.scss

  EXAMPLES:

  Add 1 unit of space as padding to the top and bottom of an element:
    .l-padding
    @include v-padding(1)

  Add 4 units of space as margin to the top and bottom of an element:
    .l-margin-4
    @include v-margin(4)

  Add 4 units of space as padding to the bottom of an element:
    .l-padding-bottom-4
    @include v-padding(4,bottom)

  Add 2 units of space as margin to the top of an element:
    .l-margin-top-2
    @include v-margin(2,top)

*/
.l-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  .l-padding {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.l-margin {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .l-margin {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.l-padding-top {
  padding-top: 15px;
}

@media (max-width: 768px) {
  .l-padding-top {
    padding-top: 8px;
  }
}

.l-padding-bottom {
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  .l-padding-bottom {
    padding-bottom: 8px;
  }
}

.l-margin-top {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .l-margin-top {
    margin-top: 8px;
  }
}

.l-margin-bottom {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .l-margin-bottom {
    margin-bottom: 8px;
  }
}

.l-padding-1 {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  .l-padding-1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.l-padding-top-1 {
  padding-top: 15px;
}

@media (max-width: 768px) {
  .l-padding-top-1 {
    padding-top: 8px;
  }
}

.l-padding-bottom-1 {
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  .l-padding-bottom-1 {
    padding-bottom: 8px;
  }
}

.l-margin-1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .l-margin-1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.l-margin-top-1 {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .l-margin-top-1 {
    margin-top: 8px;
  }
}

.l-margin-bottom-1 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .l-margin-bottom-1 {
    margin-bottom: 8px;
  }
}

.l-padding-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .l-padding-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.l-padding-top-2 {
  padding-top: 30px;
}

@media (max-width: 768px) {
  .l-padding-top-2 {
    padding-top: 16px;
  }
}

.l-padding-bottom-2 {
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .l-padding-bottom-2 {
    padding-bottom: 16px;
  }
}

.l-margin-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .l-margin-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.l-margin-top-2 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .l-margin-top-2 {
    margin-top: 16px;
  }
}

.l-margin-bottom-2 {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .l-margin-bottom-2 {
    margin-bottom: 16px;
  }
}

.l-padding-3 {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (max-width: 768px) {
  .l-padding-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.l-padding-top-3 {
  padding-top: 45px;
}

@media (max-width: 768px) {
  .l-padding-top-3 {
    padding-top: 24px;
  }
}

.l-padding-bottom-3 {
  padding-bottom: 45px;
}

@media (max-width: 768px) {
  .l-padding-bottom-3 {
    padding-bottom: 24px;
  }
}

.l-margin-3 {
  margin-top: 45px;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .l-margin-3 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.l-margin-top-3 {
  margin-top: 45px;
}

@media (max-width: 768px) {
  .l-margin-top-3 {
    margin-top: 24px;
  }
}

.l-margin-bottom-3 {
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .l-margin-bottom-3 {
    margin-bottom: 24px;
  }
}

.l-padding-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .l-padding-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.l-padding-top-4 {
  padding-top: 60px;
}

@media (max-width: 768px) {
  .l-padding-top-4 {
    padding-top: 32px;
  }
}

.l-padding-bottom-4 {
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .l-padding-bottom-4 {
    padding-bottom: 32px;
  }
}

.l-margin-4 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .l-margin-4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.l-margin-top-4 {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .l-margin-top-4 {
    margin-top: 32px;
  }
}

.l-margin-bottom-4 {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .l-margin-bottom-4 {
    margin-bottom: 32px;
  }
}

.l-padding-5 {
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (max-width: 768px) {
  .l-padding-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.l-padding-top-5 {
  padding-top: 75px;
}

@media (max-width: 768px) {
  .l-padding-top-5 {
    padding-top: 40px;
  }
}

.l-padding-bottom-5 {
  padding-bottom: 75px;
}

@media (max-width: 768px) {
  .l-padding-bottom-5 {
    padding-bottom: 40px;
  }
}

.l-margin-5 {
  margin-top: 75px;
  margin-bottom: 75px;
}

@media (max-width: 768px) {
  .l-margin-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.l-margin-top-5 {
  margin-top: 75px;
}

@media (max-width: 768px) {
  .l-margin-top-5 {
    margin-top: 40px;
  }
}

.l-margin-bottom-5 {
  margin-bottom: 75px;
}

@media (max-width: 768px) {
  .l-margin-bottom-5 {
    margin-bottom: 40px;
  }
}

.l-padding-6 {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 768px) {
  .l-padding-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.l-padding-top-6 {
  padding-top: 90px;
}

@media (max-width: 768px) {
  .l-padding-top-6 {
    padding-top: 48px;
  }
}

.l-padding-bottom-6 {
  padding-bottom: 90px;
}

@media (max-width: 768px) {
  .l-padding-bottom-6 {
    padding-bottom: 48px;
  }
}

.l-margin-6 {
  margin-top: 90px;
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  .l-margin-6 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

.l-margin-top-6 {
  margin-top: 90px;
}

@media (max-width: 768px) {
  .l-margin-top-6 {
    margin-top: 48px;
  }
}

.l-margin-bottom-6 {
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  .l-margin-bottom-6 {
    margin-bottom: 48px;
  }
}

.u-clearfix {
  *zoom: 1;
}

.u-clearfix:before, .u-clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.u-clearfix:after {
  clear: both;
}

.u-reverse {
  color: #fff;
}

.u-reverse * {
  color: inherit;
}

.u-reverse a:hover,
.u-reverse a:focus {
  color: inherit;
}

.u-screen-reader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.u-no-margin-top {
  margin-top: 0 !important;
}

.u-no-margin-bottom {
  margin-bottom: 0 !important;
}

.l-container,
.container {
  *zoom: 1;
  margin: 0 auto;
  max-width: 1460px;
  padding: 0 20px;
  width: 100%;
}

.l-container:before, .l-container:after,
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}

.l-container:after,
.container:after {
  clear: both;
}

@media (min-width: 1025px) {
  .l-container,
  .container {
    padding: 0 40px;
  }
}

#content-wrapper {
  -ms-flex: 1;
      flex: 1;
}

.content-container {
  padding-bottom: 140px;
  position: relative;
}

.l-content-top {
  margin-bottom: 30px;
}

.l-content-top--fallback {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .l-content-top {
    margin-bottom: 60px;
  }
}

.l-content-top .node-sliderview {
  background: #fff;
  margin-bottom: 30px;
  max-width: 1030px;
}

@media (min-width: 769px) {
  .not-front .l-content {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 769px) {
  .l-sidebar-first {
    -ms-flex: 0 0 225px;
        flex: 0 0 225px;
    margin-right: 40px;
  }
}

@media (min-width: 1025px) {
  .l-sidebar-first {
    -ms-flex: 0 0 280px;
        flex: 0 0 280px;
    margin-right: 60px;
  }
}

.l-content-main {
  -ms-flex: 1;
      flex: 1;
}

@media (min-width: 1025px) {
  .l-inner-content-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-inner-content-main .region-content {
  -ms-flex: 1;
      flex: 1;
}

.l-sidebar-second {
  -ms-flex: 0 0 300px;
      flex: 0 0 300px;
  padding-top: 45px;
}

@media (min-width: 1025px) {
  .l-sidebar-second {
    padding-top: 0;
    margin-left: 60px;
  }
}

.l-content-bottom {
  margin-top: 60px;
  border-top: solid 1px #979797;
  width: 100%;
}

@media (max-width: 768px) {
  .l-content-bottom {
    margin-top: 32px;
  }
}

.node-type-kpu-landing-page .l-content-bottom {
  border-top: 0;
}

.l-content-bottom .field-name-field-rows > .field-items > .field-item:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .l-content-bottom .field-name-field-rows > .field-items > .field-item:not(:last-child) {
    margin-bottom: 32px;
  }
}

.l-content-bottom .panel-pane:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .l-content-bottom .panel-pane:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media (min-width: 1025px) {
  .l-first-sidebar-panel {
    padding-right: 60px;
  }
}

.l-highlight-bottom {
  *zoom: 1;
  margin-top: 90px;
  padding-top: 90px;
  padding-bottom: 90px;
  background: #e8e5e1;
  left: 50%;
  margin-bottom: -140px;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.l-highlight-bottom:before, .l-highlight-bottom:after {
  display: table;
  content: "";
  line-height: 0;
}

.l-highlight-bottom:after {
  clear: both;
}

@media (max-width: 768px) {
  .l-highlight-bottom {
    margin-top: 48px;
  }
}

@media (max-width: 768px) {
  .l-highlight-bottom {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

html {
  box-sizing: border-box;
  height: 100%;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333f48;
  font-family: "Source Sans Pro", "Helvetica", Arial, sans-serif;
  font-size: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  transition: transform .2s;
}

body.search-bar-open {
  -ms-transform: translateY(200px);
      transform: translateY(200px);
}

body.drawer-open {
  overflow: hidden;
  position: fixed;
  transform: translate3d(-100%, 0, 0);
}

body.ie {
  display: block;
}

h1,
.heading1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.22em;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  h1,
  .heading1 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  h1,
  .heading1 {
    margin-bottom: 16px;
  }
}

.pane-node-title h1, .pane-node-title
.heading1 {
  margin-top: 0;
}

h2,
.heading2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 45px;
}

@media (max-width: 768px) {
  h2,
  .heading2 {
    margin-top: 24px;
  }
}

h3,
.heading3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 45px;
}

@media (max-width: 768px) {
  h3,
  .heading3 {
    margin-top: 24px;
  }
}

.page-title {
  margin-top: 0;
}

p {
  line-height: 1.5em;
  margin: 0 0 1.25em;
}

a {
  color: #840029;
  text-decoration: none;
}

a:hover, a:focus {
  color: #840029;
  text-decoration: underline;
}

ul,
ol {
  margin: 0 0 1.25em;
  padding: 0 0 0 1.5em;
}

ul li:not(last-child),
ol li:not(last-child) {
  margin: 0 0 .5em;
}

hr {
  margin-top: 45px;
  margin-bottom: 45px;
  border-top: solid 1px #979797;
}

@media (max-width: 768px) {
  hr {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.back-top {
  background: #a5abad;
  border: 0;
  bottom: 0;
  box-shadow: none;
  color: #333f48;
  float: right;
  font-size: 16px;
  font-weight: 700;
  height: 65px;
  letter-spacing: 1.14px;
  margin: -65px 0 0;
  opacity: 0;
  padding: 0;
  position: sticky;
  pointer-events: none;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  -ms-transform: translateY(-15px);
      transform: translateY(-15px);
  transition: opacity 150ms;
  width: 65px;
}

.show-back-top .back-top {
  opacity: 1;
  pointer-events: all;
}

.ie .back-top {
  position: fixed;
}

.back-top:hover, .back-top:focus {
  background: #a5abad;
  color: #fa4616;
}

.back-top:hover .back-top__arrow, .back-top:focus .back-top__arrow {
  fill: #fa4616;
}

.back-top__arrow {
  display: block;
  fill: #333f48;
  height: 19px;
  margin: 0 auto;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  width: 14px;
}

.breadcrumb {
  font-size: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb span {
  display: inline-block;
  margin: 0;
}

.breadcrumb span.last:after {
  content: "/";
  padding: 0 10px;
}

.breadcrumb .delimiter {
  margin: 0 10px;
}

.breadcrumb a {
  color: #333f48;
  font-size: 15px;
  text-decoration: underline;
}

.breadcrumb a:hover, .breadcrumb a:focus {
  text-decoration: none;
}

.campus-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.campus-nav__item {
  margin: 0 0 8px;
}

.campus-nav__link {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25em;
}

.campus-nav__link:hover, .campus-nav__link:focus {
  text-decoration: underline;
  color: #fff;
}

.drawer-menu {
  background: #333f48;
  display: none;
  height: 100vh;
  position: absolute;
  top: 0;
  transform: translate3d(100%, 0, 0);
  transition: transform .3s;
  width: 100%;
  z-index: 99;
}

.drawer-menu.is-open {
  display: block;
}

.drawer-menu__content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 70px 30px 100px;
  position: relative;
  height: 100%;
}

.drawer-menu__close {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
}

.drawer-menu__close:hover, .drawer-menu__close:focus, .drawer-menu__close:active, .drawer-menu__close:hover:active {
  background-color: transparent;
}

.drawer-menu__close svg {
  fill: #fff;
  height: 100%;
  width: 100%;
}

.drawer-menu .form-search {
  border-bottom: solid 1px #979797;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.drawer-menu .form-search .input-group {
  display: block;
  width: 100%;
}

.drawer-menu .form-search label {
  color: #fff;
}

.drawer-menu #search-block-form .form-radios .form-type-radio input:checked + label:before {
  background-image: url("../../img/radio-checked--alt.svg");
}

.drawer-menu .top-nav {
  margin-bottom: 30px;
}

.drawer-menu .main-navigation .menu {
  border-bottom: solid 1px rgba(255, 255, 255, 0.65);
  margin: 0;
  padding: 0;
}

.drawer-menu .main-navigation li {
  border-top: solid 1px rgba(255, 255, 255, 0.65);
  margin: 15px 0;
  padding: 15px 0 0;
}

.drawer-menu .main-navigation a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.drawer-menu .main-navigation a:hover, .drawer-menu .main-navigation a:focus {
  background: transparent;
  text-decoration: underline;
}

.drawer-menu .main-navigation--alt .menu {
  border: 0;
}

.drawer-menu .main-navigation--alt li {
  border: 0;
}

.drawer-menu .main-navigation--alt a {
  font-size: 17px;
  font-weight: 400;
}

.site-footer {
  background: #333f48;
  color: #fff;
  padding: 50px 0 25px;
}

.site-footer__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 769px) {
  .site-footer__top {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (min-width: 1025px) {
  .site-footer__top {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.site-footer__top div {
  margin: 0 0 30px;
}

.site-footer__top .quick-links {
  margin: 0 0 30px;
}

@media (min-width: 769px) {
  .site-footer__top .quick-links {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .site-footer__top .quick-links {
    -ms-flex: 0 0 360px;
        flex: 0 0 360px;
    -ms-flex-order: 4;
        order: 4;
    width: auto;
  }
}

.site-footer__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 30px;
  position: relative;
}

@media (min-width: 769px) {
  .site-footer__bottom {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 80px;
  }
}

.site-footer__bottom .social-media {
  margin: 0 0 30px;
}

@media (min-width: 769px) {
  .site-footer__bottom .social-media {
    -ms-flex-order: 2;
        order: 2;
  }
}

.site-footer__bottom-content {
  margin: 0 0 30px;
}

@media (min-width: 769px) {
  .site-footer__bottom-content {
    -ms-flex: 1;
        flex: 1;
    margin: 0;
    -ms-flex-order: 1;
        order: 1;
    padding-left: 30px;
  }
}

.site-footer__title {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 8px;
}

.site-footer__telephone, .site-footer__address {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0;
}

.site-footer__telephone:hover, .site-footer__telephone:focus, .site-footer__address:hover, .site-footer__address:focus {
  text-decoration: none;
}

.site-footer__telephone:hover, .site-footer__telephone:focus {
  text-decoration: underline;
  color: #fff;
}

.site-footer__logo {
  -ms-flex: 0 0 48px;
      flex: 0 0 48px;
  height: 44px;
  width: 48px;
}

@media (min-width: 769px) {
  .site-footer__logo {
    -ms-flex-order: 0;
        order: 0;
  }
}

.site-footer__copyright {
  bottom: 10px;
  font-size: 15px;
  line-height: 1;
  left: 70px;
  margin: 0;
  position: absolute;
}

@media (min-width: 769px) {
  .site-footer__copyright {
    bottom: auto;
    left: auto;
    position: static;
  }
}

.form-radios {
  *zoom: 1;
}

.form-radios:before, .form-radios:after {
  display: table;
  content: "";
  line-height: 0;
}

.form-radios:after {
  clear: both;
}

.form-type-radio, .form-type-checkbox {
  position: relative;
  padding-left: 25px;
}

.form-type-radio input, .form-type-checkbox input {
  left: -10000px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-type-radio input:checked + label:before, .form-type-checkbox input:checked + label:before {
  background: url("../../img/radio-checked-forms.svg") no-repeat;
  background-size: 100%;
}

.form-type-radio label, .form-type-checkbox label {
  font-size: 16px;
  font-weight: 400;
}

.form-type-radio label:before, .form-type-checkbox label:before {
  background: url("../../img/radio-unchecked.svg") no-repeat;
  content: '';
  display: block;
  height: 17px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 17px;
}

.form-type-checkbox input:checked + label:before {
  background: url("../../img/checkbox-checked.svg") no-repeat;
}

.form-type-checkbox label:before {
  background: url("../../img/checkbox.svg") no-repeat;
}

.form-control {
  padding: 10px 12px;
}

.form-item label {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  color: #000;
}

.form-item label span {
  color: #ED1B2E;
}

.form-item .chosen-container,
.form-item input,
.form-item textarea,
.form-item select {
  min-height: 45px;
  height: auto;
  border: 1px solid #B9B9B9;
  border-radius: 0px;
  color: #000;
}

.form-item .chosen-container:focus, .form-item .chosen-container:active,
.form-item input:focus,
.form-item input:active,
.form-item textarea:focus,
.form-item textarea:active,
.form-item select:focus,
.form-item select:active {
  outline: 0 none;
  box-shadow: 0px 0px 4px -1px #000;
  border: 0.5px solid #B9B9B9;
}

.form-item .chosen-container::placeholder, .form-item .chosen-container::-webkit-input-placeholder,
.form-item input::placeholder,
.form-item input::-webkit-input-placeholder,
.form-item textarea::placeholder,
.form-item textarea::-webkit-input-placeholder,
.form-item select::placeholder,
.form-item select::-webkit-input-placeholder {
  color: #000;
}

.form-item .form-control {
  outline: none;
}

.form-item .form-control.chosen-container {
  padding: 0;
}

.form-item textarea {
  resize: vertical;
  min-height: 145px;
}

.form-item select {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .form-item select {
    padding-right: 30px;
  }
}

.form-item .description {
  font-size: 14px;
  color: #000;
}

#edit-captcha {
  margin-bottom: 40px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .webform-component-select,
  .form-type-select {
    position: relative;
  }
  .webform-component-select:after,
  .form-type-select:after {
    background: url("../../img/svg-icons/arrow-down.svg") no-repeat;
    pointer-events: none;
    content: '';
    height: 8px;
    position: absolute;
    right: 20px;
    bottom: 18px;
    width: 11px;
  }
}

.webform-component-select select,
.form-type-select select {
  width: 100%;
}

.webform-component-fieldset,
.form-type-fieldset {
  position: relative;
  padding-top: 50px;
  border-radius: 0px;
}

.webform-component-fieldset legend,
.form-type-fieldset legend {
  position: absolute;
  top: 0px;
  font-weight: 700;
}

.webform-component--declaration legend,
.form-type--declaration legend {
  top: 1px;
}

.webform-component-date .webform-container-inline, .webform-component-time .webform-container-inline,
.form-type-date .webform-container-inline,
.form-type-time .webform-container-inline {
  display: -ms-flexbox;
  display: flex;
}

.webform-component-date .form-item, .webform-component-date .form-select, .webform-component-time .form-item, .webform-component-time .form-select,
.form-type-date .form-item,
.form-type-date .form-select,
.form-type-time .form-item,
.form-type-time .form-select {
  margin: 0 6px 0 0;
}

.webform-component-date .form-control *::-ms-backdrop, .webform-component-time .form-control *::-ms-backdrop,
.form-type-date .form-control *::-ms-backdrop,
.form-type-time .form-control *::-ms-backdrop {
  width: 100px;
}

.webform-component--preferred-time label,
.form-type--preferred-time label {
  margin-bottom: 12px;
}

.webform-component--preferred-time .form-item,
.form-type--preferred-time .form-item {
  margin-top: -7px;
}

.webform-component--preferred-time .form-item label:before,
.form-type--preferred-time .form-item label:before {
  top: 5px;
}

.webform-component--preferred-time .form-radios,
.form-type--preferred-time .form-radios {
  margin-top: -4px;
}

.node-webform form {
  max-width: 800px;
}

.chosen-container-single {
  position: relative;
  height: 45px;
  line-height: 45px;
}

.chosen-container-single:after {
  background: url("../../img/svg-icons/arrow-down.svg") no-repeat;
  pointer-events: none;
  content: '';
  height: 8px;
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 11px;
}

.hamburger-button {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 45px;
  margin: 0;
  padding: 10px;
  width: 45px;
}

.hamburger-button:hover, .hamburger-button:focus, .hamburger-button:active, .hamburger-button:hover:active {
  background-color: transparent;
}

.hamburger-button svg {
  fill: #333f48;
  height: 100%;
  width: 100%;
}

@media (min-width: 1025px) {
  .hamburger-button {
    display: none;
  }
}

.header {
  position: relative;
  z-index: 3;
}

.header__wrapper {
  background: #FFF;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #e9e7e5;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1025px) {
  .header__wrapper {
    margin-bottom: 60px;
    border-top: 45px solid #840029;
  }
  .header__wrapper.design {
    border-top-color: #FFCD00;
  }
  .header__wrapper.design .top-nav .nav li a {
    color: #000;
  }
  .node-type-lander .header__wrapper {
    min-height: 80vh;
    margin-bottom: -80px;
  }
}

.ie .header__wrapper {
  background: #000;
}

.header__figure {
  height: 100%;
  position: absolute;
  width: 100%;
}

.header__figure:after {
  background: #97000A;
  content: '';
  height: 100%;
  mix-blend-mode: multiply;
  opacity: .8;
  position: absolute;
  width: 100%;
}

.node-type-lander .header__figure:after {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}

.ie .header__figure:after {
  opacity: .6;
}

.header__background-image {
  filter: grayscale(100%);
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.node-type-lander .header__background-image {
  filter: unset;
}

.ie .header__background-image {
  filter: none;
  opacity: .4;
}

.header__top {
  display: -ms-flexbox;
  display: flex;
  float: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.header__top-right {
  padding-top: 12px;
  text-align: right;
}

@media (min-width: 768px) {
  .header__top-right {
    padding-top: 20px;
  }
}

@media (min-width: 1025px) {
  .header__top-right {
    padding-top: 0;
    margin-top: -45px;
  }
}

.header__logo {
  -ms-flex: 1;
      flex: 1;
  height: 70px;
  margin-left: -36px;
  position: relative;
}

.ie .header__logo {
  background-position: -63px -10px;
}

@media (min-width: 768px) {
  .header__logo {
    margin-left: -46px;
    background-position: -15px -2px;
  }
  .ie .header__logo {
    background-position: -55px -2px;
  }
}

@media (min-width: 1025px) {
  .header__logo {
    background-position: 0 -1px;
    height: 114px;
    margin-left: -95px;
  }
  .ie .header__logo {
    background-position: 0 -1px;
  }
}

.header__logo a {
  display: block;
  height: 100%;
  width: 100%;
}

.header__logo-img {
  bottom: 12px;
  height: 40px;
  left: 36px;
  position: absolute;
  width: auto;
}

@media (min-width: 768px) {
  .header__logo-img {
    left: 46px;
  }
}

@media (min-width: 1025px) {
  .header__logo-img {
    bottom: 29px;
    left: 95px;
    height: 60px;
  }
}

@media (min-width: 1281px) {
  .header__logo-img {
    bottom: 24px;
    left: 95px;
    height: 60px;
  }
}

.header__bottom {
  color: #fff;
  padding: 30px 15px;
}

@media (min-width: 601px) {
  .header__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 50px 15px;
  }
}

@media (min-width: 1025px) {
  .header__bottom {
    padding: 80px 15px;
  }
  .front .header__bottom {
    padding-bottom: 140px;
  }
}

.header__bottom-left {
  margin: 0 0 30px;
}

@media (min-width: 601px) {
  .header__bottom-left {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .header__bottom-left {
    -ms-flex: 0 0 560px;
        flex: 0 0 560px;
  }
}

@media (min-width: 601px) {
  .header__bottom-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 0 0 40px;
  }
}

@media (min-width: 1025px) {
  .header__bottom-right {
    -ms-flex: 0 0 330px;
        flex: 0 0 330px;
    margin: 0 100px 0 0;
    padding: 0;
    text-align: center;
  }
}

.header__bottom-right .jump-menu__list {
  text-align: left;
}

.header__jump-menu h3 {
  font-size: 18px;
  margin: 0 0 10px;
}

@media (min-width: 601px) {
  .header__jump-menu h3 {
    font-size: 22px;
  }
}

.header__jump-menu .jump-menu-text {
  display: none;
}

.header__site-name {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  position: absolute;
  display: none;
}

@media (min-width: 601px) {
  .header__site-name {
    font-size: 18px;
    margin: 0 0 10px;
    left: 98px;
    bottom: -1px;
    display: block;
  }
}

@media (min-width: 769px) {
  .header__site-name {
    left: 108px;
  }
}

@media (min-width: 1025px) {
  .header__site-name {
    margin: 0 0 20px;
    left: 188px;
    bottom: 6px;
  }
}

@media (min-width: 1281px) {
  .header__site-name {
    margin: 0 0 20px;
    left: 188px;
    bottom: 1px;
  }
}

.header__site-slogan {
  font-size: 45px;
  margin: 0;
}

@media (min-width: 601px) {
  .header__site-slogan {
    font-size: 60px;
    line-height: 1.1em;
  }
}

.header .top-nav {
  position: absolute;
  right: 85px;
  top: -35px;
}

.header .logo-business {
  width: auto;
}

@media (min-width: 1025px) {
  .header .logo-business {
    bottom: 22px;
    height: 75px;
  }
}

@media (min-width: 1281px) {
  .header .logo-business {
    bottom: 17px;
  }
}

.header .logo-design {
  width: auto;
}

.header-search {
  background: #e9e7e5;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 200px;
  margin-top: -200px;
  padding: 0;
  transition: all .2s;
}

.header-search.is-visible {
  display: -ms-flexbox;
  display: flex;
}

.header-search .form-search {
  margin: 0 auto;
  max-width: 450px;
}

.header-search .input-group {
  display: block;
}

.header .main-navigation ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .main-navigation li {
  display: inline-block;
  padding: 0 10px;
}

@media (min-width: 1281px) {
  .header .main-navigation li {
    padding: 0 15px;
  }
}

.header .main-navigation li:first-child {
  padding-left: 20px;
}

@media (min-width: 1281px) {
  .header .main-navigation li:first-child {
    padding-left: 30px;
  }
}

.header .main-navigation li:last-child {
  padding-right: 20px;
}

@media (min-width: 1281px) {
  .header .main-navigation li:last-child {
    padding-right: 0px;
  }
}

.header .main-navigation li a {
  color: #333f48;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0;
}

@media (min-width: 1281px) {
  .header .main-navigation li a {
    font-size: 18px;
  }
}

.header .main-navigation li a:after {
  background: #fff;
  height: 0;
  left: 0px;
  position: absolute;
  top: 0;
  width: 100%;
}

.header .main-navigation li a:hover, .header .main-navigation li a:focus, .header .main-navigation li a.active {
  color: #840029;
  background: transparent;
  text-decoration: none;
  position: relative;
}

.header .main-navigation li a:hover:after, .header .main-navigation li a:focus:after, .header .main-navigation li a.active:after {
  content: '';
}

.header .main-navigation--alt li a {
  color: #333f48;
  font-size: 15px;
  font-weight: 400;
}

@media (min-width: 1281px) {
  .header .main-navigation--alt li a {
    font-size: 17px;
  }
}

.header .main-navigation--alt li a:after {
  background: #a5abad;
}

.privacy-nav {
  margin-bottom: 10px;
}

.privacy-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.privacy-nav__item {
  margin: 0;
}

@media (min-width: 769px) {
  .privacy-nav__item {
    display: inline-block;
  }
}

.privacy-nav__item:not(last-child) {
  margin-right: 15px;
}

.privacy-nav__link {
  color: #fff;
  font-size: 15px;
}

.privacy-nav__link:focus, .privacy-nav__link:hover {
  color: #fff;
}

.quick-links__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.quick-links__item {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 0 3px;
  width: 50%;
}

.quick-links__item:nth-child(odd) {
  padding-right: 3px;
}

.quick-links__link {
  background: rgba(165, 171, 173, 0.45);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  font-weight: 700;
  line-height: 1.25em;
  padding: 10px;
}

.quick-links__link:hover, .quick-links__link:focus {
  text-decoration: none;
  background: rgba(165, 171, 173, 0.25);
  color: #fff;
}

.search-button {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 45px;
  margin: 0;
  padding: 10px;
  width: 45px;
}

.search-button:hover, .search-button:focus, .search-button:active, .search-button:hover:active {
  background-color: transparent;
}

.search-bar-open .search-button__open, .search-bar-open
.search-button .icon-open {
  display: none;
}

.search-button__close,
.search-button .icon-close {
  display: none;
}

.search-bar-open .search-button__close, .search-bar-open
.search-button .icon-close {
  display: block;
}

.search-button svg {
  fill: #840029;
  height: 100%;
  width: 100%;
}

@media (min-width: 1025px) {
  .search-button svg {
    fill: #fff;
  }
}

@media (min-width: 1025px) {
  .design .search-button svg {
    fill: #000;
  }
}

#search-block-form .search-query {
  background: #f1f1f1;
  border: solid 1px #dbd9d6;
  border-radius: 0;
  box-shadow: none;
  color: #333f48;
  display: block;
  float: none;
  font-size: 20px;
  font-weight: 400;
  height: auto;
  line-height: 1.25em;
  padding: 15px 50px 15px 20px;
  width: 100%;
}

#search-block-form .input-group-btn {
  height: 24px;
  position: absolute;
  right: 25px;
  top: 15px;
  width: 23px;
  z-index: 2;
}

#search-block-form .search-btn {
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 0;
  height: 24px;
  padding: 0;
  width: 23px;
}

#search-block-form .search-btn:hover svg, #search-block-form .search-btn:focus svg {
  fill: #333f48;
}

#search-block-form .search-btn svg {
  fill: #840029;
  height: 100%;
  width: 100%;
}

#search-block-form .form-radios {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

#search-block-form .form-radios .form-type-radio:not(:last-child) {
  margin-right: 20px;
}

#search-block-form .form-radios .form-type-radio input:checked + label:before {
  background: url("../../img/radio-checked.svg") no-repeat;
}

.jump-menu {
  background: #f1f1f1;
}

.jump-menu__wrapper {
  padding: 30px;
}

.jump-menu__container {
  position: relative;
}

.jump-menu__title {
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}

.jump-menu__button {
  background: #fff !important;
  font-weight: 600;
  color: #333f48;
  text-transform: none;
  position: relative;
  display: block;
  margin: 0;
  padding: 16px 50px 14px 10px;
  width: 100%;
  font-size: 15px;
  line-height: 1;
  border: solid 1px #a5abad;
  box-shadow: none;
  text-align: left;
  letter-spacing: 0px;
}

.jump-menu__button:hover, .jump-menu__button:focus, .jump-menu__button:active, .jump-menu__button:hover:active {
  border-color: #979797;
  color: #333f48;
  text-decoration: none;
  outline: 0;
}

.jump-menu__button:after {
  content: '';
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 44px;
  background: #A5ABAD url("../../img/select-arrows.svg") center center no-repeat;
}

.jump-menu__list {
  display: none;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  border: solid 1px #a5abad;
  border-top: 0;
  list-style: none;
  font-size: 15px;
  z-index: 1000;
}

.jump-menu__list.open {
  display: block;
}

.jump-menu__list-item {
  border-bottom: solid 1px rgba(51, 63, 72, 0.27);
  margin: 0;
  padding: 0;
}

.jump-menu__list-item:last-child {
  border-bottom: none;
}

.jump-menu__list-item a {
  display: block;
  padding: 10px 20px 10px;
  color: #333f48;
}

.jump-menu__list-item a:hover, .jump-menu__list-item a:focus {
  background: #979797;
  color: #fff;
  text-decoration: none;
  outline: 0;
}

.jump-menu-text {
  font-weight: 600;
  font-size: 15px;
  margin: 20px 0 0;
  text-align: center;
}

.jump-menu-text p:last-child {
  margin: 0;
}

.jump-menu--hero {
  background: none;
}

.jump-menu--hero .jump-menu-title {
  color: #fff;
}

.jump-menu--hero .jump-menu-text {
  display: none;
}

.sidebar-nav,
.sidebar-region div[class*='pane-menu-'],
.region-sidebar-first .block-menu-block,
.region-sidebar-first .block-menu {
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .sidebar-nav,
  .sidebar-region div[class*='pane-menu-'],
  .region-sidebar-first .block-menu-block,
  .region-sidebar-first .block-menu {
    margin-bottom: 0;
  }
}

.sidebar-nav .pane-title,
.sidebar-nav .block-title,
.sidebar-region div[class*='pane-menu-'] .pane-title,
.sidebar-region div[class*='pane-menu-'] .block-title,
.region-sidebar-first .block-menu-block .pane-title,
.region-sidebar-first .block-menu-block .block-title,
.region-sidebar-first .block-menu .pane-title,
.region-sidebar-first .block-menu .block-title {
  margin: 0;
  padding: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4em;
  border-bottom: solid 1px rgba(51, 63, 72, 0.27);
}

.sidebar-nav .pane-title.active-trail,
.sidebar-nav .block-title.active-trail,
.sidebar-region div[class*='pane-menu-'] .pane-title.active-trail,
.sidebar-region div[class*='pane-menu-'] .block-title.active-trail,
.region-sidebar-first .block-menu-block .pane-title.active-trail,
.region-sidebar-first .block-menu-block .block-title.active-trail,
.region-sidebar-first .block-menu .pane-title.active-trail,
.region-sidebar-first .block-menu .block-title.active-trail {
  background: #fff;
}

.sidebar-nav .pane-title.active-trail.active,
.sidebar-nav .block-title.active-trail.active,
.sidebar-region div[class*='pane-menu-'] .pane-title.active-trail.active,
.sidebar-region div[class*='pane-menu-'] .block-title.active-trail.active,
.region-sidebar-first .block-menu-block .pane-title.active-trail.active,
.region-sidebar-first .block-menu-block .block-title.active-trail.active,
.region-sidebar-first .block-menu .pane-title.active-trail.active,
.region-sidebar-first .block-menu .block-title.active-trail.active {
  background: #e9e7e5;
}

.sidebar-nav .pane-title a,
.sidebar-nav .block-title a,
.sidebar-region div[class*='pane-menu-'] .pane-title a,
.sidebar-region div[class*='pane-menu-'] .block-title a,
.region-sidebar-first .block-menu-block .pane-title a,
.region-sidebar-first .block-menu-block .block-title a,
.region-sidebar-first .block-menu .pane-title a,
.region-sidebar-first .block-menu .block-title a {
  color: #333f48;
}

.sidebar-nav .pane-title[aria-haspopup],
.sidebar-nav .block-title[aria-haspopup],
.sidebar-region div[class*='pane-menu-'] .pane-title[aria-haspopup],
.sidebar-region div[class*='pane-menu-'] .block-title[aria-haspopup],
.region-sidebar-first .block-menu-block .pane-title[aria-haspopup],
.region-sidebar-first .block-menu-block .block-title[aria-haspopup],
.region-sidebar-first .block-menu .pane-title[aria-haspopup],
.region-sidebar-first .block-menu .block-title[aria-haspopup] {
  background: #fff !important;
  font-weight: 600;
  color: #333f48;
  text-transform: none;
  position: relative;
  display: block;
  margin: 0;
  padding: 16px 50px 14px 10px;
  width: 100%;
  font-size: 15px;
  line-height: 1;
  border: solid 1px #a5abad;
  box-shadow: none;
  text-align: left;
  letter-spacing: 0px;
}

.sidebar-nav .pane-title[aria-haspopup]:hover, .sidebar-nav .pane-title[aria-haspopup]:focus, .sidebar-nav .pane-title[aria-haspopup]:active, .sidebar-nav .pane-title[aria-haspopup]:hover:active,
.sidebar-nav .block-title[aria-haspopup]:hover,
.sidebar-nav .block-title[aria-haspopup]:focus,
.sidebar-nav .block-title[aria-haspopup]:active,
.sidebar-nav .block-title[aria-haspopup]:hover:active,
.sidebar-region div[class*='pane-menu-'] .pane-title[aria-haspopup]:hover,
.sidebar-region div[class*='pane-menu-'] .pane-title[aria-haspopup]:focus,
.sidebar-region div[class*='pane-menu-'] .pane-title[aria-haspopup]:active,
.sidebar-region div[class*='pane-menu-'] .pane-title[aria-haspopup]:hover:active,
.sidebar-region div[class*='pane-menu-'] .block-title[aria-haspopup]:hover,
.sidebar-region div[class*='pane-menu-'] .block-title[aria-haspopup]:focus,
.sidebar-region div[class*='pane-menu-'] .block-title[aria-haspopup]:active,
.sidebar-region div[class*='pane-menu-'] .block-title[aria-haspopup]:hover:active,
.region-sidebar-first .block-menu-block .pane-title[aria-haspopup]:hover,
.region-sidebar-first .block-menu-block .pane-title[aria-haspopup]:focus,
.region-sidebar-first .block-menu-block .pane-title[aria-haspopup]:active,
.region-sidebar-first .block-menu-block .pane-title[aria-haspopup]:hover:active,
.region-sidebar-first .block-menu-block .block-title[aria-haspopup]:hover,
.region-sidebar-first .block-menu-block .block-title[aria-haspopup]:focus,
.region-sidebar-first .block-menu-block .block-title[aria-haspopup]:active,
.region-sidebar-first .block-menu-block .block-title[aria-haspopup]:hover:active,
.region-sidebar-first .block-menu .pane-title[aria-haspopup]:hover,
.region-sidebar-first .block-menu .pane-title[aria-haspopup]:focus,
.region-sidebar-first .block-menu .pane-title[aria-haspopup]:active,
.region-sidebar-first .block-menu .pane-title[aria-haspopup]:hover:active,
.region-sidebar-first .block-menu .block-title[aria-haspopup]:hover,
.region-sidebar-first .block-menu .block-title[aria-haspopup]:focus,
.region-sidebar-first .block-menu .block-title[aria-haspopup]:active,
.region-sidebar-first .block-menu .block-title[aria-haspopup]:hover:active {
  border-color: #979797;
  color: #333f48;
  text-decoration: none;
  outline: 0;
}

.sidebar-nav .pane-title[aria-haspopup]:after,
.sidebar-nav .block-title[aria-haspopup]:after,
.sidebar-region div[class*='pane-menu-'] .pane-title[aria-haspopup]:after,
.sidebar-region div[class*='pane-menu-'] .block-title[aria-haspopup]:after,
.region-sidebar-first .block-menu-block .pane-title[aria-haspopup]:after,
.region-sidebar-first .block-menu-block .block-title[aria-haspopup]:after,
.region-sidebar-first .block-menu .pane-title[aria-haspopup]:after,
.region-sidebar-first .block-menu .block-title[aria-haspopup]:after {
  content: '';
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 44px;
  background: #A5ABAD url("../../img/select-arrows.svg") center center no-repeat;
}

.sidebar-nav [aria-hidden=true],
.sidebar-region div[class*='pane-menu-'] [aria-hidden=true],
.region-sidebar-first .block-menu-block [aria-hidden=true],
.region-sidebar-first .block-menu [aria-hidden=true] {
  display: none !important;
}

.sidebar-nav [aria-hidden=false],
.sidebar-region div[class*='pane-menu-'] [aria-hidden=false],
.region-sidebar-first .block-menu-block [aria-hidden=false],
.region-sidebar-first .block-menu [aria-hidden=false] {
  position: relative;
}

.sidebar-nav .nav,
.sidebar-region div[class*='pane-menu-'] .nav,
.region-sidebar-first .block-menu-block .nav,
.region-sidebar-first .block-menu .nav {
  margin: 0;
}

.sidebar-nav .nav span.separator,
.sidebar-region div[class*='pane-menu-'] .nav span.separator,
.region-sidebar-first .block-menu-block .nav span.separator,
.region-sidebar-first .block-menu .nav span.separator {
  padding: 0;
  margin: 0;
  padding: 20px 0;
  display: block;
}

.sidebar-nav .nav span.separator hr,
.sidebar-region div[class*='pane-menu-'] .nav span.separator hr,
.region-sidebar-first .block-menu-block .nav span.separator hr,
.region-sidebar-first .block-menu .nav span.separator hr {
  display: none;
}

.sidebar-nav .nav span,
.sidebar-nav .nav a,
.sidebar-region div[class*='pane-menu-'] .nav span,
.sidebar-region div[class*='pane-menu-'] .nav a,
.region-sidebar-first .block-menu-block .nav span,
.region-sidebar-first .block-menu-block .nav a,
.region-sidebar-first .block-menu .nav span,
.region-sidebar-first .block-menu .nav a {
  display: block;
  padding: 0 20px;
}

.sidebar-nav .nav li a,
.sidebar-region div[class*='pane-menu-'] .nav li a,
.region-sidebar-first .block-menu-block .nav li a,
.region-sidebar-first .block-menu .nav li a {
  color: #333f48;
}

.sidebar-nav .nav li a:hover, .sidebar-nav .nav li a:focus,
.sidebar-region div[class*='pane-menu-'] .nav li a:hover,
.sidebar-region div[class*='pane-menu-'] .nav li a:focus,
.region-sidebar-first .block-menu-block .nav li a:hover,
.region-sidebar-first .block-menu-block .nav li a:focus,
.region-sidebar-first .block-menu .nav li a:hover,
.region-sidebar-first .block-menu .nav li a:focus {
  background: transparent;
  color: #840029;
  outline: none;
}

.sidebar-nav .nav li a.active,
.sidebar-region div[class*='pane-menu-'] .nav li a.active,
.region-sidebar-first .block-menu-block .nav li a.active,
.region-sidebar-first .block-menu .nav li a.active {
  background: #e8e5e1;
}

.sidebar-nav .nav ul,
.sidebar-region div[class*='pane-menu-'] .nav ul,
.region-sidebar-first .block-menu-block .nav ul,
.region-sidebar-first .block-menu .nav ul {
  position: relative;
  margin: 0;
  padding: 0;
}

.sidebar-nav .nav li,
.sidebar-region div[class*='pane-menu-'] .nav li,
.region-sidebar-first .block-menu-block .nav li,
.region-sidebar-first .block-menu .nav li {
  display: block;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  border-top: solid 1px rgba(51, 63, 72, 0.27);
}

.sidebar-nav .nav li:first-of-type,
.sidebar-region div[class*='pane-menu-'] .nav li:first-of-type,
.region-sidebar-first .block-menu-block .nav li:first-of-type,
.region-sidebar-first .block-menu .nav li:first-of-type {
  border-top: none;
}

.sidebar-nav .nav li.active,
.sidebar-region div[class*='pane-menu-'] .nav li.active,
.region-sidebar-first .block-menu-block .nav li.active,
.region-sidebar-first .block-menu .nav li.active {
  background: #e8e5e1;
}

.sidebar-nav .nav a + ul,
.sidebar-nav .nav span + ul,
.sidebar-region div[class*='pane-menu-'] .nav a + ul,
.sidebar-region div[class*='pane-menu-'] .nav span + ul,
.region-sidebar-first .block-menu-block .nav a + ul,
.region-sidebar-first .block-menu-block .nav span + ul,
.region-sidebar-first .block-menu .nav a + ul,
.region-sidebar-first .block-menu .nav span + ul {
  list-style: none;
  margin-left: 5px;
  padding: 0;
}

.sidebar-nav .nav a + ul li,
.sidebar-nav .nav span + ul li,
.sidebar-region div[class*='pane-menu-'] .nav a + ul li,
.sidebar-region div[class*='pane-menu-'] .nav span + ul li,
.region-sidebar-first .block-menu-block .nav a + ul li,
.region-sidebar-first .block-menu-block .nav span + ul li,
.region-sidebar-first .block-menu .nav a + ul li,
.region-sidebar-first .block-menu .nav span + ul li {
  border-top: 0;
  margin: 0;
  padding: 0;
  background: inherit;
}

.sidebar-nav .nav a + ul li a.active,
.sidebar-nav .nav a + ul li li.active > a,
.sidebar-nav .nav span + ul li a.active,
.sidebar-nav .nav span + ul li li.active > a,
.sidebar-region div[class*='pane-menu-'] .nav a + ul li a.active,
.sidebar-region div[class*='pane-menu-'] .nav a + ul li li.active > a,
.sidebar-region div[class*='pane-menu-'] .nav span + ul li a.active,
.sidebar-region div[class*='pane-menu-'] .nav span + ul li li.active > a,
.region-sidebar-first .block-menu-block .nav a + ul li a.active,
.region-sidebar-first .block-menu-block .nav a + ul li li.active > a,
.region-sidebar-first .block-menu-block .nav span + ul li a.active,
.region-sidebar-first .block-menu-block .nav span + ul li li.active > a,
.region-sidebar-first .block-menu .nav a + ul li a.active,
.region-sidebar-first .block-menu .nav a + ul li li.active > a,
.region-sidebar-first .block-menu .nav span + ul li a.active,
.region-sidebar-first .block-menu .nav span + ul li li.active > a {
  font-weight: bold;
}

.sidebar-nav .nav a + ul li span,
.sidebar-nav .nav a + ul li a,
.sidebar-nav .nav span + ul li span,
.sidebar-nav .nav span + ul li a,
.sidebar-region div[class*='pane-menu-'] .nav a + ul li span,
.sidebar-region div[class*='pane-menu-'] .nav a + ul li a,
.sidebar-region div[class*='pane-menu-'] .nav span + ul li span,
.sidebar-region div[class*='pane-menu-'] .nav span + ul li a,
.region-sidebar-first .block-menu-block .nav a + ul li span,
.region-sidebar-first .block-menu-block .nav a + ul li a,
.region-sidebar-first .block-menu-block .nav span + ul li span,
.region-sidebar-first .block-menu-block .nav span + ul li a,
.region-sidebar-first .block-menu .nav a + ul li span,
.region-sidebar-first .block-menu .nav a + ul li a,
.region-sidebar-first .block-menu .nav span + ul li span,
.region-sidebar-first .block-menu .nav span + ul li a {
  font-size: .8em;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sidebar-nav .nav a + ul li span:hover, .sidebar-nav .nav a + ul li span:focus,
.sidebar-nav .nav a + ul li a:hover,
.sidebar-nav .nav a + ul li a:focus,
.sidebar-nav .nav span + ul li span:hover,
.sidebar-nav .nav span + ul li span:focus,
.sidebar-nav .nav span + ul li a:hover,
.sidebar-nav .nav span + ul li a:focus,
.sidebar-region div[class*='pane-menu-'] .nav a + ul li span:hover,
.sidebar-region div[class*='pane-menu-'] .nav a + ul li span:focus,
.sidebar-region div[class*='pane-menu-'] .nav a + ul li a:hover,
.sidebar-region div[class*='pane-menu-'] .nav a + ul li a:focus,
.sidebar-region div[class*='pane-menu-'] .nav span + ul li span:hover,
.sidebar-region div[class*='pane-menu-'] .nav span + ul li span:focus,
.sidebar-region div[class*='pane-menu-'] .nav span + ul li a:hover,
.sidebar-region div[class*='pane-menu-'] .nav span + ul li a:focus,
.region-sidebar-first .block-menu-block .nav a + ul li span:hover,
.region-sidebar-first .block-menu-block .nav a + ul li span:focus,
.region-sidebar-first .block-menu-block .nav a + ul li a:hover,
.region-sidebar-first .block-menu-block .nav a + ul li a:focus,
.region-sidebar-first .block-menu-block .nav span + ul li span:hover,
.region-sidebar-first .block-menu-block .nav span + ul li span:focus,
.region-sidebar-first .block-menu-block .nav span + ul li a:hover,
.region-sidebar-first .block-menu-block .nav span + ul li a:focus,
.region-sidebar-first .block-menu .nav a + ul li span:hover,
.region-sidebar-first .block-menu .nav a + ul li span:focus,
.region-sidebar-first .block-menu .nav a + ul li a:hover,
.region-sidebar-first .block-menu .nav a + ul li a:focus,
.region-sidebar-first .block-menu .nav span + ul li span:hover,
.region-sidebar-first .block-menu .nav span + ul li span:focus,
.region-sidebar-first .block-menu .nav span + ul li a:hover,
.region-sidebar-first .block-menu .nav span + ul li a:focus {
  text-decoration: none;
}

.sidebar-nav.has-heirarchy .pane-title,
.sidebar-nav.has-heirarchy .block-title,
.sidebar-region div[class*='pane-menu-'].has-heirarchy .pane-title,
.sidebar-region div[class*='pane-menu-'].has-heirarchy .block-title,
.region-sidebar-first .block-menu-block.has-heirarchy .pane-title,
.region-sidebar-first .block-menu-block.has-heirarchy .block-title,
.region-sidebar-first .block-menu.has-heirarchy .pane-title,
.region-sidebar-first .block-menu.has-heirarchy .block-title {
  display: none;
}

.sidebar-nav.has-heirarchy .nav > li,
.sidebar-region div[class*='pane-menu-'].has-heirarchy .nav > li,
.region-sidebar-first .block-menu-block.has-heirarchy .nav > li,
.region-sidebar-first .block-menu.has-heirarchy .nav > li {
  display: none;
}

.sidebar-nav.has-heirarchy .nav > li.active-trail.expanded,
.sidebar-region div[class*='pane-menu-'].has-heirarchy .nav > li.active-trail.expanded,
.region-sidebar-first .block-menu-block.has-heirarchy .nav > li.active-trail.expanded,
.region-sidebar-first .block-menu.has-heirarchy .nav > li.active-trail.expanded {
  border-top: none;
  display: block;
  margin: 0;
  padding: 0;
}

.sidebar-nav.has-heirarchy .nav > li.active-trail.expanded ul,
.sidebar-nav.has-heirarchy .nav > li.active-trail.expanded li,
.sidebar-region div[class*='pane-menu-'].has-heirarchy .nav > li.active-trail.expanded ul,
.sidebar-region div[class*='pane-menu-'].has-heirarchy .nav > li.active-trail.expanded li,
.region-sidebar-first .block-menu-block.has-heirarchy .nav > li.active-trail.expanded ul,
.region-sidebar-first .block-menu-block.has-heirarchy .nav > li.active-trail.expanded li,
.region-sidebar-first .block-menu.has-heirarchy .nav > li.active-trail.expanded ul,
.region-sidebar-first .block-menu.has-heirarchy .nav > li.active-trail.expanded li {
  display: block;
}

.sidebar-nav.has-heirarchy .nav > li.active-trail.expanded > a,
.sidebar-region div[class*='pane-menu-'].has-heirarchy .nav > li.active-trail.expanded > a,
.region-sidebar-first .block-menu-block.has-heirarchy .nav > li.active-trail.expanded > a,
.region-sidebar-first .block-menu.has-heirarchy .nav > li.active-trail.expanded > a {
  margin: 0;
  padding: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4em;
  border-bottom: solid 1px rgba(51, 63, 72, 0.27);
}

.sidebar-nav.has-heirarchy .nav > li.active-trail.expanded > a.active-trail,
.sidebar-region div[class*='pane-menu-'].has-heirarchy .nav > li.active-trail.expanded > a.active-trail,
.region-sidebar-first .block-menu-block.has-heirarchy .nav > li.active-trail.expanded > a.active-trail,
.region-sidebar-first .block-menu.has-heirarchy .nav > li.active-trail.expanded > a.active-trail {
  background: #fff;
}

.sidebar-nav.has-heirarchy .nav > li.active-trail.expanded > a.active-trail.active,
.sidebar-region div[class*='pane-menu-'].has-heirarchy .nav > li.active-trail.expanded > a.active-trail.active,
.region-sidebar-first .block-menu-block.has-heirarchy .nav > li.active-trail.expanded > a.active-trail.active,
.region-sidebar-first .block-menu.has-heirarchy .nav > li.active-trail.expanded > a.active-trail.active {
  background: #e9e7e5;
}

.sidebar-nav.has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup],
.sidebar-region div[class*='pane-menu-'].has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup],
.region-sidebar-first .block-menu-block.has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup],
.region-sidebar-first .block-menu.has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup] {
  background: #fff !important;
  font-weight: 600;
  color: #333f48;
  text-transform: none;
  position: relative;
  display: block;
  margin: 0;
  padding: 16px 50px 14px 10px;
  width: 100%;
  font-size: 15px;
  line-height: 1;
  border: solid 1px #a5abad;
  box-shadow: none;
  text-align: left;
  letter-spacing: 0px;
}

.sidebar-nav.has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:hover, .sidebar-nav.has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:focus, .sidebar-nav.has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:active, .sidebar-nav.has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:hover:active,
.sidebar-region div[class*='pane-menu-'].has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:hover,
.sidebar-region div[class*='pane-menu-'].has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:focus,
.sidebar-region div[class*='pane-menu-'].has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:active,
.sidebar-region div[class*='pane-menu-'].has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:hover:active,
.region-sidebar-first .block-menu-block.has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:hover,
.region-sidebar-first .block-menu-block.has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:focus,
.region-sidebar-first .block-menu-block.has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:active,
.region-sidebar-first .block-menu-block.has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:hover:active,
.region-sidebar-first .block-menu.has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:hover,
.region-sidebar-first .block-menu.has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:focus,
.region-sidebar-first .block-menu.has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:active,
.region-sidebar-first .block-menu.has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:hover:active {
  border-color: #979797;
  color: #333f48;
  text-decoration: none;
  outline: 0;
}

.sidebar-nav.has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:after,
.sidebar-region div[class*='pane-menu-'].has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:after,
.region-sidebar-first .block-menu-block.has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:after,
.region-sidebar-first .block-menu.has-heirarchy .nav > li.active-trail.expanded > a[aria-haspopup]:after {
  content: '';
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 44px;
  background: #A5ABAD url("../../img/select-arrows.svg") center center no-repeat;
}

.social-media__link {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  height: 40px;
  padding: 10px;
  width: 40px;
}

.social-media__link:not(last-child) {
  margin: 0 10px 0 0;
}

.social-media__link:hover svg, .social-media__link:focus svg {
  fill: #fa4616;
}

.social-media__link svg {
  fill: #333f48;
  height: 100%;
  width: 100%;
}

.top-nav {
  text-align: center;
}

@media (min-width: 1025px) {
  .top-nav {
    text-align: right;
  }
}

.top-nav .nav {
  margin: 0;
}

.top-nav .nav li {
  display: inline-block;
  margin: 0;
  position: relative;
}

.top-nav .nav li:not(:last-child) {
  margin-right: 30px;
}

.top-nav .nav li:not(:last-child):after {
  color: #fff;
  content: "/";
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  right: -20px;
  top: 0;
}

@media (min-width: 1025px) {
  .top-nav .nav li:not(:last-child):after {
    display: none;
  }
}

.top-nav .nav li a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 0;
  text-transform: uppercase;
}

.top-nav .nav li a:hover, .top-nav .nav li a:focus {
  background: transparent;
  text-decoration: underline;
}

.wysiwyg a {
  text-decoration: none;
  color: #840029;
}

.wysiwyg a:hover, .wysiwyg a:focus {
  text-decoration: underline;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  display: block;
  clear: both;
}

.wysiwyg .alignleft {
  float: left;
  margin: 5px 15px 5px 0;
}

.wysiwyg .aligncenter {
  display: block;
  margin: 10px auto;
}

.wysiwyg .alignright {
  float: right;
  margin: 5px 0 5px 15px;
}

.wysiwyg .alignnone {
  display: block;
  margin: 5px 0;
}

.wysiwyg .gallery {
  overflow: hidden;
}

.wysiwyg .gallery .gallery-item {
  width: 0.166666667%;
  margin: 0 0 2%;
}

.wysiwyg .gallery .gallery-item a {
  display: block;
}

.wysiwyg .gallery .gallery-item a img {
  display: block;
}

.intro-text__title {
  font-size: 50px;
  margin-bottom: 10px;
}

.intro-text__content {
  font-size: 24px;
  font-weight: lighter;
  line-height: 1.4em;
  margin: 0 0 1.25em;
}

.node-type-faculty-landing .intro-text__content {
  font-weight: bold;
}

.content-tile {
  background-color: #f1f1f1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  position: relative;
}

.content-tile::after {
  content: '';
  width: 75px;
  height: 12px;
  -ms-transform: skewX(30deg);
      transform: skewX(30deg);
  position: absolute;
  top: 0px;
  left: 20px;
  display: none;
}

@media (min-width: 768px) {
  .content-tile::after {
    display: block;
  }
}

.content-tile__list--red .content-tile:after {
  background-color: #840029;
}

.content-tile__list--grey .content-tile:after {
  background-color: #a5abad;
}

.content-tile__wrapper {
  padding: 20px;
}

.content-tile__category {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 768px) {
  .content-tile__category {
    margin: 0 0 20px;
  }
}

.content-tile__title {
  margin: 0;
}

@media (min-width: 768px) {
  .content-tile__title {
    margin: 20px 0 10px;
  }
}

.content-tile__title a {
  color: inherit;
  display: block;
}

.content-tile__title a:hover {
  color: inherit;
  text-decoration: underline;
}

.content-tile__content {
  padding-bottom: 20px;
  font-size: 16px;
  display: none;
}

@media (min-width: 768px) {
  .content-tile__content {
    display: block;
  }
}

.content-tile .more-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: none;
}

@media (min-width: 768px) {
  .content-tile .more-link {
    display: block;
  }
}

.content-tile--navy::after {
  background-color: #333f48;
}

.content-tile--navy .content-tile__title {
  color: #333f48;
}

.content-tile--red:after {
  background-color: #840029;
}

.content-tile--grey:after {
  background-color: #a5abad;
}

.content-tile--plain .content-tile__title {
  margin: 0 0 10px;
  font-weight: normal;
  text-transform: capitalize;
}

.content-tile--plain .content-tile__content {
  display: block;
}

.content-tile--plain .more-link {
  display: block;
}

.content-tile--tan {
  background-color: #e8e5e1;
}

.event-tile {
  background-color: #fff;
  border: 1px solid #dbd9d6;
}

.event-tile__title {
  font-size: 22px;
}

.event-tile__image img {
  height: 165px;
  width: 100%;
  object-fit: cover;
}

.event-tile__date {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 22px;
}

.event-tile__time {
  font-size: 15px;
}

.more-link {
  cursor: pointer;
  letter-spacing: 1.2px;
}

.more-link a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}

.more-link a::before {
  content: '+';
  font-weight: bold;
}

.content-grid__list {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}

.content-grid__item, .content-grid--item {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 10px;
  width: 100%;
}

@media (min-width: 769px) {
  .content-grid__item, .content-grid--item {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .content-grid__item, .content-grid--item {
    width: 33.33333%;
  }
}

@media (min-width: 1281px) {
  .content-grid__item, .content-grid--item {
    width: 25%;
  }
}

.content-grid__list {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}

.content-grid__item, .content-grid--item {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 10px;
  width: 100%;
}

@media (min-width: 600px) {
  .paragraphs-item-program-search-new .content-grid__item, .paragraphs-item-program-search-new .content-grid--item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .content-grid__item, .content-grid--item {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .content-grid__item, .content-grid--item {
    width: 33.33333%;
  }
}

@media (min-width: 1280px) {
  .content-grid__item, .content-grid--item {
    width: 25%;
  }
  .paragraphs-item-program-search-new .content-grid__item, .paragraphs-item-program-search-new .content-grid--item {
    width: 33.33333%;
  }
}

.grid-view .view-content {
  display: grid;
  grid-gap: 15px;
}

.grid-view .view-content .views-row {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
}

.grid-view .view-content h2 {
  padding: 12px;
  margin-top: 30px;
  margin-bottom: 10px;
  border-radius: 6px;
  background: #343741;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}

.grid-view .view-content h2:first-child {
  margin-top: 0;
}

.grid-view-3-column > .view-content {
  grid-template-columns: 1fr;
  /*.view-header,
  .view-filters {
    grid-column-start: 1;

    @media (min-width: breakpoint(xsmall)){
      grid-column-end: 3;
    }

    // @media (min-width: breakpoint(xsmall))

    @media (min-width: breakpoint(medium)){
      grid-column-end: 4;
    }

    // @media (min-width: breakpoint(medium))
  }

  // .view-header, .view-filters*/
}

@media (min-width: 600px) {
  .grid-view-3-column > .view-content {
    grid-template-columns: 1fr 1fr;
  }
  .grid-view-3-column > .view-content h2 {
    grid-column-end: 3;
  }
}

@media (min-width: 1024px) {
  .grid-view-3-column > .view-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-view-3-column > .view-content h2 {
    grid-column-end: 4;
  }
}

.grid-view-3-column > .view-content h2 {
  grid-column-start: 1;
}

.content-list {
  list-style: none;
  margin: 20px 0 0;
  padding-left: 0;
}

@media (min-width: 769px) {
  .content-list {
    margin: 30px 0 0;
  }
}

.content-list__item {
  margin: 0;
}

.content-list__item:not(:last-child) {
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .content-list__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.content-list__title {
  color: #333f48;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}

.content-list__text p {
  margin-bottom: 10px;
}

.button,
button,
.btn,
.btn-primary,
a.btn-primary,
.form-submit {
  background: #fa4616;
  border: 0.5px solid #fa4616;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: -1px 1px 2px -1px #000;
  text-shadow: none;
  border-radius: 0px;
  letter-spacing: 1.2px;
  font-family: "Source Sans Pro", "Helvetica", Arial, sans-serif;
}

.button + .button,
button + .button,
.btn + .button,
.btn-primary + .button,
a.btn-primary + .button,
.form-submit + .button, .button +
button,
button +
button,
.btn +
button,
.btn-primary +
button,
a.btn-primary +
button,
.form-submit +
button, .button +
.btn,
button +
.btn,
.btn +
.btn,
.btn-primary +
.btn,
a.btn-primary +
.btn,
.form-submit +
.btn, .button +
.btn-primary,
button +
.btn-primary,
.btn +
.btn-primary,
.btn-primary +
.btn-primary,
a.btn-primary +
.btn-primary,
.form-submit +
.btn-primary, .button +
a.btn-primary,
button +
a.btn-primary,
.btn +
a.btn-primary,
.btn-primary +
a.btn-primary,
a.btn-primary +
a.btn-primary,
.form-submit +
a.btn-primary, .button +
.form-submit,
button +
.form-submit,
.btn +
.form-submit,
.btn-primary +
.form-submit,
a.btn-primary +
.form-submit,
.form-submit +
.form-submit {
  margin-left: 10px;
}

.button:hover, .button:focus, .button:active, .button:hover:active,
button:hover,
button:focus,
button:active,
button:hover:active,
.btn:hover,
.btn:focus,
.btn:active,
.btn:hover:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover:active,
a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary:active,
a.btn-primary:hover:active,
.form-submit:hover,
.form-submit:focus,
.form-submit:active,
.form-submit:hover:active {
  text-decoration: none;
  background-color: #fff;
  color: #fa4616;
  border-color: #fa4616;
  text-shadow: none;
}

.button--alt,
button--alt,
.btn--alt,
.btn-primary--alt,
a.btn-primary--alt,
.form-submit--alt {
  background: #fff;
  color: #fa4616;
  border: 0.5px solid #fa4616;
}

.button--alt:hover, .button--alt:focus,
button--alt:hover,
button--alt:focus,
.btn--alt:hover,
.btn--alt:focus,
.btn-primary--alt:hover,
.btn-primary--alt:focus,
a.btn-primary--alt:hover,
a.btn-primary--alt:focus,
.form-submit--alt:hover,
.form-submit--alt:focus {
  background: #fa4616;
  color: #fff;
}

.button--full, .button--full + .button--full,
button--full,
button--full + .button--full,
.btn--full,
.btn--full + .button--full,
.btn-primary--full,
.btn-primary--full + .button--full,
a.btn-primary--full,
a.btn-primary--full + .button--full,
.form-submit--full,
.form-submit--full + .button--full, .button--full +
button--full,
button--full +
button--full,
.btn--full +
button--full,
.btn-primary--full +
button--full,
a.btn-primary--full +
button--full,
.form-submit--full +
button--full, .button--full +
.btn--full,
button--full +
.btn--full,
.btn--full +
.btn--full,
.btn-primary--full +
.btn--full,
a.btn-primary--full +
.btn--full,
.form-submit--full +
.btn--full, .button--full +
.btn-primary--full,
button--full +
.btn-primary--full,
.btn--full +
.btn-primary--full,
.btn-primary--full +
.btn-primary--full,
a.btn-primary--full +
.btn-primary--full,
.form-submit--full +
.btn-primary--full, .button--full +
a.btn-primary--full,
button--full +
a.btn-primary--full,
.btn--full +
a.btn-primary--full,
.btn-primary--full +
a.btn-primary--full,
a.btn-primary--full +
a.btn-primary--full,
.form-submit--full +
a.btn-primary--full, .button--full +
.form-submit--full,
button--full +
.form-submit--full,
.btn--full +
.form-submit--full,
.btn-primary--full +
.form-submit--full,
a.btn-primary--full +
.form-submit--full,
.form-submit--full +
.form-submit--full {
  display: block;
  margin-right: 0;
  margin-left: 0;
}

.button--icon-wrapper,
button--icon-wrapper,
.btn--icon-wrapper,
.btn-primary--icon-wrapper,
a.btn-primary--icon-wrapper,
.form-submit--icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}

.button--icon svg,
button--icon svg,
.btn--icon svg,
.btn-primary--icon svg,
a.btn-primary--icon svg,
.form-submit--icon svg {
  fill: #fff;
  width: 21px;
  height: 21px;
  margin-right: 8px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.button--icon:hover svg, .button--icon:focus svg,
button--icon:hover svg,
button--icon:focus svg,
.btn--icon:hover svg,
.btn--icon:focus svg,
.btn-primary--icon:hover svg,
.btn-primary--icon:focus svg,
a.btn-primary--icon:hover svg,
a.btn-primary--icon:focus svg,
.form-submit--icon:hover svg,
.form-submit--icon:focus svg {
  fill: #fa4616;
}

.button.btn,
button.btn,
.btn.btn,
.btn-primary.btn,
a.btn-primary.btn,
.form-submit.btn {
  line-height: 1;
}

.button.form-submit,
button.form-submit,
.btn.form-submit,
.btn-primary.form-submit,
a.btn-primary.form-submit,
.form-submit.form-submit {
  margin-top: 10px;
}

.button.addtocalendar,
button.addtocalendar,
.btn.addtocalendar,
.btn-primary.addtocalendar,
a.btn-primary.addtocalendar,
.form-submit.addtocalendar {
  border-color: #840029;
}

.button.addtocalendar:hover, .button.addtocalendar:focus, .button.addtocalendar:active, .button.addtocalendar:hover:active,
button.addtocalendar:hover,
button.addtocalendar:focus,
button.addtocalendar:active,
button.addtocalendar:hover:active,
.btn.addtocalendar:hover,
.btn.addtocalendar:focus,
.btn.addtocalendar:active,
.btn.addtocalendar:hover:active,
.btn-primary.addtocalendar:hover,
.btn-primary.addtocalendar:focus,
.btn-primary.addtocalendar:active,
.btn-primary.addtocalendar:hover:active,
a.btn-primary.addtocalendar:hover,
a.btn-primary.addtocalendar:focus,
a.btn-primary.addtocalendar:active,
a.btn-primary.addtocalendar:hover:active,
.form-submit.addtocalendar:hover,
.form-submit.addtocalendar:focus,
.form-submit.addtocalendar:active,
.form-submit.addtocalendar:hover:active {
  border-color: #840029;
}

.button.addtocalendar ul > li > a,
button.addtocalendar ul > li > a,
.btn.addtocalendar ul > li > a,
.btn-primary.addtocalendar ul > li > a,
a.btn-primary.addtocalendar ul > li > a,
.form-submit.addtocalendar ul > li > a {
  font-weight: normal;
  text-transform: capitalize;
  padding-left: 12px;
  line-height: 1.5;
}

.card .btn .pyc {
  position: relative;
  margin-top: 10%;
}

table {
  position: relative;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100% !important;
  border: none;
  padding-top: 20px;
}

@media screen and (min-width: 1280px) {
  table {
    border-collapse: collapse;
    overflow-y: visible;
  }
}

table th {
  background-color: #f1f1f1;
  font-weight: bold;
}

.related-links__title,
.panel-menu__title {
  font-size: 20px;
  font-weight: bold;
}

.related-links__list,
.related-links ul,
.panel-menu__list,
.panel-menu ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0px;
}

.related-links__item,
.related-links li,
.panel-menu__item,
.panel-menu li {
  margin: 0 3px 5px 0;
}

.related-links__item a,
.related-links li a,
.panel-menu__item a,
.panel-menu li a {
  background: #333f48;
  border: 1px solid #333f48;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 12px 18px;
  text-align: center;
}

.related-links__item a:hover, .related-links__item a:focus,
.related-links li a:hover,
.related-links li a:focus,
.panel-menu__item a:hover,
.panel-menu__item a:focus,
.panel-menu li a:hover,
.panel-menu li a:focus {
  text-decoration: none;
  color: #333f48;
  background: #fff;
  border-color: #979797;
}

@media (min-width: 1024px) {
  .related-links__item a,
  .related-links li a,
  .panel-menu__item a,
  .panel-menu li a {
    font-size: 18px;
  }
}

div[class*='pane-bean-related-links-'] .pane-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

@media (min-width: 768px) {
  .cta-tiles .content-grid__item {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .cta-tiles .content-grid__item {
    width: 33.33333%;
  }
}

@media (min-width: 1280px) {
  .node-type-kpu-landing-page .cta-tiles .content-grid__item {
    width: 25%;
  }
}

.featured-image {
  position: relative;
}

.featured-image__container {
  position: relative;
  padding-bottom: 45%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .featured-image__container {
    padding-bottom: 35%;
  }
}

.featured-image__container img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.featured-image__container.animated:after {
  background-image: url("../../img/graphic-overlay.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  animation: fadeInOut;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
}

.featured-image--fallback .featured-image__container {
  width: 100%;
}

@media (min-width: 768px) {
  .featured-image--fallback .featured-image__container {
    width: 50%;
  }
}

.featured-image--fallback .featured-image__container:after {
  display: none;
}

.featured-image--homepage .featured-image__container {
  width: 100%;
  max-height: 560px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .featured-image--homepage .featured-image__container {
    width: 75%;
  }
}

.featured-image--homepage .featured-image__container img {
  position: static;
}

.featured-image--homepage .featured-image__container.animated:after {
  background-image: url("../../img/graphic-overlay-hp.svg");
  width: 100%;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.node-type-faculty-landing .featured-content-grid {
  margin-bottom: 60px;
}

@media (min-width: 769px) {
  .featured-content-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 3px;
    -ms-grid-rows: 1fr 3px 1fr 3px 1fr 3px 1fr 3px 1fr;
    -ms-grid-columns: 1fr 3px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1025px) {
  .featured-content-grid {
    -ms-grid-rows: 1fr 3px 1fr 3px 1fr 3px 1fr;
    -ms-grid-columns: calc(40% - 3px) 3px calc(35% - 3px) 3px 25%;
    grid-template-columns: calc(40% - 3px) calc(35% - 3px) 25%;
  }
}

.featured-content-grid__item {
  margin-bottom: 3px;
}

.featured-content-grid__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .featured-content-grid__item {
    margin-bottom: 0;
  }
  .featured-content-grid__item:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 1 / 3;
  }
  .featured-content-grid__item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-column: 2;
    grid-row: 1 / 3;
  }
  .featured-content-grid__item:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 6;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 3 / 6;
  }
  .featured-content-grid__item:nth-child(4) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-column: 2;
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .featured-content-grid__item:nth-child(5) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
    grid-column: 2;
    grid-row-start: 5;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .featured-content-grid__item:last-child {
    grid-row-end: 6;
  }
}

@media (min-width: 1025px) {
  .featured-content-grid__item:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 1 / 3;
  }
  .featured-content-grid__item:nth-child(2) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 3 / 5;
  }
  .featured-content-grid__item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 3;
    grid-column: 2;
    grid-row: 1 / 5;
  }
  .featured-content-grid__item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    grid-column: 3;
    grid-row: 1 / 4;
  }
  .featured-content-grid__item:nth-child(5) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
    grid-column: 3;
    grid-row: 4;
  }
}

@media (min-width: 769px) {
  .featured-content-grid__event {
    display: -ms-flexbox;
    display: flex;
  }
}

.featured-content-grid__event-content {
  padding: 20px 20px 100px;
  background-color: #e9e7e5;
  position: relative;
  width: 100%;
}

.featured-content-grid__event-content:after {
  content: '';
  background-image: url("../../img/triangle-light.svg");
  background-repeat: no-repeat;
  width: 62px;
  height: 28px;
  position: absolute;
  top: -27px;
  left: 20px;
}

@media (min-width: 769px) {
  .featured-content-grid__event-content:after {
    top: 15%;
    left: -44px;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
  }
}

.featured-content-grid__event-date {
  margin: 0;
}

.featured-content-grid__event-title {
  margin-top: 20px;
}

.featured-content-grid__event-title a {
  color: #333f48;
}

.featured-content-grid__event-title a:hover, .featured-content-grid__event-title a:active {
  color: #840029;
}

.featured-content-grid__event-intro {
  display: none;
}

@media (min-width: 768px) {
  .featured-content-grid__event-intro {
    display: block;
  }
}

.featured-content-grid__event-image {
  position: relative;
}

.featured-content-grid__event-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-content-grid__event-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media (min-width: 769px) {
  .featured-content-grid__event--thumbnail {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.featured-content-grid__event--thumbnail .featured-content-grid__event-content {
  margin-top: 3px;
  -ms-flex: 1;
      flex: 1;
}

@media (min-width: 769px) {
  .featured-content-grid__event--thumbnail .featured-content-grid__event-content {
    -ms-flex: 0 0 calc(50% - 3px);
        flex: 0 0 calc(50% - 3px);
    margin-left: 3px;
    margin-top: 0;
    width: calc(50% - 3px);
  }
}

.featured-content-grid__event--thumbnail .featured-content-grid__event-image {
  padding-top: 56%;
}

@media (min-width: 769px) {
  .featured-content-grid__event--thumbnail .featured-content-grid__event-image {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    padding-top: 0;
    width: 50%;
  }
}

.featured-content-grid__feature {
  margin-bottom: 3px;
}

@media (min-width: 1025px) {
  .featured-content-grid__feature {
    display: -ms-flexbox;
    display: flex;
  }
  .front .featured-content-grid__feature {
    margin-top: 0;
  }
}

.featured-content-grid__feature-content {
  font-size: 16px;
  position: relative;
  -ms-flex-order: 0;
      order: 0;
}

@media (min-width: 1025px) {
  .featured-content-grid__feature-content {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    width: 25%;
    -ms-flex-pack: end;
        justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .featured-content-grid__feature-content:after {
    background-image: url("../../img/triangle.svg");
    content: '';
    height: 28px;
    right: -44px;
    position: absolute;
    top: 45%;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    width: 62px;
  }
}

.featured-content-grid__feature-content-inner {
  padding: 30px 10px;
}

@media (min-width: 1025px) {
  .featured-content-grid__feature-content-inner {
    padding: 140px 40px 60px 0;
  }
}

.featured-content-grid__feature-content-title {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .featured-content-grid__feature-content-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.featured-content-grid__feature-content-text {
  display: none;
}

@media (min-width: 1025px) {
  .featured-content-grid__feature-content-text {
    display: block;
  }
}

@media (min-width: 1025px) {
  .featured-content-grid__feature-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 75%;
    -ms-flex-order: 1;
        order: 1;
  }
}

.featured-content-grid__feature-image .featured-image__container {
  padding-bottom: 56%;
  height: 100%;
}

@media (min-width: 1025px) {
  .featured-content-grid__feature-image .featured-image__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
  }
}

.featured-content-grid__testimonial {
  background: #333f48;
  color: #fff;
  -ms-flex: 1;
      flex: 1;
  padding: 30px;
}

.featured-content-grid__testimonial-text {
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .featured-content-grid__testimonial-text {
    font-size: 22px;
  }
}

.featured-content-grid__testimonial-author {
  font-size: 16px;
  font-weight: 600;
}

.featured-content-grid__testimonial p:last-child {
  margin-bottom: 0;
}

.featured-content-grid__image {
  padding-top: 56%;
  position: relative;
}

@media (min-width: 768px) {
  .featured-content-grid__image {
    padding-top: 0;
    overflow: hidden;
  }
}

.featured-content-grid__image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 101%;
  width: 100%;
  object-fit: cover;
}

.featured-content-grid__video {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  padding-top: 56%;
}

.featured-content-grid__video:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(#000, #000);
  opacity: .5;
  z-index: 0;
}

.featured-content-grid__video img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.featured-content-grid__video a {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 2;
}

.featured-content-grid__cta {
  background: #782f40 url("../../img/triple-arrow.svg") no-repeat;
  background-position-y: calc(100% - 25px);
  background-position-x: calc(100% - 20px);
  font-size: 18px;
  font-weight: 700;
  width: 100%;
}

.featured-content-grid__cta a {
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  min-height: 85px;
  padding: 25px 105px 25px 20px;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .featured-content-grid__cta a {
    font-size: 22px;
  }
}

.featured-content-grid__text {
  padding: 20px 20px 60px;
  position: relative;
  background: #a5abad;
}

.featured-content-grid__text h3 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
  word-wrap: break-word;
  line-height: 1.3;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .featured-content-grid__text h3 {
    font-size: 24px;
  }
}

.featured-content-grid__text h3 a {
  color: #333f48;
}

.featured-content-grid__text p {
  padding-bottom: 20px;
  font-size: 16px;
  display: none;
}

@media (min-width: 768px) {
  .featured-content-grid__text p {
    display: block;
  }
}

.featured-content-grid__text:after {
  content: '';
  background-image: url("../../img/triangle-dark.svg");
  background-repeat: no-repeat;
  width: 62px;
  height: 28px;
  position: absolute;
  left: 4%;
  top: -26px;
}

@media (min-width: 768px) {
  .featured-content-grid__text:after {
    top: 10%;
    left: -44px;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
  }
}

.image-tile {
  background: #e9e7e5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}

.image-tile__title {
  font-size: 22px;
  margin-top: 0;
}

.image-tile__title a {
  color: #333f48;
  font-weight: 700;
}

.image-tile__image img {
  height: 165px;
  width: 100%;
  object-fit: cover;
}

.image-tile__wrapper {
  padding: 25px;
}

@media (min-width: 769px) {
  .image-tile__wrapper {
    padding: 25px 25px 70px;
  }
}

.image-tile--alt {
  position: relative;
  height: 300px;
}

.image-tile--alt .image-tile__wrapper {
  position: absolute;
  -ms-flex-align: center;
      align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: none;
  padding-bottom: 0px;
}

.image-tile--alt .image-tile__wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(#000, #000);
  opacity: .5;
}

.image-tile--alt .image-tile__image {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-tile--alt .image-tile__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.image-tile--alt .image-tile__image::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(#000, #000);
  opacity: .5;
}

.image-tile--alt .image-tile__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: left;
      align-items: left;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

.image-tile--alt .image-tile__title {
  position: relative;
  z-index: 1;
}

.image-tile--alt .image-tile__title a {
  color: #fff;
}

.image-tile--alt .more-link {
  position: relative;
  z-index: 1;
}

.image-tile--alt .more-link a {
  color: #fa4616;
}

#popup-message-window {
  border: none;
  border-radius: 0px;
  background-color: #e8e5e1;
  box-shadow: 0px 0px 8px 2px #000;
  padding: 24px;
}

@media (max-width: 600px) {
  #popup-message-window {
    left: 50% !important;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 90% !important;
  }
}

#popup-message-window:after {
  content: '';
  background-image: url("../../img/svg-icons/alert.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 46px;
  height: 50px;
  position: absolute;
  top: 20px;
  left: 24px;
}

#popup-message-background {
  z-index: 99;
}

#popup-message-close {
  background-image: url("../../img/svg-icons/close.svg");
  top: 24px;
  right: 24px;
}

.popup-message-title {
  padding-top: 30px;
  font-size: 22px !important;
  border-bottom: none !important;
  color: #840029 !important;
}

#popup-message-content p {
  font-size: 16px;
  line-height: 1.5;
}

.pagination {
  position: relative;
  border-top: 1px solid #333f48;
  border-radius: 0px;
}

.pagination > li {
  border: none;
}

.pagination > li a,
.pagination > li span {
  background: transparent;
  border: none;
  border-top: 4px solid transparent;
  border-radius: 0;
  color: #333f48;
  font-weight: 700;
  font-size: 20px;
  margin-right: 3px;
}

.pagination > li.active > span, .pagination > li.active a, .pagination > li.active span:hover, .pagination > li.active span:focus, .pagination > li.active span:active, .pagination > li:hover > span, .pagination > li:hover a, .pagination > li:hover span:hover, .pagination > li:hover span:focus, .pagination > li:hover span:active, .pagination > li:active > span, .pagination > li:active a, .pagination > li:active span:hover, .pagination > li:active span:focus, .pagination > li:active span:active, .pagination > li:focus > span, .pagination > li:focus a, .pagination > li:focus span:hover, .pagination > li:focus span:focus, .pagination > li:focus span:active {
  background: none;
  border: none;
  color: #333f48;
  border-radius: 0;
  border-top: 4px solid #fa4616;
  font-weight: 700;
  padding: 6px 12px;
}

.pagination > li.pager-ellipsis span, .pagination > li.pager-ellipsis span:hover {
  border: none;
  color: #333f48;
}

.pagination > li.pager-first a, .pagination > li.prev a, .pagination > li.next a, .pagination > li.pager-last a {
  font-weight: 400;
  color: #333f48;
}

.view .date-nav-wrapper ul.pagination li a {
  padding: 4px 12px;
  border-radius: 0;
  font-size: 13px;
}

.view .date-nav-wrapper ul.pagination li a:hover, .view .date-nav-wrapper ul.pagination li a:active, .view .date-nav-wrapper ul.pagination li a:focus {
  color: #333f48;
  background-color: #fff;
}

@media (min-width: 768px) {
  .view .date-nav-wrapper ul.pagination li a {
    font-size: 16px;
  }
}

.next .icon-after {
  color: #fff !important;
}

.next .icon-after:hover {
  color: #979797 !important;
}

.prev .icon-before {
  color: #fff !important;
}

.prev .icon-before:hover {
  color: #979797 !important;
}

.pagination {
  position: relative;
  border-top: 1px solid #333f48;
  border-radius: 0px;
}

.paragraphs-item-program-search-new .pagination {
  border-top: 0;
}

.paragraphs-item-program-search-new .pagination .prev {
  float: left;
  background-image: url(../../img/svg-icons/pager-arrow-navigation-left.svg);
}

.paragraphs-item-program-search-new .pagination .prev:active, .paragraphs-item-program-search-new .pagination .prev:focus, .paragraphs-item-program-search-new .pagination .prev:hover {
  background-image: url(../../img/svg-icons/pager-arrow-navigation-left--hover.svg);
}

.paragraphs-item-program-search-new .pagination .next {
  float: right;
  background-image: url(../../img/svg-icons/pager-arrow-navigation-right.svg);
}

.paragraphs-item-program-search-new .pagination .next:active, .paragraphs-item-program-search-new .pagination .next:focus, .paragraphs-item-program-search-new .pagination .next:hover {
  background-image: url(../../img/svg-icons/pager-arrow-navigation-right--hover.svg);
}

.paragraphs-item-program-search-new .pagination .prev,
.paragraphs-item-program-search-new .pagination .next {
  background-repeat: no-repeat;
  background-position: center;
}

.paragraphs-item-program-search-new .pagination .prev a,
.paragraphs-item-program-search-new .pagination .next a {
  color: transparent !important;
}

.paragraphs-item-program-search-new .pagination li {
  display: inline-block;
  margin-right: 3px;
}

.paragraphs-item-program-search-new .pagination li.active, .paragraphs-item-program-search-new .pagination li:active, .paragraphs-item-program-search-new .pagination li:focus, .paragraphs-item-program-search-new .pagination li:hover {
  background-color: #840029;
  border-radius: 3px;
}

.paragraphs-item-program-search-new .pagination li a:empty {
  display: none;
}

.paragraphs-item-program-search-new .pagination li a:active,
.paragraphs-item-program-search-new .pagination li a:focus,
.paragraphs-item-program-search-new .pagination li a:hover,
.paragraphs-item-program-search-new .pagination li span:active,
.paragraphs-item-program-search-new .pagination li span:focus,
.paragraphs-item-program-search-new .pagination li span:hover {
  color: #6A6A6A;
  background-color: transparent;
  border-color: transparent;
}

.paragraphs-item-program-search-new .pagination .pager-ellipsis span,
.paragraphs-item-program-search-new .pagination .pager-ellipsis span:active,
.paragraphs-item-program-search-new .pagination .pager-ellipsis span:focus,
.paragraphs-item-program-search-new .pagination .pager-ellipsis span:hover {
  color: #6A6A6A !important;
  background-color: transparent !important;
  border-color: transparent !important;
  cursor: default !important;
}

.paragraphs-item-program-search-new .pagination .pager-ellipsis:active, .paragraphs-item-program-search-new .pagination .pager-ellipsis:focus, .paragraphs-item-program-search-new .pagination .pager-ellipsis:hover {
  background-color: transparent;
}

.pagination > li {
  border: none;
}

.pagination > li a,
.pagination > li span {
  background: transparent;
  border: none;
  border-top: 4px solid transparent;
  border-radius: 0;
  color: #333f48;
  font-weight: 700;
  font-size: 20px;
  margin-right: 3px;
}

.paragraphs-item-program-search-new .pagination > li a, .paragraphs-item-program-search-new
.pagination > li span {
  border-top: 0;
  color: #6A6A6A;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 24px;
  margin-right: 0;
}

.pagination > li.active > span, .pagination > li.active a, .pagination > li.active span:hover, .pagination > li.active span:focus, .pagination > li.active span:active, .pagination > li:hover > span, .pagination > li:hover a, .pagination > li:hover span:hover, .pagination > li:hover span:focus, .pagination > li:hover span:active, .pagination > li:active > span, .pagination > li:active a, .pagination > li:active span:hover, .pagination > li:active span:focus, .pagination > li:active span:active, .pagination > li:focus > span, .pagination > li:focus a, .pagination > li:focus span:hover, .pagination > li:focus span:focus, .pagination > li:focus span:active {
  background: none;
  border: none;
  color: #333f48;
  border-radius: 0;
  border-top: 4px solid #fa4616;
  font-weight: 700;
  padding: 6px 12px;
}

.paragraphs-item-program-search-new .pagination > li.active > span, .paragraphs-item-program-search-new .pagination > li.active a, .paragraphs-item-program-search-new .pagination > li.active span:hover, .paragraphs-item-program-search-new .pagination > li.active span:focus, .paragraphs-item-program-search-new .pagination > li.active span:active, .paragraphs-item-program-search-new .pagination > li:hover > span, .paragraphs-item-program-search-new .pagination > li:hover a, .paragraphs-item-program-search-new .pagination > li:hover span:hover, .paragraphs-item-program-search-new .pagination > li:hover span:focus, .paragraphs-item-program-search-new .pagination > li:hover span:active, .paragraphs-item-program-search-new .pagination > li:active > span, .paragraphs-item-program-search-new .pagination > li:active a, .paragraphs-item-program-search-new .pagination > li:active span:hover, .paragraphs-item-program-search-new .pagination > li:active span:focus, .paragraphs-item-program-search-new .pagination > li:active span:active, .paragraphs-item-program-search-new .pagination > li:focus > span, .paragraphs-item-program-search-new .pagination > li:focus a, .paragraphs-item-program-search-new .pagination > li:focus span:hover, .paragraphs-item-program-search-new .pagination > li:focus span:focus, .paragraphs-item-program-search-new .pagination > li:focus span:active {
  border-top: 0;
  border-radius: 3px;
  color: #fff;
  padding: 10px 16px;
}

.pagination > li.pager-ellipsis span, .pagination > li.pager-ellipsis span:hover {
  border: none;
  color: #333f48;
}

.pagination > li.pager-first a, .pagination > li.prev a, .pagination > li.next a, .pagination > li.pager-last a {
  font-weight: 400;
  color: #333f48;
}

.paragraphs-item-program-search-new .pagination > li.pager-first a, .paragraphs-item-program-search-new .pagination > li.prev a, .paragraphs-item-program-search-new .pagination > li.next a, .paragraphs-item-program-search-new .pagination > li.pager-last a {
  color: #6A6A6A;
  font-weight: 700;
}

.pagination > li.pager-first.active a, .pagination > li.pager-first:active a, .pagination > li.pager-first:focus a, .pagination > li.pager-first:hover a, .pagination > li.prev.active a, .pagination > li.prev:active a, .pagination > li.prev:focus a, .pagination > li.prev:hover a, .pagination > li.next.active a, .pagination > li.next:active a, .pagination > li.next:focus a, .pagination > li.next:hover a, .pagination > li.pager-last.active a, .pagination > li.pager-last:active a, .pagination > li.pager-last:focus a, .pagination > li.pager-last:hover a {
  color: #fff;
}

.view .date-nav-wrapper ul.pagination li a {
  padding: 4px 12px;
  border-radius: 0;
  font-size: 13px;
}

.view .date-nav-wrapper ul.pagination li a:active, .view .date-nav-wrapper ul.pagination li a:focus, .view .date-nav-wrapper ul.pagination li a:hover {
  color: #333f48;
  background-color: #fff;
}

@media (min-width: 768px) {
  .view .date-nav-wrapper ul.pagination li a {
    font-size: 16px;
  }
}

.next .icon-after {
  color: #fff !important;
}

.next .icon-after:hover {
  color: #979797 !important;
}

.prev .icon-before {
  color: #fff !important;
}

.prev .icon-before:hover {
  color: #979797 !important;
}

.paragraphs-item-program-search {
  left: 50%;
  margin: 0 -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
  background: #e9e7e5;
  padding: 30px 0;
}

@media (min-width: 769px) {
  .paragraphs-item-program-search {
    padding: 60px 0;
  }
}

.paragraphs-item-program-search .content {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 1025px) {
  .paragraphs-item-program-search .content {
    padding: 0 40px;
  }
}

.paragraphs-item-program-search .content .more-link a {
  color: #fa4616;
}

.paragraphs-item-program-search .views-exposed-widgets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.paragraphs-item-program-search .views-exposed-widgets .views-exposed-widget {
  width: 100%;
  padding: 5px;
}

@media (min-width: 769px) {
  .paragraphs-item-program-search .views-exposed-widgets .views-exposed-widget {
    padding: 10px;
  }
}

.paragraphs-item-program-search .views-exposed-widgets .views-exposed-widget label {
  font-size: 16px;
  text-transform: capitalize;
}

.paragraphs-item-program-search .views-exposed-widgets .views-exposed-widget label[for="edit-faculty"] {
  display: none;
}

.paragraphs-item-program-search .views-exposed-widgets .views-exposed-widget label[for="edit-degree"] {
  display: none;
}

.paragraphs-item-program-search .views-exposed-widgets .views-exposed-widget .chosen-container {
  width: 100% !important;
  position: relative;
  height: 51px;
}

.paragraphs-item-program-search .views-exposed-widgets .views-exposed-widget .chosen-container::after {
  content: '';
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
  width: 46px;
  height: calc(100% - 4px);
  background: #A5ABAD url(../../img/select-arrows.svg) center center no-repeat;
}

.paragraphs-item-program-search .views-exposed-widgets .views-exposed-widget .chosen-container .chosen-single {
  font-size: 16px;
  color: #000;
}

.paragraphs-item-program-search .views-exposed-widgets .views-exposed-widget .form-type-textfield input {
  height: 52px;
}

.paragraphs-item-program-search .views-exposed-widgets .views-exposed-widget .form-type-select:after {
  background: none;
}

.paragraphs-item-program-search .views-exposed-widgets .views-submit-button {
  -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
  width: 100% !important;
  display: -ms-flexbox;
  display: flex;
}

.paragraphs-item-program-search .views-exposed-widgets .views-submit-button button {
  margin: 10px auto 20px auto;
}

@media (min-width: 769px) {
  .paragraphs-item-program-search .views-exposed-widgets .views-submit-button button {
    margin: 20px auto 40px auto;
  }
}

@media (min-width: 601px) {
  .paragraphs-item-program-search .views-exposed-widgets {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .paragraphs-item-program-search .views-exposed-widgets .views-exposed-widget {
    width: 50%;
  }
  .paragraphs-item-program-search .views-exposed-widgets .views-widget-filter-combine {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .paragraphs-item-program-search .views-exposed-widgets {
    width: 65%;
    margin: 0 auto;
  }
}

@media (min-width: 1281px) {
  .paragraphs-item-program-search .views-exposed-widgets {
    width: 50%;
    margin: 0 auto;
  }
}

.paragraphs-item-program-search .pagination {
  margin: 50px 0 0;
}

.paragraphs-item-program-search-new {
  left: 50%;
  margin: 0 -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
  background: #F2F7F8;
  padding: 0 0 30px 0;
}

@media (min-width: 768px) {
  .paragraphs-item-program-search-new {
    padding: 0 0 60px 0;
  }
}

.paragraphs-item-program-search-new a.content-tile {
  background-image: url(../../img/program-search--bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #373737;
  border-radius: 6px;
  border: 1px solid #D6D6D6;
}

.paragraphs-item-program-search-new a.content-tile .content-tile__title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 30px;
}

.paragraphs-item-program-search-new a.content-tile .content-tile__content {
  color: #212121;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 30px;
  font-size: 15px;
  line-height: 24px;
}

.paragraphs-item-program-search-new a.content-tile .more-link {
  color: #343741;
  font-size: 13px;
  border-radius: 23px;
  border: 1px solid #840029;
  padding: 9px 37px;
  letter-spacing: normal;
  margin-top: 30px;
  display: inline-block !important;
  position: unset;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraphs-item-program-search-new a.content-tile .more-link::before {
  content: '';
}

.paragraphs-item-program-search-new a.content-tile:active, .paragraphs-item-program-search-new a.content-tile:focus, .paragraphs-item-program-search-new a.content-tile:hover {
  /*@media only screen and (-o-min-device-pixel-ratio: 5/4),
      only screen and (-webkit-min-device-pixel-ratio: 1.25),
      only screen and (min--moz-device-pixel-ratio: 1.25),
      only screen and (min-device-pixel-ratio: 1.25),
      only screen and (min-resolution: 1.25dppx) {
        background-image: url(../../img/program-search--bg-hover@2x.png);
      } // @media*/
  text-decoration: none;
  color: #fff;
  background-color: #343741;
  background-image: none;
}

.paragraphs-item-program-search-new a.content-tile:active .content-tile__title, .paragraphs-item-program-search-new a.content-tile:focus .content-tile__title, .paragraphs-item-program-search-new a.content-tile:hover .content-tile__title {
  text-decoration: underline;
}

.paragraphs-item-program-search-new a.content-tile:active .content-tile__content, .paragraphs-item-program-search-new a.content-tile:focus .content-tile__content, .paragraphs-item-program-search-new a.content-tile:hover .content-tile__content {
  border-bottom-color: #FBD872;
  color: #fff;
}

.paragraphs-item-program-search-new a.content-tile:active .more-link, .paragraphs-item-program-search-new a.content-tile:focus .more-link, .paragraphs-item-program-search-new a.content-tile:hover .more-link {
  background-color: #FBD872;
  border-color: #FBD872;
}

.paragraphs-item-program-search-new .content-grid h2 {
  background-color: #343741;
  border-radius: 6px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 12px;
}

.paragraphs-item-program-search-new .content {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .paragraphs-item-program-search-new .content {
    padding: 0 40px;
  }
}

@media (min-width: 768px) {
  .paragraphs-item-program-search-new .content {
    display: grid;
    grid-gap: 13px;
    grid-template-columns: auto 1fr;
  }
}

.paragraphs-item-program-search-new .content > .program-search-panels {
  grid-column-start: 1;
  grid-column-end: 3;
}

.paragraphs-item-program-search-new .content > .view-filters {
  background-image: url(../../img/program-search--header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  grid-column-start: 1;
  grid-column-end: 3;
  left: 50%;
  margin: 0 -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .paragraphs-item-program-search-new .content > .view-filters {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.paragraphs-item-program-search-new .content > .program-search-results {
  grid-column-start: 2;
  grid-row-start: 4;
}

.paragraphs-item-program-search-new .content > .program-search-sidebar {
  grid-column-start: 1;
  grid-row-start: 4;
}

@media (max-width: 768px) {
  .paragraphs-item-program-search-new .content > .program-search-sidebar {
    display: none;
  }
}

.paragraphs-item-program-search-new .content > .program-search-sidebar .view-content {
  display: none;
}

@media (min-width: 768px) {
  .paragraphs-item-program-search-new .content-grid:first-child h2 {
    margin-top: 0;
  }
}

.paragraphs-item-program-search-new .form-submit {
  background: #840029;
  border: 0.5px solid #840029;
}

.paragraphs-item-program-search-new .form-submit:active,
.paragraphs-item-program-search-new .form-submit:focus,
.paragraphs-item-program-search-new .form-submit:hover {
  color: #840029;
  border-color: #840029;
  text-decoration: none;
  background-color: #fff;
  text-shadow: none;
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  padding: 50px;
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-exposed-widget {
  width: 100%;
  padding: 5px;
}

@media (min-width: 768px) {
  .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-exposed-widget {
    padding: 10px;
  }
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-exposed-widget label {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-exposed-widget .chosen-container {
  width: 100% !important;
  position: relative;
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-exposed-widget .chosen-choices {
  font-size: 16px;
  color: #000;
  padding-right: 53px !important;
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-exposed-widget .chosen-choices::after {
  content: '';
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
  width: 46px;
  height: calc(100% - 4px);
  background: #A5ABAD url(../../img/select-arrows.svg) center center no-repeat;
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-exposed-widget .form-type-textfield input {
  height: 65px;
  border-radius: 33px;
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-exposed-widget .form-type-select:after {
  background: none;
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets #edit-k-wrapper input {
  padding-left: 25px;
  padding-right: 155px;
  color: #979797;
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets #edit-k-wrapper input:-ms-input-placeholder {
  color: #979797;
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets #edit-k-wrapper input::placeholder {
  color: #979797;
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets #edit-k-wrapper input:focus {
  color: #000;
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets #edit-k-wrapper label {
  line-height: 43px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 33px;
  font-size: 25px;
}

@media (min-width: 600px) {
  .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets #edit-k-wrapper label {
    font-size: 44px;
  }
}

@media (min-width: 768px) {
  .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets #edit-k-wrapper label {
    font-size: 60px;
  }
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-submit-button {
  position: absolute;
  width: auto !important;
  padding: 0;
  right: 60px;
  top: 136px;
}

@media (min-width: 600px) {
  .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-submit-button {
    top: 136px;
    right: 60px;
  }
}

@media (min-width: 768px) {
  .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-submit-button {
    top: 141px;
    right: 65px;
  }
}

@media (min-width: 1024px) {
  .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-submit-button {
    top: 91px;
    right: 15px;
  }
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-submit-button .form-submit {
  margin-top: 0;
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-submit-button .form-submit,
.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-apply-button .form-submit {
  height: 55px;
  width: 125px;
  border-radius: 33px;
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-reset-button .form-submit {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  height: 55px;
  padding-left: 10px;
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-reset-button .form-submit:active, .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-reset-button .form-submit:focus, .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-reset-button .form-submit:hover {
  color: #fff;
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-extra-submit-buttons {
  width: auto !important;
}

@media (min-width: 769px) {
  .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets #edit-degree-wrapper,
  .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets #edit-faculty-wrapper,
  .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets #edit-program-options-wrapper,
  .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets #edit-campus-wrapper,
  .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-reset-button,
  .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-apply-button {
    height: 0;
    opacity: 0;
  }
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  color: #979797;
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-apply-button,
.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-reset-button {
  width: auto !important;
}

.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-apply-button .form-submit,
.paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-reset-button .form-submit {
  margin-top: 0;
}

@media (min-width: 600px) {
  .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-exposed-widget {
    width: 50%;
  }
  .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets .views-widget-filter-combine {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets {
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .paragraphs-item-program-search-new #views-exposed-form-kpu-programs-search-updated-eva .views-exposed-widgets {
    width: 827px;
    padding: 0;
  }
}

.paragraphs-item-program-search-new .pagination {
  margin: 50px 0 0;
}

#views-exposed-form-kpu-programs-search-updated-entity-view-1 .views-exposed-widgets {
  display: grid;
  background-color: #fff;
  padding: 20px 23px;
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  grid-template-columns: min-content;
}

#views-exposed-form-kpu-programs-search-updated-entity-view-1 .views-exposed-widgets > * {
  grid-column-start: 1;
  grid-column-end: 3;
}

#views-exposed-form-kpu-programs-search-updated-entity-view-1 .views-exposed-widgets .views-submit-button {
  grid-column-end: 2;
}

#views-exposed-form-kpu-programs-search-updated-entity-view-1 .views-exposed-widgets .views-reset-button {
  grid-column-start: 2;
  margin-left: 12px;
}

#views-exposed-form-kpu-programs-search-updated-entity-view-1 .views-exposed-form .views-exposed-widget {
  padding: 0;
  margin-bottom: 18px;
}

#views-exposed-form-kpu-programs-search-updated-entity-view-1 .views-exposed-form .views-exposed-widget.views-widget-filter-field_program_campus_value, #views-exposed-form-kpu-programs-search-updated-entity-view-1 .views-exposed-form .views-exposed-widget.views-submit-button {
  margin-bottom: 0;
}

#views-exposed-form-kpu-programs-search-updated-entity-view-1 .views-exposed-form .views-exposed-widget > label {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

#views-exposed-form-kpu-programs-search-updated-entity-view-1 .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}

#views-exposed-form-kpu-programs-search-updated-entity-view-1 .views-widget-filter-combine,
#views-exposed-form-kpu-programs-search-updated-entity-view-1 #edit-submit2-kpu-programs-search-updated {
  display: none;
}

#views-exposed-form-kpu-programs-search-updated-entity-view-1 .form-control {
  height: auto;
  border: none;
  box-shadow: none;
  padding: 0;
}

#views-exposed-form-kpu-programs-search-updated-entity-view-1 .webform-component-select:after, #views-exposed-form-kpu-programs-search-updated-entity-view-1 .form-type-select:after {
  display: none;
}

#views-exposed-form-kpu-programs-search-updated-entity-view-1 .form-type-bef-checkbox {
  display: grid;
  grid-template-columns: 20px auto;
  grid-gap: 16px;
  -ms-flex-align: center;
      align-items: center;
}

#views-exposed-form-kpu-programs-search-updated-entity-view-1 .form-type-bef-checkbox label {
  text-transform: unset;
  font-size: 15px;
  line-height: 36px;
  cursor: pointer;
}

#views-exposed-form-kpu-programs-search-updated-entity-view-1 .form-type-bef-checkbox input {
  min-height: 20px;
  border: none;
  box-shadow: none;
  transition: none;
  margin: 0;
  cursor: pointer;
}

.program-search-panels-top,
.program-search-panels-bottom {
  margin: 17px -20px 15px;
}

.program-search-panels-top p,
.program-search-panels-bottom p {
  margin: 0;
}

.program-search-panels-top {
  display: none;
}

@media (min-width: 768px) {
  .program-search-panels-top {
    display: block;
    grid-row-start: 2;
  }
}

.program-search-panels-bottom {
  grid-row-start: 5;
}

@media (min-width: 768px) {
  .program-search-panels-bottom {
    display: none;
  }
}

.program-search-panels-browse-by-faculty {
  grid-row-start: 3;
  margin-top: 15px;
  margin-bottom: 45px;
  text-align: center;
}

.program-search-panels-browse-by-faculty h2 {
  margin-top: 0;
  line-height: 1.5em;
  text-transform: uppercase;
}

.program-search-browse-by-faculty {
  list-style: none !important;
  padding: 0;
  margin-bottom: -13px;
}

.program-search-browse-by-faculty li {
  display: inline-block;
  margin: 0 10px 13px 0;
}

.program-search-browse-by-faculty li:last-child {
  margin-right: 0;
}

.program-search-browse-by-faculty a.btn {
  margin: 0;
  background-color: #343741;
  border-color: #343741;
  border-radius: 6px;
}

.program-search-browse-by-faculty a.btn.active, .program-search-browse-by-faculty a.btn:active, .program-search-browse-by-faculty a.btn:focus, .program-search-browse-by-faculty a.btn:hover {
  background-color: #fff;
  color: #343741;
  border-color: #343741;
}

.two-brick .container,
.four-4x25 .container {
  padding: 0;
}

.two-brick > * {
  margin-bottom: -20px;
}

@media (min-width: 768px) {
  .two-brick > * {
    margin-bottom: 20px;
  }
}

.two-brick > *:last-child {
  margin-bottom: -20px;
}

@media (min-width: 768px) {
  .two-brick > *:last-child {
    margin-bottom: 0;
  }
}

.two-brick .panel-row {
  display: grid;
  grid-gap: 20px;
  margin: 0 20px;
}

@media (min-width: 768px) {
  .two-brick .panel-row {
    grid-auto-flow: column;
    grid-template-columns: auto auto;
    margin: 0;
  }
}

.two-brick .panel-row * {
  border-radius: 6px;
}

.four-4x25 {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: -20px;
}

@media (min-width: 768px) {
  .four-4x25 {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.four-4x25 .container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: auto auto;
}

@media (min-width: 768px) {
  .four-4x25 .container {
    grid-auto-flow: column;
    grid-template-columns: auto auto auto auto;
  }
}

.four-4x25 .container::before {
  display: none;
}

.four-4x25 .container * {
  border-radius: 6px;
}

.page-node-29676 .header__wrapper {
  margin-bottom: 0;
}

.page-node-29676 .content-container {
  padding-bottom: 0;
}

.page-node-29676 .tabs--primary {
  margin-top: 60px;
}

.page-node-29676 .pane-node-title,
.page-node-29676 .l-content-top,
.page-node-29676 .featured-image,
.page-node-29676 .l-highlight-bottom {
  display: none;
}

.page-node-29676 .paragraphs-item-program-search {
  padding-top: 0;
}

.page-node-29676 .l-highlight-bottom,
.page-node-29676 .l-content-bottom {
  margin-top: 0;
}

.page-node-29676 .l-content-bottom .field-name-field-rows > .field-items > .field-item:not(:last-child) {
  margin-bottom: 0;
}

#mini-panel-program_search_ctas_2_column .pane-content img {
  max-height: 300px;
}

#mini-panel-program_search_ctas .pane-content img {
  max-height: 300px;
}

.google-dfp__content {
  margin-bottom: 60px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

@media (max-width: 768px) {
  .google-dfp__content {
    margin-bottom: 32px;
  }
}

.google-dfp__content h2,
.google-dfp__content h3 {
  margin: 0 0 10px;
}

.google-dfp .fallback-link {
  display: block;
}

.google-dfp .fallback-link img {
  max-width: none;
  width: 100%;
}

@media only screen and (min-device-width: 765px) and (max-device-width: 1026px) and (orientation: landscape) {
  .google-dfp .content-grid__list {
    padding-left: 10%;
  }
}

@media only screen and (min-device-width: 765px) and (max-device-width: 1026px) and (orientation: portrait) {
  .google-dfp .content-grid__list {
    padding-left: 30%;
  }
}

@media only screen and (min-device-width: 765px) and (max-device-width: 1026px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .google-dfp .content-grid__list {
    padding-left: 11%;
  }
}

@media only screen and (min-device-width: 765px) and (max-device-width: 1026px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .google-dfp .content-grid__list {
    padding-left: 30%;
  }
}

@media only screen and (min-device-width: 373px) and (max-device-width: 670px) and (orientation: landscape) {
  .google-dfp .content-grid__list {
    padding-left: 25%;
  }
}

@media only screen and (min-device-width: 315px) and (max-device-width: 571px) and (orientation: landscape) {
  .google-dfp .content-grid__list {
    padding-left: 18%;
  }
}

.radio-overide {
  min-height: auto !important;
  margin-right: 1% !important;
}

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

.tuition-calc select, #NumberOfCredits {
  padding-left: 2%;
}

.tuition-calc {
  width: 38%;
  margin-left: 1%;
  float: left;
}

.tuition-calc-result {
  float: right;
  padding-left: 1%;
  width: 60%;
}

.tuition-calc input[type="number"],
.tuition-calc select {
  width: 100%;
}

.tuition-calc-top {
  background-color: #840029;
  padding: 1px 10px;
  border-radius: 10px;
  color: #fff;
}

.tuition-calc-main {
  background-color: #a5abad;
  padding: 1px 10px;
  border-radius: 10px;
  margin: 20px 0;
}

#calculationResults {
  width: 45%;
  float: left;
  padding: 1%;
}

#StudnetFees, #MoreInfoAndClear {
  border-left: 1px solid #979797;
  float: right;
  width: 55%;
  padding-top: 1%;
  padding-left: 3%;
  padding-right: 3%;
}

#ToolTipStyle {
  width: 5%;
}

#TooltipLink:hover {
  text-decoration: none;
}

#ToolTipStyle:hover {
  width: 6%;
  opacity: 0.5;
}

.Credential {
  display: none;
}

.InfoLightbox {
  display: none;
}

.creditPopup {
  width: 50%;
  float: left;
  padding: 1%;
}

.creditPopup img {
  width: 100%;
}

.clearbutton {
  float: right;
  margin-bottom: 2%;
  width: 100%;
}

.MoreInfoButton {
  width: 100%;
  /*        padding: 5%;*/
  text-align: center;
  text-decoration: none;
  float: left;
}

#StudnetFees table tbody tr td {
  width: 50%;
}

@keyframes LoadingAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.Loading-animation {
  animation: LoadingAnimation 1s infinite;
}

@media screen and (max-width: 436px) {
  .tuition-calc, .tuition-calc-result, #StudnetFees, #MoreInfoAndClear {
    width: 100%;
    border: none;
    padding: 0;
  }
  #calculationResults {
    width: 100%;
    padding: 1%;
  }
  td {
    width: 50% !important;
  }
  .creditPopup {
    width: 100%;
  }
  .clearbutton {
    float: left;
    margin-bottom: 1%;
  }
}

.campus-status {
  background: #e9e7e5;
  padding-top: 1.25em;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .header__wrapper {
    background: #782f40;
    margin-bottom: 30px;
    position: relative;
  }
  .ie .header__wrapper {
    background: #000;
  }
  .header__figure:after {
    background: #730c13;
    content: '';
    height: 100%;
    mix-blend-mode: multiply;
    opacity: .8;
    position: absolute;
    width: 100%;
  }
  .ie .header__figure:after {
    opacity: .6;
  }
}

/*----MS Edge Browser CSS Start----*/
@supports (-ms-accelerator: true) {
  .header__wrapper {
    background: #782f40;
    margin-bottom: 30px;
    position: relative;
  }
  .ie .header__wrapper {
    background: #000;
  }
  .header__figure:after {
    background: #730c13;
    content: '';
    height: 100%;
    mix-blend-mode: multiply;
    opacity: .8;
    position: absolute;
    width: 100%;
  }
  .ie .header__figure:after {
    opacity: .6;
  }
}

/*----MS Edge Browser CSS End----*/
.page-banner {
  padding: 60px 0;
  margin-bottom: 60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFF;
}

.page-banner--202 {
  background: #840029;
  color: #FFF;
}

.page-banner--light {
  background: #D9D9D6;
}

.page-banner--medium {
  background: #A2AAAD;
}

.page-banner--dark {
  background: #333F48;
  color: #FFF;
}

.page-banner--design {
  background: #FFCD00 url("../../img/bg_squiggle.png") no-repeat center center/cover;
  color: #2C2A29;
}

.page-banner--design .button {
  background: #2C2A29;
  border-color: #2C2A29;
}

.page-banner--design .button:hover, .page-banner--design .button:focus, .page-banner--design .button:active, .page-banner--design .button:hover:active {
  background-color: #fff;
  color: #2C2A29;
  border-color: #2C2A29;
}

.page-banner--design .button:hover svg, .page-banner--design .button:focus svg, .page-banner--design .button:active svg, .page-banner--design .button:hover:active svg {
  fill: #2C2A29;
}

.page-banner--design .button--alt {
  background: #FFF;
  color: #2C2A29;
}

.page-banner--design .button--alt:hover, .page-banner--design .button--alt:focus, .page-banner--design .button--alt:active, .page-banner--design .button--alt:hover:active {
  background-color: #2C2A29;
  color: #FFF;
  border-color: #2C2A29;
}

.page-banner--design .button--alt:hover svg, .page-banner--design .button--alt:focus svg, .page-banner--design .button--alt:active svg, .page-banner--design .button--alt:hover:active svg {
  fill: #FFF;
}

.page-banner__wrapper {
  max-width: 1035px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.page-banner__title {
  font-size: 50px;
  margin-top: 0;
}

.page-banner__content {
  font-size: 1.5em;
  font-weight: bold;
}

.page-featured {
  background: #FFF;
  padding: 40px 0;
  margin-bottom: 60px;
  position: relative;
}

.page-featured--202 {
  background: #840029;
  color: #FFF;
}

.page-featured--light {
  background: #D9D9D6;
}

.page-featured--medium {
  background: #A2AAAD;
}

.page-featured--dark {
  background: #333F48;
  color: #FFF;
}

.page-featured__wrapper {
  display: -ms-flexbox;
  display: flex;
}

.page-featured__title {
  font-size: 50px;
  margin-top: 0;
}

.page-featured__content {
  padding-top: 250px;
}

@media (min-width: 1024px) {
  .page-featured__content {
    width: 50%;
    padding-right: 40px;
    padding-top: 0px;
  }
}

.page-featured__img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 250px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

@media (min-width: 1024px) {
  .page-featured__img {
    width: 50%;
    bottom: 0;
    right: 0;
    left: auto;
  }
}

@media (min-width: 1024px) {
  .page-featured--flip .page-featured__content {
    padding-left: 40px;
    padding-right: 0;
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  .page-featured--flip .page-featured__img {
    right: auto;
    left: 0;
  }
}

.info-session-image {
  position: relative;
  margin: 10px;
}

.info-session-slide .info-session-image {
  width: 286px;
  height: 286px;
  margin: 0 auto;
}

.info-session-image img {
  border-radius: 14px;
}

.info-session-slide .info-session-image img {
  border-radius: 6px;
}

.info-session-image .info-session-date {
  position: absolute;
  bottom: 10px;
  right: 7px;
  background-color: #FBD872;
  border-radius: 14px;
  padding: 10px 12px;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #343e47;
}

.info-session-details {
  margin: 20px 18px;
}

.info-session-slide .info-session-details {
  margin: 10px 46px;
}

@media (max-width: 480px) {
  .info-session-slide .info-session-details {
    margin-left: 0;
    margin-right: 0;
  }
}

.info-session-details h3 {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: #212121;
}

.info-session-slide .info-session-details h3 {
  font-size: 24px;
}

.info-session-grid {
  display: grid;
  grid-gap: 16px;
  -ms-flex-align: center;
      align-items: center;
  grid-template-columns: 1fr 2fr;
}

.info-session-slide .info-session-grid {
  grid-template-columns: 1fr 4fr;
}

.info-session-grid h3 {
  grid-column-start: 1;
  grid-column-end: 3;
}

.info-session-slide {
  display: grid;
  margin: 20px;
}

@media (min-width: 600px) {
  .info-session-slide {
    grid-template-columns: auto 1fr;
  }
}

.info-session-info-date > div {
  display: inline-block;
}

.info-session-info-date .date-time-divider {
  margin: 0 20px;
  color: #8f8f8f;
}

.info-session-label {
  font-size: 16px;
  line-height: 22px;
  color: #747474;
}

.info-session-info {
  font-size: 18px;
  line-height: 22px;
  color: #1c1c1c;
}

@media (max-width: 480px) {
  .info-session-info {
    font-size: 16px;
  }
}

.info-session-register-link {
  margin-top: 45px;
  margin-bottom: 30px;
}

.info-session-slide .info-session-register-link {
  margin-top: 20px;
  margin-bottom: 0;
}

.info-session-register-link .btn {
  margin: 0;
  border-radius: 23px;
  padding: 14px 43px;
}

.info-session-register-link .btn:active a,
.info-session-register-link .btn:focus a,
.info-session-register-link .btn:hover a,
.info-session-register-link .btn:hover:active a {
  color: #840029;
}

.info-session-register-link .btn a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none !important;
}

.view-info-sessions-faculty-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 13px;
  margin: 50px 0;
}

@media (min-width: 600px) {
  .view-info-sessions-faculty-heading {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .view-info-sessions-faculty-heading {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.view-info-sessions-faculty-heading + .btn {
  margin-bottom: 50px;
}

.info-session-faculty-filter {
  position: relative;
  display: block;
}

.info-session-faculty-filter img {
  border-radius: 6px;
  width: 100%;
}

.info-session-faculty-filter .info-session-faculty-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #fbd872;
  padding: 7px 14px;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #212121;
}

@media (max-width: 480px) {
  .info-session-faculty-filter .info-session-faculty-overlay {
    font-size: 13px;
    line-height: 20px;
  }
}

.view-info-sessions-updated.grid-view {
  position: relative;
  top: -222px;
  margin-bottom: -222px;
}

.view-info-sessions-updated .attachment h2 {
  font-size: 16px;
  line-height: 22px;
  color: #343e47;
  margin: 0 auto;
  width: 315px;
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-image: url(../../img/info-sessions--upcoming-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.view-info-sessions-updated .attachment .view {
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.view-info-sessions-updated .flexslider .slides > li {
  margin: 0;
}

.view-info-sessions-updated .flexslider .flex-control-paging {
  display: none;
}

.view-info-sessions-updated .flexslider .flex-direction-nav {
  width: 72px;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  right: 48px;
  bottom: 30px;
  z-index: 9;
}

.view-info-sessions-updated .flexslider .flex-direction-nav li {
  margin: 0;
}

.view-info-sessions-updated .flexslider .flex-direction-nav a {
  top: auto;
  opacity: 1;
  display: block;
  width: 40px;
  height: 40px;
  position: static;
}

.view-info-sessions-updated .flexslider .flex-direction-nav a.flex-prev {
  background-image: url(../../img/svg-icons/info-sessions--slider--prev.svg);
}

.view-info-sessions-updated .flexslider .flex-direction-nav a.flex-next {
  margin-left: 10px;
  background-image: url(../../img/svg-icons/info-sessions--slider--next.svg);
}

.view-info-sessions-updated .view-filters {
  margin-top: 50px;
}

.view-info-sessions-updated .views-exposed-widgets {
  border-radius: 6px;
  background-color: #f3f3f3;
  padding: 20px;
  display: grid;
  grid-gap: 10px;
}

@media (min-width: 600px) {
  .view-info-sessions-updated .views-exposed-widgets {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .view-info-sessions-updated .views-exposed-widgets {
    grid-template-columns: 2fr 2fr 3fr auto auto;
  }
}

.view-info-sessions-updated .views-exposed-widgets::before, .view-info-sessions-updated .views-exposed-widgets::after {
  display: none;
}

.view-info-sessions-updated .views-exposed-widget {
  padding: 0;
}

.view-info-sessions-updated label {
  display: none;
}

.view-info-sessions-updated .form-type-select.form-item-field-kpu-event-faculty-value::after {
  display: none;
}

.view-info-sessions-updated .form-type-select.form-item-field-kpu-event-faculty-value .chosen-container {
  width: 100% !important;
}

.view-info-sessions-updated .form-type-select.form-item-field-kpu-event-faculty-value .chosen-drop {
  background-color: #f3f3f3;
}

.view-info-sessions-updated .form-control {
  background-color: #f3f3f3;
  border: 1px solid #676767;
  color: #383838;
  font-size: 15px;
  padding: 12px;
}

.view-info-sessions-updated .form-control.form-text {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ccc9c9;
}

.view-info-sessions-updated .form-group {
  margin-bottom: 0;
}

.view-info-sessions-updated .form-submit {
  background-color: #840029;
  border-color: #840029;
  margin-top: 0 !important;
}

.view-info-sessions-updated .form-submit:active, .view-info-sessions-updated .form-submit:focus, .view-info-sessions-updated .form-submit:hover {
  color: #840029;
  background-color: #fff;
}

.view-info-sessions-updated .views-submit-button,
.view-info-sessions-updated .views-reset-button {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}

.view-info-sessions-updated .chosen-container {
  height: 48px !important;
}

.view-info-sessions-updated .chosen-drop {
  border-color: #676767;
}

.view-info-sessions-updated .chosen-container-single .chosen-single span {
  color: #383838;
  font-size: 15px;
}

#edit-field-kpu-event-date-value-1-value {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

#edit-field-kpu-event-date-value-1-value::before, #edit-field-kpu-event-date-value-1-value::after {
  display: none;
}

#edit-info-sessions-search {
  font-style: italic;
  color: #979797;
}

#edit-info-sessions-search:-ms-input-placeholder {
  font-style: italic;
  color: #979797;
}

#edit-info-sessions-search::placeholder {
  font-style: italic;
  color: #979797;
}

#edit-info-sessions-search:focus {
  color: #000;
  font-style: normal;
}

@media (min-width: 1024px) {
  #edit-info-sessions-search-wrapper {
    margin-left: 100px;
  }
}

.page-info-sessions #header-wrapper {
  margin-bottom: 0;
}

.page-info-sessions h1.page-title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 147px 0 284px;
  font-size: 60px;
  line-height: 60px;
  left: 50%;
  margin: 0 -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
  background-image: url(../../img/info-sessions--bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 480px) {
  .page-info-sessions h1.page-title {
    font-size: 50px;
  }
}

.page-info-sessions .l-content-top,
.page-info-sessions .l-sidebar-first {
  display: none;
}

.page-home-temp #header-wrapper {
  margin-bottom: 0;
}

.page-home-temp #content-wrapper .container {
  padding: 0;
}

.page-home-temp .l-content-top,
.page-home-temp .l-highlight-bottom {
  display: none;
}

@media (min-width: 1025px) {
  .page-home-temp .l-inner-content-main {
    display: block;
  }
}

#mini-panel-homepage_program_search_hero {
  left: 50%;
  margin: 0 -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
  background-image: url(../../img/homepage-program-search-bg.jpg);
  /*@media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
    background-image: url(../../img/homepage-program-search-bg@2x.jpg);
  } // @media */
  background-repeat: no-repeat;
  background-size: cover;
}

#mini-panel-homepage_program_search_hero #edit-k-wrapper label {
  display: none;
}

#mini-panel-homepage_program_search_hero .region-one-main {
  margin-left: auto;
  margin-right: auto;
  margin-top: 170px;
  margin-bottom: 155px;
  max-width: 900px;
  color: #fff;
  text-align: center;
}

@media (min-width: 600px) {
  #mini-panel-homepage_program_search_hero .region-one-main {
    margin-top: 270px;
    margin-bottom: 255px;
  }
}

#mini-panel-homepage_program_search_hero .region-one-main h2 {
  font-size: 26px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  #mini-panel-homepage_program_search_hero .region-one-main h2 {
    font-size: 44px;
    line-height: 44px;
  }
}

@media (min-width: 768px) {
  #mini-panel-homepage_program_search_hero .region-one-main h2 {
    font-size: 58px;
    line-height: 58px;
  }
}

@media (min-width: 1024px) {
  #mini-panel-homepage_program_search_hero .region-one-main h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

#mini-panel-homepage_program_search_hero .region-one-main p {
  width: 100%;
  font-size: 17px;
  line-height: 27px;
  margin: 0 auto 40px;
}

@media (min-width: 600px) {
  #mini-panel-homepage_program_search_hero .region-one-main p {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  #mini-panel-homepage_program_search_hero .region-one-main p {
    width: 784px;
  }
}

#mini-panel-homepage_program_search_hero .region-one-main .form-text {
  width: 100%;
  height: 75px;
  padding-left: 40px;
  border-radius: 37.5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  font-style: italic;
  font-size: 15px;
  color: #979797;
  position: relative;
}

@media (min-width: 1024px) {
  #mini-panel-homepage_program_search_hero .region-one-main .form-text {
    width: 900px;
  }
}

#mini-panel-homepage_program_search_hero .region-one-main .form-text:-ms-input-placeholder {
  color: #979797;
  font-style: italic;
}

#mini-panel-homepage_program_search_hero .region-one-main .form-text::placeholder {
  color: #979797;
  font-style: italic;
}

#mini-panel-homepage_program_search_hero .region-one-main .form-text:focus {
  color: #000;
  font-style: normal;
}

#mini-panel-homepage_program_search_hero .region-one-main .views-exposed-widgets {
  margin: 0;
  position: relative;
}

#mini-panel-homepage_program_search_hero .region-one-main .views-exposed-widgets::before, #mini-panel-homepage_program_search_hero .region-one-main .views-exposed-widgets::after {
  display: none;
}

#mini-panel-homepage_program_search_hero .region-one-main .views-exposed-widget {
  padding: 0;
  float: none;
}

#mini-panel-homepage_program_search_hero .region-one-main .views-exposed-widget .form-submit {
  background-color: #840029;
  border-color: #840029;
  margin-top: 20px;
  right: 5px;
  top: 5px;
  height: 65px;
  filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.12));
  border-radius: 32.5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

#mini-panel-homepage_program_search_hero .region-one-main .views-exposed-widget .form-submit:active, #mini-panel-homepage_program_search_hero .region-one-main .views-exposed-widget .form-submit:focus, #mini-panel-homepage_program_search_hero .region-one-main .views-exposed-widget .form-submit:hover {
  background-color: #fff;
  color: #840029;
}

@media (min-width: 600px) {
  #mini-panel-homepage_program_search_hero .region-one-main .views-exposed-widget .form-submit {
    position: absolute;
    margin-top: 0;
  }
}

.page-home-temp .panel-pane:not(.pane-homepage-program-search-hero) {
  margin-top: 70px;
  margin-bottom: 70px;
}

.pane-homepage-recent-news-panel-pane-1 {
  margin-bottom: 0 !important;
}

.page-home-temp h2.pane-title {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 30px;
  text-align: center;
  color: #231f20;
  margin-top: 0;
}

@media (min-width: 600px) {
  .page-home-temp h2.pane-title {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 40px;
  }
}

.owl-nav {
  color: transparent;
  margin-top: 40px;
}

.owl-nav [class*=owl-] {
  width: 50px;
  height: 50px;
  box-shadow: none;
}

@media (min-width: 1621px) {
  .owl-nav [class*=owl-] {
    position: absolute;
    top: calc(50% - 25px);
  }
}

.owl-nav [class*=owl-]:hover {
  background-color: transparent !important;
  color: transparent !important;
}

.owl-nav .owl-prev {
  background-image: url(../../img/svg-icons/homepage-resource-slider--prev.svg) !important;
}

@media (min-width: 1621px) {
  .owl-nav .owl-prev {
    left: -85px;
  }
}

.owl-nav .owl-next {
  background-image: url(../../img/svg-icons/homepage-resource-slider--next.svg) !important;
}

@media (min-width: 1621px) {
  .owl-nav .owl-next {
    right: -85px;
  }
}

.owl-stage {
  display: -ms-flexbox;
  display: flex;
}

.owl-item {
  -ms-flex: 1;
      flex: 1;
}

.view-homepage-resource-slider .owl-item {
  background-color: #231f20;
  border-radius: 6px;
}

.view-homepage-resource-slider .owl-item > div {
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  padding: 30px;
}

.view-homepage-resource-slider h3 {
  margin: 0;
}

.view-homepage-resource-slider p {
  margin: 25px 0;
}

.view-homepage-resource-slider a {
  width: 180px !important;
  line-height: 50px !important;
  text-align: center;
  padding: 0;
}

.btn-transparent {
  color: #fff;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 25px;
}

.btn-transparent:active, .btn-transparent:focus, .btn-transparent:hover {
  background-color: #fbd872 !important;
  color: #000 !important;
}

.page-home-temp .panel-display.grid-ready.one-column .pane-custom.pane-2,
.pane-homepage-featured-news-panel-pane-1 {
  left: 50%;
  margin: 0 -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.about-us-cta-grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  color: #fff;
  background-color: #840029;
}

@media (min-width: 768px) {
  .about-us-cta-grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }
}

.about-us-cta-grid .about-us-photo {
  border-top-right-radius: 50px;
  grid-row-start: 1;
  grid-column-start: 1;
  background-image: url(../../img/homepage-about-us-photo.jpg);
  /*@media only screen and (-o-min-device-pixel-ratio: 5/4),
    only screen and (-webkit-min-device-pixel-ratio: 1.25),
    only screen and (min--moz-device-pixel-ratio: 1.25),
    only screen and (min-device-pixel-ratio: 1.25),
    only screen and (min-resolution: 1.25dppx) {
      background-image: url(../../img/homepage-about-us-photo@2x.jpg);
    } // @media */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us-cta-grid .about-us-info {
  grid-row-start: 2;
  grid-column-start: 1;
  background-image: url(../../img/homepage-about-us-info-bg.png);
  /*@media only screen and (-o-min-device-pixel-ratio: 5/4),
    only screen and (-webkit-min-device-pixel-ratio: 1.25),
    only screen and (min--moz-device-pixel-ratio: 1.25),
    only screen and (min-device-pixel-ratio: 1.25),
    only screen and (min-resolution: 1.25dppx) {
      background-image: url(../../img/homepage-about-us-info-bg@2x.png);
    } // @media */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .about-us-cta-grid .about-us-info {
    grid-row-start: 1;
    grid-column-start: 2;
  }
}

.about-us-cta-grid-inner {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}

@media (min-width: 768px) {
  .about-us-cta-grid-inner {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.about-us-cta-grid-inner-inner {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .about-us-cta-grid-inner-inner {
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
  }
}

.about-us-cta-info-space {
  margin: 50px 0;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .about-us-cta-info-space {
    margin: 120px 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.about-us-cta-info-space h2 {
  font-size: 25px;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .about-us-cta-info-space h2 {
    font-size: 45px;
    line-height: 55px;
  }
}

.about-us-cta-info-space p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .about-us-cta-info-space p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}

.btn-yellow {
  color: #000 !important;
  background-color: #fbd872 !important;
  border-radius: 30px;
  border-color: #fbd872 !important;
  margin-bottom: 0;
  line-height: 30px !important;
  padding: 0 15px !important;
  font-size: 12px !important;
}

@media (min-width: 600px) {
  .btn-yellow {
    font-size: 12px !important;
    line-height: 30px !important;
    padding: 0 15px !important;
  }
}

@media (min-width: 768px) {
  .btn-yellow {
    font-size: 16px !important;
    line-height: 60px !important;
    padding: 0 33px !important;
  }
}

.btn-yellow:active, .btn-yellow:focus, .btn-yellow:hover {
  color: #840029;
  background-color: #fff !important;
}

.program-type-slider {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
}

.program-type-slider:active, .program-type-slider:focus, .program-type-slider:hover {
  text-decoration: none;
  color: #fff;
}

.program-type-slider img {
  border-radius: 6px;
}

.program-type-slider h3 {
  line-height: 16px;
  font-size: 16px;
}

@media (min-width: 600px) {
  .program-type-slider h3 {
    line-height: 26px;
    font-size: 26px;
  }
}

.program-type-slider-title {
  /*background-image: url(../../img/program-type-slider--title-bg.png);

  @media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
    background-image: url(../../img/program-type-slider--title-bg@2x.png);
  } // @media

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  border-radius: 6px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #000 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25%;
}

.program-type-slider-title .field-content {
  margin: 0 20px 20px;
  position: absolute;
  bottom: 0;
}

.page-home-temp .view-footer {
  text-align: center;
  margin-top: 40px;
}

.page-home-temp .btn-primary {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border-radius: 25px;
  padding: 15px 30px;
}

.homepage-featured-news {
  position: relative;
}

@media (min-width: 600px) {
  .homepage-featured-news {
    color: #fff;
  }
  .homepage-featured-news a {
    color: #fff !important;
  }
  .homepage-featured-news a.btn {
    color: #000 !important;
  }
}

.homepage-featured-news .homepage-featured-news-info {
  margin-top: 30px;
  /*background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

@media (min-width: 600px) {
  .homepage-featured-news .homepage-featured-news-info {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #000 100%);
    /*background-image: url(../../img/homepage-featured-news-bg.png);

      @media only screen and (-o-min-device-pixel-ratio: 5/4),
      only screen and (-webkit-min-device-pixel-ratio: 1.25),
      only screen and (min--moz-device-pixel-ratio: 1.25),
      only screen and (min-device-pixel-ratio: 1.25),
      only screen and (min-resolution: 1.25dppx) {
        background-image: url(../../img/homepage-featured-news-bg@2x.png);
      } // @media*/
  }
}

@media (min-width: 1621px) {
  .homepage-featured-news .homepage-featured-news-info {
    height: 50%;
  }
}

.homepage-featured-news .homepage-featured-news-info .homepage-featured-news-info-inner {
  margin: 0 15px 7px;
}

@media (min-width: 600px) {
  .homepage-featured-news .homepage-featured-news-info .homepage-featured-news-info-inner {
    position: absolute;
    bottom: 0;
  }
  .homepage-featured-news .homepage-featured-news-info .homepage-featured-news-info-inner .container {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1em !important;
  }
}

@media (min-width: 600px) {
  .homepage-featured-news .homepage-featured-news-info .homepage-featured-news-info-inner {
    margin: 0 50px 30px;
  }
}

@media (min-width: 1024px) {
  .homepage-featured-news .homepage-featured-news-info .homepage-featured-news-info-inner {
    margin: 0 135px 50px;
    position: static;
  }
}

@media (min-width: 1621px) {
  .homepage-featured-news .homepage-featured-news-info .homepage-featured-news-info-inner {
    margin: 0 270px 100px;
  }
}

.homepage-featured-news .homepage-featured-news-info .homepage-featured-news-title h2 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 7px;
  margin-top: 0;
}

@media (min-width: 1024px) {
  .homepage-featured-news .homepage-featured-news-info .homepage-featured-news-title h2 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 25px;
  }
}

.homepage-featured-news .homepage-featured-news-info .homepage-featured-news-body,
.homepage-featured-news .homepage-featured-news-info .homepage-featured-news-body p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .homepage-featured-news .homepage-featured-news-info .homepage-featured-news-body,
  .homepage-featured-news .homepage-featured-news-info .homepage-featured-news-body p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
  }
}

.explore-kpu {
  display: grid;
  grid-gap: 20px;
  margin-right: 20px;
  margin-left: 20px;
}

@media (min-width: 768px) {
  .explore-kpu {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1463px) {
  .explore-kpu {
    margin-right: 0;
    margin-left: 0;
  }
}

.explore-kpu-faculties {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 1025px) {
  .explore-kpu-faculties {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.explore-kpu-faculties > a {
  display: grid;
  grid-template-rows: auto 1fr;
  text-decoration: none;
}

.explore-kpu-faculties > a h3 {
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}

@media (min-width: 601px) {
  .explore-kpu-faculties > a h3 {
    font-size: 20px;
    line-height: 20px;
  }
}

.explore-kpu-faculties > a:nth-child(odd) h3 {
  color: #000;
  background-color: #FBD872;
}

.explore-kpu-faculties > a:nth-child(even) h3 {
  background-color: #840029;
  color: #fff;
}

.explore-kpu-block {
  height: 600px;
  overflow: scroll;
  border-radius: 6px;
  position: relative;
}

@media (min-width: 600px) {
  .explore-kpu-block {
    height: 481px;
  }
}

@media (min-width: 768px) {
  .explore-kpu-block {
    height: 600px;
  }
}

@media (min-width: 1024px) {
  .explore-kpu-block {
    height: 481px;
  }
}

.explore-kpu-block h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
}

@media (min-width: 768px) {
  .explore-kpu-block h3 {
    font-size: 30px;
    line-height: 45px;
  }
}

.explore-kpu-block .explore-kpu-hover {
  border-radius: 6px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  padding: 50px 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  opacity: 0.5;
  transition: visibility 0s, opacity 0.5s ease;
}

.explore-kpu-block .explore-kpu-hover h3 {
  margin-bottom: 15px;
}

.explore-kpu-block .explore-kpu-hover p {
  font-size: 18px;
  line-height: 30px;
}

.explore-kpu-block .explore-kpu-hover .explore-kpu-body {
  margin-bottom: 30px;
}

.explore-kpu-block:active .explore-kpu-hover, .explore-kpu-block:focus .explore-kpu-hover, .explore-kpu-block:hover .explore-kpu-hover {
  visibility: visible;
  opacity: 1;
}

.explore-kpu-block:active .explore-kpu-block-inner, .explore-kpu-block:focus .explore-kpu-block-inner, .explore-kpu-block:hover .explore-kpu-block-inner {
  display: none;
}

.explore-kpu-block,
.explore-kpu-faculties .explore-kpu-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.explore-kpu-faculties .explore-kpu-photo {
  height: 350px;
}

.explore-kpu-current {
  background-image: url(../../img/explore-kpu-current.jpg);
  /*@media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
    background-image: url(../../img/explore-kpu-current@2x.jpg);
  } // @media */
}

.explore-kpu-future {
  background-image: url(../../img/explore-kpu-future.jpg);
  /*@media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
    background-image: url(../../img/explore-kpu-future@2x.jpg);
  } // @media */
}

.explore-kpu-international {
  background-image: url(../../img/explore-kpu-international.jpg);
  /*@media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
    background-image: url(../../img/explore-kpu-international@2x.jpg);
  } // @media */
}

.explore-kpu-alumni {
  background-image: url(../../img/explore-kpu-alumni.jpg);
  /*@media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
    background-image: url(../../img/explore-kpu-alumni@2x.jpg);
  } // @media */
}

.explore-kpu-academic-and-career-preparation .explore-kpu-photo {
  background-image: url(../../img/explore-kpu-academic-and-career-preparation.jpg);
  /*@media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
    background-image: url(../../img/explore-kpu-academic-and-career-preparation@2x.jpg);
  } // @media */
}

.explore-kpu-arts .explore-kpu-photo {
  background-image: url(../../img/explore-kpu-arts.jpg);
  /*@media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
    background-image: url(../../img/explore-kpu-arts@2x.jpg);
  } // @media */
}

.explore-kpu-health .explore-kpu-photo {
  background-image: url(../../img/explore-kpu-health.jpg);
  /*@media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
    background-image: url(../../img/explore-kpu-health@2x.jpg);
  } // @media */
}

.explore-kpu-science-and-horticulture .explore-kpu-photo {
  background-image: url(../../img/explore-kpu-science-and-horticulture.jpg);
  /*@media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
    background-image: url(../../img/explore-kpu-science-and-horticulture@2x.jpg);
  } // @media */
}

.explore-kpu-trades-and-technology .explore-kpu-photo {
  background-image: url(../../img/explore-kpu-trades-and-technology.jpg);
  /*@media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
    background-image: url(../../img/explore-kpu-trades-and-technology@2x.jpg);
  } // @media */
}

.explore-kpu-business .explore-kpu-photo {
  background-image: url(../../img/explore-kpu-business.jpg);
  /*@media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
    background-image: url(../../img/explore-kpu-business@2x.jpg);
  } // @media */
}

.explore-kpu-design .explore-kpu-photo {
  background-image: url(../../img/explore-kpu-design.jpg);
  /*@media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
    background-image: url(../../img/explore-kpu-design@2x.jpg);
  } // @media */
}

.explore-kpu-continuing-and-professional-studies .explore-kpu-photo {
  background-image: url(../../img/explore-kpu-continuing-and-professional-studies.jpg);
  /*@media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
    background-image: url(../../img/explore-kpu-continuing-and-professional-studies@2x.jpg);
  } // @media */
}

.explore-kpu-block-inner {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #000 100%);
  height: 25%;
}

.explore-kpu-block-inner-inner {
  position: absolute;
  bottom: 0;
  margin: 25px 30px;
}

.pane-info-sessions-updated-panel-pane-1 {
  padding-bottom: 100px;
  left: 50%;
  margin: 0 -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
  background-image: url(../../img/homepage-info-sessions-bg.png);
  /*@media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
    background-image: url(../../img/homepage-info-sessions-bg@2x.png);
  } // @media */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pane-info-sessions-updated-panel-pane-1 h2.pane-title {
  color: #fff;
  padding-top: 95px;
}

.view-info-sessions-updated.view-display-id-panel_pane_1 .info-session {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.view-info-sessions-updated.view-display-id-panel_pane_1 .info-session-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.view-info-sessions-updated.view-display-id-panel_pane_1 .info-session-grid {
  margin-bottom: 45px;
}

.view-info-sessions-updated.view-display-id-panel_pane_1 .info-session-register-link {
  margin-top: auto;
  margin-bottom: 0;
}

.view-info-sessions-updated.view-display-id-panel_pane_1 .owl-item {
  background-color: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.view-info-sessions-updated.view-display-id-panel_pane_1 .owl-item > div {
  height: 100%;
}

.view-info-sessions-updated.view-display-id-panel_pane_1 .btn {
  color: #840029;
  background-color: #fff;
}

.view-info-sessions-updated.view-display-id-panel_pane_1 .btn:active, .view-info-sessions-updated.view-display-id-panel_pane_1 .btn:focus, .view-info-sessions-updated.view-display-id-panel_pane_1 .btn:hover {
  color: #fff;
  background-color: #840029;
}

.pane-title-block {
  position: relative;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 600px) {
  .pane-title-block {
    text-align: left;
  }
}

@media (min-width: 1463px) {
  .pane-title-block {
    margin-right: 0;
    margin-left: 0;
  }
}

.pane-title-block .pane-title-block-title {
  margin-bottom: 25px;
}

.pane-title-block .pane-title-block-read-more {
  margin-bottom: 25px;
}

@media (min-width: 600px) {
  .pane-title-block .pane-title-block-read-more {
    position: absolute;
    right: 0;
    top: -8px;
  }
}

.view-homepage-upcoming-events .view-content {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px;
  grid-template-rows: auto auto auto auto;
  margin-right: 20px;
  margin-left: 20px;
}

@media (min-width: 1024px) {
  .view-homepage-upcoming-events .view-content {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1463px) {
  .view-homepage-upcoming-events .view-content {
    margin-right: 0;
    margin-left: 0;
  }
}

.view-homepage-upcoming-events .upcoming-event {
  display: grid;
  position: relative;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px;
  height: 100%;
  grid-template-rows: auto 1fr;
}

@media (min-width: 600px) {
  .view-homepage-upcoming-events .upcoming-event {
    grid-template-columns: auto 1fr;
    grid-gap: 33px;
    grid-template-rows: unset;
  }
}

.view-homepage-upcoming-events .upcoming-event.event-sticky, .view-homepage-upcoming-events .upcoming-event.event-featured {
  background-color: #840029;
}

.view-homepage-upcoming-events .upcoming-event.event-sticky .event-title h3,
.view-homepage-upcoming-events .upcoming-event.event-sticky .event-date,
.view-homepage-upcoming-events .upcoming-event.event-sticky .event-location,
.view-homepage-upcoming-events .upcoming-event.event-sticky .event-body,
.view-homepage-upcoming-events .upcoming-event.event-sticky img, .view-homepage-upcoming-events .upcoming-event.event-featured .event-title h3,
.view-homepage-upcoming-events .upcoming-event.event-featured .event-date,
.view-homepage-upcoming-events .upcoming-event.event-featured .event-location,
.view-homepage-upcoming-events .upcoming-event.event-featured .event-body,
.view-homepage-upcoming-events .upcoming-event.event-featured img {
  color: #fff;
}

.view-homepage-upcoming-events .upcoming-event.event-sticky .event-mini-date, .view-homepage-upcoming-events .upcoming-event.event-featured .event-mini-date {
  background-color: #fff;
  color: #000;
}

.view-homepage-upcoming-events .upcoming-event:active, .view-homepage-upcoming-events .upcoming-event:focus, .view-homepage-upcoming-events .upcoming-event:hover {
  background-color: #f6f6f6;
}

.view-homepage-upcoming-events .upcoming-event:active .event-title h3, .view-homepage-upcoming-events .upcoming-event:focus .event-title h3, .view-homepage-upcoming-events .upcoming-event:hover .event-title h3 {
  text-decoration: underline;
}

.view-homepage-upcoming-events .upcoming-event:active.event-sticky .event-title h3,
.view-homepage-upcoming-events .upcoming-event:active.event-sticky .event-body,
.view-homepage-upcoming-events .upcoming-event:active.event-sticky img, .view-homepage-upcoming-events .upcoming-event:active.event-featured .event-title h3,
.view-homepage-upcoming-events .upcoming-event:active.event-featured .event-body,
.view-homepage-upcoming-events .upcoming-event:active.event-featured img, .view-homepage-upcoming-events .upcoming-event:focus.event-sticky .event-title h3,
.view-homepage-upcoming-events .upcoming-event:focus.event-sticky .event-body,
.view-homepage-upcoming-events .upcoming-event:focus.event-sticky img, .view-homepage-upcoming-events .upcoming-event:focus.event-featured .event-title h3,
.view-homepage-upcoming-events .upcoming-event:focus.event-featured .event-body,
.view-homepage-upcoming-events .upcoming-event:focus.event-featured img, .view-homepage-upcoming-events .upcoming-event:hover.event-sticky .event-title h3,
.view-homepage-upcoming-events .upcoming-event:hover.event-sticky .event-body,
.view-homepage-upcoming-events .upcoming-event:hover.event-sticky img, .view-homepage-upcoming-events .upcoming-event:hover.event-featured .event-title h3,
.view-homepage-upcoming-events .upcoming-event:hover.event-featured .event-body,
.view-homepage-upcoming-events .upcoming-event:hover.event-featured img {
  color: #000;
}

.view-homepage-upcoming-events .upcoming-event:active.event-sticky .event-date,
.view-homepage-upcoming-events .upcoming-event:active.event-sticky .event-location, .view-homepage-upcoming-events .upcoming-event:active.event-featured .event-date,
.view-homepage-upcoming-events .upcoming-event:active.event-featured .event-location, .view-homepage-upcoming-events .upcoming-event:focus.event-sticky .event-date,
.view-homepage-upcoming-events .upcoming-event:focus.event-sticky .event-location, .view-homepage-upcoming-events .upcoming-event:focus.event-featured .event-date,
.view-homepage-upcoming-events .upcoming-event:focus.event-featured .event-location, .view-homepage-upcoming-events .upcoming-event:hover.event-sticky .event-date,
.view-homepage-upcoming-events .upcoming-event:hover.event-sticky .event-location, .view-homepage-upcoming-events .upcoming-event:hover.event-featured .event-date,
.view-homepage-upcoming-events .upcoming-event:hover.event-featured .event-location {
  color: #840029;
}

.view-homepage-upcoming-events .upcoming-event:active.event-sticky .event-mini-date, .view-homepage-upcoming-events .upcoming-event:active.event-featured .event-mini-date, .view-homepage-upcoming-events .upcoming-event:focus.event-sticky .event-mini-date, .view-homepage-upcoming-events .upcoming-event:focus.event-featured .event-mini-date, .view-homepage-upcoming-events .upcoming-event:hover.event-sticky .event-mini-date, .view-homepage-upcoming-events .upcoming-event:hover.event-featured .event-mini-date {
  color: #fff;
  background-color: #00AEB4;
}

.view-homepage-upcoming-events .event-image img {
  width: 180px;
  height: 180px;
  border-radius: 6px;
  display: block;
}

.view-homepage-upcoming-events .event-title {
  margin-right: 74px;
}

.view-homepage-upcoming-events .event-title h3 {
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

.view-homepage-upcoming-events .event-date,
.view-homepage-upcoming-events .event-location {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #840029;
}

.view-homepage-upcoming-events .event-date {
  margin-right: 74px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.view-homepage-upcoming-events .event-location {
  margin-bottom: 10px;
}

.view-homepage-upcoming-events .event-location div {
  display: inline;
}

.view-homepage-upcoming-events .event-body {
  font-size: 15px;
  line-height: 22px;
  color: #000;
}

.view-homepage-upcoming-events .event-mini-date {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  text-align: center;
  color: #fff;
  background-color: #00AEB4;
  padding: 4px 18px;
  border-radius: 6px;
}

.view-homepage-upcoming-events .event-mini-date .day {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

.view-homepage-upcoming-events .event-mini-date .month {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
}

.view-homepage-upcoming-events .pager-current {
  display: none;
}

@media (min-width: 1621px) {
  .view-homepage-upcoming-events .pager .pager-previous,
  .view-homepage-upcoming-events .pager .pager-next {
    position: absolute;
    top: calc(50% - 40px);
  }
}

.view-homepage-upcoming-events .pager .pager-previous a,
.view-homepage-upcoming-events .pager .pager-next a {
  color: transparent;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 0;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.view-homepage-upcoming-events .pager .pager-previous a:active, .view-homepage-upcoming-events .pager .pager-previous a:focus, .view-homepage-upcoming-events .pager .pager-previous a:hover,
.view-homepage-upcoming-events .pager .pager-next a:active,
.view-homepage-upcoming-events .pager .pager-next a:focus,
.view-homepage-upcoming-events .pager .pager-next a:hover {
  background-color: transparent;
}

@media (min-width: 1621px) {
  .view-homepage-upcoming-events .pager .pager-previous {
    left: -85px;
  }
}

.view-homepage-upcoming-events .pager .pager-previous a {
  background-image: url(../../img/svg-icons/homepage-resource-slider--prev.svg);
}

@media (min-width: 1621px) {
  .view-homepage-upcoming-events .pager .pager-next {
    right: -85px;
  }
}

.view-homepage-upcoming-events .pager .pager-next a {
  background-image: url(../../img/svg-icons/homepage-resource-slider--next.svg);
}

.view-content-and-pager {
  position: relative;
}

.pane-homepage-recent-news-panel-pane-1 {
  padding-bottom: 100px;
  left: 50%;
  margin: 0 -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
  background-image: url(../../img/homepage-recent-news-bg.png);
  /*@media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
    background-image: url(../../img/homepage-recent-news-bg@2x.png);
  } // @media */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.view-homepage-recent-news h2.pane-title-block-title {
  margin-top: 100px;
}

.view-homepage-recent-news .owl-item {
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.view-homepage-recent-news .news-image img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.view-homepage-recent-news .news-info {
  margin: 10px 20px 0;
}

.view-homepage-recent-news .news-date {
  font-size: 16px;
  line-height: 22px;
  color: #585858;
}

.view-homepage-recent-news .news-title h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin-top: 8px;
  margin-bottom: 11px;
}

.view-homepage-recent-news .news-body {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.view-homepage-recent-news .news-read-more a {
  margin-top: 20px;
  margin-bottom: 50px;
  color: #231f20;
  background-color: #fff;
}

.view-homepage-recent-news .news-read-more a:active, .view-homepage-recent-news .news-read-more a:focus, .view-homepage-recent-news .news-read-more a:hover {
  background-color: #840029;
  color: #fff !important;
}

.page-menu {
  background-color: #f1f1f1;
  margin-top: -30px;
  margin-bottom: 60px;
}

@media (min-width: 1025px) {
  .page-menu {
    margin-top: -60px;
  }
}

.page-menu .block-title {
  font-size: 18px;
  padding: 13px 15px 13px 0;
  margin: 0;
  white-space: nowrap;
}

.page-menu .block-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -20px;
}

@media (min-width: 1025px) {
  .page-menu .block-menu {
    margin: 0;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.page-menu .nav {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}

@media (min-width: 1025px) {
  .page-menu .nav {
    max-height: 100%;
    overflow: visible;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-menu .nav li {
  margin: 0;
  padding: 0;
  position: relative;
}

.page-menu .nav li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  background-color: #333f48;
  overflow: hidden;
  display: none;
}

@media (min-width: 1025px) {
  .page-menu .nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}

.page-menu .nav li ul:hover, .page-menu .nav li ul:focus-within {
  display: block;
}

.page-menu .nav li ul li ul {
  left: 100%;
  top: 0;
}

.page-menu .nav li a,
.page-menu .nav span.nolink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 15px;
  white-space: nowrap;
  color: #333f48;
  cursor: pointer;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 1025px) {
  .page-menu .nav li a,
  .page-menu .nav span.nolink {
    -ms-flex-pack: left;
        justify-content: left;
  }
}

.page-menu .nav li ul li a {
  color: #fff;
  text-decoration: none;
}

.page-menu .nav li ul li a:hover {
  background-color: #840029;
}

.page-menu .nav a:hover ~ ul,
.page-menu .nav span.nolink:focus ~ ul {
  display: block;
  -ms-transform-origin: top;
      transform-origin: top;
  animation: dropdown .2s ease-in;
}

.page-menu .nav li:hover > a,
.page-menu .nav li:hover > span.nolink,
.page-menu .nav span.nolink:focus {
  background-color: #840029;
  color: #fff;
  outline: none;
}

.page-menu .nav .expanded > a:after,
.page-menu .nav .expanded > span.nolink:after {
  content: "\f078";
  font-family: FontAwesome;
  margin-left: 5px;
  font-size: .5em;
}

.page-menu .nav .expanded .expanded > a:after {
  content: "\f054";
}

.page-menu .nav .separator {
  padding: 0 15px;
  display: block;
}

.page-menu .nav .separator hr {
  margin: 0;
  padding: 0;
  border-top: 1px dotted #fff;
}

.page-menu #menu-btn {
  position: absolute;
  top: -100%;
  left: -100%;
}

.page-menu .menu-icon {
  visibility: hidden;
}

.page-menu .menu-btn:checked ~ .nav {
  max-height: 100%;
}

.page-menu .menu-icon {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  visibility: visible;
  margin: 0;
}

@media (min-width: 1025px) {
  .page-menu .menu-icon {
    pointer-events: none;
  }
}

.page-menu .burger {
  background: #840029;
  display: block;
  height: 2px;
  width: 20px;
  position: relative;
  margin-right: 10px;
}

@media (min-width: 1025px) {
  .page-menu .burger {
    display: none;
  }
}

.page-menu .burger:before {
  top: 5px;
}

.page-menu .burger:after {
  top: -5px;
}

.page-menu .burger:before,
.page-menu .burger:after {
  background: #840029;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  transition: all .2s ease-out;
}

.page-menu .menu-btn:checked ~ .menu-icon .burger {
  background: transparent;
}

.page-menu .menu-btn:checked ~ .menu-icon .burger:before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.page-menu .menu-btn:checked ~ .menu-icon .burger:after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.page-menu .menu-btn:checked ~ .menu-icon .burger:before,
.page-menu .menu-btn:checked ~ .menu-icon .burger:after {
  top: 0;
}

@keyframes dropdown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
  }
}

.fx-fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.fx-parallax {
  background-attachment: fixed;
}

@media (max-width: 1025px) {
  .fx-parallax {
    background-attachment: scroll;
  }
}

.fx-overlay {
  position: relative;
  color: #FFF;
}

.fx-overlay:after {
  background: #000;
  content: '';
  height: 100%;
  mix-blend-mode: multiply;
  opacity: .7;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

/*
	Print stylesheet.

	Include the variable and mixin files, and others as neccesary.

	Add anything you want to hide near the end of the file
	along with the screen reader elements and skip links.

*/
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="tel"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #000;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .u-screen-reader,
  .skip-links__link {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */