/* Compass */
/* Tools */
/* Red */
/* Gold */
/* Btn Green */
/* Btn Orange */
/* gform */
/* content border */
/**
 * ----------------------------------------------------------------------------------------
 * Tools/Helpers
 * ----------------------------------------------------------------------------------------
 */
/*
 * Image replacement
 */
/* line 11, ../scss/tools/_helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 19, ../scss/tools/_helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 30, ../scss/tools/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Text meant only for screen readers */
/* line 35, ../scss/tools/_helpers.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* line 40, ../scss/tools/_helpers.scss */
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 65, ../scss/tools/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 81, ../scss/tools/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 95, ../scss/tools/_helpers.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 111, ../scss/tools/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 117, ../scss/tools/_helpers.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 126, ../scss/tools/_helpers.scss */

/* =Wordpress alignment
-------------------*/
/* line 133, ../scss/tools/_helpers.scss */
.alignleft {
  display: inline;
  float: left;
  margin: 5px 20px 10px 0;
}

/* line 138, ../scss/tools/_helpers.scss */
.alignright {
  display: inline;
  float: right;
  margin: 5px 0 10px 20px;
}

/* line 143, ../scss/tools/_helpers.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 151, ../scss/tools/_helpers.scss */
.wp-caption,
.wp-caption-text,
.gallery-caption {
  max-width: 100%;
  font-style: italic;
}

/* line 158, ../scss/tools/_helpers.scss */
.text-left {
  text-align: left;
}

/* line 161, ../scss/tools/_helpers.scss */
.text-right {
  text-align: right;
}

/* line 164, ../scss/tools/_helpers.scss */
.text-center {
  text-align: center;
}

