@import url("http://2.s3.envato.com/files/42255008/css/animate.css");
/*
====================================================================================================

Title:		Kansas Wesleyan University
Author: 	New Boston Creative Group, LLC, http://www.newbostoncreative.com
Copyright:	(c) 2012 Kansas Wesleyan University

====================================================================================================
*/
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* VARIABLES
==================================================================================================== */
.border-box {
  box-sizing: border-box;
}
/* MIXINS
==================================================================================================== */
.hash-bg-purple {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQ0lEQVQYV2OM0mr6z4AHaGuJMzDiUwRScPXaS9yKYApAlmA1CVkBVkXoCjAUYVOAogiXArgifArAilpDZv4HeRMfAAA78CqjFGXxXQAAAABJRU5ErkJggg== ) repeat;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.icon-font {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kwu-iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */
  /* Makes inputs behave like true block-level elements */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* SITE
==================================================================================================== */
html {
  /* 	background: @htmlcolor url(../images/html-bg.png) repeat; */
  font-size: 62.5%;
}
body {
  font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
/* TYPOGRAPHY
==================================================================================================== */
/* Basic HTML
--------------------------------------------- */
pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
/* Type
--------------------------------------------- */
@font-face {
  font-family: 'OpenSansRegular';
  src: url('../type/OpenSans-Regular-webfont.eot');
  src: url('../type/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../type/OpenSans-Regular-webfont.woff') format('woff'), url('../type/OpenSans-Regular-webfont.ttf') format('truetype'), url('../type/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansSemibold';
  src: url('../type/OpenSans-Semibold-webfont.eot');
  src: url('../type/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../type/OpenSans-Semibold-webfont.woff') format('woff'), url('../type/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../type/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansBold';
  src: url('../type/OpenSans-Bold-webfont.eot');
  src: url('../type/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../type/OpenSans-Bold-webfont.woff') format('woff'), url('../type/OpenSans-Bold-webfont.ttf') format('truetype'), url('../type/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BitterRegular';
  src: url('../type/Bitter-Regular-webfont.eot');
  src: url('../type/Bitter-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../type/Bitter-Regular-webfont.woff') format('woff'), url('../type/Bitter-Regular-webfont.ttf') format('truetype'), url('../type/Bitter-Regular-webfont.svg#BitterRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BitterBold';
  src: url('../type/Bitter-Bold-webfont.eot');
  src: url('../type/Bitter-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../type/Bitter-Bold-webfont.woff') format('woff'), url('../type/Bitter-Bold-webfont.ttf') format('truetype'), url('../type/Bitter-Bold-webfont.svg#BitterBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Links
--------------------------------------------- */
a:link,
a:visited {
  color: #5a2a82;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover,
a:active {
  color: #3f1e5b;
  text-decoration: underline;
}
/* Spacing
--------------------------------------------- */
ul,
ol {
  padding-left: 20px;
}
li {
  margin-left: 20px;
}
dl {
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 0;
  margin-bottom: 10px;
  margin-bottom: 1.0rem;
}
.node-content p,
.node-content li,
.node-content dd {
  line-height: 1.5;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
/* Headings
--------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 10px;
  margin-bottom: 1.0rem;
  color: #5a2a82;
  font-family: "OpenSansSemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
}
h1:link,
.h1:link,
h2:link,
.h2:link,
h3:link,
.h3:link,
h4:link,
.h4:link,
h5:link,
.h5:link,
h6:link,
.h6:link {
  color: #5a2a82;
}
h1,
.h1,
h2.faux-h1,
.field-name-field-subsection-title {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}
h2,
.h2,
.field-name-field-subsection-title {
  font-size: 23px;
  font-size: 2.3rem;
}
h2.h1-sub,
.h2.h1-sub,
.field-name-field-subsection-title.h1-sub,
h2 span.faux-h1-sub,
.h2 span.faux-h1-sub,
.field-name-field-subsection-title span.faux-h1-sub {
  font-size: 78px;
  font-size: 7.8rem;
  color: #fec524;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1170px) {
  h2.h1-sub,
  .h2.h1-sub,
  .field-name-field-subsection-title.h1-sub,
  h2 span.faux-h1-sub,
  .h2 span.faux-h1-sub,
  .field-name-field-subsection-title span.faux-h1-sub {
    font-size: 68px;
    font-size: 6.8rem;
  }
}
@media (max-width: 750px) {
  h2.h1-sub,
  .h2.h1-sub,
  .field-name-field-subsection-title.h1-sub,
  h2 span.faux-h1-sub,
  .h2 span.faux-h1-sub,
  .field-name-field-subsection-title span.faux-h1-sub {
    font-size: 58px;
    font-size: 5.8rem;
  }
}
@media (max-width: 100%) {
  h2.h1-sub,
  .h2.h1-sub,
  .field-name-field-subsection-title.h1-sub,
  h2 span.faux-h1-sub,
  .h2 span.faux-h1-sub,
  .field-name-field-subsection-title span.faux-h1-sub {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media (max-width: 300px) {
  h2.h1-sub,
  .h2.h1-sub,
  .field-name-field-subsection-title.h1-sub,
  h2 span.faux-h1-sub,
  .h2 span.faux-h1-sub,
  .field-name-field-subsection-title span.faux-h1-sub {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
h2 span.faux-h1-sub,
.h2 span.faux-h1-sub,
.field-name-field-subsection-title span.faux-h1-sub {
  display: block !important;
}
h3,
.h3 {
  font-size: 20px;
  font-size: 2.0rem;
}
h3.faux-h1-sub,
.h3.faux-h1-sub {
  font-size: 78px;
  font-size: 7.8rem;
  color: #fec524;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1170px) {
  h3.faux-h1-sub,
  .h3.faux-h1-sub {
    font-size: 68px;
    font-size: 6.8rem;
  }
}
@media (max-width: 750px) {
  h3.faux-h1-sub,
  .h3.faux-h1-sub {
    font-size: 58px;
    font-size: 5.8rem;
  }
}
@media (max-width: 100%) {
  h3.faux-h1-sub,
  .h3.faux-h1-sub {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media (max-width: 300px) {
  h3.faux-h1-sub,
  .h3.faux-h1-sub {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.field-name-field-subsection-title {
  color: #5a2a82;
}
.field-name-field-subtitle,
.field-name-field-subsection-subtitle {
  font-size: 78px;
  font-size: 7.8rem;
  color: #fec524;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 1170px) {
  .field-name-field-subtitle,
  .field-name-field-subsection-subtitle {
    font-size: 68px;
    font-size: 6.8rem;
  }
}
@media (max-width: 750px) {
  .field-name-field-subtitle,
  .field-name-field-subsection-subtitle {
    font-size: 58px;
    font-size: 5.8rem;
  }
}
@media (max-width: 100%) {
  .field-name-field-subtitle,
  .field-name-field-subsection-subtitle {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media (max-width: 300px) {
  .field-name-field-subtitle,
  .field-name-field-subsection-subtitle {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.field-name-field-subsection-subtitle {
  font-size: 75px;
  font-size: 7.5rem;
  margin-bottom: 30px;
}
h4,
.h4 {
  font-size: 17px;
  font-size: 1.7rem;
}
@font-face {
  font-family: 'kwu-iconmoon';
  src: url('../fonts/kwu-iconmoon.eot?8gq5zz');
  src: url('../fonts/kwu-iconmoon.eot?8gq5zz#iefix') format('embedded-opentype'), url('../fonts/kwu-iconmoon.ttf?8gq5zz') format('truetype'), url('../fonts/kwu-iconmoon.woff?8gq5zz') format('woff'), url('../fonts/kwu-iconmoon.svg?8gq5zz#kwu-iconmoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kwu-iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-minus:before {
  content: "\e912";
}
.icon-youtube:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-linkedin:before {
  content: "\e904";
}
.icon-twitter:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-apply:before {
  content: "\e907";
}
.icon-chat:before {
  content: "\e908";
}
.icon-give:before {
  content: "\e909";
}
.icon-search:before {
  content: "\e90a";
}
.icon-idea:before {
  content: "\e90b";
}
.icon-learn:before {
  content: "\e90c";
}
.icon-caring:before {
  content: "\e90d";
}
.icon-education:before {
  content: "\e90e";
}
.icon-search-global:before {
  content: "\e90f";
}
.icon-key:before {
  content: "\e910";
}
.icon-caring-heart:before {
  content: "\e911";
}
.icon-play:before {
  content: "\e039";
}
.icon-add:before {
  content: "\e145";
}
.icon-nav-prev:before {
  content: "\e408";
}
.icon-nav-next:before {
  content: "\e409";
}
.icon-expand-less:before {
  content: "\e5ce";
}
.icon-expand-more:before {
  content: "\e5cf";
}
.icon-link:before {
  content: "\e913";
}
.icon-new-tab:before {
  content: "\e914";
}
.icon-flickr:before {
  content: "\e900";
}
.icon-blogger:before {
  content: "\e901";
}
/* TEXTURE
==================================================================================================== */
@font-face {
  font-family: 'fontello';
  src: url('../type/fontello.eot');
  src: url('../type/fontello.eot?#iefix') format('embedded-opentype'), url('../type/fontello.woff') format('woff'), url('../type/fontello.ttf') format('truetype'), url('../type/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fontello {
  width: 1em;
  font-family: 'fontello';
  font-style: normal;
  line-height: 1;
  speak: none;
  text-decoration: none !important;
}
/* FONTELLO (http://fontello.com)
==================================================================================================== */
.header .quick-links ul li a.map:before {
  content: '\e727';
  /* '' */
}
.header .quick-links ul li a.directory:before {
  content: '📖';
  /* '\1f4d6' */
}
.header .quick-links ul li a.news:before {
  content: '\e770';
  /* '' */
}
.header .quick-links ul li a.calendar:before {
  content: '📅';
  /* '\1f4c5' */
}
.header .quick-links ul li a.arts:before {
  content: '🎨';
  /* '\1f3a8' */
}
.subnav ul li a:before,
.section-future-students .content-bottom .resources ul li a:before {
  content: '\e800';
}
/* '' */
.content .sidebar .facet ul li a.facetapi-active:before {
  content: '\2715';
}
/* '✕' */
/* ELEMENTS
==================================================================================================== */
hr {
  display: none;
}
.content .main img {
  max-width: 100%;
  height: auto;
}
img.left {
  float: left;
  margin: 5px 10px 10px 0;
}
img.right {
  float: right;
  margin: 5px 0px 10px 10px;
}
iframe {
  border: none;
}
/* FORCES FOCUS OUTLINE
==================================================================================================== */
.homepage-main-slides a:focus img,
.views-slideshow-controls-bottom a:focus::after,
.block-block.awards a:focus img {
  border: 1px dotted black;
}
.limitless-menu.limitless-menu-tabs .tabs-menu-wrapper .nav-tabs > li > a {
  transition: color 0.2s linear;
}
.limitless-menu.limitless-menu-tabs .tabs-menu-wrapper .nav-tabs > li > a:focus {
  border: 1px dotted black;
  margin: -1px;
}
a.btn:focus {
  border: 1px dotted black;
  outline: none;
}
/* FORMS
==================================================================================================== */
form label {
  margin-bottom: 5px;
  color: black;
}
form .form-required {
  color: red;
}
form .form-text,
form .form-textarea {
  padding: 5px;
  color: black;
  background-color: white;
  border: 1px solid black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
form .form-text:focus,
form .form-textarea:focus {
  outline-color: #5a2a82;
}
form .form-submit {
  padding: 7px 15px;
  color: white;
  background-color: #4F335F;
  border: 1px solid #33213e;
  font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
form .form-submit:hover {
  background-color: #33213e;
}
.invisible-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.invisible-fieldset > legend {
  color: black;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
}
/* BUTTONS
==================================================================================================== */
.btn,
a.btn,
a.btn:active .button,
a.button,
a.button:active {
  display: inline-block;
  *display: inline;
  zoom: 1;
  /* IE7 inline-block hack */
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
  color: black;
  background-color: #eeb001;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn:hover,
a.btn:hover,
a.btn:active .button:hover,
a.button:hover,
a.button:active:hover,
.btn.focus,
a.btn.focus,
a.btn:active .button.focus,
a.button.focus,
a.button:active.focus,
.btn:focus,
a.btn:focus,
a.btn:active .button:focus,
a.button:focus,
a.button:active:focus {
  background: #fec524;
  color: black;
  text-decoration: none !important;
}
.node-content .button {
  margin-bottom: 20px;
}
/* TABLES
==================================================================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  background-color: white;
  border-collapse: collapse;
  border-spacing: 0;
}
table caption {
  margin-bottom: 1.0rem;
  color: #5a2a82;
  font-family: "OpenSansSemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 10px;
  text-align: left;
}
table caption:link {
  color: #5a2a82;
}
table tr,
table tr.even,
table tr.odd {
  background-color: transparent;
  border-top: 1px solid #ddd;
}
table th,
table td {
  padding: 5px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
table th {
  font-weight: bold;
}
table thead {
  border: none;
  font-size: 11px;
  font-size: 1.1rem;
}
table thead tr th {
  background-color: #eee;
  vertical-align: bottom;
}
table tbody {
  border-top: 2px solid #ddd;
  font-size: 13px;
  font-size: 1.3rem;
}
table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #fff1be;
}
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
/* `Container
----------------------------------------------------------------------------------------------------*/
.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1170px;
  clear: both;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
@media (min-width: 992px) {
	.container_12,
	.container_16 {
	    width: 970px;
	}
}
	
@media (min-width: 768px) {
	.container_12,
	.container_16 {
	    width: 750px;
	}
}
*/
/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11,
.push_12,
.pull_12,
.push_13,
.pull_13,
.push_14,
.pull_14,
.push_15,
.pull_15 {
  position: relative;
}
.container_12 .grid_3,
.container_16 .grid_4 {
  width: 285px;
}
.container_12 .grid_6,
.container_16 .grid_8 {
  width: 570px;
}
.container_12 .grid_9,
.container_16 .grid_12 {
  width: 855px;
}
.container_12 .grid_12,
.container_16 .grid_16 {
  width: 1140px;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
  width: 95px;
}
.container_12 .grid_2 {
  width: 190px;
}
.container_12 .grid_4 {
  width: 380px;
}
.container_12 .grid_5 {
  width: 475px;
}
.container_12 .grid_7 {
  width: 665px;
}
.container_12 .grid_8 {
  width: 760px;
}
.container_12 .grid_10 {
  width: 950px;
}
.container_12 .grid_11 {
  width: 1045px;
}
/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1 {
  width: 71.25px;
}
.container_16 .grid_2 {
  width: 142.5px;
}
.container_16 .grid_3 {
  width: 213.75px;
}
.container_16 .grid_5 {
  width: 356.25px;
}
.container_16 .grid_6 {
  width: 427.5px;
}
.container_16 .grid_7 {
  width: 400px;
}
.container_16 .grid_9 {
  width: 498.75px;
}
.container_16 .grid_10 {
  width: 712.5px;
}
.container_16 .grid_11 {
  width: 783.75px;
}
.container_16 .grid_13 {
  width: 926.25px;
}
.container_16 .grid_14 {
  width: 997.5px;
}
.container_16 .grid_15 {
  width: 1068.75px;
}
/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}
.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}
.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}
/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
  padding-left: 80px;
}
.container_12 .prefix_2 {
  padding-left: 160px;
}
.container_12 .prefix_4 {
  padding-left: 320px;
}
.container_12 .prefix_5 {
  padding-left: 400px;
}
.container_12 .prefix_7 {
  padding-left: 560px;
}
.container_12 .prefix_8 {
  padding-left: 640px;
}
.container_12 .prefix_10 {
  padding-left: 800px;
}
.container_12 .prefix_11 {
  padding-left: 880px;
}
/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_1 {
  padding-left: 60px;
}
.container_16 .prefix_2 {
  padding-left: 120px;
}
.container_16 .prefix_3 {
  padding-left: 180px;
}
.container_16 .prefix_5 {
  padding-left: 300px;
}
.container_16 .prefix_6 {
  padding-left: 360px;
}
.container_16 .prefix_7 {
  padding-left: 420px;
}
.container_16 .prefix_9 {
  padding-left: 540px;
}
.container_16 .prefix_10 {
  padding-left: 600px;
}
.container_16 .prefix_11 {
  padding-left: 660px;
}
.container_16 .prefix_13 {
  padding-left: 780px;
}
.container_16 .prefix_14 {
  padding-left: 840px;
}
.container_16 .prefix_15 {
  padding-left: 900px;
}
/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}
.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}
.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}
/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
  padding-right: 80px;
}
.container_12 .suffix_2 {
  padding-right: 160px;
}
.container_12 .suffix_4 {
  padding-right: 320px;
}
.container_12 .suffix_5 {
  padding-right: 400px;
}
.container_12 .suffix_7 {
  padding-right: 560px;
}
.container_12 .suffix_8 {
  padding-right: 640px;
}
.container_12 .suffix_10 {
  padding-right: 800px;
}
.container_12 .suffix_11 {
  padding-right: 880px;
}
/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .suffix_1 {
  padding-right: 60px;
}
.container_16 .suffix_2 {
  padding-right: 120px;
}
.container_16 .suffix_3 {
  padding-right: 180px;
}
.container_16 .suffix_5 {
  padding-right: 300px;
}
.container_16 .suffix_6 {
  padding-right: 360px;
}
.container_16 .suffix_7 {
  padding-right: 420px;
}
.container_16 .suffix_9 {
  padding-right: 540px;
}
.container_16 .suffix_10 {
  padding-right: 600px;
}
.container_16 .suffix_11 {
  padding-right: 660px;
}
.container_16 .suffix_13 {
  padding-right: 780px;
}
.container_16 .suffix_14 {
  padding-right: 840px;
}
.container_16 .suffix_15 {
  padding-right: 900px;
}
/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}
.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}
.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}
/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
  left: 80px;
}
.container_12 .push_2 {
  left: 160px;
}
.container_12 .push_4 {
  left: 320px;
}
.container_12 .push_5 {
  left: 400px;
}
.container_12 .push_7 {
  left: 560px;
}
.container_12 .push_8 {
  left: 640px;
}
.container_12 .push_10 {
  left: 800px;
}
.container_12 .push_11 {
  left: 880px;
}
/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .push_1 {
  left: 60px;
}
.container_16 .push_2 {
  left: 120px;
}
.container_16 .push_3 {
  left: 180px;
}
.container_16 .push_5 {
  left: 300px;
}
.container_16 .push_6 {
  left: 360px;
}
.container_16 .push_7 {
  left: 420px;
}
.container_16 .push_9 {
  left: 540px;
}
.container_16 .push_10 {
  left: 600px;
}
.container_16 .push_11 {
  left: 660px;
}
.container_16 .push_13 {
  left: 780px;
}
.container_16 .push_14 {
  left: 840px;
}
.container_16 .push_15 {
  left: 900px;
}
/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}
.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}
.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}
/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
  left: -80px;
}
.container_12 .pull_2 {
  left: -160px;
}
.container_12 .pull_4 {
  left: -320px;
}
.container_12 .pull_5 {
  left: -400px;
}
.container_12 .pull_7 {
  left: -560px;
}
.container_12 .pull_8 {
  left: -640px;
}
.container_12 .pull_10 {
  left: -800px;
}
.container_12 .pull_11 {
  left: -880px;
}
/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .pull_1 {
  left: -60px;
}
.container_16 .pull_2 {
  left: -120px;
}
.container_16 .pull_3 {
  left: -180px;
}
.container_16 .pull_5 {
  left: -300px;
}
.container_16 .pull_6 {
  left: -360px;
}
.container_16 .pull_7 {
  left: -420px;
}
.container_16 .pull_9 {
  left: -540px;
}
.container_16 .pull_10 {
  left: -600px;
}
.container_16 .pull_11 {
  left: -660px;
}
.container_16 .pull_13 {
  left: -780px;
}
.container_16 .pull_14 {
  left: -840px;
}
.container_16 .pull_15 {
  left: -900px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  /*
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
*/
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}
/* PAGE
==================================================================================================== */
@media (max-width: 750px) {
  body {
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 1170px) and (min-width: 750px) {
  body {
    min-width: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 750px) {
  .container_12.container,
  .grid_12 {
    width: 100% !important;
  }
}
@media (max-width: 1170px) and (min-width: 750px) {
  .container_12.container,
  .grid_12 {
    width: 750px !important;
  }
}
@media (max-width: 750px) {
  .container_12 .grid_9 {
    width: 100%;
  }
}
@media (max-width: 1170px) and (min-width: 750px) {
  .container_12 .grid_9 {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .content .grid_12 .wrapper {
    width: 100% !important;
    box-sizing: border-box;
  }
}
@media (max-width: 1170px) and (min-width: 750px) {
  .content .grid_12 .wrapper {
    width: 100% !important;
    box-sizing: border-box;
  }
}
@media (max-width: 1170px) {
  .main.grid_12 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  .section-future-students .content .grid_12 .wrapper {
    width: 100% !important;
  }
}
@media (max-width: 1170px) and (min-width: 750px) {
  .section-future-students .content .grid_12 .wrapper {
    width: 100% !important;
  }
}
.contacts-callout {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}
.contacts-callout p {
  font-size: 14px;
  margin: 0;
  padding: 10px 0;
  font-family: 'Raleway', sans-serif;
  color: rgba(255, 255, 255, 0.43);
}
.contacts-callout a {
  color: rgba(255, 255, 255, 0.43);
}
@media (max-width: 768px) {
  .contacts-callout {
    display: block;
  }
}
.header {
  padding: 0;
  color: white;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQ0lEQVQYV2OM0mr6z4AHaGuJMzDiUwRScPXaS9yKYApAlmA1CVkBVkXoCjAUYVOAogiXArgifArAilpDZv4HeRMfAAA78CqjFGXxXQAAAABJRU5ErkJggg== ) repeat;
  z-index: 99999999999;
}
@media (max-width: 1170px) {
}
.header .container {
  position: relative;
}
@media (max-width: 1170px) {
  .header .container {
    width: 100% !important;
  }
}
.header .logo {
  clear: both;
  float: left;
  margin: 25px 0 5px;
  padding: 0;
  z-index: 9999;
}
.header .logo .grid_3 {
  max-width: 210px;
}
@media (max-width: 1170px) {
  .header .logo {
    position: absolute;
  }
  .header .logo .grid_3 {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin-left: 0;
  }
}
@media (max-width: 1064px) and (min-width: 970px) {
  .header .logo {
    left: 0;
    width: 160px;
    margin-top: 0;
    padding: 10px 0 20px;
  }
}
@media (max-width: 969px) {
  .header .logo {
    margin-top: 15px;
  }
}
.header .logo h1 {
  /* 			width: 210px; */
  padding: 15px 15px 10px;
  border: none;
}
@media (max-width: 1170px) {
  .header .logo h1 {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.header .logo img {
  /*
			display: block;
			width: 210px;
			height: 0;
			padding-top: 100px;
*/
  /* 			background: url(../images/logo-bg.png) no-repeat; */
}
@media (max-width: 1170px) {
}
.header .nav {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Raleway', sans-serif;
}
.header .nav ul {
  float: right;
  list-style-type: none;
  width: auto;
  margin: 0;
  padding: 0;
  top: 23px;
  position: relative;
}
.header .nav ul li {
  float: left;
  margin: 0;
  padding: 0;
}
.header .nav ul li a {
  display: block;
  padding: 10px 15px 40px 15px;
}
.header .nav ul li a:link,
.header .nav ul li a:visited {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.header .nav ul li a:hover,
.header .nav ul li a:active {
  background: rgba(0, 0, 0, 0.2);
}
.header .nav ul li.active,
.header .nav ul li.active-trail {
  margin-top: -5px;
  background: rgba(0, 0, 0, 0.2);
}
.header .nav ul li.active a,
.header .nav ul li.active-trail a {
  padding-top: 15px;
}
.content {
  color: #37332f;
  background-color: white;
}
.content .container {
  position: relative;
}
.content .divider {
  float: left;
  clear: both;
  margin: 15px 0;
  height: 1px;
  width: 100%;
  background: rgba(128, 128, 128, 0.22);
  overflow: hidden;
}
.content .content-top {
  clear: both;
}
.content .main {
  position: relative;
}
.content .main.grid_9 {
  padding-right: 30px;
}
@media (max-width: 1170px) {
  .content .main.grid_9 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.content .main .content-header {
  float: left;
}
@media (max-width: 1170px) {
  .content .main .content-header {
    float: none;
  }
}
.content .main .wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 400px;
  margin: 0 0;
  padding: 55px 0 25px 0;
}
@media (max-width: 1170px) {
  .content .main .wrapper {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
  }
}
.content .sidebar {
  position: relative;
  float: right;
  margin: 25px 0 0 0px;
  padding: 0 0 0 30px;
  z-index: 1;
  border-left: 1px solid rgba(128, 128, 128, 0.22);
}
@media (max-width: 1170px) {
  .content .sidebar {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
@media (min-width: 1170px) {
  .content .sidebar {
    margin: 25px 0 0 0;
  }
}
.content .content-bottom {
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.content .content-bottom:before,
.content .content-bottom:after {
  display: table;
  content: "";
}
.content .content-bottom:after {
  clear: both;
}
.footer {
  padding: 25px 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer a:not(.btn):not(.button) {
  color: #37332f;
}
.footer a:link,
.footer a:visited {
  text-decoration: none;
}
.footer a:active {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer-bottom,
.footer .footer-top {
  clear: both;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
.footer .footer-bottom .wrapper,
.footer .footer-top .wrapper {
  float: left;
  width: 100%;
}
@media (max-width: 1170px) {
  .footer .footer-bottom .wrapper,
  .footer .footer-top .wrapper {
    background: none;
  }
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #fff !important;
}
li.comment-add,
li.comment-reply {
  display: none;
  visibility: hidden;
}
.comment-text {
  clear: both;
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #7e7d7d;
}
.comment-unpublished,
.comment-preview {
  background-color: transparent !important;
}
#comments {
  clear: both;
}
#comments h2.title {
  display: none;
  visibility: hidden;
}
#comments .field {
  margin: 10px 0 5px;
  clear: both;
  float: left;
  width: 100%;
}
#comments .field-label {
  font-weight: bold;
  margin-bottom: 5px;
}
#comments .field-name-field-your-photos .field-label {
  display: block;
  /* 			padding-bottom: 15px; */
}
#comments .field-name-field-your-photos .field-item {
  display: inline-block;
  width: 25%;
}
#comments .field-name-field-your-photos .field-item img {
  max-width: 100%;
  padding: 5px;
}
#comments .field-name-field-your-story .field-label {
  display: block;
  /* 			padding-bottom: 15px; */
}
#comments .links {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
#comments .links li {
  list-style: none;
  float: left;
  width: auto;
  margin: 0 10px;
}
#comments .links li a {
  padding: 10px 15px;
}
.comment-form .wysiwyg-toggle-wrapper,
.comment-form .form-type-select {
  display: none;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
}
.comment-form .field-name-field-your-photos {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.comment-form .field {
  margin: 10px 0 5px;
  clear: both;
  float: left;
  width: 100%;
}
.comment-form .field-label {
  font-weight: bold;
  margin-bottom: 5px;
}
.comment-form fieldset {
  border: none;
}
.comment-form .form-file {
  margin-bottom: 10px !important;
}
.comment-form legend,
.comment-form .fieldset-legend {
  margin-bottom: 5px;
  color: black;
  font-weight: 700;
  font-size: 14px;
}
.faculty-staff-table a,
.faculty-staff-table .ext-wrapper {
  display: block !important;
}
.faculty-staff-table .ext-wrapper:last-of-type {
  padding-bottom: 15px;
}
.faculty-staff-table .list-item {
  padding-bottom: 30px;
}
/* TEMPLATE
==================================================================================================== */
.breadcrumb {
  position: absolute;
  top: 15px;
  margin: 0;
  padding: 0 25px 0 0;
  color: #5f5743;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.3em;
  text-transform: uppercase;
}
.breadcrumb a:link,
.breadcrumb a:visited {
  color: #736a51;
  text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:active {
  text-decoration: underline;
}
.medias-wrapper {
  max-width: 855px;
}
.iframe-wrapper,
.video-wrapper,
.media-wrapper {
  border: none;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe,
.video-wrapper iframe,
.media-wrapper iframe,
.iframe-wrapper object,
.video-wrapper object,
.media-wrapper object,
.iframe-wrapper embed,
.video-wrapper embed,
.media-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.node .submitted {
  margin-bottom: 10px;
  color: #777;
  font-size: 12px;
  font-size: 1.2rem;
}
.node-content,
.content-bottom,
.group-subsection {
  clear: both;
}
.node-content .block,
.content-bottom .block,
.group-subsection .block,
.node-content .field,
.content-bottom .field,
.group-subsection .field {
  clear: both;
  float: left;
  width: 100%;
}
.node-content .block .listings,
.content-bottom .block .listings,
.group-subsection .block .listings,
.node-content .block .the-listings,
.content-bottom .block .the-listings,
.group-subsection .block .the-listings,
.node-content .field .listings,
.content-bottom .field .listings,
.group-subsection .field .listings,
.node-content .field .the-listings,
.content-bottom .field .the-listings,
.group-subsection .field .the-listings {
  margin-top: 30px;
  float: left;
  width: 100%;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.node-content .block .listings:before,
.content-bottom .block .listings:before,
.group-subsection .block .listings:before,
.node-content .block .the-listings:before,
.content-bottom .block .the-listings:before,
.group-subsection .block .the-listings:before,
.node-content .field .listings:before,
.content-bottom .field .listings:before,
.group-subsection .field .listings:before,
.node-content .field .the-listings:before,
.content-bottom .field .the-listings:before,
.group-subsection .field .the-listings:before,
.node-content .block .listings:after,
.content-bottom .block .listings:after,
.group-subsection .block .listings:after,
.node-content .block .the-listings:after,
.content-bottom .block .the-listings:after,
.group-subsection .block .the-listings:after,
.node-content .field .listings:after,
.content-bottom .field .listings:after,
.group-subsection .field .listings:after,
.node-content .field .the-listings:after,
.content-bottom .field .the-listings:after,
.group-subsection .field .the-listings:after {
  display: table;
  content: "";
}
.node-content .block .listings:after,
.content-bottom .block .listings:after,
.group-subsection .block .listings:after,
.node-content .block .the-listings:after,
.content-bottom .block .the-listings:after,
.group-subsection .block .the-listings:after,
.node-content .field .listings:after,
.content-bottom .field .listings:after,
.group-subsection .field .listings:after,
.node-content .field .the-listings:after,
.content-bottom .field .the-listings:after,
.group-subsection .field .the-listings:after {
  clear: both;
}
.node-content .block p.intro,
.content-bottom .block p.intro,
.group-subsection .block p.intro,
.node-content .field p.intro,
.content-bottom .field p.intro,
.group-subsection .field p.intro {
  font-size: 18px;
  line-height: 1.8;
}
.node-content .block .listing,
.content-bottom .block .listing,
.group-subsection .block .listing,
.node-content .field .listing,
.content-bottom .field .listing,
.group-subsection .field .listing {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  *zoom: 1;
  zoom: 1;
}
.node-content .block .listing:before,
.content-bottom .block .listing:before,
.group-subsection .block .listing:before,
.node-content .field .listing:before,
.content-bottom .field .listing:before,
.group-subsection .field .listing:before,
.node-content .block .listing:after,
.content-bottom .block .listing:after,
.group-subsection .block .listing:after,
.node-content .field .listing:after,
.content-bottom .field .listing:after,
.group-subsection .field .listing:after {
  display: table;
  content: "";
}
.node-content .block .listing:after,
.content-bottom .block .listing:after,
.group-subsection .block .listing:after,
.node-content .field .listing:after,
.content-bottom .field .listing:after,
.group-subsection .field .listing:after {
  clear: both;
}
.block .button-wrapper .field .button-wrapper {
  text-align: center;
}
.node .node-content .field-image {
  float: left;
  margin: 5px 20px 20px 0;
}
.node .node-content .field-image img {
  display: block;
  border: 3px solid #beb7ae;
}
.node .node-content .field-name-body img.image-medium {
  border: 3px solid #ddd;
  margin: 0 20px 20px 0;
}
.node .node-gallery .images {
  margin: 0 -10px 20px 0;
  line-height: 1;
}
.node .node-gallery .images span {
  display: inline;
}
.node .node-gallery .images a {
  display: inline-block;
  margin: 0 10px 10px 0;
  border: 1px solid #5a2a82;
}
.node .node-gallery .images a img {
  display: block;
  max-width: none;
  /* IE8 needs this */
}
.node span.file {
  display: block;
}
.node-content .field .field-label {
  font-weight: bold;
}
.node-content .field span {
  display: block;
}
.node-content .field .date-display-single span,
.node-content .field .date-display-start,
.node-content .field .date-display-end {
  display: inline;
}
.node-content .field-name-body span {
  display: inline;
}
.node-content img.inline {
  margin-bottom: 30px;
}
.article-listing-image .listing-row {
  margin-left: 0;
  position: relative;
  overflow: hidden;
}
.article-listing-image .listing-image {
  float: left;
  margin: 5px 20px 20px 0;
}
.article-listing-image .listing-image img {
  display: block;
  border: 3px solid #beb7ae;
}
.article-listing-image .listing-content {
  padding-top: 10px;
}
/* DRUPAL
==================================================================================================== */
.tabs {
  margin: 20px 0;
  padding: 0 5px;
  list-style-type: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.tabs li {
  display: inline;
  margin: 0;
  padding: 0;
}
.tabs li a:link,
.tabs li a:visited {
  display: inline-block;
  padding: 5px 20px;
  color: rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.tabs li.active a {
  margin-bottom: -1px;
  padding-bottom: 6px;
  color: black;
  background-color: white;
  border-bottom-color: white;
}
.item-list .pager {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: capitalize;
}
.item-list .pager li {
  margin: 0 5px;
  padding: 0;
}
/* BLOCKS
==================================================================================================== */
#views_slideshow_cycle_main_homepage_slideshow-block .views-slideshow-cycle-main-frame-row,
#views_slideshow_cycle_main_homepage_slideshow-block .views-slideshow-cycle-main-frame {
  width: 100% !important;
}
.content .homepage-main-slides .container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.homepage-main-slides {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .homepage-main-slides {
    max-height: 400px;
    overflow: hidden;
  }
}
@media (max-width: 450px) {
  .homepage-main-slides {
    max-height: 350px;
  }
}
.homepage-main-slides .views-slideshow-cycle-main-frame-row-item {
  position: relative;
}
.homepage-main-slides .views-slideshow-cycle-main-frame-row-item .image {
  text-align: center;
  vertical-align: middle;
}
.homepage-main-slides .views-slideshow-cycle-main-frame-row-item .image img {
  width: 100%;
  height: auto !important;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.homepage-main-slides .views-slideshow-cycle-main-frame-row-item .top-text,
.homepage-main-slides .views-slideshow-cycle-main-frame-row-item .middle-text,
.homepage-main-slides .views-slideshow-cycle-main-frame-row-item .bottom-text {
  text-align: left;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1170px;
  clear: both;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .top-text,
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .middle-text,
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .bottom-text {
    width: 1200px;
  }
}
@media (max-width: 992px) {
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .top-text,
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .middle-text,
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .bottom-text {
    width: 970px;
  }
}
@media (max-width: 768px) {
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .top-text,
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .middle-text,
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .bottom-text {
    width: 750px;
  }
}
@media (max-width: 450px) {
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .top-text,
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .middle-text,
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .bottom-text {
    width: 420px;
  }
}
.homepage-main-slides .views-slideshow-cycle-main-frame-row-item .top-text a,
.homepage-main-slides .views-slideshow-cycle-main-frame-row-item .middle-text a,
.homepage-main-slides .views-slideshow-cycle-main-frame-row-item .bottom-text a {
  text-decoration: none !important;
}
.homepage-main-slides .views-slideshow-cycle-main-frame-row-item .top-text {
  margin-top: 5%;
  color: #fff;
  font-size: 78px;
  font-size: 7.8rem;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
@media (max-width: 960px) {
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .top-text {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media (max-width: 768px) {
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .top-text {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 450px) {
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .top-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.homepage-main-slides .views-slideshow-cycle-main-frame-row-item .top-text a {
  color: #fff;
}
.homepage-main-slides .views-slideshow-cycle-main-frame-row-item .middle-text {
  line-height: 1;
  color: #fec524;
  font-size: 205px;
  font-size: 20.5rem;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  -webkit-text-fill-color: #fec524;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 10px;
  -webkit-text-stroke-color: #fec524;
}
@media (max-width: 960px) {
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .middle-text {
    font-size: 100px;
    font-size: 10rem;
    -webkit-text-stroke-width: 8px;
  }
}
@media (max-width: 768px) {
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .middle-text {
    font-size: 80px;
    font-size: 8rem;
    -webkit-text-stroke-width: 7px;
  }
}
@media (max-width: 450px) {
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .middle-text {
    font-size: 60px;
    font-size: 6rem;
    -webkit-text-stroke-width: 5px;
  }
}
.homepage-main-slides .views-slideshow-cycle-main-frame-row-item .middle-text a {
  color: #eeb001;
}
.homepage-main-slides .views-slideshow-cycle-main-frame-row-item .bottom-text {
  margin-top: 10px;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'Raleway', sans-serif;
  padding-right: 25%;
  text-align: left;
}
@media (max-width: 960px) {
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .bottom-text {
    padding-right: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .bottom-text {
    max-width: 100%;
    padding-right: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .homepage-main-slides .views-slideshow-cycle-main-frame-row-item .bottom-text {
    display: none;
  }
}
.homepage-main-slides .views-slideshow-cycle-main-frame-row-item .bottom-text a {
  color: #fff;
}
.homepage-main-slides .views-slideshow-controls-bottom {
  display: none;
  visibility: hidden;
  position: absolute;
  z-index: 999999;
  width: 100%;
  bottom: 40px;
  text-align: center;
}
.homepage-main-slides .views-slideshow-controls-bottom #widget_pager_bottom_homepage_slideshow-block {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.homepage-main-slides .views-slideshow-controls-bottom #widget_pager_bottom_homepage_slideshow-block > div {
  display: inline-block;
  width: auto;
}
.homepage-main-slides .views-slideshow-controls-bottom .views-content-counter {
  color: transparent;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: rgba(204, 204, 204, 0.75);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .homepage-main-slides .views-slideshow-controls-bottom .views-content-counter {
    width: 22px;
    height: 22px;
    margin: 0 10px;
  }
}
.homepage-main-slides .views-slideshow-controls-bottom .active .views-content-counter {
  background: #fff;
}
.views_slideshow_cycle_main {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.views_slideshow_cycle_main .link a {
  display: inline-block;
  zoom: 1;
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background-color: #eeb001;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.views_slideshow_cycle_main .link a:hover {
  background: #fec524;
}
#views_slideshow_cycle_main_header_slideshow-block .views-slideshow-cycle-main-frame,
#views_slideshow_cycle_main_header_slideshow-block .views_slideshow_cycle_teaser_section,
#views_slideshow_cycle_main_header_slideshow-block .views-slideshow-cycle-main-frame-row {
  max-width: 815px !important;
  max-height: 300px !important;
}
#views_slideshow_cycle_main_header_slideshow-block .views-slideshow-cycle-main-frame img,
#views_slideshow_cycle_main_header_slideshow-block .views_slideshow_cycle_teaser_section img {
  max-width: 815px !important;
  max-height: 300px !important;
}
@media (max-width: 992px) {
  #views_slideshow_cycle_main_header_slideshow-block .views_slideshow_cycle_main {
    max-width: 100% !important;
  }
}
@media (max-width: 992px) {
  #views_slideshow_cycle_teaser_section_testimonial_slideshow-block .views_slideshow_cycle_main {
    max-width: 100% !important;
  }
}
.section-home .testimonials-slider-wrapper section {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1170px;
  clear: both;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .section-home .testimonials-slider-wrapper section {
    width: 1200px;
  }
}
@media (max-width: 992px) {
  .section-home .testimonials-slider-wrapper section {
    width: 970px;
  }
}
@media (max-width: 768px) {
  .section-home .testimonials-slider-wrapper section {
    width: 750px;
  }
}
@media (max-width: 450px) {
  .section-home .testimonials-slider-wrapper section {
    width: 420px;
    padding: 0;
  }
}
.section-home .testimonials-slider-wrapper .views-slideshow-controls-text-previous a {
  left: -60px;
}
.section-home .testimonials-slider-wrapper .views-slideshow-controls-text-next a {
  right: -60px;
}
@media (max-width: 960px) {
  .section-home .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .link {
    padding-bottom: 0;
  }
}
.section-default .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row,
.section-default .testimonials-slider-wrapper .field-slideshow {
  height: 378px !important;
  max-height: 378px !important;
}
.views-slideshow-cycle-main-frame,
views-slideshow-cycle-main-frame-row {
  max-width: 100% !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.testimonials-slider-wrapper {
  position: relative;
}
.testimonials-slider-wrapper section {
  max-width: 100% !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.testimonials-slider-wrapper .field-slideshow {
  overflow: visible;
  max-width: none !important;
}
.testimonials-slider-wrapper.interior {
  margin-bottom: -25px;
}
@media (max-width: 768px) {
  .testimonials-slider-wrapper.interior {
    margin-bottom: -50px;
  }
}
@media (max-width: 450px) {
  .testimonials-slider-wrapper.interior {
    margin-bottom: -15px;
  }
}
.testimonials-slider-wrapper.interior .views-slideshow-cycle-main-frame-row-item .header-text {
  padding-top: 20px;
}
@media (max-width: 450px) {
  .testimonials-slider-wrapper.interior .views-slideshow-cycle-main-frame-row-item .header-text {
    padding-top: 15px;
  }
}
.testimonials-slider-wrapper.interior .field-slideshow-slide {
  max-width: 271px;
  max-height: 379px;
}
.testimonials-slider-wrapper.interior .field-slideshow-slide img {
  max-width: 271px !important;
  max-height: 379px !important;
}
.testimonials-slider-wrapper .views_slideshow_cycle_main {
  position: relative;
}
@media (max-width: 768px) {
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item {
  *zoom: 1;
  zoom: 1;
}
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item:before,
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item:after {
  display: table;
  content: "";
}
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item:after {
  clear: both;
}
@media (max-width: 768px) {
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .image {
  float: left;
  width: 33.33%;
  width: 33.33333333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .image {
    margin-bottom: -40px;
  }
}
@media (max-width: 875px) {
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .image {
    display: none;
    visibility: hidden;
  }
}
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .header-text,
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .quote-text,
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .credit-text,
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .link {
  position: relative;
  float: right;
  width: 66.66%;
  width: 66.66666667%;
  text-align: center;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 875px) {
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .header-text,
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .quote-text,
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .credit-text,
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .link {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0 30px;
  }
}
@media (max-width: 450px) {
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .header-text,
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .quote-text,
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .credit-text,
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .link {
    padding: 0 15px;
  }
}
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .header-text {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  color: #83817E;
  font-size: 14px;
  font-weight: bold;
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (max-width: 960px) {
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .header-text {
    padding-top: 20px;
  }
}
@media (max-width: 450px) {
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .header-text {
    padding: 15px;
  }
}
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .header-text:after {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 50%;
  left: 25%;
  content: "";
  background: #BAB9B8;
}
@media (max-width: 768px) {
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .header-text:after {
    left: 30px;
    width: 75%;
  }
}
@media (max-width: 450px) {
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .header-text:after {
    left: 15px;
  }
}
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .quote-text {
  font-size: 20px;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  padding: 30px 60px 5px;
}
@media (max-width: 768px) {
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .quote-text {
    padding: 30px;
  }
}
@media (max-width: 450px) {
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .quote-text {
    padding: 15px;
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .credit-text {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .link {
  *zoom: 1;
  zoom: 1;
}
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .link:before,
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .link:after {
  display: table;
  content: "";
}
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .link:after {
  clear: both;
}
@media (max-width: 960px) {
  .testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .link {
    padding-bottom: 30px;
  }
}
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .link a {
  display: inline-block;
  zoom: 1;
  padding: 0 15px;
  margin-top: 30px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background-color: #eeb001;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.testimonials-slider-wrapper .views-slideshow-cycle-main-frame-row-item .link a:hover {
  background: #fec524;
}
.testimonials-slider-wrapper .views-slideshow-controls-bottom {
  position: absolute;
  z-index: 99;
  top: 40%;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .testimonials-slider-wrapper .views-slideshow-controls-bottom {
    display: none;
    visibility: hidden;
  }
}
.testimonials-slider-wrapper .views-slideshow-controls-bottom .views-slideshow-controls-text {
  position: relative;
  height: 50px;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}
.testimonials-slider-wrapper .views-slideshow-controls-bottom .views-slideshow-controls-text-previous a,
.testimonials-slider-wrapper .views-slideshow-controls-bottom .views-slideshow-controls-text-next a {
  position: absolute;
  display: inline-block;
  color: transparent;
  width: 50px;
  height: 50px;
}
.testimonials-slider-wrapper .views-slideshow-controls-bottom .views-slideshow-controls-text-previous a:after,
.testimonials-slider-wrapper .views-slideshow-controls-bottom .views-slideshow-controls-text-next a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kwu-iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  color: #C1C1C1;
  display: inline-block;
}
.testimonials-slider-wrapper .views-slideshow-controls-bottom .views-slideshow-controls-text-previous a {
  left: -40px;
}
.testimonials-slider-wrapper .views-slideshow-controls-bottom .views-slideshow-controls-text-previous a:after {
  content: "\e408";
}
.testimonials-slider-wrapper .views-slideshow-controls-bottom .views-slideshow-controls-text-next a {
  right: -40px;
}
.testimonials-slider-wrapper .views-slideshow-controls-bottom .views-slideshow-controls-text-next a:after {
  content: "\e409";
}
.testimonials-slider-wrapper .views-slideshow-controls-bottom .views-slideshow-controls-text-pause {
  display: none;
  visibility: hidden;
}
.limitless-menu-tabs {
  *zoom: 1;
  zoom: 1;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQ0lEQVQYV2OM0mr6z4AHaGuJMzDiUwRScPXaS9yKYApAlmA1CVkBVkXoCjAUYVOAogiXArgifArAilpDZv4HeRMfAAA78CqjFGXxXQAAAABJRU5ErkJggg== ) repeat;
}
.limitless-menu-tabs:before,
.limitless-menu-tabs:after {
  display: table;
  content: "";
}
.limitless-menu-tabs:after {
  clear: both;
}
.limitless-menu-tabs h2.faux-h1 {
  color: #fff;
}
@media (max-width: 768px) {
  .limitless-menu-tabs h2.faux-h1 {
    float: left;
    width: auto;
  }
}
.limitless-menu-tabs p.intro {
  font: 700 18px/1.5 'Raleway', sans-serif;
  color: #bfaad0;
}
@media (max-width: 768px) {
  .limitless-menu-tabs p.intro {
    display: none;
    visibility: hidden;
  }
}
.limitless-menu-tabs .button.mobile {
  display: none;
  visibility: hidden;
}
@media (max-width: 768px) {
  .limitless-menu-tabs .button.mobile {
    display: inline-block;
    visibility: visible;
    float: right;
    margin-top: 30px;
  }
}
@media (max-width: 450px) {
  .limitless-menu-tabs .button.mobile {
    float: none;
    margin: 0 auto;
  }
}
.limitless-menu-tabs .tabs-wrapper {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .limitless-menu-tabs .tabs-wrapper {
    padding: 30px 0;
  }
}
@media (max-width: 450px) {
}
.limitless-menu-tabs .tabs-menu-wrapper {
  float: left;
  width: 50%;
  color: #fff;
  /* Bootstrap tab overrides */
}
@media (max-width: 768px) {
  .limitless-menu-tabs .tabs-menu-wrapper {
    width: 100%;
    height: auto !important;
  }
}
.limitless-menu-tabs .tabs-menu-wrapper .inner-wrapper {
  max-width: 585px;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .limitless-menu-tabs .tabs-menu-wrapper .inner-wrapper {
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .limitless-menu-tabs .tabs-menu-wrapper .inner-wrapper {
    width: 100%;
    max-width: 100%;
    float: left;
  }
}
@media (max-width: 450px) {
  .limitless-menu-tabs .tabs-menu-wrapper .inner-wrapper {
    float: none;
    margin: 0 auto;
  }
}
.limitless-menu-tabs .tabs-menu-wrapper .nav-tabs {
  border: none;
}
@media (max-width: 768px) {
  .limitless-menu-tabs .tabs-menu-wrapper .nav-tabs {
    display: none;
    visibility: hidden;
  }
}
.limitless-menu-tabs .tabs-menu-wrapper .nav-tabs > li {
  width: 50%;
  margin-bottom: 5px;
  margin-left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.limitless-menu-tabs .tabs-menu-wrapper .nav-tabs > li.default {
  display: none;
  visibility: hidden;
}
.limitless-menu-tabs .tabs-menu-wrapper .nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.5;
  border: none;
}
.limitless-menu-tabs .tabs-menu-wrapper .nav > li > a {
  color: #fff;
  padding: 5px 15px;
}
.limitless-menu-tabs .tabs-menu-wrapper .nav > li > a:before {
  position: relative;
  top: 3px;
  font-size: 18px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kwu-iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e409";
  margin-left: -15px;
}
.limitless-menu-tabs .tabs-menu-wrapper .nav-tabs > li > a:hover,
.limitless-menu-tabs .tabs-menu-wrapper .nav-tabs > li > a:focus,
.limitless-menu-tabs .tabs-menu-wrapper .nav-tabs > li.active > a,
.limitless-menu-tabs .tabs-menu-wrapper .nav-tabs > li.active > a:hover,
.limitless-menu-tabs .tabs-menu-wrapper .nav-tabs > li.active > a:focus {
  color: #fec524;
  background-color: transparent;
  border: none;
  padding: 5px 15px;
  margin: 0;
  outline: none;
}
.limitless-menu-tabs .tab-content-wrapper {
  position: relative;
  float: right;
  width: 50%;
  height: 100%;
  background-color: #efefef;
  background-image: url(/sites/all/themes/kwu/images/limitless-bg-1.jpg);
  /* Default image. */
  background-repeat: no-repeat;
  background-position: right bottom;
  transition: background-image 3s linear;
  background-blend-mode: darken;
}
@media (max-width: 768px) {
  .limitless-menu-tabs .tab-content-wrapper {
    display: none;
    visibility: hidden;
  }
}
.limitless-menu-tabs .tab-content-wrapper .tab-content {
  max-width: 585px;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.limitless-menu-tabs .tab-content-wrapper .pointer {
  position: absolute;
  z-index: 12;
  left: 0;
  top: 48%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #5a2a82;
}
.limitless-menu-tabs .tab-content-wrapper ul {
  margin: 0 0 0 -15px;
  padding: 0;
  list-style: none;
}
.limitless-menu-tabs .tab-content-wrapper ul li {
  position: relative;
  width: 33%;
  height: 176px;
  overflow: hidden;
  float: left;
  margin: 0 1px 1px 0;
  background: #83817E;
  background: rgba(204, 204, 204, 0.73);
  display: block;
  padding: 80px 15px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.limitless-menu-tabs .tab-content-wrapper ul li:hover,
.limitless-menu-tabs .tab-content-wrapper ul li:focus {
  text-decoration: none;
  background: rgba(171, 181, 180, 0.73);
}
@media (max-width: 768px) {
  .limitless-menu-tabs .tab-content-wrapper ul li {
    width: 50%;
  }
}
.limitless-menu-tabs .tab-content-wrapper ul li a {
  color: inherit;
  text-decoration: none;
}
.limitless-menu-tabs .tab-content-wrapper ul h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #46827b;
  text-transform: uppercase;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
@media (max-width: 768px) {
  .limitless-menu-tabs .tab-content-wrapper ul h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.limitless-menu-tabs .tab-content-wrapper ul p {
  color: #37332f;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .limitless-menu-tabs .tab-content-wrapper ul p {
    font-size: 14px;
    font-size: 1.4rem;
    height: 44px;
    line-height: 44px;
  }
}
.limitless-menu-tabs h3 {
  clear: both;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
}
.kwu-difference {
  padding: 60px;
}
@media (max-width: 768px) {
  .kwu-difference {
    padding: 30px 15px;
  }
  .kwu-difference .container_12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 450px) {
}
.kwu-difference .image-wrapper {
  padding: 30px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .kwu-difference .image-wrapper {
    display: none;
    visibility: hidden;
  }
}
.kwu-difference .image-wrapper img {
  max-width: 100%;
}
.kwu-difference .button-wrapper {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
}
.social-media-wall {
  padding: 60px 0;
  background: url(../images/social-wall-bg.jpg) center top repeat;
}
@media (max-width: 768px) {
  .social-media-wall {
    padding: 30px 0;
  }
}
@media (max-width: 450px) {
}
.social-media-wall h2 {
  text-align: center;
  color: #fff;
}
#wall {
  padding: 10px 0 0;
  min-height: 100px;
}
#wall .dcsns-toolbar {
  display: none;
  visibility: hidden;
}
.fun-facts-wrapper {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .fun-facts-wrapper {
    padding: 30px 0;
  }
}
@media (max-width: 450px) {
}
@media (min-width: 1170px) {
  .fun-facts-wrapper .container_12 {
    padding-left: 95px;
    padding-right: 95px;
  }
}
.fun-facts-wrapper h2 {
  float: left;
}
@media (max-width: 590px) {
  .fun-facts-wrapper h2 {
    width: 100%;
  }
}
.fun-facts-wrapper .btn {
  float: right;
  margin-top: 30px;
}
@media (max-width: 590px) {
  .fun-facts-wrapper .btn {
    float: none;
    margin: 0 auto;
  }
}
.fun-facts-wrapper .counters {
  clear: both;
  float: left;
  *zoom: 1;
  zoom: 1;
  width: 100%;
  border-top: 1px solid #83817E;
  padding: 30px 0 0;
  margin-top: 30px;
}
.fun-facts-wrapper .counters:before,
.fun-facts-wrapper .counters:after {
  display: table;
  content: "";
}
.fun-facts-wrapper .counters:after {
  clear: both;
}
@media (max-width: 450px) {
  .fun-facts-wrapper .counters {
    padding: 15px 0 0;
    margin-top: 15px;
  }
}
.fun-facts-wrapper .counter {
  float: left;
  width: 25%;
  text-align: center;
  color: #46827b;
  text-transform: uppercase;
  padding: 15px;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 768px) {
  .fun-facts-wrapper .counter {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .fun-facts-wrapper .counter {
    width: 100%;
  }
}
.fun-facts-wrapper .counter span {
  font-size: 55px;
  display: block;
  font-family: 'Raleway', sans-serif;
  -webkit-text-fill-color: #46827b;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #46827b;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .fun-facts-wrapper .counter span {
    -webkit-text-stroke-width: 4px;
  }
}
@media (max-width: 450px) {
  .fun-facts-wrapper .counter span {
    -webkit-text-stroke-width: 3px;
  }
}
.page-header {
  float: right;
  width: auto;
  *zoom: 1;
  zoom: 1;
  padding: 0 5px;
  margin: 0 0 20px;
  border: none;
  background: rgba(0, 0, 0, 0.2);
}
.page-header:before,
.page-header:after {
  display: table;
  content: "";
}
.page-header:after {
  clear: both;
}
.search-advanced {
  display: none;
  visibility: hidden;
}
.header .search {
  /*
	position: absolute;
	right: 0;
*/
  float: right;
  width: 310px;
  margin: 0;
  padding: 5px 0;
  padding: 0.5rem 0;
  text-align: right;
  line-height: 1;
}
@media (max-width: 1064px) {
  .header .search {
    display: none;
    visibility: hidden;
  }
}
.header .search .form-item {
  display: inline;
  margin: 0;
}
.header .search .form-item .form-text {
  text-align: center;
  width: 200px;
  margin: 0 5px 0 0;
  padding: 4px;
  padding: 0.4rem;
  color: white;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.header .search .form-item .form-text:focus {
  background: rgba(0, 0, 0, 0.2);
}
.header .search .form-item .form-text::placeholder {
  color: #b3b3b3;
}
.header .search .form-item .form-text::-webkit-input-placeholder {
  color: #b3b3b3;
}
.header .search .form-item .form-text:-moz-placeholder {
  color: #b3b3b3;
}
.header .search .form-item .form-text::-moz-placeholder {
  color: #b3b3b3;
}
.header .search .form-item .form-text:-ms-input-placeholder {
  color: #b3b3b3;
}
.header .search .form-submit {
  margin: 0;
  padding: 7px 12px;
  padding: 0.7rem 12px;
  color: white;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  text-indent: -99999999px;
  background: url(../images/search-icon.png) no-repeat scroll center center;
}
.header .secondary-menu {
  /*
	position: absolute;
	left: 310px;
*/
  float: right;
  /* 	width: 320px; */
  padding: 12px 0;
  padding: 1.2rem 0;
  color: white;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 969px) {
  .header .secondary-menu {
    display: none;
    visibility: hidden;
  }
}
.header .secondary-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header .secondary-menu ul li {
  display: inline;
  float: left;
  margin: 0;
  padding-left: 5px;
}
.header .secondary-menu ul li:after {
  content: "|";
  padding-left: 5px;
}
.header .secondary-menu ul li.last:after {
  content: "";
}
.header .secondary-menu ul li a:link,
.header .secondary-menu ul li a:visited {
  color: white;
  text-decoration: none;
}
.header .secondary-menu ul li a:hover,
.header .secondary-menu ul li a:active {
  text-decoration: underline;
}
.header .quick-links {
  position: fixed;
  z-index: 99999;
  margin-top: 160px;
  right: -93px;
  padding-left: 15px;
  padding-right: 15px;
  background: #5a2a82;
  color: #eeb001;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 969px) {
  .header .quick-links {
    position: absolute;
    margin-top: 12px;
    right: 120px;
    top: 0;
    background: transparent;
  }
}
@media (min-width: 970px) {
  .header .quick-links:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'kwu-iconmoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e408";
    margin-left: -15px;
    color: #A081B9;
    font-size: 22px;
  }
  .header .quick-links:hover {
    right: 0;
  }
  .header .quick-links:hover:before {
    content: '\e409';
  }
}
@media (max-width: 600px) {
  .header .quick-links {
    display: none;
    visibility: hidden;
  }
}
.header .quick-links ul {
  margin: 0;
  padding: 0;
}
.header .quick-links ul:before {
  content: " ";
  width: 15px;
  height: 100%;
  background: #5a2a82;
}
.header .quick-links ul li {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
@media (max-width: 969px) {
  .header .quick-links ul li {
    float: left;
  }
}
.header .quick-links ul li a {
  color: #eeb001;
  display: block;
  height: auto;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px;
  margin-bottom: 5px;
  border-bottom: 1px solid black;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header .quick-links ul li a:hover {
  text-decoration: none !important;
  color: #fec524;
}
@media (max-width: 969px) {
  .header .quick-links ul li a {
    border-bottom: none;
  }
}
.header .quick-links ul li a:before {
  font-size: 60px;
  display: block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kwu-iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 969px) {
  .header .quick-links ul li a:before {
    font-size: 45px;
  }
}
.header .quick-links ul li.apply a:before {
  content: "\e907";
}
.header .quick-links ul li.give a:before {
  content: "\e909";
}
.header .quick-links ul li.chat a {
  border-bottom: none;
}
.header .quick-links ul li.chat a:before {
  content: "\e908";
}
.node.content .block {
  clear: both;
  position: relative;
}
.content .header-images {
  width: 700px;
  margin: 5px -10px 10px -10px;
  padding: 10px;
  background-color: #e0ded6;
  position: relative;
}
@media (max-width: 1170px) {
  .content .header-images {
    width: 100%;
    margin: 5px 0 10px;
    box-sizing: border-box;
  }
}
.content .header-images .slides-container {
  width: 700px;
  height: 300px;
}
@media (max-width: 1170px) {
  .content .header-images .slides-container {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
.content .header-images .slides-container .slides_control[style] {
  width: auto !important;
}
.content .header-images img {
  display: block;
  width: 100%;
  height: auto;
}
.content .header-images .pagination {
  display: none;
}
.featured-links-home {
  font-family: "OpenSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .featured-links-home {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
  }
}
@media (max-width: 1170px) and (min-width: 750px) {
  .featured-links-home {
    width: auto;
    box-sizing: border-box;
    margin: 0;
  }
}
.featured-links-home ul {
  clear: both;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 1170px) {
  .featured-links-home ul {
    float: none;
    box-sizing: border-box;
    width: 100%;
  }
}
.featured-links-home ul li {
  float: left;
  margin: 0 11px 0 0;
  padding: 0;
  background: black center center no-repeat;
  background-image: url(../images/featured-links-home-bg-02.jpg);
}
@media (max-width: 1170px) {
  .featured-links-home ul li {
    background-size: 100%;
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
.featured-links-home ul li.first {
  background-image: url(../images/featured-links-home-bg-01.jpg);
}
.featured-links-home ul li.last {
  margin-right: 0;
  background-image: url(../images/featured-links-home-bg-03.jpg);
}
.featured-links-home ul li a {
  display: block;
  width: 256px;
  padding: 20px;
  border: 5px solid transparent;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .featured-links-home ul li a {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 1170px) and (min-width: 750px) {
  .featured-links-home ul li a {
    width: 100%;
    box-sizing: border-box;
  }
}
.featured-links-home ul li a:link,
.featured-links-home ul li a:visited {
  color: #efecef;
  background-color: #4F335F;
  background-color: rgba(79, 51, 95, 0.8);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.featured-links-home ul li a:hover,
.featured-links-home ul li a:active {
  color: white;
  background-color: #913637;
  background-color: rgba(145, 54, 55, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.featured-links-home ul li a.featured-links-home-two-lines {
  padding: 12px 20px 11px;
  line-height: 1.25em;
  white-space: normal;
}
.featured-links-home ul li a.featured-links-home-two-lines-short {
  padding: 12px 48px 11px;
  line-height: 1.25em;
  white-space: normal;
  width: 200px;
}
@media (max-width: 1170px) {
  .featured-links-home ul li a.featured-links-home-two-lines-short {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
}
.block.admissions-process {
  clear: both;
  float: left;
  width: 800px;
  margin: 20px 0 0 0;
  padding: 0;
  color: white;
  background: url(../images/admissions-process-bg.png) center center no-repeat;
  font-size: 12px;
  font-size: 1.2rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1170px) {
  .block.admissions-process {
    background-image: none;
    background-color: #5a2a82;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}
@media (max-width: 750px) {
  .block.admissions-process {
    background-color: transparent;
  }
}
.block.admissions-process .admissions-process-item {
  float: left;
  position: relative;
  width: 219.33px;
  width: calc(219.33333333px);
  padding: 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block.admissions-process .admissions-process-item.info {
  margin-left: 42px;
}
.block.admissions-process .admissions-process-item.info .admissions-process-title:before {
  content: "1";
}
.block.admissions-process .admissions-process-item.visit {
  margin-left: 50px;
  padding-left: 17px;
  width: 202.33px;
}
.block.admissions-process .admissions-process-item.visit .admissions-process-title:before {
  content: "2";
}
.block.admissions-process .admissions-process-item.apply {
  margin-left: 50px;
  padding-left: 17px;
  width: 202.33px;
}
.block.admissions-process .admissions-process-item.apply .admissions-process-title:before {
  content: "3";
}
@media (max-width: 1170px) {
  .block.admissions-process .admissions-process-item.info,
  .block.admissions-process .admissions-process-item.visit,
  .block.admissions-process .admissions-process-item.apply {
    width: 33.3333%;
    box-sizing: border-box;
    margin-left: 0 !important;
    padding: 10px 15px;
    background: #5a2a82;
  }
}
@media (max-width: 750px) {
  .block.admissions-process .admissions-process-item.info,
  .block.admissions-process .admissions-process-item.visit,
  .block.admissions-process .admissions-process-item.apply {
    width: 100%;
    margin-bottom: 1px;
  }
}
.block.admissions-process .admissions-process-title {
  position: relative;
  display: block;
  color: #fec524;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
.block.admissions-process .admissions-process-title a {
  font-weight: normal;
  color: #fec524;
}
@media (max-width: 1170px) {
  .block.admissions-process .admissions-process-title a {
    display: block;
    clear: both;
  }
}
.block.admissions-process .admissions-process-title:before {
  content: " ";
  display: block;
  position: absolute;
  left: -35px;
  top: -5px;
  width: 30px;
  height: 30px;
  text-align: center;
  box-sizing: border-box;
  color: #fec524;
  border-radius: 50%;
  border: 1px solid #fec524;
  font-size: 16px;
  line-height: 30px;
  font-family: OpenSansRegular, Tahoma, sans-serif;
}
@media (max-width: 1170px) {
  .block.admissions-process .admissions-process-title:before {
    position: relative;
    left: 0 !important;
    top: 0;
    margin-bottom: 10px;
  }
}
.block.admissions-process a {
  color: white;
  font-weight: bold;
}
.block.admissions-process p {
  margin-bottom: 10px;
}
.content-bottom .news-and-events {
  float: left;
  width: 670px;
  margin-right: 0;
  padding: 20px;
  line-height: normal;
  font-size: 11px;
  font-size: 1.1rem;
}
@media (max-width: 1170px) {
  .content-bottom .news-and-events {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
  }
}
.content-bottom .news-and-events .contextual-links-region {
  position: static;
}
.content-bottom .news-and-events .wrapper {
  float: left;
  background: url("../images/news-and-events-bg-home.png") center center repeat-y;
}
@media (max-width: 1170px) {
  .content-bottom .news-and-events .wrapper {
    background: none;
    float: none;
  }
}
.content-bottom .news-and-events .block-title {
  margin-bottom: 10px;
  margin-bottom: 1.0rem;
  color: #5a2a82;
  font-family: "OpenSansSemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  font-size: 20px;
  font-size: 2.0rem;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 3px double #cfc9c0;
  color: #3e2e1e;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content-bottom .news-and-events .block-title:link {
  color: #5a2a82;
}
.content-bottom .news-and-events .block-title.faux-h1-sub {
  font-size: 78px;
  font-size: 7.8rem;
  color: #fec524;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1170px) {
  .content-bottom .news-and-events .block-title.faux-h1-sub {
    font-size: 68px;
    font-size: 6.8rem;
  }
}
@media (max-width: 750px) {
  .content-bottom .news-and-events .block-title.faux-h1-sub {
    font-size: 58px;
    font-size: 5.8rem;
  }
}
@media (max-width: 100%) {
  .content-bottom .news-and-events .block-title.faux-h1-sub {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media (max-width: 300px) {
  .content-bottom .news-and-events .block-title.faux-h1-sub {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.content-bottom .news-and-events .more {
  position: absolute;
  top: 0;
  margin: 0;
  font-size: 10px;
  font-size: 1rem;
}
.content-bottom .news-and-events .more a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  /* IE7 inline-block hack */
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
  color: black;
  background-color: #eeb001;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.content-bottom .news-and-events .more a:hover,
.content-bottom .news-and-events .more a.focus,
.content-bottom .news-and-events .more a:focus {
  background: #fec524;
  color: black;
  text-decoration: none !important;
}
.content-bottom .news-and-events .news,
.content-bottom .news-and-events .events,
.content-bottom .news-and-events .news-featured,
.content-bottom .news-and-events .newsworthy {
  position: relative;
  float: left;
  width: 315px;
}
@media (max-width: 750px) {
  .content-bottom .news-and-events .news,
  .content-bottom .news-and-events .events,
  .content-bottom .news-and-events .news-featured,
  .content-bottom .news-and-events .newsworthy {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 1170px) and (min-width: 750px) {
  .content-bottom .news-and-events .news,
  .content-bottom .news-and-events .events,
  .content-bottom .news-and-events .news-featured,
  .content-bottom .news-and-events .newsworthy {
    width: 50%;
    box-sizing: border-box;
  }
}
.content-bottom .news-and-events .news .post,
.content-bottom .news-and-events .events .post,
.content-bottom .news-and-events .news-featured .post,
.content-bottom .news-and-events .newsworthy .post {
  float: left;
  width: 100%;
  padding: 10px 0 10px;
  border-bottom: 1px dotted #cfc9c0;
  min-height: 47px;
  min-height: 4.7rem;
}
.content-bottom .news-and-events .news .post .post-title,
.content-bottom .news-and-events .events .post .post-title,
.content-bottom .news-and-events .news-featured .post .post-title,
.content-bottom .news-and-events .newsworthy .post .post-title {
  margin-bottom: 3px;
  font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: normal;
}
.content-bottom .news-and-events .news .post .post-date,
.content-bottom .news-and-events .news-featured .post .post-date,
.content-bottom .news-and-events .newsworthy .post .post-date,
.content-bottom .news-and-events .events .post .post-excerpt {
  margin: 0;
  font-size: 11px;
  font-size: 1.1rem;
}
.content-bottom .news-and-events .news,
.content-bottom .news-and-events .news-featured {
  padding-right: 20px;
}
@media (max-width: 1170px) {
  .content-bottom .news-and-events .news,
  .content-bottom .news-and-events .news-featured {
    padding-right: 0;
  }
}
.content-bottom .news-and-events .news a:link,
.content-bottom .news-and-events .news-featured a:link,
.content-bottom .news-and-events .news a:visited,
.content-bottom .news-and-events .news-featured a:visited {
  color: #913637;
}
.content-bottom .news-and-events .news .block-title,
.content-bottom .news-and-events .news-featured .block-title {
  margin-right: -20px;
  padding-right: 20px;
}
@media (max-width: 1170px) {
  .content-bottom .news-and-events .news .block-title,
  .content-bottom .news-and-events .news-featured .block-title {
    margin-right: 0;
    padding-right: 0;
  }
}
.content-bottom .news-and-events .news .post .post-title,
.content-bottom .news-and-events .news-featured .post .post-title {
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 5px;
}
.content-bottom .news-and-events .news .post .post-body,
.content-bottom .news-and-events .news-featured .post .post-body {
  font-size: 12px;
  font-size: 1.2rem;
  clear: both;
  line-height: 1.5;
  padding-top: 10px;
  margin-bottom: 0;
}
.content-bottom .news-and-events .news .post-3,
.content-bottom .news-and-events .news-featured .post-3 {
  border: none;
}
.content-bottom .news-and-events .news,
.content-bottom .news-and-events .news-featured,
.content-bottom .news-and-events .newsworthy {
  /*.post-3 {
			border-bottom-width: 3px;
			border-bottom-style: double;
		}*/
}
.content-bottom .news-and-events .news .post img,
.content-bottom .news-and-events .news-featured .post img,
.content-bottom .news-and-events .newsworthy .post img {
  float: left;
  margin: 0 10px 0 0;
  padding: 4px;
  background-color: #cfc9c0;
}
.content-bottom .news-and-events .news .more,
.content-bottom .news-and-events .news-featured .more,
.content-bottom .news-and-events .newsworthy .more {
  right: 20px;
}
@media (max-width: 1170px) {
  .content-bottom .news-and-events .news .more,
  .content-bottom .news-and-events .news-featured .more,
  .content-bottom .news-and-events .newsworthy .more {
    right: 0;
  }
}
.content-bottom .news-and-events .news .more a,
.content-bottom .news-and-events .news-featured .more a,
.content-bottom .news-and-events .newsworthy .more a {
  color: white;
  background-color: #913637;
}
.content-bottom .news-and-events .news .the-advance,
.content-bottom .news-and-events .news-featured .the-advance,
.content-bottom .news-and-events .newsworthy .the-advance {
  padding-bottom: 0;
  border-bottom: none;
}
.content-bottom .news-and-events .news .the-advance a:link,
.content-bottom .news-and-events .news-featured .the-advance a:link,
.content-bottom .news-and-events .newsworthy .the-advance a:link,
.content-bottom .news-and-events .news .the-advance a:visited,
.content-bottom .news-and-events .news-featured .the-advance a:visited,
.content-bottom .news-and-events .newsworthy .the-advance a:visited {
  color: #4F335F;
}
.content-bottom .news-and-events .news .the-advance .post-title,
.content-bottom .news-and-events .news-featured .the-advance .post-title,
.content-bottom .news-and-events .newsworthy .the-advance .post-title {
  font-weight: bold;
}
.content-bottom .news-and-events .events,
.content-bottom .news-and-events .newsworthy {
  padding-left: 20px;
}
@media (max-width: 750px) {
  .content-bottom .news-and-events .events,
  .content-bottom .news-and-events .newsworthy {
    padding-left: 0;
  }
}
.content-bottom .news-and-events .events .post img,
.content-bottom .news-and-events .newsworthy .post img {
  margin: 0 10px 10px 0;
}
.content-bottom .news-and-events .events a:link,
.content-bottom .news-and-events .newsworthy a:link,
.content-bottom .news-and-events .events a:visited,
.content-bottom .news-and-events .newsworthy a:visited {
  color: #5e6916;
}
.content-bottom .news-and-events .events .block-title,
.content-bottom .news-and-events .newsworthy .block-title {
  margin-left: -20px;
  padding-left: 20px;
}
@media (max-width: 750px) {
  .content-bottom .news-and-events .events .block-title,
  .content-bottom .news-and-events .newsworthy .block-title {
    margin-left: 0;
    padding-left: 0;
  }
}
.content-bottom .news-and-events .events .post-6,
.content-bottom .news-and-events .newsworthy .post-6 {
  padding-bottom: 0;
  border-bottom: none;
}
.content-bottom .news-and-events .events .more,
.content-bottom .news-and-events .newsworthy .more {
  right: 0;
}
.content-bottom .news-and-events .events .more a,
.content-bottom .news-and-events .newsworthy .more a {
  color: white;
  background-color: #909b2f;
}
.content-bottom .news-and-events .events .post {
  position: relative;
  width: 245px;
  padding-left: 65px;
}
.content-bottom .news-and-events .events .post .post-date {
  position: absolute;
  top: 10px;
  left: 0;
  width: 52px;
  margin: 0;
  background-color: #383431;
  font-family: "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
.content-bottom .news-and-events .events .post .post-date .post-date-month,
.content-bottom .news-and-events .events .post .post-date .post-date-day {
  display: block;
  padding: 3px 3px 4px 3px;
  padding: 0.3rem 0.3rem 0.4rem 0.3rem;
  color: white;
}
.content-bottom .news-and-events .events .post .post-date .post-date-month {
  background-color: #909b2f;
  font-size: 13px;
  font-size: 1.3rem;
}
.content-bottom .news-and-events .events .post .post-date .post-date-day {
  font-size: 20px;
  font-size: 2rem;
  font-family: "OpenSansSemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content-bottom .news-and-events .events .post-4 {
  padding-bottom: 0;
  border-bottom: none;
}
.content-bottom .featured,
.content-bottom .howling {
  width: 180px;
  margin-top: -1px;
  padding: 21px 20px 20px 20px;
}
.content-bottom .featured .block-title,
.content-bottom .howling .block-title {
  margin-bottom: 10px;
  margin-bottom: 1.0rem;
  color: #5a2a82;
  font-family: "OpenSansSemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  font-size: 20px;
  font-size: 2.0rem;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 3px double #cfc9c0;
  color: #3e2e1e;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content-bottom .featured .block-title:link,
.content-bottom .howling .block-title:link {
  color: #5a2a82;
}
.content-bottom .featured .block-title.faux-h1-sub,
.content-bottom .howling .block-title.faux-h1-sub {
  font-size: 78px;
  font-size: 7.8rem;
  color: #fec524;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1170px) {
  .content-bottom .featured .block-title.faux-h1-sub,
  .content-bottom .howling .block-title.faux-h1-sub {
    font-size: 68px;
    font-size: 6.8rem;
  }
}
@media (max-width: 750px) {
  .content-bottom .featured .block-title.faux-h1-sub,
  .content-bottom .howling .block-title.faux-h1-sub {
    font-size: 58px;
    font-size: 5.8rem;
  }
}
@media (max-width: 100%) {
  .content-bottom .featured .block-title.faux-h1-sub,
  .content-bottom .howling .block-title.faux-h1-sub {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media (max-width: 300px) {
  .content-bottom .featured .block-title.faux-h1-sub,
  .content-bottom .howling .block-title.faux-h1-sub {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media (max-width: 1170px) {
  .content-bottom .howling {
    width: 100%;
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
    clear: both;
  }
}
.content-bottom .howling .block-title {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.content-bottom .howling .post {
  padding-top: 10px;
  border-bottom: 1px dotted #cfc9c0;
}
@media (max-width: 750px) {
  .content-bottom .howling .post {
    box-sizing: border-box;
    width: 100%;
  }
}
@media (max-width: 1170px) and (min-width: 750px) {
  .content-bottom .howling .post {
    box-sizing: border-box;
    width: 48%;
    margin-right: 2%;
    padding: 10px 20px 20px 0;
    float: left;
  }
}
.content-bottom .howling .post .post-title {
  font-size: 12px;
  font-size: 1.2rem;
  color: black;
  margin-bottom: 5px;
}
.content-bottom .howling .post p {
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.content-bottom .howling post-5 {
  border: none;
}
.content-bottom .featured .post {
  margin-bottom: 10px;
}
.content-bottom .featured .post a {
  position: relative;
  display: block;
  padding-top: 90px;
}
.content-bottom .featured .post a .post-title {
  width: 170px;
  margin: 0;
  padding: 5px;
  color: white;
  background-color: #3d3935;
  font-family: "OpenSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.content-bottom .featured .post a .post-img {
  position: absolute;
  top: 0;
  width: 180px;
  height: 90px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #cfc9c0;
}
.content-bottom .featured .post a .post-img img {
  display: block;
}
.content-bottom .featured .post a:link,
.content-bottom .featured .post a:visited {
  text-decoration: none;
}
.content-bottom .featured .post a:link .post-title,
.content-bottom .featured .post a:visited .post-title {
  color: #d8d7d6;
  background-color: #3d3935;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content-bottom .featured .post a:hover,
.content-bottom .featured .post a:active {
  box-shadow: 0 0 0 2px #f1bd00;
  text-decoration: none;
}
.content-bottom .featured .post a:hover .post-title,
.content-bottom .featured .post a:active .post-title {
  color: white;
  background-color: #4F335F;
}
.content-bottom .featured .post-2 {
  margin-bottom: 0;
}
.block.subnav-types-of-students {
  float: left;
  clear: both;
  *zoom: 1;
  zoom: 1;
  position: relative;
  margin: 60px 0;
  padding: 30px 0 15px;
  border: 1px solid rgba(128, 128, 128, 0.22);
}
.block.subnav-types-of-students:before,
.block.subnav-types-of-students:after {
  display: table;
  content: "";
}
.block.subnav-types-of-students:after {
  clear: both;
}
.block.subnav-types-of-students h2 {
  position: absolute;
  top: -12px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.block.subnav-types-of-students h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
}
.block.subnav-types-of-students ul.types-grid {
  margin: 0;
  display: table;
  width: 100%;
  padding: 0;
}
.block.subnav-types-of-students li {
  display: table-cell;
  margin: 0;
  float: left;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  padding: 15px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .block.subnav-types-of-students li {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .block.subnav-types-of-students li {
    width: 100%;
  }
}
.block.subnav-types-of-students li a {
  display: block;
  height: 63px;
  color: #46827b;
  text-transform: uppercase;
  font-family: "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 400px) {
  .block.subnav-types-of-students li a {
    height: auto;
  }
}
.block.subnav-types-of-students li a:before {
  content: "+";
  display: block;
}
.block.subnav-types-of-students li a:hover {
  text-decoration: none !important;
}
.block.block-power-of-and,
.group-subsection {
  padding-top: 60px;
  border-top: 1px solid #7e7d7d;
}
@media (min-width: 1170px) {
  .block.block-power-of-and .container_12,
  .group-subsection .container_12 {
    padding-left: 95px;
    padding-right: 95px;
  }
}
.block.block-power-of-and .icon,
.group-subsection .icon {
  display: block;
  float: left;
  width: 16.66666667%;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kwu-iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 100px;
  text-align: center;
  color: #46827b;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 750px) {
  .block.block-power-of-and .icon,
  .group-subsection .icon {
    font-size: 60px;
  }
}
@media (max-width: 400px) {
  .block.block-power-of-and .icon,
  .group-subsection .icon {
    font-size: 30px;
    font-weight: bold;
  }
}
.block.block-power-of-and .the-content,
.group-subsection .the-content {
  float: left;
  width: 83.33333333%;
}
.block.block-power-of-and .the-content p,
.group-subsection .the-content p {
  font-size: 15px;
}
.block.block-power-of-and h3,
.group-subsection h3 {
  color: #37332f;
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.block.block-success {
  float: left;
  clear: both;
  *zoom: 1;
  zoom: 1;
  position: relative;
  margin: 30px 0;
  padding: 50px 0 30px;
  background: #321748 url(../images/video-story-bg.jpg);
}
.block.block-success:before,
.block.block-success:after {
  display: table;
  content: "";
}
.block.block-success:after {
  clear: both;
}
.block.block-success .section {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block.block-success .section:first-child {
  padding-right: 50px;
}
.block.block-success .section:last-child {
  padding-left: 20px;
}
@media (max-width: 400px) {
  .block.block-success .section {
    width: 100%;
    padding: 0 !important;
  }
}
.block.block-success .section h2,
.block.block-success .section p {
  color: #fff;
}
.block.block-celebrate-merit {
  margin: 30px 0;
  *zoom: 1;
  zoom: 1;
}
.block.block-celebrate-merit:before,
.block.block-celebrate-merit:after {
  display: table;
  content: "";
}
.block.block-celebrate-merit:after {
  clear: both;
}
.block.block-celebrate-merit .container_12 {
  background: url(/sites/default/files/merit-logo-200px.jpg) top right no-repeat;
}
@media (min-width: 1170px) {
  .block.block-celebrate-merit .container_12 {
    background-position: right 95px top;
    padding-left: 95px;
    padding-right: 95px;
  }
}
@media (max-width: 1170px) {
  .block.block-celebrate-merit .container_12 {
    background-image: none;
  }
}
.block.block-celebrate-merit .listing {
  width: 33.33%;
  width: 33.33333333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.block.block-celebrate-merit .listing:first-child {
  margin-left: -15px;
}
.block.block-celebrate-merit .listing:last-child {
  margin-right: -15px;
}
@media (max-width: 1170px) {
  .block.block-celebrate-merit .listing {
    width: 100%;
  }
}
.block.block-celebrate-merit .listing .image-wrapper {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 140px;
  height: 140px;
  overflow: hidden;
}
@media (max-width: 1170px) {
  .block.block-celebrate-merit .listing .image-wrapper {
    float: left;
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .block.block-celebrate-merit .listing .image-wrapper {
    margin-right: 20px;
    margin-left: 0;
  }
}
.block.block-celebrate-merit .listing h4 {
  color: #46827b;
  text-transform: uppercase;
  font-family: "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}
@media (max-width: 1170px) {
  .block.block-celebrate-merit .listing h4 {
    padding: 0 0 0 160px;
    text-align: left;
  }
}
.block.block-celebrate-merit .listing p {
  padding: 0 15px;
}
@media (max-width: 1170px) {
  .block.block-celebrate-merit .listing p {
    padding: 0 0 0 160px;
  }
}
@media (max-width: 500px) {
  .block.block-celebrate-merit .listing p {
    padding-left: 0;
  }
}
.block.block-we-want-you {
  padding: 30px 0 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQ0lEQVQYV2OM0mr6z4AHaGuJMzDiUwRScPXaS9yKYApAlmA1CVkBVkXoCjAUYVOAogiXArgifArAilpDZv4HeRMfAAA78CqjFGXxXQAAAABJRU5ErkJggg== ) repeat;
}
@media (max-width: 960px) {
  .block.block-we-want-you {
    padding-bottom: 30px;
  }
}
@media (min-width: 1170px) {
  .block.block-we-want-you .container_12 {
    padding-left: 95px;
    padding-right: 95px;
  }
}
.block.block-we-want-you .section {
  width: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block.block-we-want-you .section:first-child {
  float: left;
}
.block.block-we-want-you .section:last-child {
  margin-top: 44px;
  float: right;
  text-align: center;
}
@media (max-width: 1170px) {
  .block.block-we-want-you .section {
    width: 100%;
    margin: 0 !important;
    float: none;
    text-align: center;
  }
}
.block.block-we-want-you .section h2,
.block.block-we-want-you .section p {
  color: #fff;
}
.field-name-field-header-slideshow {
  margin-bottom: 15px;
}
.group-subsection {
  margin-top: 60px;
  padding-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #7e7d7d;
  border-bottom: 1px solid #7e7d7d;
}
.group-subsection:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 768px) {
  .group-subsection {
    margin: 30px 0;
    padding: 30px 0;
  }
}
@media (max-width: 450px) {
  .group-subsection {
    margin: 15px 0;
    padding: 15px 0;
  }
}
.group-subsection > h3 {
  display: none;
  visibility: hidden;
  speak: none;
}
.field-name-field-subsection-image {
  float: left;
  margin: 0 15px 15px 0;
}
.field-name-field-subsection-link {
  text-align: center;
  margin: 30px auto;
}
.field-name-field-subsection-link a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  /* IE7 inline-block hack */
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
  color: black;
  background-color: #eeb001;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.field-name-field-subsection-link a:hover,
.field-name-field-subsection-link a.focus,
.field-name-field-subsection-link a:focus {
  background: #fec524;
  color: black;
  text-decoration: none !important;
}
.field-name-field-degree-types-view {
  clear: both;
  margin-top: 30px;
}
.field-name-field-degree-types-view fieldset {
  border: none;
  margin-bottom: 0;
}
.field-name-field-degree-types-view fieldset.collapsed {
  height: auto;
  min-height: 44px;
}
.field-name-field-degree-types-view fieldset.collapsed .fieldset-title:after {
  content: "\e5cf";
}
.field-name-field-degree-types-view legend {
  margin-bottom: 0;
}
.field-name-field-degree-types-view .fieldset-legend {
  background-image: none !important;
  padding: 0 !important;
}
.field-name-field-degree-types-view .fieldset-title {
  width: 100%;
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  color: #5a2a82;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  border-top: 1px solid rgba(128, 128, 128, 0.22);
  border-bottom: 1px solid rgba(128, 128, 128, 0.22);
  padding: 10px 0;
  text-decoration: none;
}
.field-name-field-degree-types-view .fieldset-title:after {
  float: right;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kwu-iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5ce";
  margin-right: 15px;
}
.field-name-field-degree-types-view .fieldset-wrapper {
  font-family: 'Raleway', sans-serif;
  margin-bottom: 15px;
}
.field-name-field-degree-types-view .fieldset-wrapper h3 {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #37332f;
  font-weight: 400;
  clear: both;
  margin-top: 20px;
  float: left;
  width: 100%;
  text-align: left;
}
.field-name-field-degree-types-view .fieldset-wrapper .views-row {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  margin-bottom: 5px;
}
@media (max-width: 450px) {
  .field-name-field-degree-types-view .fieldset-wrapper .views-row {
    width: 100%;
    padding: 0;
  }
}
.field-name-field-degree-types-view .fieldset-wrapper .views-row a {
  padding: 5px 0;
  margin-bottom: 5px;
  color: #37332f;
}
.field-name-field-degree-types-view .fieldset-wrapper .views-row a:hover {
  color: #46827b;
}
@media (max-width: 768px) {
  .field-name-field-degree-types-view .fieldset-wrapper .views-row a {
    line-height: 22px;
    height: 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .sidebar .field-name-field-sidebar-text {
    margin: 30px 0;
  }
}
@media (max-width: 450px) {
  .sidebar .field-name-field-sidebar-text {
    margin: 15px 0;
  }
}
.sidebar .field-name-field-sidebar-text h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.sidebar .field-name-field-sidebar-text p {
  font-size: 14px;
}
.sidebar .field-name-field-sidebar-text ul {
  padding: 0;
  margin-bottom: 30px;
}
.sidebar .field-name-field-sidebar-text ul li {
  margin-top: 5px;
}
.sidebar .field-name-field-sidebar-text .btn {
  margin-top: 15px;
  margin-bottom: 30px;
}
.sidebar .block.sub-sidebar-menu .block-title,
.sidebar .block.events .block-title {
  margin: 0 0 10px 0;
  padding-bottom: 5px;
  color: #5a2a82;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: normal;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sidebar .block.sub-sidebar-menu ul,
.sidebar .block.events ul {
  padding: 0;
  margin-bottom: 30px;
}
.sidebar .block.sub-sidebar-menu ul li a,
.sidebar .block.events ul li a {
  color: #37332f;
}
.sidebar .ceeb-code-link {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(128, 128, 128, 0.22);
}
.sidebar .ceeb-code-link a {
  color: #37332f;
  font: bold 15px/1 'Raleway', sans-serif;
}
.field-name-field-sidebar-text img {
  height: auto !important;
}
.sidebar .block {
  padding-right: 20px;
}
.sidebar .block .block-title {
  margin-bottom: 1.0rem;
  color: #5a2a82;
  font-family: "OpenSansSemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 10px;
  padding: 0 0 5px 0;
  color: #3e2e1e;
  font-weight: normal;
}
.sidebar .block .block-title:link {
  color: #5a2a82;
}
.sidebar .block .block-title.faux-h1-sub {
  font-size: 78px;
  font-size: 7.8rem;
  color: #fec524;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1170px) {
  .sidebar .block .block-title.faux-h1-sub {
    font-size: 68px;
    font-size: 6.8rem;
  }
}
@media (max-width: 750px) {
  .sidebar .block .block-title.faux-h1-sub {
    font-size: 58px;
    font-size: 5.8rem;
  }
}
@media (max-width: 100%) {
  .sidebar .block .block-title.faux-h1-sub {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media (max-width: 300px) {
  .sidebar .block .block-title.faux-h1-sub {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.subnav,
.sidebar .subnav {
  margin: 0 0 20px 0;
  padding: 10px 20px 20px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQ0lEQVQYV2OM0mr6z4AHaGuJMzDiUwRScPXaS9yKYApAlmA1CVkBVkXoCjAUYVOAogiXArgifArAilpDZv4HeRMfAAA78CqjFGXxXQAAAABJRU5ErkJggg== ) repeat;
}
@media (max-width: 1170px) {
  .subnav,
  .sidebar .subnav {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 1170px) {
  .subnav,
  .sidebar .subnav {
    margin: 0 0 30px 0;
  }
}
.subnav .block-title,
.sidebar .subnav .block-title {
  margin: 15px 0;
  padding-bottom: 5px;
  color: white;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: normal;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.subnav .block-title a:link,
.sidebar .subnav .block-title a:link,
.subnav .block-title a:visited,
.sidebar .subnav .block-title a:visited {
  color: white;
  text-decoration: none;
}
.subnav ul,
.sidebar .subnav ul {
  margin: 0;
  margin-top: -10px;
  padding: 0;
  list-style-type: none;
}
.subnav ul li,
.sidebar .subnav ul li {
  position: relative;
  margin: 0 0 3px;
  padding: 0;
}
.subnav ul li a:link,
.sidebar .subnav ul li a:link,
.subnav ul li a:visited,
.sidebar .subnav ul li a:visited {
  display: block;
  position: relative;
  padding: 5px 0 5px 15px;
  color: white;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
}
.subnav ul li a:before,
.sidebar .subnav ul li a:before {
  width: 1em;
  font-family: 'fontello';
  font-style: normal;
  line-height: 1;
  speak: none;
  text-decoration: none !important;
  position: absolute;
  left: -5px;
  top: 10px;
  text-align: right;
}
.subnav ul li.last a,
.sidebar .subnav ul li.last a {
  border-bottom: none;
}
.subnav .btn-long,
.sidebar .subnav .btn-long {
  width: 60%;
}
.sidebar .subnav-contact {
  margin-top: -20px;
  background: #37332f url(../images/html-bg.png) center top repeat;
  height: 300px;
}
.sidebar .subnav-contact .block-title {
  border-bottom: 3px double #777;
}
.sidebar .subnav-contact a {
  color: #fff;
  text-decoration: underline;
}
.sidebar .subnav-contact .btn {
  font-weight: normal;
}
.sidebar .subnav-contact .btn:link,
.sidebar .subnav-contact .btn:visited {
  color: #d3c8d9;
  background-color: #735a81;
  border-color: #8d729c;
  text-decoration: none;
}
.sidebar .subnav-contact .btn:hover,
.sidebar .subnav-contact .btn:active {
  color: white;
  background-color: #8d729c;
  border-color: #a590b1;
  text-decoration: none;
}
.sidebar .subnav-alt {
  margin-top: -20px;
  background-color: #1AA3B4;
}
.sidebar .subnav-alt .block-title {
  border-bottom: 3px double #c0e4e8;
}
.sidebar .subnav-alt-2 {
  margin-top: -20px;
  background-color: #913637;
}
.sidebar .subnav-alt-2 .block-title {
  border-bottom: 3px double #dec4c4;
}
.sidebar .events .post {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 10px 55px;
  border-bottom: 1px solid #cfc9c0;
  min-height: 43px;
  min-height: 4.3rem;
}
.sidebar .events .post .post-title {
  margin: 0;
  font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: normal;
}
.sidebar .events .post .post-title a:link,
.sidebar .events .post .post-title a:visited {
  color: #913637;
}
.sidebar .events .post .post-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  margin: 0;
  background-color: #383431;
  font-family: "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
.sidebar .events .post .post-date .post-date-month,
.sidebar .events .post .post-date .post-date-day {
  display: block;
  padding: 3px 3px 4px 3px;
  padding: 0.3rem 0.3rem 0.4rem 0.3rem;
  color: white;
}
.sidebar .events .post .post-date .post-date-month {
  background-color: #913637;
  font-size: 11px;
  font-size: 1.1rem;
}
.sidebar .events .post .post-date .post-date-day {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "OpenSansSemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sidebar .events .post-3 {
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .events .more {
  margin: 20px 0 0 0;
  font-size: 10px;
  font-size: 1rem;
}
.sidebar .events .more a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  /* IE7 inline-block hack */
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
  color: black;
  background-color: #eeb001;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sidebar .events .more a:hover,
.sidebar .events .more a.focus,
.sidebar .events .more a:focus {
  background: #fec524;
  color: black;
  text-decoration: none !important;
}
.sidebar .facet ul li a.facetapi-active:link:before,
.sidebar .facet ul li a.facetapi-active:visited:before {
  margin-right: 5px;
  color: #cac2cf;
  font-size: 11px;
  font-size: 1.1rem;
}
.footer {
  clear: both;
  background: #f5f5f4 url(../images/wolf-bg-lighter.png) right bottom no-repeat;
  background-position: right bottom 121px;
}
.footer .footer-top .container {
  padding: 60px 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.22);
}
@media (max-width: 768px) {
  .footer .footer-top .container {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer .footer-bottom .container {
  padding-bottom: 30px;
}
.footer .footer-bottom .container p {
  line-height: 1.8;
}
.footer .footer-top .block,
.footer .footer-bottom .block {
  margin: 0;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .footer .footer-top .block,
  .footer .footer-bottom .block {
    box-sizing: border-box;
    margin-bottom: 2em;
    width: 50%;
  }
}
@media (max-width: 500px) {
  .footer .footer-top .block,
  .footer .footer-bottom .block {
    width: 100%;
  }
}
.footer .footer-top .block .block-title,
.footer .footer-bottom .block .block-title {
  margin-bottom: 10px;
  margin-bottom: 1.0rem;
  color: #5a2a82;
  font-family: "OpenSansSemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 220px;
  margin-right: -10px;
  margin-left: -10px;
  padding: 0 10px 10px 10px;
}
.footer .footer-top .block .block-title:link,
.footer .footer-bottom .block .block-title:link {
  color: #5a2a82;
}
.footer .footer-top .block .block-title.faux-h1-sub,
.footer .footer-bottom .block .block-title.faux-h1-sub {
  font-size: 78px;
  font-size: 7.8rem;
  color: #fec524;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1170px) {
  .footer .footer-top .block .block-title.faux-h1-sub,
  .footer .footer-bottom .block .block-title.faux-h1-sub {
    font-size: 68px;
    font-size: 6.8rem;
  }
}
@media (max-width: 750px) {
  .footer .footer-top .block .block-title.faux-h1-sub,
  .footer .footer-bottom .block .block-title.faux-h1-sub {
    font-size: 58px;
    font-size: 5.8rem;
  }
}
@media (max-width: 100%) {
  .footer .footer-top .block .block-title.faux-h1-sub,
  .footer .footer-bottom .block .block-title.faux-h1-sub {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media (max-width: 300px) {
  .footer .footer-top .block .block-title.faux-h1-sub,
  .footer .footer-bottom .block .block-title.faux-h1-sub {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media (max-width: 1170px) {
  .footer .footer-top .block .block-title,
  .footer .footer-bottom .block .block-title {
    width: auto;
  }
}
.footer .footer-top .block:first-child .block-title,
.footer .footer-bottom .block:first-child .block-title,
.footer .footer-top .block:nth-child(4n+1) .block-title,
.footer .footer-bottom .block:nth-child(4n+1) .block-title {
  margin-left: 0;
  padding-left: 0;
}
@media (max-width: 1170px) {
  .footer .footer-top .block:first-child .block-title,
  .footer .footer-bottom .block:first-child .block-title,
  .footer .footer-top .block:nth-child(4n+1) .block-title,
  .footer .footer-bottom .block:nth-child(4n+1) .block-title {
    margin-right: -10px;
    margin-left: -10px;
    padding: 0 10px 10px 10px;
  }
}
.footer .footer-top .block:nth-child(4n+0) .block-title,
.footer .footer-bottom .block:nth-child(4n+0) .block-title {
  margin-right: 0;
  padding-right: 0;
}
.footer .footer-top .block ul,
.footer .footer-bottom .block ul {
  margin: 0;
  padding: 0 0 10px 0;
  list-style-type: none;
}
.footer .footer-top .block ul li,
.footer .footer-bottom .block ul li {
  margin: 0;
  padding: 0;
}
.footer .footer-top .block.footer-gallery,
.footer .footer-bottom .block.footer-gallery,
.footer .footer-top .block.footer-events,
.footer .footer-bottom .block.footer-events {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .footer .footer-top .block.footer-gallery,
  .footer .footer-bottom .block.footer-gallery,
  .footer .footer-top .block.footer-events,
  .footer .footer-bottom .block.footer-events {
    width: 100%;
  }
}
.footer .footer-top .block.footer-gallery,
.footer .footer-bottom .block.footer-gallery {
  padding-right: 30px;
}
@media (max-width: 500px) {
  .footer .footer-top .block.footer-gallery,
  .footer .footer-bottom .block.footer-gallery {
    padding-right: 15px;
  }
}
@media (max-width: 400px) {
  .footer .footer-top .block.footer-gallery,
  .footer .footer-bottom .block.footer-gallery {
    padding-right: 0;
  }
}
.footer .footer-top .block.footer-gallery ul,
.footer .footer-bottom .block.footer-gallery ul,
.footer .footer-top .block.footer-gallery .item-list,
.footer .footer-bottom .block.footer-gallery .item-list,
.footer .footer-top .block.footer-gallery .field-content,
.footer .footer-bottom .block.footer-gallery .field-content {
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.footer .footer-top .block.footer-gallery ul:before,
.footer .footer-bottom .block.footer-gallery ul:before,
.footer .footer-top .block.footer-gallery .item-list:before,
.footer .footer-bottom .block.footer-gallery .item-list:before,
.footer .footer-top .block.footer-gallery .field-content:before,
.footer .footer-bottom .block.footer-gallery .field-content:before,
.footer .footer-top .block.footer-gallery ul:after,
.footer .footer-bottom .block.footer-gallery ul:after,
.footer .footer-top .block.footer-gallery .item-list:after,
.footer .footer-bottom .block.footer-gallery .item-list:after,
.footer .footer-top .block.footer-gallery .field-content:after,
.footer .footer-bottom .block.footer-gallery .field-content:after {
  display: table;
  content: "";
}
.footer .footer-top .block.footer-gallery ul:after,
.footer .footer-bottom .block.footer-gallery ul:after,
.footer .footer-top .block.footer-gallery .item-list:after,
.footer .footer-bottom .block.footer-gallery .item-list:after,
.footer .footer-top .block.footer-gallery .field-content:after,
.footer .footer-bottom .block.footer-gallery .field-content:after {
  clear: both;
}
.footer .footer-top .block.footer-gallery .item-list li,
.footer .footer-bottom .block.footer-gallery .item-list li {
  float: left;
  width: 33.33%;
  width: 33.33333333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
}
@media (max-width: 400px) {
  .footer .footer-top .block.footer-gallery .item-list li,
  .footer .footer-bottom .block.footer-gallery .item-list li {
    width: 50%;
  }
}
.footer .footer-top .block.footer-gallery a,
.footer .footer-bottom .block.footer-gallery a {
  display: inline-block;
  position: relative;
  float: left;
  border: 1px solid #321748;
}
.footer .footer-top .block.footer-gallery a img,
.footer .footer-bottom .block.footer-gallery a img {
  display: block;
  width: 100%;
  /* for firefox */
  max-width: 100%;
  height: auto !important;
}
.footer .footer-top .block.footer-events li,
.footer .footer-bottom .block.footer-events li {
  margin-bottom: 30px;
}
.footer .footer-top .block.footer-events li h4,
.footer .footer-bottom .block.footer-events li h4,
.footer .footer-top .block.footer-events li .date-display-single,
.footer .footer-bottom .block.footer-events li .date-display-single {
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  color: #37332f;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.footer .footer-top .block.footer-events li h4 a,
.footer .footer-bottom .block.footer-events li h4 a,
.footer .footer-top .block.footer-events li .date-display-single a,
.footer .footer-bottom .block.footer-events li .date-display-single a {
  color: #37332f;
}
.footer .footer-top .block.footer-events li .date-display-single,
.footer .footer-bottom .block.footer-events li .date-display-single {
  font-size: 14px;
}
.footer .footer-top .block.footer-events li p,
.footer .footer-bottom .block.footer-events li p {
  margin-bottom: 0;
}
.footer .footer-top .block.footer-events li .field-content h3,
.footer .footer-bottom .block.footer-events li .field-content h3 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #37332f;
}
.join-social-block ul li .screen-reader-text {
  position: absolute;
  left: -10000px;
  top: -10000px;
}
.join-social-block ul li a {
  position: relative;
  float: left;
  display: block;
  padding: 0;
  font-size: 22px;
  line-height: 30px;
  margin: 0 15px 15px 0;
  white-space: nowrap;
  overflow: hidden;
}
.join-social-block ul li a:hover {
  text-decoration: none;
}
.join-social-block ul li a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kwu-iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #46827b;
}
.join-social-block ul li a.twitter:after {
  content: "\e905";
}
.join-social-block ul li a.facebook:after {
  content: "\e906";
}
.join-social-block ul li a.youtube:after {
  content: "\e902";
}
.join-social-block ul li a.linkedin:after {
  content: "\e904";
}
.join-social-block ul li a.flickr:after {
  content: "\e900";
}
.join-social-block ul li a.instagram:after {
  content: "\e903";
}
.sidebar .join-social-block ul li {
  list-style: none;
  display: inline;
  float: left;
  margin: 0;
}
.footer .footer-bottom .quick-facts ul li,
.footer .footer-bottom .popular-links ul li {
  position: relative;
  margin-bottom: 10px;
}
.footer .footer-bottom .quick-facts ul li a,
.footer .footer-bottom .popular-links ul li a {
  display: block;
}
.footer .footer-bottom .quick-facts .more,
.footer .footer-bottom .popular-links .more {
  margin-bottom: 0;
}
.footer .footer-bottom .quick-facts .btn,
.footer .footer-bottom .popular-links .btn {
  font-size: 12px;
  font-size: 1.2rem;
}
.footer .footer-bottom .quick-facts .btn:hover,
.footer .footer-bottom .popular-links .btn:hover,
.footer .footer-bottom .quick-facts .btn:active,
.footer .footer-bottom .popular-links .btn:active {
  color: white;
  text-decoration: none;
}
.footer .footer-bottom .quick-facts ul {
  padding-left: 20px;
  list-style-type: disc;
}
@media (max-width: 960px) {
  .footer .footer-bottom .popular-links {
    /* 			clear:left; */
  }
}
.footer .footer-bottom .quick-facts ul li a:before {
  font-size: 18px;
  font-size: 1.8rem;
}
.footer .footer-bottom .popular-links ul li a:before {
  font-size: 15px;
  font-size: 1.5rem;
}
.footer .footer-bottom .contact .more {
  margin-bottom: 0;
  font-family: "OpenSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer .footer-legal {
  clear: both;
  background: #e2e1e0;
  border-top: 1px solid #7e7d7d;
  padding-top: 20px;
}
@media (max-width: 1170px) {
  .footer .footer-legal {
    margin: 0;
    box-sizing: border-box;
  }
}
.footer .footer-legal .block {
  margin: 0;
}
@media (max-width: 1170px) {
  .footer .footer-legal .block {
    width: 100%;
    box-sizing: border-box;
    clear: both;
    float: none;
  }
}
.footer .copyright,
.footer .credits {
  font-size: 11px;
  font-size: 1.1rem;
}
.footer .copyright a:hover,
.footer .copyright a:active {
  text-decoration: underline;
}
.footer .awards {
  float: right;
  text-align: right;
}
@media (max-width: 1170px) {
  .footer .awards {
    float: none;
  }
}
@media (max-width: 750px) {
  .footer .awards {
    text-align: left;
    float: none;
  }
}
.footer .awards p {
  margin: 0;
}
.footer .awards img {
  width: 90px;
  height: auto;
  float: left;
}
.footer .credits a:link,
.footer .credits a:visited {
  text-decoration: underline;
}
.webform-client-form label:not(.option) {
  display: block;
}
.megamenu-navigation {
  z-index: 99999;
}
@media (max-width: 969px) {
  .megamenu-navigation {
    float: left;
    width: 100%;
    min-height: 90px;
  }
}
.overview-link {
  display: none;
  visibility: hidden;
}
@media (max-width: 969px) {
  .overview-link {
    display: block;
    visibility: visible;
  }
}
.block-md-megamenu .awemenu-standard .awemenu > .awemenu-item .awemenu-submenu {
  z-index: 900000000000000;
}
.block-md-megamenu {
  display: block;
  z-index: 99999;
}
@media (min-width: 970px) {
  .block-md-megamenu {
    max-width: 900px;
    float: right;
    clear: right;
  }
}
@media (max-width: 969px) {
  .block-md-megamenu .awemenu-standard .awemenu > .awemenu-item .awemenu-submenu {
    position: relative;
  }
}
@media (max-width: 969px) {
  .block-md-megamenu .awemenu-standard .awemenu > .awemenu-item .awemenu-submenu.awemenu-megamenu,
  .block-md-megamenu .awemenu-top .awemenu > .awemenu-item .awemenu-submenu.awemenu-megamenu {
    width: 100%;
  }
}
.block-md-megamenu .block-title {
  display: none;
  visibility: hidden;
}
@media (min-width: 970px) {
  .block-md-megamenu .quick-links-mobile {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 970px) {
  .block-md-megamenu .mobile-overview {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 969px) {
  .block-md-megamenu .awemenu-nav.awemenu-active .awemenu {
    padding-bottom: 15px;
  }
}
.block-md-megamenu ul.awemenu {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Raleway', sans-serif;
  z-index: 99999;
}
@media (min-width: 970px) {
  .block-md-megamenu ul.awemenu {
    float: right;
    width: auto;
  }
}
@media (max-width: 969px) {
  .block-md-megamenu ul.awemenu {
    display: none;
  }
}
.block-md-megamenu ul.awemenu .awemenu-item .awemenu-submenu li.awemenu-item {
  margin-left: 0;
}
.block-md-megamenu ul.awemenu > li {
  float: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 969px) {
  .block-md-megamenu ul.awemenu > li {
    width: 100%;
  }
  .block-md-megamenu ul.awemenu > li .col-xs-12 {
    width: 50%;
    margin-bottom: 20px;
  }
  .block-md-megamenu ul.awemenu > li .col-xs-12:nth-child(odd) {
    clear: both;
  }
}
@media (max-width: 590px) {
  .block-md-megamenu ul.awemenu > li .col-xs-12 {
    width: 100%;
  }
}
.block-md-megamenu ul.awemenu > li a {
  display: block;
  padding: 10px 20px 40px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1160px) {
  .block-md-megamenu ul.awemenu > li a {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 999px) {
  .block-md-megamenu ul.awemenu > li a {
    padding-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 969px) {
  .block-md-megamenu ul.awemenu > li a {
    line-height: 44px;
    margin-top: 0;
    padding: 0 10px;
  }
}
.block-md-megamenu ul.awemenu > li a:hover,
.block-md-megamenu ul.awemenu > li a:active {
  background: rgba(0, 0, 0, 0.2);
}
.block-md-megamenu ul.awemenu > li a.image-wrapper:hover {
  background: transparent;
}
@media (max-width: 969px) {
  .block-md-megamenu ul.awemenu > li.awemenu-active {
    background: rgba(0, 0, 0, 0.2);
  }
}
.block-md-megamenu ul.awemenu > li.active,
.block-md-megamenu ul.awemenu > li.active-trail {
  margin-top: -5px;
  background: rgba(0, 0, 0, 0.2);
}
.block-md-megamenu ul.awemenu > li.active a,
.block-md-megamenu ul.awemenu > li.active-trail a {
  padding-top: 15px;
}
.block-md-megamenu ul.awemenu > li li a:not(.btn) {
  padding: 1.5px 10px;
  margin: 2px -10px;
  text-transform: none;
}
.block-md-megamenu ul.awemenu > li li a.btn {
  padding: 0 15px;
}
.block-md-megamenu .awemenu-standard .awemenu > .awemenu-item .awemenu-submenu {
  z-index: 9;
}
.block-md-megamenu .awemenu-megamenu-wrapper,
.block-md-megamenu .awemenu-dropdown {
  padding: 20px;
  overflow: hidden;
  background: #46827b;
}
.block-md-megamenu .awemenu-nav .awemenu-megamenu-wrapper .mm-header {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Raleway', sans-serif;
}
@media (max-width: 969px) {
  .block-md-megamenu .awemenu-nav .awemenu-megamenu-wrapper .mm-header {
    position: relative;
  }
  .block-md-megamenu .awemenu-nav .awemenu-megamenu-wrapper .mm-header:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 90%;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
  }
}
.block-md-megamenu .fa {
  float: right;
  margin-bottom: 20px;
}
.block-md-megamenu .fa-bars {
  float: right;
  padding: 10px 20px 15px 20px;
}
.block-md-megamenu .fa-navicon:before,
.block-md-megamenu .fa-reorder:before,
.block-md-megamenu .fa-bars:before {
  font-size: 44px;
  content: "\f0c9";
}
.block-md-megamenu .fa-angle-down {
  top: 11px;
  padding-left: 5px;
  position: relative;
}
.block-md-megamenu .fa-close {
  top: 15px;
  float: right;
  position: relative;
}
.section-home .block-md-megamenu .awemenu-megamenu-wrapper,
.section-home .block-md-megamenu .awemenu-dropdown {
  background: rgba(70, 130, 123, 0.7);
}
.awemenu-bars {
  float: right;
  font-size: 44px;
  line-height: 1;
}
.block-md-megamenu ul.awemenu {
  padding-top: 30px;
}
/* SECTIONS
==================================================================================================== */
.section-home .content-bottom {
  float: left;
  width: 100%;
}
@media (max-width: 1170px) {
  .section-home .content-bottom {
    background: #ECEAE3 none;
  }
}
.section-home .content .header-images {
  width: 960px;
  margin-bottom: 45px;
  /*.tagline {
		margin: 0;
		padding: 0;
	
		span {
			position: absolute;
			top: 75px;
			left: 10px;
			display: block;
			width: 260px;
			height: 0;
			margin: 0;
			padding-top: 220px;
			overflow: hidden;
			background: left center no-repeat;
			
		}
		
		.tagline-1 { background-image: url(../images/header-images-tagline-1.png); }
		.tagline-2 { background-image: url(../images/header-images-tagline-2.png); }
		.tagline-3 { background-image: url(../images/header-images-tagline-3.png); }
		
	}
	
	.slideshow-img .tagline span {
		top: 65px;
		left: 0;
	}*/
}
@media (max-width: 750px) {
  .section-home .content .header-images {
    max-width: 100%;
  }
}
@media (max-width: 1170px) and (min-width: 750px) {
  .section-home .content .header-images {
    max-width: 1170px;
  }
}
.section-home .content .header-images .block-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  width: 980px;
  height: 0;
  padding-top: 30px;
  overflow: hidden;
}
@media (max-width: 1170px) {
  .section-home .content .header-images .block-title {
    display: none;
  }
}
.section-home .content .header-images .slides-container {
  width: 960px;
  height: 350px;
}
.section-home .content .header-images .slideshow-img a {
  display: block;
}
.section-home .content .header-images .slideshow-img a .slideshow-img-caption {
  position: absolute;
  bottom: 5px;
  left: 5px;
  display: block;
  width: 930px;
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: white;
  background-color: #37332f;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section-home .content .header-images .slideshow-img a .slideshow-img-caption h3 {
  margin: 0 0 2px 0;
  color: #fad780;
  font-family: "OpenSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section-home .content .header-images .slideshow-img a .slideshow-img-caption p {
  margin: 0;
}
.section-home .content .header-images .slideshow-img a .slideshow-img-caption p .more {
  color: #91e5ef;
  text-decoration: underline;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section-home .content .header-images .slideshow-img a:hover .slideshow-img-caption,
.section-home .content .header-images .slideshow-img a:active .slideshow-img-caption {
  background-color: #37332f;
  background-color: rgba(0, 0, 0, 0.8);
}
.section-home .content .header-images .slideshow-img a:hover .slideshow-img-caption h3,
.section-home .content .header-images .slideshow-img a:active .slideshow-img-caption h3 {
  color: #fbdf99;
}
.section-home .content .header-images .slideshow-img a:hover .slideshow-img-caption p .more,
.section-home .content .header-images .slideshow-img a:active .slideshow-img-caption p .more {
  color: #a8eaf2;
}
.section-home .content .header-images .pagination {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 980px;
  text-align: center;
  line-height: 1;
}
.section-home .content .header-images .pagination .prev,
.section-home .content .header-images .pagination .next {
  display: inline-block;
  width: 16px;
  height: 0;
  margin-bottom: -3px;
  padding-top: 16px;
  overflow: hidden;
  background: center top no-repeat;
}
.section-home .content .header-images .pagination .prev {
  margin-right: 10px;
  background-image: url(../images/header-images-pagination-bg-prev.png);
}
.section-home .content .header-images .pagination .next {
  margin-left: 10px;
  background-image: url(../images/header-images-pagination-bg-next.png);
}
.section-home .content .header-images .pagination ul {
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-home .content .header-images .pagination ul li {
  display: inline;
  margin: 0 5px;
  padding: 0;
}
.section-home .content .header-images .pagination ul li a {
  display: inline-block;
  width: 10px;
  height: 0;
  padding-top: 10px;
  overflow: hidden;
  background: url(../images/header-images-pagination-bg.png) center top no-repeat;
}
.section-home .content .header-images .pagination ul li.current a {
  background-image: url(../images/header-images-pagination-bg-current.png);
}
/* Slideshow */
.slideshow {
  margin-bottom: 0;
}
.slideshow .bxslider {
  position: relative;
}
.slideshow .bxslider li {
  margin: 0;
}
.slideshow .block-content {
  border: 5px solid #d7d2cf;
  border: 5px solid rgba(0, 0, 0, 0.1);
}
.slideshow .bx-wrapper {
  margin-bottom: 0;
  border: none;
}
.slideshow .bxslider img {
  display: block;
  background-color: white;
  height: auto;
  max-width: 100%;
}
.slideshow .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 20px;
  right: 0px;
  z-index: 999;
  margin: 0;
  padding: 0 20px 0 0;
  list-style-type: none;
  line-height: 1;
  text-align: right;
  width: 80%;
}
.slideshow .bx-wrapper .bx-pager .bx-pager-item {
  display: inline;
  margin: 0 2px;
  padding: 0;
}
.slideshow .bx-wrapper .bx-pager .bx-pager-item a {
  display: inline-block;
  width: 10px;
  height: 0;
  padding-top: 10px;
  margin: 0;
  overflow: hidden;
  background: url(../images/slideshow-pager-bg.png) no-repeat;
}
.slideshow .bx-wrapper .bx-pager .bx-pager-item a.active {
  background-image: url(../images/slideshow-pager-bg-current.png);
}
.banner-top {
  /* 	display: none; */
  width: 100%;
  margin-left: 0;
  background: #9a2f40;
}
@media (max-width: 1170px) and (min-width: 750px) {
  .grid_12.banner-top {
    width: 100% !important;
  }
}
.banner-bottom {
  padding-bottom: 10px;
}
.banner {
  width: 100%;
  margin: 0 auto;
  max-width: 1170px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  zoom: 1;
}
.banner:before,
.banner:after {
  display: table;
  content: "";
}
.banner:after {
  clear: both;
}
@media (min-width: 1300px) {
}
.banner .post-date {
  float: left;
  color: white;
  text-align: center;
  margin: 0;
  padding: 0 15px 0 0;
  width: 10%;
  border-right: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .banner .post-date {
    width: 20%;
  }
}
.banner .post-date .post-date-month {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "OpenSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px 0;
  text-transform: uppercase;
}
.banner .post-date .post-date-day {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  font-family: "OpenSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.banner .post-content {
  width: 90%;
  padding: 15px 0 15px 15px;
  float: left;
  min-height: 64px;
}
@media (max-width: 960px) {
  .banner .post-content {
    width: 80%;
  }
}
.banner .post-content .post-title {
  font-size: 13px;
  font-size: 1.3rem;
  color: white;
  padding-bottom: 10px;
  margin: 0;
  font-family: "OpenSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.banner .post-content .post-title a {
  color: white;
}
.banner .post-content .post-body {
  font-size: 12px;
  font-size: 1.2rem;
  color: white;
  margin: 0;
}
.banner .post-content .post-body a {
  color: white;
  text-decoration: underline;
}
.section-future-students .content-top {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-future-students .content-top .header-images {
  float: left;
  margin: 5px 0 0 0;
}
.section-future-students .content-top .subnav {
  float: right;
  margin: 25px 0 0 0;
}
.section-future-students .content .grid_12 .wrapper {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-future-students .content .main .subnav {
  position: absolute;
  top: 25px;
  right: 0;
  background-color: #5a2a82;
}
@media (max-width: 1170px) {
  .section-future-students .content .main .subnav {
    width: 100%;
    position: relative;
    top: 0;
    right: auto;
    margin: 0;
  }
}
.section-future-students .content .main .subnav .block-title {
  border-bottom-color: #92ccd4;
}
.section-future-students .content .main .subnav ul li a:link,
.section-future-students .content .main .subnav ul li a:visited {
  border-bottom-color: #92ccd4;
}
.section-future-students .content-bottom {
  /*	.content-bottom .news-and-events;

	width: 920px;
	margin-bottom: 20px;
	padding: 0;
	background: #eceae3 url(../images/content-bottom-bg-future-students.png) center center repeat-y;
	border: 20px solid #eceae3;
	.font-size(13);
*/
}
@media (max-width: 1170px) {
}
.section-future-students .content-bottom .contextual-links-region {
  position: static;
}
.section-future-students .content-bottom .news,
.section-future-students .content-bottom .events {
  position: relative;
  width: 320px;
}
@media (max-width: 750px) {
  .section-future-students .content-bottom .news,
  .section-future-students .content-bottom .events {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 2em;
  }
}
@media (max-width: 1170px) and (min-width: 750px) {
  .section-future-students .content-bottom .news,
  .section-future-students .content-bottom .events {
    width: 50%;
    box-sizing: border-box;
  }
}
.section-future-students .content-bottom .news .no-results,
.section-future-students .content-bottom .events .no-results {
  margin-top: 10px;
}
.section-future-students .content-bottom .news .post-3 {
  border-bottom: 1px solid #cfc9c0;
}
.section-future-students .content-bottom .news .post-4 {
  padding-bottom: 0;
  border-bottom: none;
}
.section-future-students .content-bottom .events {
  padding-right: 20px;
}
@media (max-width: 1170px) {
  .section-future-students .content-bottom .events {
    padding-right: 0;
  }
}
.section-future-students .content-bottom .events .block-title {
  margin-right: -20px;
  padding-right: 20px;
}
@media (max-width: 1170px) {
  .section-future-students .content-bottom .events .block-title {
    margin-right: 0;
    padding-right: 0;
  }
}
.section-future-students .content-bottom .events .post {
  width: 255px;
}
.section-future-students .content-bottom .events .more {
  right: 20px;
}
@media (max-width: 1170px) {
  .section-future-students .content-bottom .events .more {
    right: 0;
  }
}
.section-future-students .content-bottom .resources {
  float: left;
  width: 200px;
  padding-left: 20px;
}
@media (max-width: 1170px) {
  .section-future-students .content-bottom .resources {
    padding-left: 0;
  }
}
@media (max-width: 750px) {
  .section-future-students .content-bottom .resources {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 1170px) and (min-width: 750px) {
  .section-future-students .content-bottom .resources {
    width: 50%;
    box-sizing: border-box;
  }
}
.section-future-students .content-bottom .resources .block-title {
  margin-left: -20px;
  padding-left: 20px;
}
@media (max-width: 1170px) {
  .section-future-students .content-bottom .resources .block-title {
    margin-left: 0;
    padding-left: 0;
  }
}
.section-future-students .content-bottom .resources ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.section-future-students .content-bottom .resources ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
.section-future-students .content-bottom .resources ul li a:link,
.section-future-students .content-bottom .resources ul li a:visited {
  display: block;
  padding: 5px 15px 5px 0;
  border-bottom: 1px solid #dedbd3;
  text-decoration: none;
}
.section-future-students .content-bottom .resources ul li a:before {
  width: 1em;
  font-family: 'fontello';
  font-style: normal;
  line-height: 1;
  speak: none;
  text-decoration: none !important;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  color: #cdc8c0;
  text-align: right;
}
.faculty-staff-table table .views-field-title {
  width: 150px;
}
.faculty-staff-table table .views-field-field-faculty-staff-title {
  width: 280px;
}
.faculty-staff-table table .views-field-field-email {
  width: 40px;
}
.faculty-staff-table table .views-field-field-extension {
  width: 40px;
}
.faculty-staff-table table .views-field-field-office-long {
  width: 70px;
}
.faculty-staff-table table .views-field-field-box {
  width: 40px;
}
.section-news .post,
.section-blog .post,
.section-news .node-teaser,
.section-blog .node-teaser {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfc9c0;
}
.section-news .post .post-title,
.section-blog .post .post-title,
.section-news .node-teaser .post-title,
.section-blog .node-teaser .post-title,
.section-news .post h2,
.section-blog .post h2,
.section-news .node-teaser h2,
.section-blog .node-teaser h2 {
  margin-bottom: 0;
}
.section-news .post .post-date,
.section-blog .post .post-date,
.section-news .node-teaser .post-date,
.section-blog .node-teaser .post-date,
.section-news .post .node-date,
.section-blog .post .node-date,
.section-news .node-teaser .node-date,
.section-blog .node-teaser .node-date {
  margin-bottom: 10px;
  color: #777;
  font-size: 12px;
  font-size: 1.2rem;
}
.section-news .post .post-excerpt,
.section-blog .post .post-excerpt,
.section-news .node-teaser .post-excerpt,
.section-blog .node-teaser .post-excerpt,
.section-news .post .node-content,
.section-blog .post .node-content,
.section-news .node-teaser .node-content,
.section-blog .node-teaser .node-content {
  margin-bottom: 10px;
}
.section-news .post .more,
.section-blog .post .more,
.section-news .node-teaser .more,
.section-blog .node-teaser .more {
  margin-bottom: 0;
}
.section-search .content .main .search-form {
  margin: 20px 0;
}
.section-search .content .main .search-form .form-item {
  display: inline;
}
.section-search .content .main .search-form .form-item .form-text {
  padding: 5px;
  padding: 0.5rem;
  font-size: 14px;
  font-size: 1.4rem;
}
.section-search .content .main .search-form .form-submit {
  padding: 6px 10px;
  padding: 0.6rem 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.section-search .search-results {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cfc9c0;
}
.section-search .search-results .search-result {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfc9c0;
}
.section-search .search-results .search-result .search-result-title {
  margin-bottom: 10px;
  margin-bottom: 1.0rem;
  color: #5a2a82;
  font-family: "OpenSansSemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.section-search .search-results .search-result .search-result-title:link {
  color: #5a2a82;
}
.section-search .search-results .search-result .search-result-title.faux-h1-sub {
  font-size: 78px;
  font-size: 7.8rem;
  color: #fec524;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1170px) {
  .section-search .search-results .search-result .search-result-title.faux-h1-sub {
    font-size: 68px;
    font-size: 6.8rem;
  }
}
@media (max-width: 750px) {
  .section-search .search-results .search-result .search-result-title.faux-h1-sub {
    font-size: 58px;
    font-size: 5.8rem;
  }
}
@media (max-width: 100%) {
  .section-search .search-results .search-result .search-result-title.faux-h1-sub {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media (max-width: 300px) {
  .section-search .search-results .search-result .search-result-title.faux-h1-sub {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.section-search .search-results .search-result .search-result-url {
  margin-bottom: 5px;
  color: #777;
  font-size: 11px;
  font-size: 1.1rem;
}
.section-search .search-results .search-result .search-result-url a:link,
.section-search .search-results .search-result .search-result-url a:visited {
  color: #777;
}
.section-search .search-results .search-result img {
  float: right;
  width: auto;
  height: 100px;
  margin: -36px 0 10px 20px;
  margin-top: -3.6rem;
  border: 3px solid #beb7ae;
}
.section-search .search-results .search-result .search-result-excerpt {
  margin-bottom: 0;
}
.node-content .faculty-item {
  position: relative;
  overflow: hidden;
}
.node-content .faculty-item .views-field-field-faculty-staff-title li {
  list-style: none;
  margin-left: 0;
}
.node-content .faculty-item .views-field-field-image {
  float: left;
  margin: 5px 20px 20px 0;
}
.node-content .faculty-item img {
  display: block;
  border: 3px solid #beb7ae;
}
.node-content .faculty-item .display-information {
  float: left;
  width: 500px;
}
.section-faculty-staff .group_display_information {
  float: left;
}
.section-faculty-staff .field-name-body {
  padding-top: 16px;
  padding-top: 1.6rem;
}
.calendar-wrapper {
  padding-top: 30px;
}
.calendar-wrapper .date-display-single {
  display: inline-block !important;
  font-size: 23px;
  font-size: 2.3rem;
  margin: 0.83em 0;
  margin-bottom: 10px;
  margin-bottom: 1.0rem;
  color: #37332f;
  font-family: "OpenSansRegular", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
}
.calendar-wrapper ul {
  margin: 0;
  padding: 0;
}
.calendar-wrapper li {
  list-style: none;
  margin-left: 0;
  margin-top: 15px;
}
.calendar-wrapper h4 {
  font-weight: bold;
  font-size: 14px;
  font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  margin-bottom: .5rem;
}
.calendar-wrapper h4 a {
  color: #37332f;
}
.calendar-wrapper .event-item .date-display-single {
  font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #37332f;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-bottom: .5rem;
}
.node-content .event-item {
  padding-bottom: 10px;
  padding-bottom: 1.0rem;
}
.node-content .event-item h4 {
  font-weight: bold;
  font-size: 14px;
  font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  margin-bottom: .5rem;
}
.node-content .event-item h5 {
  font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-bottom: .5rem;
}
.node-content .event-item p {
  margin-bottom: 0;
}
.node-content .field-name-field-date {
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-bottom: 1.0rem;
}
.node-content .field-name-field-location {
  padding-bottom: 10px;
  padding-bottom: 1.0rem;
}
.node-content .field-name-field-location .field-label {
  display: inline;
}
.node-content .field-name-field-location .field-item {
  display: inline;
}
.section-news-events h1.page-title {
  font-size: 30px;
  text-align: center;
}
@media (min-width: 750px) {
  .section-news-events h1.page-title {
    font-size: 60px;
  }
}
.section-news-events .article-featured-1 {
  background-size: cover;
  height: 400px;
  position: relative;
}
@media (max-width: 750px) {
  .section-news-events .article-featured-1 {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (min-width: 750px) {
  .section-news-events .article-featured-1 {
    height: 645px;
  }
}
.section-news-events .article-featured-1 > .inner {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  padding: 50px 0;
  right: 0;
  position: absolute;
}
.section-news-events .article-featured-1 > .inner .featured-1-label {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQ0lEQVQYV2OM0mr6z4AHaGuJMzDiUwRScPXaS9yKYApAlmA1CVkBVkXoCjAUYVOAogiXArgifArAilpDZv4HeRMfAAA78CqjFGXxXQAAAABJRU5ErkJggg== ) repeat;
  color: white;
  float: left;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 43px;
  margin-bottom: 20px;
  padding: 0 40px;
  text-transform: uppercase;
}
.section-news-events .article-featured-1 > .inner .article-title,
.section-news-events .article-featured-1 > .inner .created {
  margin: 0 38px;
}
.section-news-events .article-featured-1 > .inner .article-title,
.section-news-events .article-featured-1 > .inner .article-title a {
  clear: left;
  color: #fec524;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 750px) {
  .section-news-events .article-featured-1 > .inner .article-title,
  .section-news-events .article-featured-1 > .inner .article-title a {
    font-size: 50px;
  }
}
.section-news-events .article-featured-1 > .inner .created {
  color: #ddd;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.section-news-events .article-featured-2 > .inner {
  border: 1px solid #ddd;
  margin: 30px 0;
  padding: 35px;
}
.section-news-events .article-featured-2 > .inner img {
  height: auto;
  max-width: 100%;
}
.section-news-events .article-featured-2 > .inner .article-title {
  clear: left;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  margin: 0.5em 0;
}
.section-news-events .article-featured-2 > .inner .article-title,
.section-news-events .article-featured-2 > .inner .article-title a {
  color: #37332f;
}
.section-news-events .article-featured-2 > .inner .created {
  color: #999;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin-top: 35px;
  text-transform: uppercase;
}
.section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"] {
  background: #f5f5f4;
  margin: 0 -25px;
  padding: 1px 0 20px;
  position: relative;
}
@media (min-width: 750px) {
  .section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"] {
    padding: 1px 207px 20px;
  }
  .section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"]::before,
  .section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"]::after {
    background: #f5f5f4;
    bottom: 0;
    content: " ";
    display: block;
    width: 50vw;
    position: absolute;
    top: 0;
  }
  .section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"]::before {
    right: 50%;
  }
  .section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"]::after {
    left: 50%;
    margin-left: -8px;
  }
}
.section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"] h2.block-title {
  background: #f5f5f4;
  color: #37332f;
  display: block;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 41px;
  line-height: 42px;
  margin: 50px auto;
  position: relative;
  text-align: center;
  z-index: 5;
}
@media (min-width: 750px) {
  .section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"] h2.block-title {
    width: 400px;
  }
}
.section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"] .news-events-event {
  position: relative;
  z-index: 5;
}
.section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"] .news-events-event > .inner {
  margin-bottom: 50px;
  padding: 25px;
}
@media (min-width: 750px) {
  .section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"] .news-events-event > .inner {
    padding: 0 0 0 112px;
  }
}
.section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"] .news-events-event > .inner .event-date {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQ0lEQVQYV2OM0mr6z4AHaGuJMzDiUwRScPXaS9yKYApAlmA1CVkBVkXoCjAUYVOAogiXArgifArAilpDZv4HeRMfAAA78CqjFGXxXQAAAABJRU5ErkJggg== ) repeat;
  height: 87px;
  font-weight: bold;
  line-height: 23px;
  margin: auto;
  padding-top: 20px;
  text-align: center;
  width: 87px;
}
.section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"] .news-events-event > .inner .event-date .event-date-day {
  color: white;
  font-size: 30px;
}
.section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"] .news-events-event > .inner .event-date .event-date-month {
  color: #fec524;
  font-size: 20px;
  text-transform: uppercase;
}
@media (min-width: 750px) {
  .section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"] .news-events-event > .inner .event-date {
    float: left;
    margin-left: -112px;
  }
}
.section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"] .news-events-event > .inner .event-content {
  float: left;
}
.section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"] .news-events-event > .inner .event-content .event-title {
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 0.25em;
}
.section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"] .news-events-event > .inner .event-content .event-title,
.section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"] .news-events-event > .inner .event-content .event-title a {
  color: #37332f;
}
.section-news-events [aria-labelled-by="block-title-views-news_landing_page_events-block"] .news-events-event > .inner .event-content .event-body {
  font-size: 15px;
}
.section-news-events .article-featured-3 > .inner {
  border: 1px solid #ddd;
  margin: 30px 0;
  padding: 25px;
}
.section-news-events .article-featured-3 > .inner img {
  height: auto;
  max-width: 100%;
}
.section-news-events .article-featured-3 > .inner .article-title {
  clear: left;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  margin: 0.5em 0;
}
.section-news-events .article-featured-3 > .inner .article-title,
.section-news-events .article-featured-3 > .inner .article-title a {
  color: #37332f;
}
.section-news-events .article-featured-3 > .inner .created {
  color: #999;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin-top: 35px;
  text-transform: uppercase;
}
.section-news-events .article-unfeatured.odd {
  background: #f5f5f4;
}
@media (min-width: 750px) {
  .section-news-events .article-unfeatured.has-image {
    padding-left: 150px;
  }
}
.section-news-events .article-unfeatured > .inner {
  padding: 25px;
}
@media (min-width: 750px) {
  .section-news-events .article-unfeatured > .inner .article-image {
    margin-left: -150px;
  }
}
.section-news-events .article-unfeatured > .inner .article-image img {
  background: white;
  height: auto;
  max-width: 130px;
  padding: 5px;
}
@media (min-width: 750px) {
  .section-news-events .article-unfeatured > .inner .article-image img {
    float: left;
  }
}
.section-news-events .article-unfeatured > .inner .article-content {
  float: left;
}
.section-news-events .article-unfeatured > .inner .article-title {
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
.section-news-events .article-unfeatured > .inner .article-title,
.section-news-events .article-unfeatured > .inner .article-title a {
  color: #37332f;
}
.section-news-events .article-unfeatured > .inner .created {
  color: #999;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin: 35px 0;
  text-transform: uppercase;
}
.section-news-events .news-events-news-header {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQ0lEQVQYV2OM0mr6z4AHaGuJMzDiUwRScPXaS9yKYApAlmA1CVkBVkXoCjAUYVOAogiXArgifArAilpDZv4HeRMfAAA78CqjFGXxXQAAAABJRU5ErkJggg== ) repeat;
  color: #fec524;
  font-family: 'Raleway', sans-serif;
  font-size: 41px;
  font-weight: bold;
  line-height: 69px;
  margin: 0 -40px;
  padding: 0 37px;
  text-align: center;
}
@media (min-width: 750px) {
  .section-news-events .news-events-news-header {
    text-align: left;
    margin: 0;
  }
}
.section-news-events .news-events-more-events > a,
.section-news-events .news-events-read-more > a {
  border: 1px solid #999;
  border-radius: 5px;
  color: #37332f;
  display: inline-block;
  line-height: 38px;
  font-weight: bold;
  margin: 30px 0;
  padding: 0 28px;
  text-transform: uppercase;
}
.section-news-events .news-events-more-events {
  position: relative;
  text-align: center;
  z-index: 5;
}
.section-news-events .news-events-more-events a {
  margin-top: 0;
}
.section-news-events .news-events-issuu-iframe-wrapper .read-more {
  color: #53307d;
  margin-bottom: 1em;
}
.section-news-events .content-bottom {
  background: #f5f5f5;
}
.section-news-events #social-stream {
  margin: 0;
}
.section-news-events #social-stream > .dcsns-content {
  height: auto !important;
}
.section-news-events #social-stream ul {
  margin: 0;
  list-style: none;
  text-align: center;
  padding: 0;
}
.section-news-events #social-stream.inactive .dcsns-li {
  display: none;
}
.section-news-events #social-stream .dcsns-li {
  display: inline-block;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 401px;
}
.section-news-events #social-stream .dcsns-li:first-child {
  margin-left: 0;
}
@media (min-width: 1203px) and (max-width: 1620px) {
  .section-news-events #social-stream .dcsns-li:last-child {
    display: none;
  }
}
.section-news-events #social-stream .dcsns-li > a > img.icon {
  display: none;
  width: 377px;
}
.section-news-events #social-stream .dcsns-li > .inner {
  background: white;
  border: 1px solid #BAB9B8;
  height: 507px;
  margin-left: 12px;
  margin-right: 12px;
}
.section-news-events #social-stream .dcsns-li > .inner .section-thumb {
  line-height: 64px;
  padding-left: 21px;
  position: absolute;
}
.section-news-events #social-stream .dcsns-li > .inner .section-thumb img {
  border-radius: 100px;
  height: 24px;
  width: 24px;
}
.section-news-events #social-stream .dcsns-li > .inner .section-thumb,
.section-news-events #social-stream .dcsns-li > .inner .section-thumb a {
  color: #37332f;
}
.section-news-events #social-stream .dcsns-li > .inner .section-text {
  display: block;
  padding: 364px 18px 0;
}
.section-news-events #social-stream .dcsns-li > .inner .section-text a[href^="https://pbs.twimg.com/"] {
  height: 270px;
  left: 13px;
  overflow: hidden;
  position: absolute;
  right: 13px;
  top: 64px;
}
.section-news-events #social-stream .dcsns-li > .inner .section-text a[href^="https://pbs.twimg.com/"] img {
  max-width: 110%;
  width: auto;
}
.section-news-events #social-stream .dcsns-li > .inner .favorite-count,
.section-news-events #social-stream .dcsns-li > .inner .retweets-count {
  bottom: 21px;
  color: #999;
  height: 24px;
  line-height: 29px;
  display: block;
  position: absolute;
}
.section-news-events #social-stream .dcsns-li > .inner .favorite-count::before,
.section-news-events #social-stream .dcsns-li > .inner .retweets-count::before {
  background: url("../images/retweets-and-likes.png") 0 0 no-repeat;
  background-size: 80px;
  content: " ";
  display: block;
  height: 24px;
  margin-left: -44px;
  position: absolute;
  width: 35px;
}
.section-news-events #social-stream .dcsns-li > .inner .retweets-count {
  left: 73px;
}
.section-news-events #social-stream .dcsns-li > .inner .favorite-count {
  left: 145px;
}
.section-news-events #social-stream .dcsns-li > .inner .favorite-count::before {
  background-position: -43px 0;
}
.section-news-events #social-stream .dcsns-li > .inner .twitter-user {
  display: block;
  height: 64px;
  line-height: 64px;
  padding-left: 56px;
  position: absolute;
  top: 0;
}
.section-news-events #social-stream .dcsns-li > .inner .twitter-user a {
  color: #37332f;
}
.section-news-events #social-stream .dcsns-li .section-intro > a {
  display: none;
}
.section-news-events #social-stream .dcsns-li .section-intro > span {
  height: 64px;
  line-height: 64px;
  font-size: 10px;
  position: absolute;
  right: 28px;
  top: 0;
}
.section-news-events #social-stream .dcsns-li .section-intro > span,
.section-news-events #social-stream .dcsns-li .section-intro > span a {
  color: #999;
}
.section-news-events #social-stream .dcsns-li .section-share .share-twitter::after {
  background: url(../images/icon-twitter.png) no-repeat center center;
  background-size: cover;
  bottom: 18px;
  content: " ";
  display: block;
  height: 28px;
  position: absolute;
  right: 65px;
  width: 28px;
}
.section-news-events #social-stream .dcsns-li .section-share .share-facebook::after {
  background: url(../images/icon-facebook.png) no-repeat center center;
  background-size: cover;
  bottom: 21px;
  content: " ";
  display: block;
  height: 28px;
  position: absolute;
  right: 21px;
  width: 28px;
}
#content.news-page .main > .wrapper > h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 750px) {
  #content.news-page .main > .wrapper > h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
#content.news-page .field-slideshow-wrapper {
  margin-bottom: 66px;
  position: relative;
}
#content.news-page .field-slideshow-wrapper .field-slideshow-controls {
  left: 30px;
  right: 30px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  z-index: 15;
}
#content.news-page .field-slideshow-wrapper .field-slideshow-controls .prev,
#content.news-page .field-slideshow-wrapper .field-slideshow-controls .next {
  background-size: 100%;
  height: 41px;
  position: absolute;
  text-indent: -9999px;
  width: 28px;
}
#content.news-page .field-slideshow-wrapper .field-slideshow-controls .prev {
  background-image: url(../images/icon-carousel-left.png);
}
#content.news-page .field-slideshow-wrapper .field-slideshow-controls .next {
  background-image: url(../images/icon-carousel-right.png);
  right: 0;
}
#content.news-page .field-slideshow-wrapper .field-slideshow-pager {
  bottom: 24px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 15;
}
#content.news-page .field-slideshow-wrapper .field-slideshow-pager > a {
  background: white;
  border-radius: 1000px;
  color: white;
  display: inline-block;
  font-size: 1px;
  margin: 0 6px;
  height: 16px;
  width: 16px;
}
#content.news-page .field-slideshow-wrapper .field-slideshow-pager > a.activeSlide {
  background: #5a2a82;
  color: #5a2a82;
}
#content.news-page .field-name-field-news-subtitle {
  font-family: 'Raleway', sans-serif;
  color: #46827b;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media (min-width: 750px) {
  #content.news-page .field-name-field-news-subtitle {
    font-size: 43px;
  }
}
#content.news-page .submitted > .node-date {
  color: #999;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  margin: 25px 0;
  text-transform: uppercase;
}
#content.news-page .field-name-body {
  font-size: 17px;
}
#content.news-page .category {
  clear: both;
  padding: 50px 0;
}
#content.news-page .category h5 {
  font-family: 'Raleway', sans-serif;
  color: #222;
  margin-bottom: 0;
  font-size: 15px;
  text-transform: uppercase;
}
#content.news-page .category h5::before {
  border-top: 1px solid black;
  content: " ";
  display: block;
  height: 0;
  margin-bottom: 50px;
  width: 117px;
}
#content.news-page .category a {
  text-decoration: underline;
}
#content.news-page [aria-labelled-by="block-title-views-news_related_posts-block"] h2.block-title {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQ0lEQVQYV2OM0mr6z4AHaGuJMzDiUwRScPXaS9yKYApAlmA1CVkBVkXoCjAUYVOAogiXArgifArAilpDZv4HeRMfAAA78CqjFGXxXQAAAABJRU5ErkJggg== ) repeat;
  color: #fec524;
  font-family: 'Raleway', sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 69px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
#content.news-page [aria-labelled-by="block-title-views-news_related_posts-block"] h2.block-title span {
  position: relative;
  z-index: 5;
}
@media (min-width: 750px) {
  #content.news-page [aria-labelled-by="block-title-views-news_related_posts-block"] h2.block-title::before,
  #content.news-page [aria-labelled-by="block-title-views-news_related_posts-block"] h2.block-title::after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQ0lEQVQYV2OM0mr6z4AHaGuJMzDiUwRScPXaS9yKYApAlmA1CVkBVkXoCjAUYVOAogiXArgifArAilpDZv4HeRMfAAA78CqjFGXxXQAAAABJRU5ErkJggg== ) repeat;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    width: 50vw;
  }
  #content.news-page [aria-labelled-by="block-title-views-news_related_posts-block"] h2.block-title::before {
    right: 50%;
  }
  #content.news-page [aria-labelled-by="block-title-views-news_related_posts-block"] h2.block-title::after {
    left: 50%;
    margin-left: -8px;
  }
  #content.news-page [aria-labelled-by="block-title-views-news_related_posts-block"] h2.block-title::before,
  #content.news-page [aria-labelled-by="block-title-views-news_related_posts-block"] h2.block-title::after {
    content: " ";
    display: block;
  }
}
#content.news-page [aria-labelled-by="block-title-views-news_related_posts-block"] .article-related-posts > .inner {
  border: 1px solid #ddd;
  margin: 30px 0;
  padding: 25px;
  position: relative;
}
@media (min-width: 750px) {
  #content.news-page [aria-labelled-by="block-title-views-news_related_posts-block"] .article-related-posts > .inner {
    height: 625px;
  }
}
#content.news-page [aria-labelled-by="block-title-views-news_related_posts-block"] .article-related-posts > .inner img {
  height: auto;
  max-width: 100%;
}
#content.news-page [aria-labelled-by="block-title-views-news_related_posts-block"] .article-related-posts > .inner .article-title {
  clear: left;
  font-family: "BitterRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  margin: 0.5em 0;
}
#content.news-page [aria-labelled-by="block-title-views-news_related_posts-block"] .article-related-posts > .inner .article-title,
#content.news-page [aria-labelled-by="block-title-views-news_related_posts-block"] .article-related-posts > .inner .article-title a {
  color: #37332f;
}
#content.news-page [aria-labelled-by="block-title-views-news_related_posts-block"] .article-related-posts > .inner .created {
  color: #999;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin-top: 20px;
  text-transform: uppercase;
}
@media (min-width: 750px) {
  #content.news-page [aria-labelled-by="block-title-views-news_related_posts-block"] .article-related-posts > .inner .created {
    bottom: 35px;
    position: absolute;
  }
}
@media print {
  hr {
    display: block;
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
  }
}
