/* 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 */
.clearfix {
  *zoom: 1;
}

/* =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: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 44, ../scss/base/_bs.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 49, ../scss/base/_bs.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 54, ../scss/base/_bs.scss */
  .container {
    width: 1220px;
  }
}
/* line 58, ../scss/base/_bs.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  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 836, ../scss/base/_bs.scss */
.media:first-child {
  margin-top: 0;
}

/* 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-block;
    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;
  }
}
/**
 * ----------------------------------------------------------------------------------------
 * Typography
 * ----------------------------------------------------------------------------------------
 */
/* line 7, ../scss/base/_typography.scss */
body {
  font-family: "Montserrat", 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: "National-Regular", 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: #ffcc00;
}

/* line 36, ../scss/tools/_btn.scss */
.btn-2 {
  background: #961821;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  display: inline-block;
  font-family: "National-Regular", 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: #ffcc00;
  border: 0;
  box-shadow: none;
  color: white;
}

/* line 67, ../scss/tools/_btn.scss */
.btn-3 {
  background: #ff7629;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  display: inline-block;
  font-family: "National-Regular", 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: #ffcc00;
  border: 0;
  box-shadow: none;
  color: white;
}

/* line 98, ../scss/tools/_btn.scss */
.btn-4 {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  display: inline-block;
  font-family: "National-Regular", 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 121, ../scss/tools/_btn.scss */
.btn-4:hover {
  background: #ffcc00;
  border: 1px solid #ffcc00;
  box-shadow: none;
  color: white;
}

/* line 129, ../scss/tools/_btn.scss */
body .vc_general.vc_btn3 {
  border: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  font-family: "National-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 1;
  padding: 20px 20px;
  text-align: center;
  text-transform: uppercase;
}

/* line 143, ../scss/tools/_btn.scss */
body .vc_btn3-container {
  margin-top: 20px;
}
/* line 146, ../scss/tools/_btn.scss */
body .vc_btn3-container.vc_btn3-center {
  text-align: center !important;
}

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

/* line 152, ../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 159, ../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 166, ../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 169, ../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;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 11, ../scss/layout/_header.scss */
.tb-col-1 ul {
  margin: 0;
  padding: 0;
}
/* line 16, ../scss/layout/_header.scss */
.tb-col-1 > ul {
  margin-top: 30px;
}
/* line 20, ../scss/layout/_header.scss */
.tb-col-1 ul li {
  color: white;
  display: inline-block;
}
/* line 24, ../scss/layout/_header.scss */
.tb-col-1 ul.nav-top li {
  border-left: 1px solid #ffcc00;
}
/* line 27, ../scss/layout/_header.scss */
.tb-col-1 ul.nav-top li a {
  color: #ffcc00;
  font-weight: bold;
  padding-left: 4px;
  margin: 0 2px;
}
/* line 33, ../scss/layout/_header.scss */
.tb-col-1 ul.nav-top li a:hover {
  color: #ffdb4d;
  text-decoration: underline;
}
/* line 39, ../scss/layout/_header.scss */
.tb-col-1 ul.nav-top li:first-child {
  border: 0;
  padding-left: 0;
  margin-left: 0;
}

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

/* line 49, ../scss/layout/_header.scss */
.header {
  background: #961821;
  border-bottom: 4px solid #e2e2e2;
  color: #0569B1;
  padding-top: 25px;
  padding-bottom: 0;
  position: relative;
}
/* line 57, ../scss/layout/_header.scss */
.header .container {
  overflow: visible;
}

/* line 64, ../scss/layout/_header.scss */
.logo img {
  max-width: 100%;
  height: auto;
}

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

/* -------------------------------------------------- 
     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: "National-Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background: transparent;
  height: 60px;
  margin-top: 22px;
}

/* 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: #ffcc00;
  display: block;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-decoration: none;
}
/* line 47, ../scss/layout/_menus.scss */
.main-navigation a .fa {
  line-height: 60px;
  color: white !important;
}

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

/* line 56, ../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 69, ../scss/layout/_menus.scss */
.main-navigation ul ul ul {
  top: 0;
  left: 100%;
}

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

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

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

/* line 103, ../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 119, ../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 126, ../scss/layout/_menus.scss */
.main-navigation .nav-menu > li.last-item ul ul {
  top: 0;
  right: 100%;
  left: inherit;
}

/* line 136, ../scss/layout/_menus.scss */
.search-toggle .fa {
  color: white;
}

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

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

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

/* line 171, ../scss/layout/_menus.scss */
ul.nav-search {
  color: white;
}

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

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

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

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

/* line 196, ../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 208, ../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 214, ../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 220, ../scss/layout/_menus.scss */
a:hover.page-numbers {
  color: #000;
  background: #f5f3f3;
}

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

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

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

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

/******************************************************
    [ Slider ]
*******************************************************/
/* line 5, ../scss/layout/_slider.scss */
#featured {
  background: #f6f4ea;
  height: auto;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 14, ../scss/layout/_slider.scss */
#featured ul.ui-tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 16%;
  height: 386px;
  overflow: auto;
  overflow-x: hidden;
  float: right;
}