/* Base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../scss/base/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../scss/base/_normalize.scss */
body {
  margin: 0;
}

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

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

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/base/_normalize.scss */
a {
  background-color: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../scss/base/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../scss/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../scss/base/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, ../scss/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../scss/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../scss/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../scss/base/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../scss/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../scss/base/_normalize.scss */
pre {
  overflow: auto;
}

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

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../scss/base/_normalize.scss */
button {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../scss/base/_normalize.scss */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../scss/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../scss/base/_normalize.scss */
td,
th {
  padding: 0;
}

/**
 * ----------------------------------------------------------------------------------------
 * Fonts
 * ----------------------------------------------------------------------------------------
 */
@font-face {
  font-family: 'National-Regular';
  src: url("../fonts/National-Regular_gdi.eot");
  src: url("../fonts/National-Regular_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/National-Regular_gdi.woff") format("woff"), url("../fonts/National-Regular_gdi.ttf") format("truetype"), url("../fonts/National-Regular_gdi.svg#National-Regular") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*Fixes horrible rendering of @font-face in Chrome for Windows*/
  @font-face {
    font-family: 'National-Regular';
    src: url("../fonts/National_gdi.svg#National-Regular") format("svg");
  }
}
@font-face {
  font-family: 'National-Medium';
  src: url("../fonts/National-Medium_gdi.eot");
  src: url("../fonts/National-Medium_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/National-Medium_gdi.woff") format("woff"), url("../fonts/National-Medium_gdi.ttf") format("truetype"), url("../fonts/National-Medium_gdi.svg#National-Medium") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*Fixes horrible rendering of @font-face in Chrome for Windows*/
  @font-face {
    font-family: 'National-Medium';
    src: url("../fonts/National_gdi.svg#National-Regular") format("svg");
  }
}
@font-face {
  font-family: 'National-Bold';
  src: url("../fonts/National-Bold_gdi.eot");
  src: url("../fonts/National-Bold_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/National-Bold_gdi.woff") format("woff"), url("../fonts/National-Bold_gdi.ttf") format("truetype"), url("../fonts/National-Bold_gdi.svg#National-Bold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*Fixes horrible rendering of @font-face in Chrome for Windows*/
  @font-face {
    font-family: 'National-Bold';
    src: url("../fonts/National_gdi.svg#National-Regular") format("svg");
  }
}
/**
* ----------------------------------------------------------------------------------------
* SHARED STYLES
* ----------------------------------------------------------------------------------------
*/
/* line 69, ../scss/base/_base.scss */
html, body {
  overflow-x: hidden;
}

/* line 72, ../scss/base/_base.scss */
html, html a {
  -webkit-font-smoothing: antialiased !important;
}

/* line 76, ../scss/base/_base.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 82, ../scss/base/_base.scss */
body {
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
}

/* line 88, ../scss/base/_base.scss */
.group:before, .group:after {
  content: " ";
  display: table;
}

/* line 93, ../scss/base/_base.scss */
.group:after {
  clear: both;
}

/* line 98, ../scss/base/_base.scss */
::-moz-selection {
  background: #961821;
  color: white;
}

/* line 103, ../scss/base/_base.scss */
::selection {
  background: #961821;
  color: white;
}

/* line 108, ../scss/base/_base.scss */
a {
  text-decoration: none;
}

/* line 112, ../scss/base/_base.scss */
strong, .strong, .bold, b {
  font-weight: 700;
}

/* line 116, ../scss/base/_base.scss */
i, em {
  font-style: italic;
}

/* line 120, ../scss/base/_base.scss */
u, .u {
  text-decoration: underline;
}

/* line 123, ../scss/base/_base.scss */
.nou {
  text-decoration: none;
}

/* line 127, ../scss/base/_base.scss */
.alignleft {
  float: left;
  margin: 5px 30px 30px 0px;
}

/* line 132, ../scss/base/_base.scss */
.alignright {
  float: right;
  margin: 5px 0px 30px 30px;
}

/* line 137, ../scss/base/_base.scss */
.aligncenter {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

/* line 143, ../scss/base/_base.scss */
.center {
  text-align: center;
}

/* line 147, ../scss/base/_base.scss */
b, strong {
  font-weight: 700;
}

/* line 151, ../scss/base/_base.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 156, ../scss/base/_base.scss */
ul, ol {
  font-family: "National-Regular", Helvetica, Arial, sans-serif;
}
/* line 159, ../scss/base/_base.scss */
ul li, ol li {
  list-style: none;
}

/* line 1, ../scss/base/_bs.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, ../scss/base/_bs.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 12, ../scss/base/_bs.scss */
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 18, ../scss/base/_bs.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 28, ../scss/base/_bs.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 37, ../scss/base/_bs.scss */
.container {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
/*******
	 * [Custom CSS for Labs]
 *****/ 
  .citation {
     margin-bottom: 25px!important; /* Increased margin for better spacing */
     font-size: 20px!important; /* Adjusted font size */
	 line-height: 1.6;
  }
  .bold-author {
     font-weight: 600!important;
  }
  .citation-number {
     font-weight: bold;
     margin-right: 10px; /* Space between number and citation */
  }

/* Breakpoints for container */

@media (min-width: 320px) {
  .home-container {
	margin: 0 2%!important;
  }
}
@media (min-width: 768px) {
  /* line 44, ../scss/base/_bs.scss */
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 49, ../scss/base/_bs.scss */
  .container {
    width: 100%;
  }
  .home-container {
	margin: 0 5%!important;
  }
}
@media (min-width: 1200px) {
  /* line 54, ../scss/base/_bs.scss */
  .container {
    width: 80%;
  }
  .home-container {
	margin: 0 10%!important;
  }
}
/* line 58, ../scss/base/_bs.scss */
.container-fluid {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

/* line 64, ../scss/base/_bs.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

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

/* line 74, ../scss/base/_bs.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 77, ../scss/base/_bs.scss */
.col-xs-12 {
  width: 100%;
}

/* line 80, ../scss/base/_bs.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 83, ../scss/base/_bs.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 86, ../scss/base/_bs.scss */
.col-xs-9 {
  width: 75%;
}

/* line 89, ../scss/base/_bs.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 92, ../scss/base/_bs.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 95, ../scss/base/_bs.scss */
.col-xs-6 {
  width: 50%;
}

/* line 98, ../scss/base/_bs.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 101, ../scss/base/_bs.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 104, ../scss/base/_bs.scss */
.col-xs-3 {
  width: 25%;
}

/* line 107, ../scss/base/_bs.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 110, ../scss/base/_bs.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 113, ../scss/base/_bs.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 116, ../scss/base/_bs.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 119, ../scss/base/_bs.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 122, ../scss/base/_bs.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 125, ../scss/base/_bs.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 128, ../scss/base/_bs.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 131, ../scss/base/_bs.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 134, ../scss/base/_bs.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 137, ../scss/base/_bs.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 140, ../scss/base/_bs.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 143, ../scss/base/_bs.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 146, ../scss/base/_bs.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 149, ../scss/base/_bs.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 152, ../scss/base/_bs.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 155, ../scss/base/_bs.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 158, ../scss/base/_bs.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 161, ../scss/base/_bs.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 164, ../scss/base/_bs.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 167, ../scss/base/_bs.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 170, ../scss/base/_bs.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 173, ../scss/base/_bs.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 176, ../scss/base/_bs.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 179, ../scss/base/_bs.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 182, ../scss/base/_bs.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 185, ../scss/base/_bs.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 188, ../scss/base/_bs.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 191, ../scss/base/_bs.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 194, ../scss/base/_bs.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 197, ../scss/base/_bs.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 200, ../scss/base/_bs.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 203, ../scss/base/_bs.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 206, ../scss/base/_bs.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 209, ../scss/base/_bs.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 212, ../scss/base/_bs.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 215, ../scss/base/_bs.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 218, ../scss/base/_bs.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 221, ../scss/base/_bs.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 224, ../scss/base/_bs.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 227, ../scss/base/_bs.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 231, ../scss/base/_bs.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 234, ../scss/base/_bs.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 237, ../scss/base/_bs.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 240, ../scss/base/_bs.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 243, ../scss/base/_bs.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 246, ../scss/base/_bs.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 249, ../scss/base/_bs.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 252, ../scss/base/_bs.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 255, ../scss/base/_bs.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 258, ../scss/base/_bs.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 261, ../scss/base/_bs.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 264, ../scss/base/_bs.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 267, ../scss/base/_bs.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 270, ../scss/base/_bs.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 273, ../scss/base/_bs.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 276, ../scss/base/_bs.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 279, ../scss/base/_bs.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 282, ../scss/base/_bs.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 285, ../scss/base/_bs.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 288, ../scss/base/_bs.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 291, ../scss/base/_bs.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 294, ../scss/base/_bs.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 297, ../scss/base/_bs.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 300, ../scss/base/_bs.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 303, ../scss/base/_bs.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 306, ../scss/base/_bs.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 309, ../scss/base/_bs.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 312, ../scss/base/_bs.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 315, ../scss/base/_bs.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 318, ../scss/base/_bs.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 321, ../scss/base/_bs.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 324, ../scss/base/_bs.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 327, ../scss/base/_bs.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 330, ../scss/base/_bs.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 333, ../scss/base/_bs.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 336, ../scss/base/_bs.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 339, ../scss/base/_bs.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 342, ../scss/base/_bs.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 345, ../scss/base/_bs.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 348, ../scss/base/_bs.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 351, ../scss/base/_bs.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 354, ../scss/base/_bs.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 357, ../scss/base/_bs.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 360, ../scss/base/_bs.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 363, ../scss/base/_bs.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 366, ../scss/base/_bs.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 369, ../scss/base/_bs.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 372, ../scss/base/_bs.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 375, ../scss/base/_bs.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 378, ../scss/base/_bs.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 381, ../scss/base/_bs.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 384, ../scss/base/_bs.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 389, ../scss/base/_bs.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 392, ../scss/base/_bs.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 395, ../scss/base/_bs.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 398, ../scss/base/_bs.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 401, ../scss/base/_bs.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 404, ../scss/base/_bs.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 407, ../scss/base/_bs.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 410, ../scss/base/_bs.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 413, ../scss/base/_bs.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 416, ../scss/base/_bs.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 419, ../scss/base/_bs.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 422, ../scss/base/_bs.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 425, ../scss/base/_bs.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 428, ../scss/base/_bs.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 431, ../scss/base/_bs.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 434, ../scss/base/_bs.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 437, ../scss/base/_bs.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 440, ../scss/base/_bs.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 443, ../scss/base/_bs.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 446, ../scss/base/_bs.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 449, ../scss/base/_bs.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 452, ../scss/base/_bs.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 455, ../scss/base/_bs.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 458, ../scss/base/_bs.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 461, ../scss/base/_bs.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 464, ../scss/base/_bs.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 467, ../scss/base/_bs.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 470, ../scss/base/_bs.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 473, ../scss/base/_bs.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 476, ../scss/base/_bs.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 479, ../scss/base/_bs.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 482, ../scss/base/_bs.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 485, ../scss/base/_bs.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 488, ../scss/base/_bs.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 491, ../scss/base/_bs.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 494, ../scss/base/_bs.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 497, ../scss/base/_bs.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 500, ../scss/base/_bs.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 503, ../scss/base/_bs.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 506, ../scss/base/_bs.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 509, ../scss/base/_bs.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 512, ../scss/base/_bs.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 515, ../scss/base/_bs.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 518, ../scss/base/_bs.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 521, ../scss/base/_bs.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 524, ../scss/base/_bs.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 527, ../scss/base/_bs.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 530, ../scss/base/_bs.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 533, ../scss/base/_bs.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 536, ../scss/base/_bs.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 539, ../scss/base/_bs.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 542, ../scss/base/_bs.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 547, ../scss/base/_bs.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 550, ../scss/base/_bs.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 553, ../scss/base/_bs.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 556, ../scss/base/_bs.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 559, ../scss/base/_bs.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 562, ../scss/base/_bs.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 565, ../scss/base/_bs.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 568, ../scss/base/_bs.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 571, ../scss/base/_bs.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 574, ../scss/base/_bs.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 577, ../scss/base/_bs.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 580, ../scss/base/_bs.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 583, ../scss/base/_bs.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 586, ../scss/base/_bs.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 589, ../scss/base/_bs.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 592, ../scss/base/_bs.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 595, ../scss/base/_bs.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 598, ../scss/base/_bs.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 601, ../scss/base/_bs.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 604, ../scss/base/_bs.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 607, ../scss/base/_bs.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 610, ../scss/base/_bs.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 613, ../scss/base/_bs.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 616, ../scss/base/_bs.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 619, ../scss/base/_bs.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 622, ../scss/base/_bs.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 625, ../scss/base/_bs.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 628, ../scss/base/_bs.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 631, ../scss/base/_bs.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 634, ../scss/base/_bs.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 637, ../scss/base/_bs.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 640, ../scss/base/_bs.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 643, ../scss/base/_bs.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 646, ../scss/base/_bs.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 649, ../scss/base/_bs.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 652, ../scss/base/_bs.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 655, ../scss/base/_bs.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 658, ../scss/base/_bs.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 661, ../scss/base/_bs.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 664, ../scss/base/_bs.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 667, ../scss/base/_bs.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 670, ../scss/base/_bs.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 673, ../scss/base/_bs.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 676, ../scss/base/_bs.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 679, ../scss/base/_bs.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 682, ../scss/base/_bs.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 685, ../scss/base/_bs.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 688, ../scss/base/_bs.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 691, ../scss/base/_bs.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 694, ../scss/base/_bs.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 697, ../scss/base/_bs.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 700, ../scss/base/_bs.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 704, ../scss/base/_bs.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 716, ../scss/base/_bs.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 725, ../scss/base/_bs.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 731, ../scss/base/_bs.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 735, ../scss/base/_bs.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 740, ../scss/base/_bs.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 752, ../scss/base/_bs.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 761, ../scss/base/_bs.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 765, ../scss/base/_bs.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 769, ../scss/base/_bs.scss */
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 774, ../scss/base/_bs.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 777, ../scss/base/_bs.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 781, ../scss/base/_bs.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 785, ../scss/base/_bs.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 790, ../scss/base/_bs.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 794, ../scss/base/_bs.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 797, ../scss/base/_bs.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 800, ../scss/base/_bs.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 808, ../scss/base/_bs.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 812, ../scss/base/_bs.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 816, ../scss/base/_bs.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 821, ../scss/base/_bs.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 825, ../scss/base/_bs.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 830, ../scss/base/_bs.scss */
.modal-footer:after {
  clear: both;
}

/* line 833, ../scss/base/_bs.scss */
.media {
  margin-top: 15px;
}

/* line 839, ../scss/base/_bs.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 844, ../scss/base/_bs.scss */
.media-body {
  width: 10000px;
}

/* line 847, ../scss/base/_bs.scss */
.media-object {
  display: block;
}

/* line 850, ../scss/base/_bs.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 853, ../scss/base/_bs.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 857, ../scss/base/_bs.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 861, ../scss/base/_bs.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 867, ../scss/base/_bs.scss */
.media-middle {
  vertical-align: middle;
}

/* line 870, ../scss/base/_bs.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 873, ../scss/base/_bs.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 877, ../scss/base/_bs.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 881, ../scss/base/_bs.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 884, ../scss/base/_bs.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 902, ../scss/base/_bs.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 908, ../scss/base/_bs.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 912, ../scss/base/_bs.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 915, ../scss/base/_bs.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 918, ../scss/base/_bs.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* line 924, ../scss/base/_bs.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 928, ../scss/base/_bs.scss */
textarea.form-control {
  height: auto;
}

/* line 931, ../scss/base/_bs.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 935, ../scss/base/_bs.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  /* line 941, ../scss/base/_bs.scss */
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  /* line 951, ../scss/base/_bs.scss */
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
@media (min-width: 768px) {
  /* line 963, ../scss/base/_bs.scss */
  .form-inline .form-group {
    display: inline;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 968, ../scss/base/_bs.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 973, ../scss/base/_bs.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 976, ../scss/base/_bs.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 980, ../scss/base/_bs.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 985, ../scss/base/_bs.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 988, ../scss/base/_bs.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 992, ../scss/base/_bs.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 999, ../scss/base/_bs.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 1003, ../scss/base/_bs.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 1008, ../scss/base/_bs.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.feedzy-rss ul li {
	display: block!important;
}
/**
 * ----------------------------------------------------------------------------------------
 * Typography
 * ----------------------------------------------------------------------------------------
 */
/* line 7, ../scss/base/_typography.scss */
body {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}

/* line 12, ../scss/base/_typography.scss */
p {
  margin: 0 0 15px 0;
}

/* line 16, ../scss/base/_typography.scss */
a {
  color: #961821;
  text-decoration: none;
  transition: all ease 0.3s;
}
/* line 21, ../scss/base/_typography.scss */
a:hover {
  text-decoration: none;
}

/* line 26, ../scss/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #961821;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* line 33, ../scss/base/_typography.scss */
h1, .h1 {
  font-size: 36px;
  line-height: 1.2;
}

/* line 38, ../scss/base/_typography.scss */
h2, .h2 {
  font-size: 28px;
  line-height: 1.3;
}

/* line 43, ../scss/base/_typography.scss */
h3, .h3 {
  font-size: 20px;
  line-height: 1.3;
}

/* line 48, ../scss/base/_typography.scss */
h4, .h4 {
  font-size: 16px;
  line-height: 1.4;
}

/* line 52, ../scss/base/_typography.scss */
h5 {
  font-size: 14px;
  line-height: 1.6;
  text-transform: none;
}

/* line 57, ../scss/base/_typography.scss */
h6 {
  font-size: 12px;
  line-height: 1.6em;
  text-transform: none;
}

/* line 63, ../scss/base/_typography.scss */
.center-content {
  text-align: center;
}

/* line 66, ../scss/base/_typography.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 72, ../scss/base/_typography.scss */
dl {
  margin-top: 0;
  margin-bottom: 27px;
}

/* line 76, ../scss/base/_typography.scss */
dt, dd {
  line-height: 1.42857143;
}

/* line 79, ../scss/base/_typography.scss */
dt {
  font-weight: 700;
}

/* line 82, ../scss/base/_typography.scss */
dd {
  margin-bottom: 13.5px;
}

/* Layout */
/**
 * ----------------------------------------------------------------------------------------
 * Module/BTNs
 * ----------------------------------------------------------------------------------------
 */
/* line 6, ../scss/tools/_btn.scss */
.btn-1 {
  background: url(../img/bg-btn.png) no-repeat right top;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  padding: 0 35px 0 15px;
  text-align: center;
  text-transform: none;
  transition: all ease 0.3s;
  white-space: normal;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 31, ../scss/tools/_btn.scss */
.btn-1:hover {
  color: #990000;
}

/* line 36, ../scss/tools/_btn.scss */
.btn-2 {
  background: #990000;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  display: inline-block;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease 0.3s;
  white-space: normal;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 59, ../scss/tools/_btn.scss */
.btn-2:hover {
  background: #990000;
  border: 0;
  box-shadow: none;
  color: white;
}

/* line 67, ../scss/tools/_btn.scss */
.btn-3 {
  background: #990000;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  display: inline-block;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease 0.3s;
  white-space: normal;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 90, ../scss/tools/_btn.scss */
.btn-3:hover {
  background: #990000;
  border: 0;
  box-shadow: none;
  color: white;
}

/* line 98, ../scss/tools/_btn.scss */
.btn-4 {
  background: #990000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  display: inline-block;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease 0.3s;
  white-space: normal;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 120, ../scss/tools/_btn.scss */
.btn-4:hover {
  background: #640000;
  box-shadow: none;
  color: white;
}

/* line 127, ../scss/tools/_btn.scss */
body .vc_general.vc_btn3 {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 1;
  padding: 15px;
  text-align: center;
  min-width: 180px;
}

/* line 142, ../scss/tools/_btn.scss */
body .vc_btn3-container.vc_btn3-center {
  text-align: center !important;
}

/* line 147, ../scss/tools/_btn.scss */
body .vc_general.vc_btn3:hover, body .vc_general.vc_btn3:focus {
  border: 0 !important;
}

/* line 149, ../scss/tools/_btn.scss */
body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  background: #990000;
  color: #fff;
  box-shadow: 0 5px 0 #540000;
  top: 0;
}

/* line 156, ../scss/tools/_btn.scss */
body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus {
  background: #990000;
  color: #fff;
  top: 3px;
  box-shadow: 0 2px 0 #540000;
}

/* line 163, ../scss/tools/_btn.scss */
body .vc_btn3.vc_btn3-color-grey, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
  background: #ffcc33;
  color: #990000;
  box-shadow: 0 5px 0 #c37e11;
  top: 0;
  position: relative;
}

/* line 166, ../scss/tools/_btn.scss */
body .vc_btn3.vc_btn3-color-grey:hover, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus {
  background: #ffcc33;
  color: #990000;
  top: 3px;
  box-shadow: 0 2px 0 #c37e11;
}

/******************************************************
    [ Header ]
*******************************************************/
/* line 4, ../scss/layout/_header.scss */
.top-bar {
  background: black;
}

/* line 7, ../scss/layout/_header.scss */
.alt-top-bar {
  background: #961821;
}

/* line 12, ../scss/layout/_header.scss */
.tb-col-1 ul {
  margin: 0;
  padding: 0;
}
/* line 17, ../scss/layout/_header.scss */
.tb-col-1 > ul {
  margin-top: 30px;
}
/* line 21, ../scss/layout/_header.scss */
.tb-col-1 ul li {
  color: white;
  display: inline-block;
}
/* line 25, ../scss/layout/_header.scss */
.tb-col-1 ul.nav-top li {
  border-left: 1px solid #ffcc00;
}
/* line 28, ../scss/layout/_header.scss */
.tb-col-1 ul.nav-top li a {
  color: #ffcc00;
  font-weight: bold;
  padding-left: 4px;
  margin: 0 2px;
}
/* line 34, ../scss/layout/_header.scss */
.tb-col-1 ul.nav-top li a:hover {
  color: #ffdb4d;
  text-decoration: underline;
}
/* line 40, ../scss/layout/_header.scss */
.tb-col-1 ul.nav-top li:first-child {
  border: 0;
  padding-left: 0;
  margin-left: 0;
}

/* line 47, ../scss/layout/_header.scss */
.tb-col-2 {
  text-align: right;
}

/* line 50, ../scss/layout/_header.scss */
.header {
  background: black;
  color: #0569B1;
  padding-top: 25px;
  padding-bottom: 0;
  position: relative;
}
/* line 57, ../scss/layout/_header.scss */
.header .container {
  overflow: visible;
}

/* line 61, ../scss/layout/_header.scss */
.school-logo {
  display: table-cell;
  border-right: .5px solid white;
  padding-right: 15px;
  width: 35%;
}
/* line 66, ../scss/layout/_header.scss */
.school-logo img {
  max-width: 100%;
  height: auto;
}

/* line 71, ../scss/layout/_header.scss */
#logo-site-name {
  vertical-align: middle;
  display: table-cell;
  padding-left: 10px;
}
/* line 75, ../scss/layout/_header.scss */
#logo-site-name a {
  color: white !important;
  font-weight: 400 !important;
  font-size: 36px;
  letter-spacing: .25px;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
}

/* line 83, ../scss/layout/_header.scss */
#rxx-logo {
  margin-bottom: 15px;
  display: table-cell;
  padding-right: 12px;
  border-right: 0.5px solid white;
}

/* line 89, ../scss/layout/_header.scss */
#print-logo {
  display: none;
}

/* line 92, ../scss/layout/_header.scss */
#mobile-logo {
  display: none;
}

/* line 95, ../scss/layout/_header.scss */
.clearfix {
  padding-top: 15px;
}

/* line 98, ../scss/layout/_header.scss */
.red-top-bar {
  background: #961821;
}

/* line 101, ../scss/layout/_header.scss */
.red-header {
  background: #961821;
  color: #0569B1;
  padding-top: 25px;
  padding-bottom: 0;
  position: relative;
}
/* line 108, ../scss/layout/_header.scss */
.red-header .container {
  overflow: visible;
}

/* -------------------------------------------------- 
     Table of Contents Main
-----------------------------------------------------
:: MAIN
:: FOOTER
:: POST NAVIGATION
:: PAGINATION

/******************************************************
    MAIN
*******************************************************/
/* line 12, ../scss/layout/_menus.scss */
.main-navigation {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background: transparent;
  height: 60px;
  margin-top: 22px;
}
figure.wpb_wrapper.vc_figure {
  margin-bottom: 20px;
}
/* line 24, ../scss/layout/_menus.scss */
.main-navigation ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

/* line 29, ../scss/layout/_menus.scss */
.main-navigation > ul {
  float: right;
}

/* line 33, ../scss/layout/_menus.scss */
.main-navigation li {
  position: relative;
  float: left;
}

/* line 38, ../scss/layout/_menus.scss */
.main-navigation a {
  color: white;
  display: block;
  font-size: 17px;
  height: 60px;
  line-height: 60px;
  padding: 0 16px;
  letter-spacing: .75px;
  text-decoration: none;
}
/* line 48, ../scss/layout/_menus.scss */
.main-navigation a .fa {
  line-height: 60px;
  color: white !important;
}

/* line 53, ../scss/layout/_menus.scss */
.main-navigation .nav-menu > li:last-child a {
  padding-right: 0;
}

/* line 57, ../scss/layout/_menus.scss */
.main-navigation ul ul {
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  display: none;
  float: left;
  left: 0;
  padding: 0;
  position: absolute;
  top: 60px;
  z-index: 99999;
}

/* line 70, ../scss/layout/_menus.scss */
.main-navigation ul ul ul {
  top: 0;
  left: 100%;
}

/* line 75, ../scss/layout/_menus.scss */
.main-navigation ul ul a {
  color: white;
  height: auto;
  line-height: 1.3;
  padding: 10px 20px;
  width: 200px;
}
/* line 82, ../scss/layout/_menus.scss */
.main-navigation ul ul a:hover {
  color: #ffcc00;
}

/* line 89, ../scss/layout/_menus.scss */
.main-navigation li:hover > a,
.main-navigation li > a:focus {
  color: #fff;
}

/* line 100, ../scss/layout/_menus.scss */
.main-navigation ul li:hover > ul {
  display: block;
}

/* line 104, ../scss/layout/_menus.scss */
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a:hover,
.main-navigation .current-menu-item > a:hover,
.main-navigation .current_page_item > a:focus,
.main-navigation .current-menu-item > a:focus,
.main-navigation .current-page-ancestor > a,
.main-navigation .current_page_parent > a,
.post-type-archive-faculty .main-navigation .faculty > a {
  color: white;
}

/* line 120, ../scss/layout/_menus.scss */
.main-navigation ul ul .current_page_parent,
.main-navigation .current_page_parent .current_page_item > a,
.main-navigation ul ul .current_page_parent > a,
.main-navigation ul ul .current-page-ancestor > a {
  color: #ffcc00;
}

/* line 127, ../scss/layout/_menus.scss */
.main-navigation .nav-menu > li.last-item ul ul {
  top: 0;
  right: 100%;
  left: inherit;
}

/* Small menu */
/* line 134, ../scss/layout/_menus.scss */
.menu-toggle {
  cursor: pointer;
  display: none;
}

/* line 139, ../scss/layout/_menus.scss */
ul.search {
  float: right;
}

/* line 143, ../scss/layout/_menus.scss */
ul.search li {
  float: left;
}
/* line 146, ../scss/layout/_menus.scss */
ul.search li form {
  margin-top: 5px;
}
/* line 150, ../scss/layout/_menus.scss */
ul.search li label {
  margin-bottom: 0;
}
/* line 153, ../scss/layout/_menus.scss */
ul.search li .form-control {
  height: 28px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
}
/* line 159, ../scss/layout/_menus.scss */
ul.search li .btn-4 {
  line-height: 1;
  padding: 8px 20px;
}

/******************************************************
    POST NAVIGATION
*******************************************************/
/* line 168, ../scss/layout/_menus.scss */
.post-navigation {
  margin-bottom: 30px;
}

/******************************************************
    PAGINATION
*******************************************************/
/* line 175, ../scss/layout/_menus.scss */
.pagination {
  clear: both;
  display: block;
}

/* line 179, ../scss/layout/_menus.scss */
.paging-navigation ul.page-numbers {
  clear: both;
  margin: 0;
}

/* line 184, ../scss/layout/_menus.scss */
ul.page-numbers li {
  display: inline;
}

/* line 186, ../scss/layout/_menus.scss */
a.page-numbers,
span.page-numbers {
  position: relative;
  float: left;
  font-weight: bold;
  padding: 10px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

/* line 198, ../scss/layout/_menus.scss */
.paging-navigation li:first-child > a.page-numbers,
.paging-navigation li:first-child > span.page-numbers {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 204, ../scss/layout/_menus.scss */
.paging-navigation li:last-child > a.page-numbers,
.paging-navigation li:last-child > span.page-numbers {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 210, ../scss/layout/_menus.scss */
a:hover.page-numbers {
  color: #000;
  background: #f5f3f3;
}

/* line 215, ../scss/layout/_menus.scss */
.paging-navigation .current {
  font-weight: bold;
  color: #000;
  background: #eeeeee;
}

/* line 222, ../scss/layout/_menus.scss */
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

/* line 228, ../scss/layout/_menus.scss */
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

/* line 234, ../scss/layout/_menus.scss */
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* -------------------------------------------------- 
     Table of Contents Main
-----------------------------------------------------
:: MAIN
:: HOME CONTENT
:: MAIN CONTENT
:: ENTRY CONTENT
:: Contact Form
:: Testimonials
:: Form Search
:: Faculty Archive
:: Faculty Profile
:: Visual Composer

/******************************************************
    [ MAIN ]
*******************************************************/
/* line 18, ../scss/layout/_main.scss */
body {
  background: #fff;
  color: #333333;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  padding: 0;
}

/* line 26, ../scss/layout/_main.scss */
hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid #e5e4e4;
}

/* line 32, ../scss/layout/_main.scss */
a {
  color: #961821;
}
/* line 35, ../scss/layout/_main.scss */
a:hover {
  color: #ffcc00;
}

/* line 39, ../scss/layout/_main.scss */
.container {
  overflow: hidden;
}

/* line 43, ../scss/layout/_main.scss */
.color-primary {
  color: #961821;
}

/******************************************************
    [ Banner ]
*******************************************************/
/* line 52, ../scss/layout/_main.scss */
.banner img {
  height: auto;
  max-width: 100%;
}

/******************************************************
    [ HOME CONTENT ]
*******************************************************/
/* line 60, ../scss/layout/_main.scss */
.hbox-1 {
  background: url(../img/bg-stripes.png) #961821;
  color: white;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 22px;
  margin-bottom: 24px;
  padding: 20px;
  text-align: center;
  text-decoration: underline;
}
/* line 70, ../scss/layout/_main.scss */
.hbox-1 span {
  color: #ffcc00;
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 79, ../scss/layout/_main.scss */
.hcol {
  margin-bottom: 50px;
  overflow: hidden;
  padding-bottom: 20px;
}
/* line 84, ../scss/layout/_main.scss */
.hcol h2 {
  color: #000000;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
}
/* line 93, ../scss/layout/_main.scss */
.hcol img {
  background: #961821;
  border: 1px solid #c7cbcb;
  height: auto;
  padding: 2px;
  margin-bottom: 20px;
  max-width: 100%;
}
/* line 102, ../scss/layout/_main.scss */
.hcol p {
  color: #000000;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* line 110, ../scss/layout/_main.scss */
.hcol2-wrap {
  margin-bottom: 50px;
  overflow: hidden;
}
/* line 114, ../scss/layout/_main.scss */
.hcol2-wrap header {
  border-bottom: 3px solid #e7e7e7;
  margin-bottom: 14px;
  overflow: hidden;
}
/* line 120, ../scss/layout/_main.scss */
.hcol2-wrap .section-title {
  color: #000000;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
/* line 129, ../scss/layout/_main.scss */
.hcol2-wrap .col-r {
  text-align: right;
}
/* line 132, ../scss/layout/_main.scss */
.hcol2-wrap .col-r a {
  color: #000000;
  font-size: 20px;
}
/* line 136, ../scss/layout/_main.scss */
.hcol2-wrap .col-r a:hover {
  color: #961821;
}
/* line 141, ../scss/layout/_main.scss */
.hcol2-wrap .col-r a .fa {
  color: #961821;
}
/* line 149, ../scss/layout/_main.scss */
.hcol2-wrap .hcol2 p {
  color: #000000;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
/* line 157, ../scss/layout/_main.scss */
.hcol2-wrap .hcol2 ul {
  margin: 0;
  padding: 0;
}
/* line 162, ../scss/layout/_main.scss */
.hcol2-wrap .hcol2 ul .fa {
  color: black;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 10px;
  min-width: 16px;
  text-align: center;
}
/* line 170, ../scss/layout/_main.scss */
.hcol2-wrap .hcol2 ul li {
  color: black;
  font-size: 18px;
  display: block;
}

/* line 176, ../scss/layout/_main.scss */
.h-bot {
  background: url(../img/bg-stripes.png) #961821;
  padding-top: 40px;
  min-height: 195px;
  margin-bottom: 30px;
  padding: 24px;
  position: relative;
  overflow: visible;
}
/* line 185, ../scss/layout/_main.scss */
.h-bot .testimonial {
  color: #ffcc00;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  width: 78%;
}
/* line 193, ../scss/layout/_main.scss */
.h-bot .test-img {
  position: absolute;
  top: -53px;
  right: 0;
}
/* line 198, ../scss/layout/_main.scss */
.h-bot .t_details {
  line-height: 1.6;
  width: 78%;
}
/* line 202, ../scss/layout/_main.scss */
.h-bot .name {
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
  text-transform: uppercase;
}
/* line 211, ../scss/layout/_main.scss */
.h-bot .desc {
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.1;
  text-transform: none;
  width: 50%;
}

/******************************************************
    [ MAIN CONTENT ]
*******************************************************/
/* line 226, ../scss/layout/_main.scss */
.home .container-inner {
  background: white;
  overflow: hidden;
  margin: 22px auto 0;
  padding: 20px;
}

/* line 233, ../scss/layout/_main.scss */
article.module {
  background: white;
  float: left;
  position: relative;
  margin: 22px auto 30px;
  overflow: hidden;
  padding: 40px;
  transition: all ease 0.3s;
  width: 80%;
  border: 1px solid #f2f2f2;
}

/* line 245, ../scss/layout/_main.scss */
article.module-full {
  background: white;
  float: left;
  position: relative;
  margin: 22px auto 30px;
  overflow: hidden;
  padding: 25px;
  transition: all ease 0.3s;
  width: 100%;
}

/* line 255, ../scss/layout/_main.scss */
article.module-outer {
  float: left;
  position: relative;
  margin: 22px auto 30px;
  overflow: hidden;
  transition: all ease 0.3s;
  width: 80%;
}

/* line 263, ../scss/layout/_main.scss */
.module-inner {
  background: white;
  overflow: hidden;
  padding: 50px;
  transition: all ease 0.3s;
  border: 1px solid #f2f2f2;
}

/* line 271, ../scss/layout/_main.scss */
.module-outer .h-bot {
  min-height: inherit;
  overflow: hidden;
}
/* line 275, ../scss/layout/_main.scss */
.module-outer .h-bot .testimonial {
  color: #ffcc00;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  width: 74%;
}
/* line 283, ../scss/layout/_main.scss */
.module-outer .h-bot .test-img {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 288, ../scss/layout/_main.scss */
.module-outer .h-bot .t_details {
  line-height: 1.6;
  width: 74%;
}
/* line 292, ../scss/layout/_main.scss */
.module-outer .h-bot .name {
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
  text-transform: uppercase;
}
/* line 301, ../scss/layout/_main.scss */
.module-outer .h-bot .desc {
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.1;
  text-transform: none;
  width: 50%;
}

/* line 312, ../scss/layout/_main.scss */
.page-header {
  border-bottom: 0;
  margin: 0 0 20px;
  padding-bottom: 9px;
}

/* line 318, ../scss/layout/_main.scss */
.page-title,
.page-title a {
  color: #000000;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: !important;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 20px 0;
  padding: 0;
}

/* line 329, ../scss/layout/_main.scss */
.page-title a:hover {
  color: #73b850;
}

/* line 332, ../scss/layout/_main.scss */
.page-title-archive {
  color: #000000;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}

/* line 341, ../scss/layout/_main.scss */
.sub-title {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}

/* line 351, ../scss/layout/_main.scss */
.blog-content .sub-title {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  margin-bottom: 40px;
}

/* line 361, ../scss/layout/_main.scss */

/******************************************************
    [ ENTRY CONTENT ]
*******************************************************/
/* line 367, ../scss/layout/_main.scss */
.post {
  margin-bottom: 40px;
}
/* line 373, ../scss/layout/_main.scss */
.post:last-of-type {
  border-bottom: 0;
}

/* line 377, ../scss/layout/_main.scss */
.entry-header {
  margin-bottom: 20px;
}

/* line 380, ../scss/layout/_main.scss */
.entry-title {
  color: #961821;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 386, ../scss/layout/_main.scss */
.entry-title a {
  color: #961821;
  text-decoration: underline;
}
/* line 390, ../scss/layout/_main.scss */
.entry-title a:hover {
  color: #ffcc00;
}

/* line 395, ../scss/layout/_main.scss */
.single .featured {
  margin-bottom: 20px;
}
/* line 398, ../scss/layout/_main.scss */
.single .featured img {
  width: 100%;
}

/* line 402, ../scss/layout/_main.scss */
.single .entry-title {
  font-size: 28px;
}

/* line 405, ../scss/layout/_main.scss */
.wrap-readmore {
  margin-bottom: 10px;
}

/* line 408, ../scss/layout/_main.scss */
.post-meta {
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 413, ../scss/layout/_main.scss */
.post-meta a {
  color: #961821;
  text-decoration: underline;
}
/* line 417, ../scss/layout/_main.scss */
.post-meta a:hover {
  color: #ffcc00;
}
/* line 422, ../scss/layout/_main.scss */
.post-content {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
/* line 428, ../scss/layout/_main.scss */
.post-content .readmore {
  text-decoration: underline;
}
/* line 434, ../scss/layout/_main.scss */
.entry-content h1 {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.1;
  color: #333;
  padding: 0px;
  margin: 0 0 20px;
}
/* line 443, ../scss/layout/_main.scss */
.entry-content h2 {
  color: #333;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 25px;
}
/* line 452, ../scss/layout/_main.scss */
.entry-content h3 {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.1;
  margin: 0 0 20px;
}
/* line 459, ../scss/layout/_main.scss */
.entry-content h4 {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
}
/* line 465, ../scss/layout/_main.scss */
.entry-content h5 {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/* line 472, ../scss/layout/_main.scss */
.entry-content h6 {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 15px;
}
/* line 479, ../scss/layout/_main.scss */
.entry-content .page-title,
.entry-content .page-title a {
  color: #454343;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 54px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
}
/* line 490, ../scss/layout/_main.scss */
.entry-content p {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}
/* line 496, ../scss/layout/_main.scss */
.entry-content .wpb_wrapper .small p {
  font-size: 12px;
  line-height: 1.5;
}
/* line 501, ../scss/layout/_main.scss */
.entry-content a {
  color: #990000;
  text-decoration: underline;
  line-height: 1.1;
  transition: all ease 0.3s;
  word-wrap: break-word;
}
.footer a {
	text-decoration: underline;
}
/* line 507, ../scss/layout/_main.scss */
.entry-content a:hover {
  color: #640000;
}
/* line 512, ../scss/layout/_main.scss */
.entry-content ol, .entry-content ul {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  list-style: outside;
  margin: 0;
  padding: 0;
}
/* line 518, ../scss/layout/_main.scss */
.entry-content ol li, .entry-content ul li {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}
/* line 523, ../scss/layout/_main.scss */
.entry-content ol li:last-of-type, .entry-content ul li:last-of-type {
  margin-bottom: 0;
}
/* line 531, ../scss/layout/_main.scss */
.entry-content ol li {
  list-style: decimal;
}
/* line 538, ../scss/layout/_main.scss */
.entry-content ul li {
  list-style: disc;
}
/* line 543, ../scss/layout/_main.scss */
.entry-content img.alignnone {
  margin-bottom: 34px;
}
/* line 547, ../scss/layout/_main.scss */
.entry-content blockquote {
  margin-bottom: 28px;
  color: #d7d7d7;
  background: #f2f2f2;
  background: rgba(0, 0, 0, 0.03);
  padding: 20px;
  font-style: italic;
}
/* line 556, ../scss/layout/_main.scss */
.entry-content blockquote p {
  font-size: 14px !important;
  line-height: 20px !important;
}
/* line 560, ../scss/layout/_main.scss */
.entry-content blockquote p:last-of-type {
  margin-bottom: 0 !important;
}
/* line 566, ../scss/layout/_main.scss */
.entry-content .wp-caption {
  max-width: 100%;
  margin-bottom: 34px;
}
/* line 570, ../scss/layout/_main.scss */
.entry-content .wp-caption img {
  width: auto !important;
  max-width: 100% !important;
  margin-bottom: 10px !important;
}
/* line 576, ../scss/layout/_main.scss */
.entry-content .wp-caption p.wp-caption-text {
  font-size: .9em !important;
  margin: 0;
  padding: 5px 5px 0px 0;
  line-height: 1.3em !important;
  font-style: italic;
}
/* line 585, ../scss/layout/_main.scss */
.entry-content img {
  border-radius: 0px;
  /* @include box-shadow(rgba(0,0,0,0.85) 2px 2px 10px); */
  display: block;
  height: auto;
  line-height: 1.428571429;
  max-width: 100%;
}
.media {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  /* line 585, ../scss/layout/_main.scss */
  .entry-content img {
    width: 100%;
  }
}
/* line 598, ../scss/layout/_main.scss */
.entry-content .banner-img img {
  border: 0;
  padding: 0;
  width: 100%;
}
/* line 604, ../scss/layout/_main.scss */
.entry-content table {
  text-align: left;
  margin-bottom: 40px;
  width: 100%;
}
/* line 609, ../scss/layout/_main.scss */
.entry-content table tr {
  border: none;
}
/* line 612, ../scss/layout/_main.scss */
.entry-content table tr th {
  font-weight: 600;
  color: #000000;
  padding: 10px;
  font-size: 18px;
}
/* line 619, ../scss/layout/_main.scss */
.entry-content table tr td {
  padding: 10px;
  font-size: 18px;
}
.tablepress>:where(thead,tfoot)>*>th {
	background: #ffffff!important;
}
/* line 626, ../scss/layout/_main.scss */
.entry-content .wpb_single_image {
  margin-bottom: 0;
}
/* line 630, ../scss/layout/_main.scss */
.entry-content #pi-contact-info p {
  font-size: 18px !important;
}

/* line 635, ../scss/layout/_main.scss */
.search .blog-content article {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border: 0;
  border-bottom: 1px solid #e5e4e4;
}

/******************************************************
    [ Social Buttons ]
*******************************************************/
/* line 646, ../scss/layout/_main.scss */
.social-buttons {
  padding: 10px 0 20px 0;
}
.social-buttons a {
    text-decoration: none!important;
}
/* line 649, ../scss/layout/_main.scss */
span.fa-stack.fa-lg.facebook {
  color: #3b5998;
}

/* line 656, ../scss/layout/_main.scss */
span.fa-stack.fa-lg.twitter {
  color: #1DA1F2;
}

/* line 663, ../scss/layout/_main.scss */
span.fa-stack.fa-lg.linkedin {
  color: #0077b5;
}

/* line 670, ../scss/layout/_main.scss */
span.fa-stack.fa-lg.researchgate {
  color: #00CCBB;
}

/* line 677, ../scss/layout/_main.scss */
span.fa-stack.fa-lg.mail {
  color: #961821;
}

/* line 684, ../scss/layout/_main.scss */
span.fa-stack.fa-lg.print {
  color: black;
}

/* line 691, ../scss/layout/_main.scss */ 
a.social-icon:hover, a.social-icon {
    color: #990000!important;
    text-decoration: none !important;
  }
img.mastodon-icon {
  height: 40px;
}

/******************************************************
    [ Contact Form ]
*******************************************************/
/******************************************************
    [ Testimonials ]
*******************************************************/
/******************************************************
    [ Form Search ]
*******************************************************/
/* line 710, ../scss/layout/_main.scss */
.form-search input[type="text"],
.form-search .formt-text {
  border-radius: 2px 0 0 2px;
  border-right: none;
}
/* line 715, ../scss/layout/_main.scss */
.form-search .btn {
  border-radius: 0 2px 2px 0;
  vertical-align: top;
  padding: .35em .6em;
}

/* line 721, ../scss/layout/_main.scss */
.search-toggle {
  text-align: center;
  cursor: pointer;
}

/* line 728, ../scss/layout/_main.scss */
input[type="search"] {
  box-sizing: border-box;
  width: 100%;
}

/* line 732, ../scss/layout/_main.scss */
.search-box-wrapper {
  background-color: #e0e0e0;
  padding: 12px;
  z-index: 2;
  width: 100%;
  display: none;
  overflow: hidden;
}

/* line 740, ../scss/layout/_main.scss */
.search-box .search-field {
  background-color: #fff;
  border: 0;
  float: right;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}

/* line 748, ../scss/layout/_main.scss */
.search-box form {
  text-align: right;
}

/* line 751, ../scss/layout/_main.scss */
.search-box label {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* line 762, ../scss/layout/_main.scss */
.search-box .search-field {
  width: 324px;
  max-width: 324px;
}

/* line 766, ../scss/layout/_main.scss */
.search-box .search-submit {
  display: none;
}

/******************************************************
    [ Faculty Archive ]
*******************************************************/
/* line 773, ../scss/layout/_main.scss */
.team-wrap {
  overflow: hidden;
}
/* line 776, ../scss/layout/_main.scss */
.team-wrap .cat-title {
  color: #961821;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 5px;
}
/* line 784, ../scss/layout/_main.scss */
.team-wrap .cat-sec-title {
  color: #961821;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 5px;
}
/* line 793, ../scss/layout/_main.scss */
.team-wrap ul.team {
  margin: 0 auto 40px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* line 799, ../scss/layout/_main.scss */
.team-wrap ul.team li {
  width: 25%;
  float: left;
  padding: 10px;
  font-size: 14px;
  line-height: 1;
  list-style: none;
}
/* line 807, ../scss/layout/_main.scss */
.team-wrap ul.team li:nth-of-type(4n+1) {
  clear: both;
}
/* line 810, ../scss/layout/_main.scss */
.team-wrap .thumb img {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  /* @include box-shadow(rgba(0,0,0,0.85) 2px 2px 10px); */
  display: inline-block;
  height: auto;
  line-height: 1.428571429;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 6px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  /* line 810, ../scss/layout/_main.scss */
  .team-wrap .thumb img {
    width: 100%;
  }
  img.mastodon-icon {
    height: 42px;
    width: 42px;
    padding: 2px;
  }
}
/* line 827, ../scss/layout/_main.scss */
.team-wrap .post-title,
.team-wrap .post-title a {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-decoration: underline;
}
/* line 834, ../scss/layout/_main.scss */
.team-wrap .excerpt p {
  font-size: 11px;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
/* line 839, ../scss/layout/_main.scss */
.team-wrap .excerpt p:last-of-type {
  margin-bottom: 0;
}

/******************************************************
    [ Faculty Profile ]
*******************************************************/
/* line 849, ../scss/layout/_main.scss */
.single-faculty .media-left {
  width: 33%;
  padding-right: 3%;
}
/* line 853, ../scss/layout/_main.scss */
.single-faculty .media-left .fa {
  color: #961821;
  vertical-align: bottom;
}
/* line 857, ../scss/layout/_main.scss */
.single-faculty .media-body p {
  line-height: 1.2;
}
/* line 860, ../scss/layout/_main.scss */
.single-faculty .media-body span {
  color: #961821;
  font-weight: bold;
}
/* line 864, ../scss/layout/_main.scss */
.single-faculty .media-body span.block {
  display: block;
  margin-bottom: 8px;
}
/* line 868, ../scss/layout/_main.scss */
.single-faculty .f-s-header {
  margin: 0 0 10px 0;
  overflow: hidden;
}
/* line 872, ../scss/layout/_main.scss */
.single-faculty .f-s-header .thumb {
  float: left;
  margin-right: 20px;
  width: 30%;
}
/* line 878, ../scss/layout/_main.scss */
.single-faculty .f-s-header .faculty-title {
  margin: 66px 0 0 0;
}
/* line 882, ../scss/layout/_main.scss */
.single-faculty .faculty-col-2 {
  float: left;
  width: 33.3333%;
  padding-right: 20px;
}
/* line 888, ../scss/layout/_main.scss */
.single-faculty .faculty-col-1 {
  float: right;
  width: 66.6666%;
}
/* line 893, ../scss/layout/_main.scss */
.single-faculty .contact-wrap .media-left,
.single-faculty .publications .media-left {
  color: #000000;
  width: 16px;
  padding-right: 8px;
}
/* line 899, ../scss/layout/_main.scss */
.single-faculty .contact-wrap {
  border-bottom: 1px solid #f0d9d9;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 28px;
}
/* line 905, ../scss/layout/_main.scss */
.single-faculty .publications p,
.single-faculty .contact-wrap p {
  color: #000000;
  margin-bottom: 6px;
}
/* line 910, ../scss/layout/_main.scss */
.single-faculty .publications p:last-of-type,
.single-faculty .contact-wrap p:last-of-type {
  margin-bottom: 0;
}
/* line 914, ../scss/layout/_main.scss */
.single-faculty .contact-wrap a,
.single-faculty .publications a {
  color: #000000;
  text-decoration: underline;
}
/* line 919, ../scss/layout/_main.scss */
.single-faculty .contact-wrap a:hover,
.single-faculty .publications a:hover {
  color: #ffcc00;
  text-decoration: none;
}
/* line 924, ../scss/layout/_main.scss */
.single-faculty .entry-content .faculty-title,
.single-faculty .entry-content .faculty-title a {
  color: #961821;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 5px;
}
/* line 933, ../scss/layout/_main.scss */
.single-faculty .content-wrap h2 {
  color: #000000;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 5px;
}
/* line 942, ../scss/layout/_main.scss */
.single-faculty .content-wrap h3 {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  margin: 0 0 5px;
}
/* line 949, ../scss/layout/_main.scss */
.single-faculty .content-wrap h4 {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}
/* line 955, ../scss/layout/_main.scss */
.single-faculty .content-wrap h5 {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
/* line 962, ../scss/layout/_main.scss */
.single-faculty .content-wrap h6 {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 5px;
}
/* line 969, ../scss/layout/_main.scss */
.single-faculty .content-wrap p {
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
/* line 975, ../scss/layout/_main.scss */
.single-faculty .content-wrap .publications p {
  font-size: 14px;
}

/******************************************************
    [ Visual Composer ]
*******************************************************/
/* line 982, ../scss/layout/_main.scss */
.vc_active span.vc_tta-title-text {
  color: #961821;
}

/* line 986, ../scss/layout/_main.scss */
.vc_icon_element-inner.vc_icon_element-color-custom.vc_icon_element-have-style-inner.vc_icon_element-size-md.vc_icon_element-style-rounded.vc_icon_element-background.vc_icon_element-background-color-custom {
  width: 6em !important;
  height: 6em !important;
}

/******************************************************
    [ Sidebar ]
*******************************************************/
/* line 4, ../scss/layout/_sidebar.scss */
.sidebar {
  background: white;
  color: #333;
  float: right;
  margin: 90px 0 0 0;
  padding: 0;
  position: relative;
  transition: all ease 0.3s;
  width: 20%;
}
/* line 14, ../scss/layout/_sidebar.scss */
.sidebar .widget {
  margin-bottom: 40px;
}
/* line 18, ../scss/layout/_sidebar.scss */
.sidebar .widget-title {
  background: url(../img/bg-stripes.png) #961821;
  color: #fff;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 25px 0;
  letter-spacing: 1px;
  padding: 20px 26px;
  text-transform: uppercase;
  width: 100%;
}
/* line 32, ../scss/layout/_sidebar.scss */
.sidebar .sub-title {
  color: #961821;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 0 26px;
  text-transform: none;
}
/* line 43, ../scss/layout/_sidebar.scss */
.sidebar ul {
  margin: 0;
  padding: 25px 15px;
}
/* line 47, ../scss/layout/_sidebar.scss */
.sidebar ul ul {
  padding: 0;
}
/* line 52, ../scss/layout/_sidebar.scss */
.sidebar li {
  line-height: 1.1;
  margin-bottom: 10px;
  padding-left: 12px;
  position: relative;
}
/* line 60, ../scss/layout/_sidebar.scss */
.sidebar ul.menu > li:before {
  color: #961821;
  content: "\f04b";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 9px;
  position: absolute;
  top: 3px;
  left: 0;
}
/* line 72, ../scss/layout/_sidebar.scss */
.sidebar ul.menu > li li:before {
  color: #961821;
  content: "\f111";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 6px;
  position: absolute;
  top: 5px;
  left: 0;
}
/* line 85, ../scss/layout/_sidebar.scss */
.sidebar ul.menu > li li li:before {
  color: #961821;
  content: "\f10c";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 6px;
  position: absolute;
  top: 5px;
  left: 0;
}
/* line 98, ../scss/layout/_sidebar.scss */
.sidebar ul.menu > li.current-page-ancestor:before {
  content: "\f0dd";
  font-size: 14px;
  top: -2px;
  left: 0;
}
/* line 106, ../scss/layout/_sidebar.scss */
.sidebar a {
  color: #000000;
  font-weight: normal;
}
/* line 110, ../scss/layout/_sidebar.scss */
.sidebar a:hover {
  color: #961821;
}
/* line 115, ../scss/layout/_sidebar.scss */
.sidebar p {
  margin: 0 0 8px 0;
}
/* line 121, ../scss/layout/_sidebar.scss */
.sidebar li.current-menu-item > a,
.sidebar li.current-page-ancestor > a {
  color: #961821;
}
/* line 125, ../scss/layout/_sidebar.scss */
.sidebar ul.sub-menu {
  margin: 10px 0 30px 0;
}
/* line 129, ../scss/layout/_sidebar.scss */
.sidebar .widget_search {
  margin-top: 24px;
  padding: 0 12px;
}
/* line 133, ../scss/layout/_sidebar.scss */
.sidebar .widget_search input.form-control.search-field {
  width: 76%;
}
/* line 137, ../scss/layout/_sidebar.scss */
.sidebar .widget_search .btn-4 {
  padding: 10px 14px;
  border: none !important;
}
/* line 142, ../scss/layout/_sidebar.scss */
.sidebar .widget_search .fa {
  font-size: 13px;
}
/* line 146, ../scss/layout/_sidebar.scss */
.sidebar .textwidget {
  margin: 0;
  padding: 0 12px;
}
/* line 150, ../scss/layout/_sidebar.scss */
.sidebar .textwidget ul {
  padding: 0;
}

/******************************************************
    [ Footer ]
*******************************************************/
/* line 4, ../scss/layout/_footer.scss */
.top-footer {
  background: #3d3d3e;
  color: white;
  padding-top: 24px;
  padding-bottom: 24px;
}
/* line 10, ../scss/layout/_footer.scss */
.top-footer .container {
  position: relative;
  overflow: visible;
}
/* line 14, ../scss/layout/_footer.scss */
.top-footer .widget-footer-wrap {
  float: left;
  padding-right: 20px;
  width: 20%;
}
/* line 22, ../scss/layout/_footer.scss */
.top-footer .widget-footer ul {
  margin: 0;
  padding: 0;
}
/* line 27, ../scss/layout/_footer.scss */
.top-footer .widget-footer ul li {
  margin-bottom: 8px;
}
/* line 30, ../scss/layout/_footer.scss */
.top-footer .widget-footer ul li a {
  color: white;
}
/* line 33, ../scss/layout/_footer.scss */
.top-footer .widget-footer ul li a:hover {
  color: #ffcc00;
}
/* line 39, ../scss/layout/_footer.scss */
.top-footer .widget-footer-title {
  color: #ffcc00;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}
/* line 47, ../scss/layout/_footer.scss */
.top-footer .contact-info {
  margin: 0;
  padding: 0;
}
/* line 51, ../scss/layout/_footer.scss */
.top-footer .contact-info li.email a {
  color: #ffcc00;
}
/* line 55, ../scss/layout/_footer.scss */
.top-footer .contact-info .fa {
  display: inline-block;
  margin-right: 8px;
  min-width: 16px;
}
/* line 63, ../scss/layout/_footer.scss */
.top-footer .widget_cta {
  padding: 0;
  /* position: absolute;
  top: 18px;
  right: -40px; 
  width: 24%; */
}
/* line 70, ../scss/layout/_footer.scss */
.top-footer .widget_cta .widget_cta_top {
  background: #ffcc00;
  border-radius: 6px 6px 0 0;
  color: black;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  padding: 12px 24px;
  text-align: left;
  overflow: hidden;
}
/* line 81, ../scss/layout/_footer.scss */
.top-footer .widget_cta .widget_cta_top p {
  margin: 0;
}
/* line 86, ../scss/layout/_footer.scss */
.top-footer .widget_cta .widget_cta_top .widget-footer-title {
  color: #961821;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
/* line 96, ../scss/layout/_footer.scss */
.top-footer .widget_cta .widget_cta_bot {
  background: #961821;
  border-radius: 0 0 6px 6px;
  padding: 12px 24px;
  text-align: center;
  overflow: hidden;
}
/* line 103, ../scss/layout/_footer.scss */
.top-footer .widget_cta .widget_cta_bot a {
  color: white;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  text-transform: uppercase;
}
/* line 111, ../scss/layout/_footer.scss */
.top-footer .widget_cta .widget_cta_bot a:hover {
  color: #ffcc00;
}

/* line 118, ../scss/layout/_footer.scss */
.footer {
  background: black;
  color: #a3a3a3;
  font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 125, ../scss/layout/_footer.scss */
.footer a {
  color: #a3a3a3;
}
/* line 128, ../scss/layout/_footer.scss */
.footer a:hover {
  color: #ffcc00;
}
/* line 133, ../scss/layout/_footer.scss */
.footer ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
/* line 139, ../scss/layout/_footer.scss */
.footer ul li {
  display: inline-block;
  margin: 0 4px;
}
/* line 144, ../scss/layout/_footer.scss */
.footer p {
  font-size: 12px;
}
/* line 148, ../scss/layout/_footer.scss */
.footer ul.social {
  font-size: 15px;
}
/* line 151, ../scss/layout/_footer.scss */
.footer ul.social .fa {
  font-size: 24px;
}
/* line 154, ../scss/layout/_footer.scss */
.footer ul.social .ai {
  font-size: 22px;
}

/**
 * ----------------------------------------------------------------------------------------
 * Comments
 * ----------------------------------------------------------------------------------------
 */
/* line 6, ../scss/base/_comments.scss */
div#comments {
  margin-top: 20px;
  /* ol */
}
/* line 12, ../scss/base/_comments.scss */
div#comments div#respond h3 {
  margin-bottom: 5px;
  font-size: 25px;
}
@media screen and (max-width: 900px) {
  /* line 12, ../scss/base/_comments.scss */
  div#comments div#respond h3 {
    margin-bottom: 10px;
  }
}
/* line 23, ../scss/base/_comments.scss */
div#comments div#respond form p {
  margin-bottom: 30px;
  font-size: 15px;
}
/* line 27, ../scss/base/_comments.scss */
div#comments div#respond form p span {
  color: #000000;
}
/* line 31, ../scss/base/_comments.scss */
div#comments div#respond form p label {
  display: block;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 400;
}
/* line 37, ../scss/base/_comments.scss */
div#comments div#respond form p label span {
  display: inline;
  color: #000000;
}
/* line 43, ../scss/base/_comments.scss */
div#comments div#respond form p input, div#comments div#respond form p textarea {
  display: block;
  box-shadow: none;
  background: #F7F7F7;
  border: 1px solid #cfcfcf;
  padding: 10px 10px;
  height: auto;
  width: 100%;
  font-weight: 400;
}
/* line 54, ../scss/base/_comments.scss */
div#comments div#respond form p input:focus, div#comments div#respond form p textarea:focus {
  border-color: #000000;
  background: white;
}
/* line 61, ../scss/base/_comments.scss */
div#comments div#respond form p input:hover, div#comments div#respond form p textarea:hover {
  background: white;
}
/* line 69, ../scss/base/_comments.scss */
div#comments div#respond form p textarea {
  height: 130px;
  line-height: 24px;
}
/* line 76, ../scss/base/_comments.scss */
div#comments div#respond form p:last-of-type {
  margin-bottom: 0;
}
/* line 90, ../scss/base/_comments.scss */
div#comments div#respond form p.form-allowed-tags {
  display: none;
}
/* line 96, ../scss/base/_comments.scss */
div#comments div#respond form p.comment-form-comment {
  margin-bottom: 0;
}
/* line 102, ../scss/base/_comments.scss */
div#comments div#respond form p.form-submit {
  margin-top: 15px;
}
/* line 105, ../scss/base/_comments.scss */
div#comments div#respond form p.form-submit input#submit {
  background: #961821;
  border: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  padding: 8px 14px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease 0.3s;
  white-space: normal;
  vertical-align: middle;
  width: 150px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 131, ../scss/base/_comments.scss */
div#comments div#respond form p.form-submit input#submit:hover {
  color: #ffcc00;
}
/* line 142, ../scss/base/_comments.scss */
div#comments h2 {
  margin-bottom: 30px;
  margin-top: 0;
}
/* line 149, ../scss/base/_comments.scss */
div#comments ol {
  margin: 0;
  list-style: none;
  /* li */
}
/* line 154, ../scss/base/_comments.scss */
div#comments ol li {
  padding: 20px;
  list-style: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  /* article */
}
/* line 161, ../scss/base/_comments.scss */
div#comments ol li:nth-child(even) {
  background: #f9f9f9;
}
/* line 167, ../scss/base/_comments.scss */
div#comments ol li article {
  float: none;
  box-shadow: none;
  background: none;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
}
/* line 176, ../scss/base/_comments.scss */
div#comments ol li article img {
  float: left;
  width: 10%;
  height: auto;
  margin: 0 20px 20px 0;
}
/* line 185, ../scss/base/_comments.scss */
div#comments ol li article p {
  clear: both;
  margin-bottom: 10px;
}
/* line 190, ../scss/base/_comments.scss */
div#comments ol li article p:last-of-type {
  margin-bottom: 0;
}
/* line 198, ../scss/base/_comments.scss */
div#comments ol li article h4 {
  float: left;
  font-size: 20px;
  margin-top: 19px;
  width: 82%;
  margin-bottom: 0;
  color: dark-grey;
}
/* line 207, ../scss/base/_comments.scss */
div#comments ol li article h4 a {
  border-bottom: 0;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  /* line 207, ../scss/base/_comments.scss */
  div#comments ol li article h4 a {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  /* line 198, ../scss/base/_comments.scss */
  div#comments ol li article h4 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  /* line 198, ../scss/base/_comments.scss */
  div#comments ol li article h4 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 8px;
  }
}
/* line 235, ../scss/base/_comments.scss */
div#comments ol li article time {
  float: left;
  width: 82%;
}
/* line 240, ../scss/base/_comments.scss */
div#comments ol li article time a {
  font-size: 14px;
  text-decoration: none;
  border: 0;
}
@media screen and (max-width: 600px) {
  /* line 235, ../scss/base/_comments.scss */
  div#comments ol li article time {
    display: none;
  }
}

/* div#comments */
/******************************************************
    [ Responsive ]
*******************************************************/
@media (min-width: 1200px) {
  /* Metaslider CSS */
  /* line 6, ../scss/layout/_breakpoints.scss */
  .metaslider .caption-wrap {
    width: 50% !important;
  }
  .homeslider .caption-wrap {
    width: 100%!important;
  }
}

/*end min-width 1200px */
@media (max-width: 1200px) {
  /* line 12, ../scss/layout/_breakpoints.scss */
  #featured .info a {
    font-size: 16px;
    padding: 8px 55px 8px 8px;
  }

  /* line 16, ../scss/layout/_breakpoints.scss */
  .h-bot .testimonial {
    font-size: 16px;
    width: 76%;
  }

  /* line 20, ../scss/layout/_breakpoints.scss */
  .sidebar .widget_search input.form-control.search-field {
    width: 70%;
  }

  /* line 23, ../scss/layout/_breakpoints.scss */
  .main-navigation {
    margin-top: 0px !important;
  }
  /* line 25, ../scss/layout/_breakpoints.scss */
  .main-navigation a {
    padding: 0 10px 0 12px;
    font-size: 16px !important;
  }

  /* Metaslider CSS */
  /* line 31, ../scss/layout/_breakpoints.scss */
  .metaslider .caption-wrap {
    width: 50% !important;
  }
  .homeslider .caption-wrap {
    width: 100%!important;
  }
}
/* end 1200px */
@media (max-width: 996px) {
  /* line 37, ../scss/layout/_breakpoints.scss */
  #menu-main-navigation {
    display: none;
    visibility: hidden;
  }
  h2.tdt-slider-heading {
    font-size: 32px!important;
  }
  /* line 41, ../scss/layout/_breakpoints.scss */
  .tb-col-1 > ul {
    margin-top: 12px;
  }

  /* line 44, ../scss/layout/_breakpoints.scss */
  .school-logo {
    padding-bottom: 15px;
    width: 50% !important;
  }
  /* line 47, ../scss/layout/_breakpoints.scss */
  .school-logo img {
    width: 100% !important;
  }

  /* line 51, ../scss/layout/_breakpoints.scss */
  #logo-site-name a {
    font-size: 28px !important;
  }

  /* line 54, ../scss/layout/_breakpoints.scss */
  .main-navigation {
    margin-top: 0px;
  }

  /* line 57, ../scss/layout/_breakpoints.scss */
  ul.nav-search {
    display: block;
    visibility: visible;
  }

  /* line 61, ../scss/layout/_breakpoints.scss */
  #sdrn_menu li.search-toggle {
    display: none;
    visibility: hidden;
  }

  /* line 65, ../scss/layout/_breakpoints.scss */
  #featured .ui-tabs-panel {
    width: 100%;
    float: none;
  }

  /* line 69, ../scss/layout/_breakpoints.scss */
  #featured .ui-tabs-panel .main-img {
    float: none;
    width: 100%;
  }

  /* line 73, ../scss/layout/_breakpoints.scss */
  #featured .ui-tabs-panel .main-img img {
    width: 100%;
  }

  /* line 75, ../scss/layout/_breakpoints.scss */
  #featured .ui-tabs-panel .info {
    width: 100%;
  }

  /* line 78, ../scss/layout/_breakpoints.scss */
  #featured ul.ui-tabs-nav {
    display: none;
  }

  /* line 81, ../scss/layout/_breakpoints.scss */
  .hcol h2 {
    font-size: 24px;
  }

  /* line 84, ../scss/layout/_breakpoints.scss */
  .hcol2 {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
  }

  /* line 90, ../scss/layout/_breakpoints.scss */
  .h-bot .testimonial {
    font-size: 14px;
    width: 60%;
  }

  /* line 96, ../scss/layout/_breakpoints.scss */
  .single-faculty .f-s-header .faculty-title {
    margin: 20px 0 0 0;
  }

  /* line 100, ../scss/layout/_breakpoints.scss */
  .module-outer .h-bot {
    padding-bottom: 0;
  }

  /* line 103, ../scss/layout/_breakpoints.scss */
  .module-outer .h-bot .test-img {
    position: relative;
    top: inherit;
    right: inherit;
    float: right;
  }

  /* line 109, ../scss/layout/_breakpoints.scss */
  .module-outer .h-bot .testimonial,
  .module-outer .h-bot .t_details {
    width: 100%;
  }

  /* line 113, ../scss/layout/_breakpoints.scss */
  .module-inner {
    padding: 25px !important;
  }

  /* line 116, ../scss/layout/_breakpoints.scss */
  .sidebar .widget_search input.form-control.search-field {
    margin-bottom: 10px;
    width: 100%;
  }

  /* line 120, ../scss/layout/_breakpoints.scss */
  .top-footer .widget-footer-wrap {
    float: left;
    margin-bottom: 30px;
    padding-right: 20px;
    width: 50%;
  }
  /* line 126, ../scss/layout/_breakpoints.scss */
  .top-footer .widget-footer-wrap:last-of-type {
    margin-bottom: 0;
  }

  /* line 130, ../scss/layout/_breakpoints.scss */
  .top-footer .widget-footer-wrap:nth-child(even) {
    clear: right;
    padding-right: 0;
  }

  /* line 134, ../scss/layout/_breakpoints.scss */
  .top-footer .widget-footer-wrap:nth-child(odd) {
    clear: left;
  }

  /* line 137, ../scss/layout/_breakpoints.scss */
  .top-footer .widget_cta {
    width: 100%;
  }

  /* line 140, ../scss/layout/_breakpoints.scss */
  .top-footer .widget_cta .widget_cta_top p {
    font-size: 16px;
  }

  /* line 143, ../scss/layout/_breakpoints.scss */
  .banner-img {
    height: 150px !important;
  }

  /* Metaslider CSS */
  /* line 147, ../scss/layout/_breakpoints.scss */
  .metaslider .caption-wrap {
    width: 100% !important;
  }
}
/* end 996px */
@media (max-width: 770px) {
  .background-column {
	min-height: 450px!important;
  }
  /* line 154, ../scss/layout/_breakpoints.scss */
  .school-logo {
    display: none !important;
  }

  /* line 157, ../scss/layout/_breakpoints.scss */
  .hcol h2 {
    font-size: 32px;
  }

  /* line 160, ../scss/layout/_breakpoints.scss */
  article.module,
  article.module-outer {
    float: none;
    margin: 22px auto 30px;
    overflow: hidden;
    padding: 20px;
    width: 100%;
  }

  /* line 168, ../scss/layout/_breakpoints.scss */
  .single-faculty .entry-content > .media > .media-left {
    width: 100%;
    padding-right: 0;
    display: block;
  }

  /* line 173, ../scss/layout/_breakpoints.scss */
  .sidebar {
    float: none;
    margin: 0px auto;
    max-width: 100%;
    border-left: 1px solid #e2e7e7;
    width: 450px;
  }
  /* line 179, ../scss/layout/_breakpoints.scss */
  .sidebar .widget_search input.form-control.search-field {
    width: 83% !important;
    float: left;
    margin-right: 10px;
  }

  /* line 185, ../scss/layout/_breakpoints.scss */
  .fcol-1,
  .fcol-2 {
    text-align: center;
    margin-bottom: 15px;
  }

  /* line 190, ../scss/layout/_breakpoints.scss */
  .footer ul.social {
    float: none;
    margin-bottom: 10px;
  }

  /* line 194, ../scss/layout/_breakpoints.scss */
  .module-inner {
    padding: 25px !important;
  }

  	/******************************************************
      [ Custom CSS for all labs]
  	*******************************************************/
  /* line 200, ../scss/layout/_breakpoints.scss */
  .focus-areas-icons, .focus-areas-links p {
    text-align: center !important;
  }
  .mobmenul-container {
    margin: 0!important;
  }
  .lab-inner-row {
    padding: 2%;
  }
  .content-over-slider .slick-slide .content-section * {
    padding: 0!important;
  }
  /******************************************************
   [ Custom CSS for RXXLab]
  *******************************************************/
  /* line 206, ../scss/layout/_breakpoints.scss */
  #dorvador-about-text {
    position: relative;
    padding: 0;
  }

  /* line 210, ../scss/layout/_breakpoints.scss */
  .search-box-wrapper {
    padding-bottom: 25px !important;
  }
}
/* end 770px */
@media (max-width: 600px) {
 
  /* line 216, ../scss/layout/_breakpoints.scss */
  article.module-full {
    margin: 0 auto !important;
  }

  /* line 221, ../scss/layout/_breakpoints.scss */
  .team-wrap ul.team li {
    width: 50%;
    float: left;
  }
  /* line 226, ../scss/layout/_breakpoints.scss */
  .team-wrap ul.team li:nth-child(odd) {
    clear: left;
  }
  /* line 229, ../scss/layout/_breakpoints.scss */
  .team-wrap ul.team li:nth-child(even) {
    clear: right;
  }

  /* line 233, ../scss/layout/_breakpoints.scss */
  .school-logo img {
    width: 100% !important;
  }

  /* line 236, ../scss/layout/_breakpoints.scss */
  #mobile-logo {
    display: inline !important;
  }

  /* line 239, ../scss/layout/_breakpoints.scss */
  #full-logo {
    display: none !important;
  }

  /* line 242, ../scss/layout/_breakpoints.scss */
  .single-faculty .f-s-header {
    margin-bottom: 20px;
  }
  /* line 245, ../scss/layout/_breakpoints.scss */
  .single-faculty .f-s-header .thumb {
    float: left;
    margin-right: 20px;
    width: 36%;
  }
  /* line 251, ../scss/layout/_breakpoints.scss */
  .single-faculty .f-s-header .faculty-title {
    margin: 30px 0 0 0;
  }

  /* line 255, ../scss/layout/_breakpoints.scss */
  .single-faculty .faculty-col-2 {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  /* line 261, ../scss/layout/_breakpoints.scss */
  .single-faculty .faculty-col-1 {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }

  /* line 266, ../scss/layout/_breakpoints.scss */
  .h-bot {
    min-height: inherit;
    padding: 24px;
    overflow: visible;
  }

  /* line 271, ../scss/layout/_breakpoints.scss */
  .h-bot .testimonial {
    font-size: 14px;
    width: 100%;
  }

  /* line 275, ../scss/layout/_breakpoints.scss */
  .h-bot .test-img {
    position: relative;
    top: inherit;
    right: inherit;
    float: right;
  }

    /******************************************************
    [ Custom CSS for All Labs]
	*******************************************************/
  /* line 284, ../scss/layout/_breakpoints.scss */
  .banner-img {
    height: 75px !important;
  }
  h2.tdt-slider-heading {
    font-size: 24px!important;
  }
}
/* end 600px */
@media (max-width: 480px) {
  /* line 292, ../scss/layout/_breakpoints.scss */
  .single-faculty .f-s-header .thumb {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
  /* line 298, ../scss/layout/_breakpoints.scss */
  .single-faculty .f-s-header .faculty-title {
    margin: 0;
  }

  /* line 302, ../scss/layout/_breakpoints.scss */
  .top-footer .widget-footer-wrap {
    float: none;
    padding-right: 0;
    width: 100%;
  }

  /* line 307, ../scss/layout/_breakpoints.scss */
  .module-inner {
    padding: 20px !important;
  }

  /* line 310, ../scss/layout/_breakpoints.scss */
  #rxx-logo {
    display: none !important;
  }
  .content-over-slider .slick-slide .content-section {
    margin-top: 100px!important;
  }
  .metaslider .caption, .metaslider .caption a {
	font-size: 10px!important;
	line-height: 14px;
  }
  .background-column {
	min-height: 350px!important;
  }
  .flex-reverse {
	display: flex;
	flex-direction: column-reverse;
  }
}
/* end 480px */
/******************************************************
    [ Custom CSS for All Labs]
*******************************************************/
/* line 4, ../scss/layout/_labs.scss */
.banner-img {
  height: 225px;
  overflow: hidden;
}
/* line 7, ../scss/layout/_labs.scss */
.banner-img img {
  width: 100%;
}