/* line 25, ../scss/layout/_slider.scss */
#featured ul.ui-tabs-nav li {
  padding: 1px 0;
  padding-left: 25px;
  font-size: 12px;
  color: #666;
}

/* line 32, ../scss/layout/_slider.scss */
#featured ul.ui-tabs-nav li img {
  float: left;
  margin: 2px 0;
  padding: 0;
  border: 0;
}

/* line 39, ../scss/layout/_slider.scss */
#featured ul.ui-tabs-nav li span {
  font-size: 11px;
  line-height: 18px;
}

/* line 44, ../scss/layout/_slider.scss */
#featured li.ui-tabs-nav-item a {
  display: block;
  height: 94px;
  text-decoration: none;
  color: #333;
  line-height: 20px;
  outline: none;
}

/* line 56, ../scss/layout/_slider.scss */
#featured li.ui-tabs-selected,
#featured li.ui-tabs-active {
  background: url("../img/selected-item.png") 4px 50% no-repeat;
  padding-left: 25px;
}

/* line 61, ../scss/layout/_slider.scss */
#featured ul.ui-tabs-nav li.ui-tabs-selected img,
#featured ul.ui-tabs-nav li.ui-tabs-active img {
  border: 2px solid #961821;
}

/* line 70, ../scss/layout/_slider.scss */
#featured .ui-tabs-panel {
  width: 84%;
  height: auto;
  position: relative;
  float: left;
}

/* line 77, ../scss/layout/_slider.scss */
#featured .ui-tabs-panel .info {
  float: left;
  padding: 36px;
  width: 33%;
}

/* line 83, ../scss/layout/_slider.scss */
#featured .ui-tabs-panel .main-img {
  float: right;
  width: 67%;
}

/* line 88, ../scss/layout/_slider.scss */
#featured .ui-tabs-panel .info a.hideshow {
  position: absolute;
  font-size: 11px;
  color: #f0f0f0;
  right: 10px;
  top: -20px;
  line-height: 20px;
  margin: 0;
  outline: none;
}

/* line 99, ../scss/layout/_slider.scss */
#featured .info h2 {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden;
}

/* line 109, ../scss/layout/_slider.scss */
#featured .info p {
  color: #000000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px;
}

/* line 117, ../scss/layout/_slider.scss */
#featured .info a {
  background: url(../img/bg-btn-lg.png) center right no-repeat #961821;
  color: #fff;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  padding: 8px 55px 8px 8px;
  text-decoration: none;
}
/* line 126, ../scss/layout/_slider.scss */
#featured .info a:hover {
  color: #ffcc00;
  text-decoration: none;
}

/* line 135, ../scss/layout/_slider.scss */
#featured .ui-tabs-hide {
  display: none;
}

/* -------------------------------------------------- 
     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: url(../img/bg-main.jpg) #fff;
  color: #666666;
  font-family: "Montserrat", 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;
}

/* line 47, ../scss/layout/_main.scss */
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

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

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