/* line 12, ../scss/layout/_labs.scss */
.sub-paragraph p {
  font-size: 14px;
}

/* line 16, ../scss/layout/_labs.scss */
.video-thumbnail img {
  margin: 0 auto;
}

/* line 20, ../scss/layout/_labs.scss */
.slider-cta {
  position: absolute;
  top: 25%;
  left: 0;
  border: none !important;
}
/* line 25, ../scss/layout/_labs.scss */
.slider-cta p {
  color: white;
}

/* line 30, ../scss/layout/_labs.scss */
.vc_grid-filter.vc_grid-filter-center {
  text-align: left !important;
  padding: 5px !important;
}
.lab-inner-row {
    padding: 5%;
  }
/******************************************************
    [ Custom CSS for RXXLab]
*******************************************************/
/* line 38, ../scss/layout/_labs.scss */
#dorvador-about-text {
  position: absolute;
  padding: 10%;
}

/******************************************************
    [ Custom CSS for Tucker-Seeley]
*******************************************************/
/* line 46, ../scss/layout/_labs.scss */
body .vc_general.vc_btn3 {
  border-radius: 0px !important;
}

/* line 49, ../scss/layout/_labs.scss */
#measures-diagram {
  margin: 0 auto;
}

/* line 52, ../scss/layout/_labs.scss */
.psychosocial-box {
  border: solid 10px #DFBF44 !important;
}

/* line 55, ../scss/layout/_labs.scss */
.material-box {
  border: solid 10px #93a25F !important;
}

/* line 58, ../scss/layout/_labs.scss */
.behavioral-box {
  border: solid 10px #89B4C1 !important;
}

/* line 62, ../scss/layout/_labs.scss */
.measure-heading {
  background: #2f4f7f;
  padding: 10px;
}
/* line 65, ../scss/layout/_labs.scss */
.measure-heading h3 {
  color: white !important;
}

/* line 69, ../scss/layout/_labs.scss */
.measure-question li {
  list-style: none !important;
}
/* line 71, ../scss/layout/_labs.scss */
.measure-question li:before {
  content: "\2610";
  margin-right: 5px;
}

/* line 77, ../scss/layout/_labs.scss */
.measure-boxes .vc_general.vc_cta3.vc_cta3-style-outline {
  border-width: 10px;
}

/******************************************************
    [ Custom CSS for Meta Slider]
*******************************************************/
/* line 84, ../scss/layout/_labs.scss */
.metaslider .caption-wrap {
  bottom: 10% !important;
  color: white;
  opacity: 0.95 !important;
  background: #1c68b6 !important;
  padding: 2%;
} 
.homeslider .caption-wrap {
  bottom: 0% !important;
  color: white;
  opacity: 0.95 !important;
  background: linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,1))!important;
  background: -webkit-linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,1))!important;
  background: -moz-linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,1))!important;
  background: -o-linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,1))!important;
  padding: 3%;
}
/* line 91, ../scss/layout/_labs.scss */
.metaslider .caption-wrap .caption a {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
  color: white !important;
  font-weight: 600;
  text-decoration: none;
}
/* line 99, ../scss/layout/_labs.scss */
.metaslider .caption-wrap .caption a:hover {
  color: #ffcc00 !important;
}

/* line 106, ../scss/layout/_labs.scss */
.mobmenu-push-wrap {
  padding: 0 !important;
}

/* line 110, ../scss/layout/_labs.scss */
.mobmenu-left-panel li a, .leftmbottom, .leftmtop {
  padding-left: 5% !important;
}

li.rss_item:last-child {
	border: none;
}

/* Modules */
/* ----------------------------------------------------------------------------------------
 * Module/Video responsive
 * ----------------------------------------------------------------------------------------
 */
/* line 5, ../scss/modules/_video.scss */
.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 12, ../scss/modules/_video.scss */
.video iframe, .video object, .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