/* line 89, ../scss/layout/_main.scss */
.hcol {
  margin-bottom: 50px;
  overflow: hidden;
  padding-bottom: 20px;
}
/* line 94, ../scss/layout/_main.scss */
.hcol h2 {
  color: #000000;
  font-family: "National-Regular", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
}
/* line 103, ../scss/layout/_main.scss */
.hcol img {
  height: auto;
  padding: 2px;
  margin-bottom: 20px;
  max-width: 100%;
}
/* line 110, ../scss/layout/_main.scss */
.hcol p {
  color: #666666;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* line 118, ../scss/layout/_main.scss */
.hcol2-wrap {
  margin-bottom: 50px;
  overflow: hidden;
}
/* line 122, ../scss/layout/_main.scss */
.hcol2-wrap header {
  border-bottom: 3px solid #e7e7e7;
  margin-bottom: 14px;
  overflow: hidden;
}
/* line 128, ../scss/layout/_main.scss */
.hcol2-wrap .section-title {
  color: #000000;
  font-family: "National-Regular", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
/* line 137, ../scss/layout/_main.scss */
.hcol2-wrap .col-r {
  text-align: right;
}
/* line 140, ../scss/layout/_main.scss */
.hcol2-wrap .col-r a {
  color: #000000;
  font-size: 20px;
}
/* line 144, ../scss/layout/_main.scss */
.hcol2-wrap .col-r a:hover {
  color: #961821;
}
/* line 149, ../scss/layout/_main.scss */
.hcol2-wrap .col-r a .fa {
  color: #961821;
}
/* line 157, ../scss/layout/_main.scss */
.hcol2-wrap .hcol2 p {
  color: #000000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
/* line 165, ../scss/layout/_main.scss */
.hcol2-wrap .hcol2 ul {
  margin: 0;
  padding: 0;
}
/* line 170, ../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 178, ../scss/layout/_main.scss */
.hcol2-wrap .hcol2 ul li {
  color: black;
  font-size: 18px;
  display: block;
}

/* line 184, ../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 193, ../scss/layout/_main.scss */
.h-bot .testimonial {
  color: #ffcc00;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  width: 78%;
}
/* line 201, ../scss/layout/_main.scss */
.h-bot .test-img {
  position: absolute;
  top: -53px;
  right: 0;
}
/* line 206, ../scss/layout/_main.scss */
.h-bot .t_details {
  line-height: 1.6;
  width: 78%;
}
/* line 210, ../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 219, ../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 234, ../scss/layout/_main.scss */
.home .container-inner {
  background: white;
  border-top: 1px solid #e2e7e7;
  border-left: 1px solid #e2e7e7;
  border-right: 1px solid #e2e7e7;
  overflow: hidden;
  margin: 22px auto 0;
  padding: 20px;
}

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

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

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

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

/* line 283, ../scss/layout/_main.scss */
.module-outer .h-bot {
  min-height: inherit;
  overflow: hidden;
}
/* line 287, ../scss/layout/_main.scss */
.module-outer .h-bot .testimonial {
  color: #ffcc00;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  width: 74%;
}
/* line 295, ../scss/layout/_main.scss */
.module-outer .h-bot .test-img {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 300, ../scss/layout/_main.scss */
.module-outer .h-bot .t_details {
  line-height: 1.6;
  width: 74%;
}
/* line 304, ../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 313, ../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 324, ../scss/layout/_main.scss */
.page-header {
  border-bottom: 0;
  margin: 0 0 20px;
  padding-bottom: 9px;
}

/* line 330, ../scss/layout/_main.scss */
.page-title,
.page-title a {
  color: #000000;
  font-family: "National-Regular", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 20px 0;
  padding: 0;
}

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

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

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

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

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

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

/* line 389, ../scss/layout/_main.scss */
.entry-title {
  color: #961821;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 395, ../scss/layout/_main.scss */
.entry-title a {
  color: #961821;
  text-decoration: underline;
}
/* line 399, ../scss/layout/_main.scss */
.entry-title a:hover {
  color: #ffcc00;
}

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

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

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

/* line 417, ../scss/layout/_main.scss */
.post-meta {
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 424, ../scss/layout/_main.scss */
.post-meta a {
  color: #961821;
  text-decoration: underline;
}
/* line 428, ../scss/layout/_main.scss */
.post-meta a:hover {
  color: #ffcc00;
}
/* line 432, ../scss/layout/_main.scss */
.post-meta .post-date {
  font-weight: 100 !important;
  text-transform: initial !important;
  margin-top: 5px;
}

/* line 438, ../scss/layout/_main.scss */
.post-content {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
/* line 444, ../scss/layout/_main.scss */
.post-content .readmore {
  text-decoration: underline;
}

/* line 450, ../scss/layout/_main.scss */
.entry-content h1 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.1;
  color: #000000;
  padding: 0px;
  margin: 0 0 20px;
}
/* line 459, ../scss/layout/_main.scss */
.entry-content h2 {
  color: #961821;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 25px;
}
/* line 468, ../scss/layout/_main.scss */
.entry-content h3 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.1;
  margin: 0 0 20px;
}
/* line 475, ../scss/layout/_main.scss */
.entry-content h4 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
}
/* line 481, ../scss/layout/_main.scss */
.entry-content h5 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/* line 488, ../scss/layout/_main.scss */
.entry-content h6 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 15px;
}
/* line 495, ../scss/layout/_main.scss */
.entry-content .page-title,
.entry-content .page-title a {
  color: #454343;
  font-family: "National-Regular", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 20px 0;
  padding: 0;
}
/* line 506, ../scss/layout/_main.scss */
.entry-content p {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
/* line 512, ../scss/layout/_main.scss */
.entry-content .wpb_wrapper .small p {
  font-size: 12px;
  line-height: 1.5;
}
/* line 517, ../scss/layout/_main.scss */
.entry-content a {
  color: #961821;
  line-height: 1.1;
  transition: all ease 0.3s;
  word-wrap: break-word;
}
/* line 523, ../scss/layout/_main.scss */
.entry-content a:hover {
  color: #ffcc00;
}
/* line 528, ../scss/layout/_main.scss */
.entry-content ol, .entry-content ul {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  list-style: outside;
  margin: 0 0 25px 30px;
  padding: 0;
}
/* line 534, ../scss/layout/_main.scss */
.entry-content ol li, .entry-content ul li {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 15px;
}
/* line 539, ../scss/layout/_main.scss */
.entry-content ol li:last-of-type, .entry-content ul li:last-of-type {
  margin-bottom: 0;
}
/* line 547, ../scss/layout/_main.scss */
.entry-content ol li {
  list-style: decimal;
}
/* line 554, ../scss/layout/_main.scss */
.entry-content ul li {
  list-style: disc;
}
/* line 559, ../scss/layout/_main.scss */
.entry-content img.alignnone {
  margin-bottom: 34px;
}
/* line 563, ../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 572, ../scss/layout/_main.scss */
.entry-content blockquote p {
  font-size: 14px !important;
  line-height: 20px !important;
}
/* line 576, ../scss/layout/_main.scss */
.entry-content blockquote p:last-of-type {
  margin-bottom: 0 !important;
}
/* line 582, ../scss/layout/_main.scss */
.entry-content .wp-caption {
  max-width: 100%;
  margin-bottom: 34px;
}
/* line 586, ../scss/layout/_main.scss */
.entry-content .wp-caption img {
  width: auto !important;
  max-width: 100% !important;
  margin-bottom: 10px !important;
}
/* line 592, ../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 601, ../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%;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  /* line 601, ../scss/layout/_main.scss */
  .entry-content img {
    width: 100%;
  }
}
/* line 614, ../scss/layout/_main.scss */
.entry-content .banner-img img {
  border: 0;
  padding: 0;
  width: 100%;
}
/* line 620, ../scss/layout/_main.scss */
.entry-content table {
  text-align: left;
  margin-bottom: 40px;
  width: 100%;
}
/* line 625, ../scss/layout/_main.scss */
.entry-content table tr {
  background: #f0f0f0;
  border: 1px solid #d7d7d7;
}
/* line 629, ../scss/layout/_main.scss */
.entry-content table tr:nth-child(odd) {
  background: #fff;
}
/* line 633, ../scss/layout/_main.scss */
.entry-content table tr th {
  background: #eeeeee;
  font-weight: 400;
  color: #343434;
  padding: 10px;
}
/* line 640, ../scss/layout/_main.scss */
.entry-content table tr td {
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
}
/* line 648, ../scss/layout/_main.scss */
.entry-content .wpb_single_image {
  margin-bottom: 0;
}

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

/* line 659, ../scss/layout/_main.scss */
.art-caption p {
  font-size: 13px !important;
}

/* line 662, ../scss/layout/_main.scss */
#sub-heading {
  font-family: "National-Regular", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 30px;
}

/******************************************************
    [ Social Buttons ]
*******************************************************/
/* line 673, ../scss/layout/_main.scss */
.social-buttons {
  padding: 10px 0 20px 0;
}

/* line 676, ../scss/layout/_main.scss */
span.fa-stack.fa-lg.facebook {
  color: #3b5998;
}
/* line 679, ../scss/layout/_main.scss */
span.fa-stack.fa-lg.facebook:hover {
  color: #ffcc00;
}

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

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

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

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

/* line 711, ../scss/layout/_main.scss */
span.fa-stack.fa-lg.print {
  color: black;
}
/* line 714, ../scss/layout/_main.scss */
span.fa-stack.fa-lg.print:hover {
  color: #ffcc00;
}

/* line 718, ../scss/layout/_main.scss */
a.social-icon {
  text-decoration: none !important;
}

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

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

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

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

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

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

/* line 784, ../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 795, ../scss/layout/_main.scss */
.search-box .search-field {
  width: 324px;
  max-width: 324px;
}

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

/******************************************************
    [ Faculty Archive ]
*******************************************************/
/* line 806, ../scss/layout/_main.scss */
.team-wrap {
  overflow: hidden;
}
/* line 809, ../scss/layout/_main.scss */
.team-wrap .cat-title {
  color: #961821;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 5px;
}
/* line 817, ../scss/layout/_main.scss */
.team-wrap .cat-sec-title {
  color: #961821;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 5px;
}
/* line 826, ../scss/layout/_main.scss */
.team-wrap ul.team {
  margin: 0 auto 40px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* line 832, ../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 840, ../scss/layout/_main.scss */
.team-wrap ul.team li:nth-of-type(4n+1) {
  clear: both;
}
/* line 843, ../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 843, ../scss/layout/_main.scss */
  .team-wrap .thumb img {
    width: 100%;
  }
}
/* line 860, ../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 867, ../scss/layout/_main.scss */
.team-wrap .excerpt p {
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  font-weight: bold !important;
}
/* line 873, ../scss/layout/_main.scss */
.team-wrap .excerpt p:last-of-type {
  margin-bottom: 0;
}

/******************************************************
    [ Faculty Profile ]
*******************************************************/
/* line 883, ../scss/layout/_main.scss */
.single-faculty .media-left {
  width: 33%;
  padding-right: 3%;
}
/* line 887, ../scss/layout/_main.scss */
.single-faculty .media-left .fa {
  color: #961821;
  vertical-align: bottom;
}
/* line 891, ../scss/layout/_main.scss */
.single-faculty .media-body p {
  line-height: 1.2;
}
/* line 894, ../scss/layout/_main.scss */
.single-faculty .media-body span {
  color: #961821;
  font-weight: bold;
}
/* line 898, ../scss/layout/_main.scss */
.single-faculty .media-body span.block {
  display: block;
  margin-bottom: 8px;
}
/* line 902, ../scss/layout/_main.scss */
.single-faculty .f-s-header {
  margin: 0 0 10px 0;
  overflow: hidden;
}
/* line 906, ../scss/layout/_main.scss */
.single-faculty .f-s-header .thumb {
  float: left;
  margin-right: 20px;
  width: 30%;
}
/* line 912, ../scss/layout/_main.scss */
.single-faculty .f-s-header .faculty-title {
  margin: 66px 0 0 0;
}
/* line 916, ../scss/layout/_main.scss */
.single-faculty .faculty-col-2 {
  float: left;
  width: 33.3333%;
  padding-right: 20px;
}
/* line 922, ../scss/layout/_main.scss */
.single-faculty .faculty-col-1 {
  float: right;
  width: 66.6666%;
}
/* line 927, ../scss/layout/_main.scss */
.single-faculty .contact-wrap .media-left,
.single-faculty .publications .media-left {
  color: #000000;
  width: 16px;
  padding-right: 8px;
}
/* line 933, ../scss/layout/_main.scss */
.single-faculty .contact-wrap {
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 937, ../scss/layout/_main.scss */
.single-faculty .publications p,
.single-faculty .contact-wrap p {
  color: #000000;
  margin-bottom: 6px;
}
/* line 942, ../scss/layout/_main.scss */
.single-faculty .publications p:last-of-type,
.single-faculty .contact-wrap p:last-of-type {
  margin-bottom: 0;
}
/* line 946, ../scss/layout/_main.scss */
.single-faculty .contact-wrap a,
.single-faculty .publications a {
  color: #000000;
  text-decoration: underline;
}
/* line 951, ../scss/layout/_main.scss */
.single-faculty .contact-wrap a:hover,
.single-faculty .publications a:hover {
  color: #ffcc00;
  text-decoration: none;
}
/* line 956, ../scss/layout/_main.scss */
.single-faculty .entry-content .faculty-title,
.single-faculty .entry-content .faculty-title a {
  color: #961821;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 5px;
}
/* line 965, ../scss/layout/_main.scss */
.single-faculty .content-wrap h2 {
  color: #000000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 5px;
}
/* line 974, ../scss/layout/_main.scss */
.single-faculty .content-wrap h3 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  margin: 0 0 5px;
}
/* line 981, ../scss/layout/_main.scss */
.single-faculty .content-wrap h4 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}
/* line 987, ../scss/layout/_main.scss */
.single-faculty .content-wrap h5 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
/* line 994, ../scss/layout/_main.scss */
.single-faculty .content-wrap h6 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 5px;
}
/* line 1001, ../scss/layout/_main.scss */
.single-faculty .content-wrap p {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
/* line 1007, ../scss/layout/_main.scss */
.single-faculty .content-wrap .publications p {
  font-size: 14px;
}

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

/* line 1018, ../scss/layout/_main.scss */
.vc_grid.vc_row .vc_grid-item {
  float: left !important;
}

/* line 1022, ../scss/layout/_main.scss */
.remove-padding .vc_column-inner {
  padding-top: 0 !important;
}

/* line 1026, ../scss/layout/_main.scss */
.bold-text {
  font-weight: 700;
}

/******************************************************
    [ Event Calendar ]
*******************************************************/
/* line 1032, ../scss/layout/_main.scss */
.format-date {
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
  font-weight: 600;
}
/* line 1035, ../scss/layout/_main.scss */
.format-date:before {
  font-family: FontAwesome;
  content: "\f073";
  margin-right: 10px;
  font-weight: 100;
}

/******************************************************
    [ Sidebar ]
*******************************************************/
/* line 4, ../scss/layout/_sidebar.scss */
.sidebar {
  background: #fffbed;
  border-top: 2px solid #e2e7e7;
  border-right: 1px solid #e2e7e7;
  border-bottom: 1px solid #e2e7e7;
  color: #666;
  float: right;
  margin: 90px 0 0 0;
  padding: 0;
  position: relative;
  transition: all ease 0.3s;
  width: 22%;
}
/* line 17, ../scss/layout/_sidebar.scss */
.sidebar .widget {
  margin-bottom: 40px;
}
/* line 21, ../scss/layout/_sidebar.scss */
.sidebar .widget-title {
  background: url(../img/bg-stripes.png) #961821;
  color: #fff;
  font-family: "Montserrat", 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 35, ../scss/layout/_sidebar.scss */
.sidebar .sub-title {
  color: #961821;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 0 26px;
  text-transform: none;
}
/* line 46, ../scss/layout/_sidebar.scss */
.sidebar ul {
  margin: 0;
  padding: 0 12px;
}
/* line 50, ../scss/layout/_sidebar.scss */
.sidebar ul ul {
  padding: 0;
}
/* line 55, ../scss/layout/_sidebar.scss */
.sidebar li {
  line-height: 1.1;
  margin-bottom: 10px;
  padding-left: 12px;
  position: relative;
}
/* line 63, ../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 75, ../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 88, ../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 101, ../scss/layout/_sidebar.scss */
.sidebar ul.menu > li.current-page-ancestor:before {
  content: "\f0dd";
  font-size: 14px;
  top: -2px;
  left: 0;
}
/* line 109, ../scss/layout/_sidebar.scss */
.sidebar a {
  color: #000000;
  font-weight: normal;
}
/* line 113, ../scss/layout/_sidebar.scss */
.sidebar a:hover {
  color: #961821;
}
/* line 118, ../scss/layout/_sidebar.scss */
.sidebar p {
  margin: 0 0 8px 0;
}
/* line 124, ../scss/layout/_sidebar.scss */
.sidebar li.current-menu-item > a,
.sidebar li.current-page-ancestor > a {
  color: #000000;
}
/* line 128, ../scss/layout/_sidebar.scss */
.sidebar ul.sub-menu {
  margin: 10px 0 30px 0;
}
/* line 132, ../scss/layout/_sidebar.scss */
.sidebar .widget_search {
  margin-top: 24px;
  padding: 0 12px;
}
/* line 136, ../scss/layout/_sidebar.scss */
.sidebar .widget_search input.form-control.search-field {
  width: 76%;
}
/* line 140, ../scss/layout/_sidebar.scss */
.sidebar .widget_search .btn-4 {
  padding: 10px 14px;
}
/* line 144, ../scss/layout/_sidebar.scss */
.sidebar .widget_search .fa {
  font-size: 13px;
}
/* line 148, ../scss/layout/_sidebar.scss */
.sidebar .textwidget {
  margin: 0;
  padding: 0 12px;
}
/* line 152, ../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: "National-Regular", 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: "National-Regular", 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: "National-Regular", 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: 14px;
}
/* line 148, ../scss/layout/_footer.scss */
.footer ul.social {
  font-size: 15px;
  float: right;
}
/* line 152, ../scss/layout/_footer.scss */
.footer ul.social .fa {
  font-size: 24px;
}
/* line 156, ../scss/layout/_footer.scss */
.footer .copyright {
  text-align: center;
}

/**
 * ----------------------------------------------------------------------------------------
 * 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 (max-width: 1200px) {
  /* line 6, ../scss/layout/_breakpoints.scss */
  #featured .info a {
    font-size: 16px;
    padding: 8px 55px 8px 8px;
  }

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

  /* line 14, ../scss/layout/_breakpoints.scss */
  .sidebar .widget_search input.form-control.search-field {
    width: 70%;
  }
}
/* end 1200px */
@media (max-width: 996px) {
  /* line 21, ../scss/layout/_breakpoints.scss */
  .tb-col-1 > ul {
    margin-top: 12px;
  }

  /* line 24, ../scss/layout/_breakpoints.scss */
  .logo {
    padding-bottom: 15px;
  }

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

  /* line 30, ../scss/layout/_breakpoints.scss */
  #menu-main-navigation {
    display: none;
    visibility: hidden;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 90, ../scss/layout/_breakpoints.scss */
  .sidebar .widget_search input.form-control.search-field {
    margin-bottom: 10px;
    width: 83%;
    float: left;
    margin-right: 10px;
  }

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

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

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

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

  /* line 116, ../scss/layout/_breakpoints.scss */
  .top-footer .widget_cta .widget_cta_top p {
    font-size: 16px;
  }
}
/* end 996px */
@media (max-width: 770px) {
  /* line 123, ../scss/layout/_breakpoints.scss */
  .hcol h2 {
    font-size: 32px;
  }

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

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

  /* line 139, ../scss/layout/_breakpoints.scss */
  .sidebar {
    float: none;
    margin: 0px auto;
    max-width: 100%;
    width: 450px;
    border-left: 1px solid #e2e7e7;
  }

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

  /* line 151, ../scss/layout/_breakpoints.scss */
  .footer ul.social {
    float: none;
    margin-bottom: 10px;
  }
}
/* end 770px */
@media (max-width: 600px) {
  /* line 160, ../scss/layout/_breakpoints.scss */
  .team-wrap ul.team li {
    width: 50%;
    float: left;
  }
  /* line 165, ../scss/layout/_breakpoints.scss */
  .team-wrap ul.team li:nth-child(odd) {
    clear: left;
  }
  /* line 168, ../scss/layout/_breakpoints.scss */
  .team-wrap ul.team li:nth-child(even) {
    clear: right;
  }

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

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

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

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

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

  /* line 205, ../scss/layout/_breakpoints.scss */
  .h-bot .test-img {
    position: relative;
    top: inherit;
    right: inherit;
    float: right;
  }
}
/* end 600px */
@media (max-width: 480px) {
  /* line 217, ../scss/layout/_breakpoints.scss */
  .single-faculty .f-s-header .thumb {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
  /* line 223, ../scss/layout/_breakpoints.scss */
  .single-faculty .f-s-header .faculty-title {
    margin: 0;
  }

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