@charset "UTF-8";
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 * Version 000
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/*$font-family-headers: 'Roboto Slab',serif;*/
/*$font-family-body: 'Roboto Slab',serif; */
/*$usu_h2_color: #428BCA; */
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 38, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _base.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 169, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 195, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 200, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 205, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 217, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

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

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 248, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 262, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 274, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

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

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

/**
 * Lists
 */
/* line 301, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 310, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 316, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 321, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 * Added exceptions for TinyMce
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 343, ../sass/_normalize.scss */
body img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
}

/* line 360, ../sass/_normalize.scss */
body:not(#tinymce) img {
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 369, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 374, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 390, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 405, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 420, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 450, ../sass/_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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 464, ../sass/_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 478, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 489, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 513, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 529, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 535, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 543, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Import Bootstrap */
/* line 18, ../sass/styles.scss */
.twtb {
  /*!
   * Bootstrap v3.3.6 (http://getbootstrap.com)
   * Copyright 2011-2015 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot?1481039035);
  src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot?&1481039035#iefix) format("embedded-opentype"), url(../fonts/bootstrap/glyphicons-halflings-regular.woff2?1481039035) format("woff2"), url(../fonts/bootstrap/glyphicons-halflings-regular.woff?1481039035) format("woff"), url(../fonts/bootstrap/glyphicons-halflings-regular.ttf?1481039035) format("truetype"), url(../fonts/bootstrap/glyphicons-halflings-regular.svg?1481039035#glyphicons_halflingsregular) format("svg");
}
/* line 24, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 37, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-asterisk:before {
  content: "\002a";
}
/* line 38, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-plus:before {
  content: "\002b";
}
/* line 40, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-euro:before,
.twtb .glyphicon-eur:before {
  content: "\20ac";
}
/* line 41, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-minus:before {
  content: "\2212";
}
/* line 42, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-cloud:before {
  content: "\2601";
}
/* line 43, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-envelope:before {
  content: "\2709";
}
/* line 44, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-pencil:before {
  content: "\270f";
}
/* line 45, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-glass:before {
  content: "\e001";
}
/* line 46, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-music:before {
  content: "\e002";
}
/* line 47, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-search:before {
  content: "\e003";
}
/* line 48, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-heart:before {
  content: "\e005";
}
/* line 49, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-star:before {
  content: "\e006";
}
/* line 50, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-star-empty:before {
  content: "\e007";
}
/* line 51, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-user:before {
  content: "\e008";
}
/* line 52, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-film:before {
  content: "\e009";
}
/* line 53, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-th-large:before {
  content: "\e010";
}
/* line 54, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-th:before {
  content: "\e011";
}
/* line 55, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-th-list:before {
  content: "\e012";
}
/* line 56, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-ok:before {
  content: "\e013";
}
/* line 57, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-remove:before {
  content: "\e014";
}
/* line 58, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-zoom-in:before {
  content: "\e015";
}
/* line 59, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-zoom-out:before {
  content: "\e016";
}
/* line 60, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-off:before {
  content: "\e017";
}
/* line 61, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-signal:before {
  content: "\e018";
}
/* line 62, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-cog:before {
  content: "\e019";
}
/* line 63, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-trash:before {
  content: "\e020";
}
/* line 64, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-home:before {
  content: "\e021";
}
/* line 65, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-file:before {
  content: "\e022";
}
/* line 66, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-time:before {
  content: "\e023";
}
/* line 67, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-road:before {
  content: "\e024";
}
/* line 68, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-download-alt:before {
  content: "\e025";
}
/* line 69, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-download:before {
  content: "\e026";
}
/* line 70, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-upload:before {
  content: "\e027";
}
/* line 71, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-inbox:before {
  content: "\e028";
}
/* line 72, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-play-circle:before {
  content: "\e029";
}
/* line 73, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-repeat:before {
  content: "\e030";
}
/* line 74, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-refresh:before {
  content: "\e031";
}
/* line 75, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-list-alt:before {
  content: "\e032";
}
/* line 76, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-lock:before {
  content: "\e033";
}
/* line 77, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-flag:before {
  content: "\e034";
}
/* line 78, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-headphones:before {
  content: "\e035";
}
/* line 79, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-volume-off:before {
  content: "\e036";
}
/* line 80, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-volume-down:before {
  content: "\e037";
}
/* line 81, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-volume-up:before {
  content: "\e038";
}
/* line 82, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-qrcode:before {
  content: "\e039";
}
/* line 83, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-barcode:before {
  content: "\e040";
}
/* line 84, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-tag:before {
  content: "\e041";
}
/* line 85, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-tags:before {
  content: "\e042";
}
/* line 86, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-book:before {
  content: "\e043";
}
/* line 87, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-bookmark:before {
  content: "\e044";
}
/* line 88, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-print:before {
  content: "\e045";
}
/* line 89, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-camera:before {
  content: "\e046";
}
/* line 90, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-font:before {
  content: "\e047";
}
/* line 91, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-bold:before {
  content: "\e048";
}
/* line 92, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-italic:before {
  content: "\e049";
}
/* line 93, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-text-height:before {
  content: "\e050";
}
/* line 94, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-text-width:before {
  content: "\e051";
}
/* line 95, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-align-left:before {
  content: "\e052";
}
/* line 96, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-align-center:before {
  content: "\e053";
}
/* line 97, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-align-right:before {
  content: "\e054";
}
/* line 98, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-align-justify:before {
  content: "\e055";
}
/* line 99, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-list:before {
  content: "\e056";
}
/* line 100, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-indent-left:before {
  content: "\e057";
}
/* line 101, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-indent-right:before {
  content: "\e058";
}
/* line 102, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-facetime-video:before {
  content: "\e059";
}
/* line 103, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-picture:before {
  content: "\e060";
}
/* line 104, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-map-marker:before {
  content: "\e062";
}
/* line 105, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-adjust:before {
  content: "\e063";
}
/* line 106, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-tint:before {
  content: "\e064";
}
/* line 107, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-edit:before {
  content: "\e065";
}
/* line 108, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-share:before {
  content: "\e066";
}
/* line 109, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-check:before {
  content: "\e067";
}
/* line 110, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-move:before {
  content: "\e068";
}
/* line 111, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-step-backward:before {
  content: "\e069";
}
/* line 112, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-fast-backward:before {
  content: "\e070";
}
/* line 113, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-backward:before {
  content: "\e071";
}
/* line 114, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-play:before {
  content: "\e072";
}
/* line 115, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-pause:before {
  content: "\e073";
}
/* line 116, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-stop:before {
  content: "\e074";
}
/* line 117, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-forward:before {
  content: "\e075";
}
/* line 118, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-fast-forward:before {
  content: "\e076";
}
/* line 119, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-step-forward:before {
  content: "\e077";
}
/* line 120, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-eject:before {
  content: "\e078";
}
/* line 121, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-chevron-left:before {
  content: "\e079";
}
/* line 122, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-chevron-right:before {
  content: "\e080";
}
/* line 123, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-plus-sign:before {
  content: "\e081";
}
/* line 124, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-minus-sign:before {
  content: "\e082";
}
/* line 125, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-remove-sign:before {
  content: "\e083";
}
/* line 126, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-ok-sign:before {
  content: "\e084";
}
/* line 127, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-question-sign:before {
  content: "\e085";
}
/* line 128, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-info-sign:before {
  content: "\e086";
}
/* line 129, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-screenshot:before {
  content: "\e087";
}
/* line 130, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-remove-circle:before {
  content: "\e088";
}
/* line 131, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-ok-circle:before {
  content: "\e089";
}
/* line 132, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-ban-circle:before {
  content: "\e090";
}
/* line 133, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-arrow-left:before {
  content: "\e091";
}
/* line 134, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-arrow-right:before {
  content: "\e092";
}
/* line 135, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-arrow-up:before {
  content: "\e093";
}
/* line 136, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-arrow-down:before {
  content: "\e094";
}
/* line 137, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-share-alt:before {
  content: "\e095";
}
/* line 138, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-resize-full:before {
  content: "\e096";
}
/* line 139, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-resize-small:before {
  content: "\e097";
}
/* line 140, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-exclamation-sign:before {
  content: "\e101";
}
/* line 141, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-gift:before {
  content: "\e102";
}
/* line 142, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-leaf:before {
  content: "\e103";
}
/* line 143, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-fire:before {
  content: "\e104";
}
/* line 144, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-eye-open:before {
  content: "\e105";
}
/* line 145, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-eye-close:before {
  content: "\e106";
}
/* line 146, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-warning-sign:before {
  content: "\e107";
}
/* line 147, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-plane:before {
  content: "\e108";
}
/* line 148, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-calendar:before {
  content: "\e109";
}
/* line 149, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-random:before {
  content: "\e110";
}
/* line 150, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-comment:before {
  content: "\e111";
}
/* line 151, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-magnet:before {
  content: "\e112";
}
/* line 152, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-chevron-up:before {
  content: "\e113";
}
/* line 153, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-chevron-down:before {
  content: "\e114";
}
/* line 154, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-retweet:before {
  content: "\e115";
}
/* line 155, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-shopping-cart:before {
  content: "\e116";
}
/* line 156, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-folder-close:before {
  content: "\e117";
}
/* line 157, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-folder-open:before {
  content: "\e118";
}
/* line 158, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-resize-vertical:before {
  content: "\e119";
}
/* line 159, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-resize-horizontal:before {
  content: "\e120";
}
/* line 160, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-hdd:before {
  content: "\e121";
}
/* line 161, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-bullhorn:before {
  content: "\e122";
}
/* line 162, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-bell:before {
  content: "\e123";
}
/* line 163, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-certificate:before {
  content: "\e124";
}
/* line 164, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-thumbs-up:before {
  content: "\e125";
}
/* line 165, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-thumbs-down:before {
  content: "\e126";
}
/* line 166, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-hand-right:before {
  content: "\e127";
}
/* line 167, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-hand-left:before {
  content: "\e128";
}
/* line 168, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-hand-up:before {
  content: "\e129";
}
/* line 169, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-hand-down:before {
  content: "\e130";
}
/* line 170, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
/* line 171, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
/* line 172, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
/* line 173, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
/* line 174, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-globe:before {
  content: "\e135";
}
/* line 175, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-wrench:before {
  content: "\e136";
}
/* line 176, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-tasks:before {
  content: "\e137";
}
/* line 177, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-filter:before {
  content: "\e138";
}
/* line 178, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-briefcase:before {
  content: "\e139";
}
/* line 179, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-fullscreen:before {
  content: "\e140";
}
/* line 180, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-dashboard:before {
  content: "\e141";
}
/* line 181, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-paperclip:before {
  content: "\e142";
}
/* line 182, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-heart-empty:before {
  content: "\e143";
}
/* line 183, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-link:before {
  content: "\e144";
}
/* line 184, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-phone:before {
  content: "\e145";
}
/* line 185, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-pushpin:before {
  content: "\e146";
}
/* line 186, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-usd:before {
  content: "\e148";
}
/* line 187, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-gbp:before {
  content: "\e149";
}
/* line 188, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-sort:before {
  content: "\e150";
}
/* line 189, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
/* line 190, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
/* line 191, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-sort-by-order:before {
  content: "\e153";
}
/* line 192, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
/* line 193, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
/* line 194, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
/* line 195, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-unchecked:before {
  content: "\e157";
}
/* line 196, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-expand:before {
  content: "\e158";
}
/* line 197, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-collapse-down:before {
  content: "\e159";
}
/* line 198, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-collapse-up:before {
  content: "\e160";
}
/* line 199, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-log-in:before {
  content: "\e161";
}
/* line 200, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-flash:before {
  content: "\e162";
}
/* line 201, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-log-out:before {
  content: "\e163";
}
/* line 202, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-new-window:before {
  content: "\e164";
}
/* line 203, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-record:before {
  content: "\e165";
}
/* line 204, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-save:before {
  content: "\e166";
}
/* line 205, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-open:before {
  content: "\e167";
}
/* line 206, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-saved:before {
  content: "\e168";
}
/* line 207, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-import:before {
  content: "\e169";
}
/* line 208, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-export:before {
  content: "\e170";
}
/* line 209, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-send:before {
  content: "\e171";
}
/* line 210, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-floppy-disk:before {
  content: "\e172";
}
/* line 211, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-floppy-saved:before {
  content: "\e173";
}
/* line 212, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-floppy-remove:before {
  content: "\e174";
}
/* line 213, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-floppy-save:before {
  content: "\e175";
}
/* line 214, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-floppy-open:before {
  content: "\e176";
}
/* line 215, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-credit-card:before {
  content: "\e177";
}
/* line 216, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-transfer:before {
  content: "\e178";
}
/* line 217, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-cutlery:before {
  content: "\e179";
}
/* line 218, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-header:before {
  content: "\e180";
}
/* line 219, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-compressed:before {
  content: "\e181";
}
/* line 220, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-earphone:before {
  content: "\e182";
}
/* line 221, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-phone-alt:before {
  content: "\e183";
}
/* line 222, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-tower:before {
  content: "\e184";
}
/* line 223, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-stats:before {
  content: "\e185";
}
/* line 224, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-sd-video:before {
  content: "\e186";
}
/* line 225, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-hd-video:before {
  content: "\e187";
}
/* line 226, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-subtitles:before {
  content: "\e188";
}
/* line 227, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-sound-stereo:before {
  content: "\e189";
}
/* line 228, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-sound-dolby:before {
  content: "\e190";
}
/* line 229, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-sound-5-1:before {
  content: "\e191";
}
/* line 230, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-sound-6-1:before {
  content: "\e192";
}
/* line 231, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-sound-7-1:before {
  content: "\e193";
}
/* line 232, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-copyright-mark:before {
  content: "\e194";
}
/* line 233, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-registration-mark:before {
  content: "\e195";
}
/* line 234, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-cloud-download:before {
  content: "\e197";
}
/* line 235, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-cloud-upload:before {
  content: "\e198";
}
/* line 236, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-tree-conifer:before {
  content: "\e199";
}
/* line 237, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-tree-deciduous:before {
  content: "\e200";
}
/* line 238, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-cd:before {
  content: "\e201";
}
/* line 239, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-save-file:before {
  content: "\e202";
}
/* line 240, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-open-file:before {
  content: "\e203";
}
/* line 241, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-level-up:before {
  content: "\e204";
}
/* line 242, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-copy:before {
  content: "\e205";
}
/* line 243, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-paste:before {
  content: "\e206";
}
/* line 252, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-alert:before {
  content: "\e209";
}
/* line 253, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-equalizer:before {
  content: "\e210";
}
/* line 254, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-king:before {
  content: "\e211";
}
/* line 255, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-queen:before {
  content: "\e212";
}
/* line 256, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-pawn:before {
  content: "\e213";
}
/* line 257, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-bishop:before {
  content: "\e214";
}
/* line 258, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-knight:before {
  content: "\e215";
}
/* line 259, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-baby-formula:before {
  content: "\e216";
}
/* line 260, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-tent:before {
  content: "\26fa";
}
/* line 261, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-blackboard:before {
  content: "\e218";
}
/* line 262, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-bed:before {
  content: "\e219";
}
/* line 263, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-apple:before {
  content: "\f8ff";
}
/* line 264, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-erase:before {
  content: "\e221";
}
/* line 265, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-hourglass:before {
  content: "\231b";
}
/* line 266, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-lamp:before {
  content: "\e223";
}
/* line 267, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-duplicate:before {
  content: "\e224";
}
/* line 268, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-piggy-bank:before {
  content: "\e225";
}
/* line 269, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-scissors:before {
  content: "\e226";
}
/* line 270, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-bitcoin:before {
  content: "\e227";
}
/* line 271, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-btc:before {
  content: "\e227";
}
/* line 272, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-xbt:before {
  content: "\e227";
}
/* line 273, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-yen:before {
  content: "\00a5";
}
/* line 274, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-jpy:before {
  content: "\00a5";
}
/* line 275, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-ruble:before {
  content: "\20bd";
}
/* line 276, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-rub:before {
  content: "\20bd";
}
/* line 277, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-scale:before {
  content: "\e230";
}
/* line 278, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-ice-lolly:before {
  content: "\e231";
}
/* line 279, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
/* line 280, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-education:before {
  content: "\e233";
}
/* line 281, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-option-horizontal:before {
  content: "\e234";
}
/* line 282, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-option-vertical:before {
  content: "\e235";
}
/* line 283, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-menu-hamburger:before {
  content: "\e236";
}
/* line 284, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-modal-window:before {
  content: "\e237";
}
/* line 285, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-oil:before {
  content: "\e238";
}
/* line 286, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-grain:before {
  content: "\e239";
}
/* line 287, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-sunglasses:before {
  content: "\e240";
}
/* line 288, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-text-size:before {
  content: "\e241";
}
/* line 289, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-text-color:before {
  content: "\e242";
}
/* line 290, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-text-background:before {
  content: "\e243";
}
/* line 291, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-object-align-top:before {
  content: "\e244";
}
/* line 292, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-object-align-bottom:before {
  content: "\e245";
}
/* line 293, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
/* line 294, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-object-align-left:before {
  content: "\e247";
}
/* line 295, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-object-align-vertical:before {
  content: "\e248";
}
/* line 296, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-object-align-right:before {
  content: "\e249";
}
/* line 297, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-triangle-right:before {
  content: "\e250";
}
/* line 298, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-triangle-left:before {
  content: "\e251";
}
/* line 299, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-triangle-bottom:before {
  content: "\e252";
}
/* line 300, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-triangle-top:before {
  content: "\e253";
}
/* line 301, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-console:before {
  content: "\e254";
}
/* line 302, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-superscript:before {
  content: "\e255";
}
/* line 303, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-subscript:before {
  content: "\e256";
}
/* line 304, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-menu-left:before {
  content: "\e257";
}
/* line 305, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-menu-right:before {
  content: "\e258";
}
/* line 306, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-menu-down:before {
  content: "\e259";
}
/* line 307, ../sass/bootstrap/_glyphicons.scss */
.twtb .glyphicon-menu-up:before {
  content: "\e260";
}
/* line 11, ../sass/bootstrap/_scaffolding.scss */
.twtb * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 14, ../sass/bootstrap/_scaffolding.scss */
.twtb *:before,
.twtb *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 22, ../sass/bootstrap/_scaffolding.scss */
.twtb html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
/* line 27, ../sass/bootstrap/_scaffolding.scss */
.twtb body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}
/* line 36, ../sass/bootstrap/_scaffolding.scss */
.twtb input,
.twtb button,
.twtb select,
.twtb textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 48, ../sass/bootstrap/_scaffolding.scss */
.twtb a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, ../sass/bootstrap/_scaffolding.scss */
.twtb a:hover, .twtb a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, ../sass/bootstrap/_scaffolding.scss */
.twtb a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 69, ../sass/bootstrap/_scaffolding.scss */
.twtb figure {
  margin: 0;
}
/* line 76, ../sass/bootstrap/_scaffolding.scss */
.twtb img {
  vertical-align: middle;
}
/* line 81, ../sass/bootstrap/_scaffolding.scss */
.twtb .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 86, ../sass/bootstrap/_scaffolding.scss */
.twtb .img-rounded {
  border-radius: 6px;
}
/* line 93, ../sass/bootstrap/_scaffolding.scss */
.twtb .img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* line 106, ../sass/bootstrap/_scaffolding.scss */
.twtb .img-circle {
  border-radius: 50%;
}
/* line 113, ../sass/bootstrap/_scaffolding.scss */
.twtb hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
/* line 125, ../sass/bootstrap/_scaffolding.scss */
.twtb .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* line 141, ../sass/bootstrap/_scaffolding.scss */
.twtb .sr-only-focusable:active, .twtb .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* line 159, ../sass/bootstrap/_scaffolding.scss */
.twtb [role="button"] {
  cursor: pointer;
}
/* line 9, ../sass/bootstrap/_type.scss */
.twtb h1, .twtb h2, .twtb h3, .twtb h4, .twtb h5, .twtb h6,
.twtb .h1, .twtb .h2, .twtb .h3, .twtb .h4, .twtb .h5, .twtb .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../sass/bootstrap/_type.scss */
.twtb h1 small,
.twtb h1 .small, .twtb h2 small,
.twtb h2 .small, .twtb h3 small,
.twtb h3 .small, .twtb h4 small,
.twtb h4 .small, .twtb h5 small,
.twtb h5 .small, .twtb h6 small,
.twtb h6 .small,
.twtb .h1 small,
.twtb .h1 .small, .twtb .h2 small,
.twtb .h2 .small, .twtb .h3 small,
.twtb .h3 .small, .twtb .h4 small,
.twtb .h4 .small, .twtb .h5 small,
.twtb .h5 .small, .twtb .h6 small,
.twtb .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
/* line 24, ../sass/bootstrap/_type.scss */
.twtb h1, .twtb .h1,
.twtb h2, .twtb .h2,
.twtb h3, .twtb .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../sass/bootstrap/_type.scss */
.twtb h1 small,
.twtb h1 .small, .twtb .h1 small,
.twtb .h1 .small,
.twtb h2 small,
.twtb h2 .small, .twtb .h2 small,
.twtb .h2 .small,
.twtb h3 small,
.twtb h3 .small, .twtb .h3 small,
.twtb .h3 .small {
  font-size: 65%;
}
/* line 35, ../sass/bootstrap/_type.scss */
.twtb h4, .twtb .h4,
.twtb h5, .twtb .h5,
.twtb h6, .twtb .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../sass/bootstrap/_type.scss */
.twtb h4 small,
.twtb h4 .small, .twtb .h4 small,
.twtb .h4 .small,
.twtb h5 small,
.twtb h5 .small, .twtb .h5 small,
.twtb .h5 .small,
.twtb h6 small,
.twtb h6 .small, .twtb .h6 small,
.twtb .h6 .small {
  font-size: 75%;
}
/* line 47, ../sass/bootstrap/_type.scss */
.twtb h1, .twtb .h1 {
  font-size: 36px;
}
/* line 48, ../sass/bootstrap/_type.scss */
.twtb h2, .twtb .h2 {
  font-size: 30px;
}
/* line 49, ../sass/bootstrap/_type.scss */
.twtb h3, .twtb .h3 {
  font-size: 24px;
}
/* line 50, ../sass/bootstrap/_type.scss */
.twtb h4, .twtb .h4 {
  font-size: 18px;
}
/* line 51, ../sass/bootstrap/_type.scss */
.twtb h5, .twtb .h5 {
  font-size: 14px;
}
/* line 52, ../sass/bootstrap/_type.scss */
.twtb h6, .twtb .h6 {
  font-size: 12px;
}
/* line 58, ../sass/bootstrap/_type.scss */
.twtb p {
  margin: 0 0 10px;
}
/* line 62, ../sass/bootstrap/_type.scss */
.twtb .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../sass/bootstrap/_type.scss */
  .twtb .lead {
    font-size: 21px;
  }
}
/* line 78, ../sass/bootstrap/_type.scss */
.twtb small,
.twtb .small {
  font-size: 85%;
}
/* line 83, ../sass/bootstrap/_type.scss */
.twtb mark,
.twtb .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
/* line 90, ../sass/bootstrap/_type.scss */
.twtb .text-left {
  text-align: left;
}
/* line 91, ../sass/bootstrap/_type.scss */
.twtb .text-right {
  text-align: right;
}
/* line 92, ../sass/bootstrap/_type.scss */
.twtb .text-center {
  text-align: center;
}
/* line 93, ../sass/bootstrap/_type.scss */
.twtb .text-justify {
  text-align: justify;
}
/* line 94, ../sass/bootstrap/_type.scss */
.twtb .text-nowrap {
  white-space: nowrap;
}
/* line 97, ../sass/bootstrap/_type.scss */
.twtb .text-lowercase {
  text-transform: lowercase;
}
/* line 98, ../sass/bootstrap/_type.scss */
.twtb .text-uppercase, .twtb .initialism {
  text-transform: uppercase;
}
/* line 99, ../sass/bootstrap/_type.scss */
.twtb .text-capitalize {
  text-transform: capitalize;
}
/* line 102, ../sass/bootstrap/_type.scss */
.twtb .text-muted {
  color: #777777;
}
/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.twtb .text-primary {
  color: #337ab7;
}
/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
.twtb a.text-primary:hover,
.twtb a.text-primary:focus {
  color: #286090;
}
/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.twtb .text-success {
  color: #3c763d;
}
/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
.twtb a.text-success:hover,
.twtb a.text-success:focus {
  color: #2b542c;
}
/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.twtb .text-info {
  color: #31708f;
}
/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
.twtb a.text-info:hover,
.twtb a.text-info:focus {
  color: #245269;
}
/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.twtb .text-warning {
  color: #8a6d3b;
}
/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
.twtb a.text-warning:hover,
.twtb a.text-warning:focus {
  color: #66512c;
}
/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.twtb .text-danger {
  color: #a94442;
}
/* line 8, ../sass/bootstrap/mixins/_text-emphasis.scss */
.twtb a.text-danger:hover,
.twtb a.text-danger:focus {
  color: #843534;
}
/* line 119, ../sass/bootstrap/_type.scss */
.twtb .bg-primary {
  color: #fff;
}
/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.twtb .bg-primary {
  background-color: #337ab7;
}
/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
.twtb a.bg-primary:hover,
.twtb a.bg-primary:focus {
  background-color: #286090;
}
/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.twtb .bg-success {
  background-color: #dff0d8;
}
/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
.twtb a.bg-success:hover,
.twtb a.bg-success:focus {
  background-color: #c1e2b3;
}
/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.twtb .bg-info {
  background-color: #d9edf7;
}
/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
.twtb a.bg-info:hover,
.twtb a.bg-info:focus {
  background-color: #afd9ee;
}
/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.twtb .bg-warning {
  background-color: #fcf8e3;
}
/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
.twtb a.bg-warning:hover,
.twtb a.bg-warning:focus {
  background-color: #f7ecb5;
}
/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.twtb .bg-danger {
  background-color: #f2dede;
}
/* line 8, ../sass/bootstrap/mixins/_background-variant.scss */
.twtb a.bg-danger:hover,
.twtb a.bg-danger:focus {
  background-color: #e4b9b9;
}
/* line 138, ../sass/bootstrap/_type.scss */
.twtb .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
/* line 149, ../sass/bootstrap/_type.scss */
.twtb ul,
.twtb ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, ../sass/bootstrap/_type.scss */
.twtb ul ul,
.twtb ul ol,
.twtb ol ul,
.twtb ol ol {
  margin-bottom: 0;
}
/* line 167, ../sass/bootstrap/_type.scss */
.twtb .list-unstyled {
  padding-left: 0;
  list-style: none;
}
/* line 173, ../sass/bootstrap/_type.scss */
.twtb .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../sass/bootstrap/_type.scss */
.twtb .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 185, ../sass/bootstrap/_type.scss */
.twtb dl {
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 189, ../sass/bootstrap/_type.scss */
.twtb dt,
.twtb dd {
  line-height: 1.42857;
}
/* line 193, ../sass/bootstrap/_type.scss */
.twtb dt {
  font-weight: bold;
}
/* line 196, ../sass/bootstrap/_type.scss */
.twtb dd {
  margin-left: 0;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .dl-horizontal dd:before, .twtb .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../sass/bootstrap/_type.scss */
  .twtb .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../sass/bootstrap/_type.scss */
  .twtb .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 229, ../sass/bootstrap/_type.scss */
.twtb abbr[title],
.twtb abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
/* line 235, ../sass/bootstrap/_type.scss */
.twtb .initialism {
  font-size: 90%;
}
/* line 241, ../sass/bootstrap/_type.scss */
.twtb blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../sass/bootstrap/_type.scss */
.twtb blockquote p:last-child,
.twtb blockquote ul:last-child,
.twtb blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../sass/bootstrap/_type.scss */
.twtb blockquote footer,
.twtb blockquote small,
.twtb blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, ../sass/bootstrap/_type.scss */
.twtb blockquote footer:before,
.twtb blockquote small:before,
.twtb blockquote .small:before {
  content: '\2014 \00A0';
}
/* line 274, ../sass/bootstrap/_type.scss */
.twtb .blockquote-reverse,
.twtb blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../sass/bootstrap/_type.scss */
.twtb .blockquote-reverse footer:before,
.twtb .blockquote-reverse small:before,
.twtb .blockquote-reverse .small:before,
.twtb blockquote.pull-right footer:before,
.twtb blockquote.pull-right small:before,
.twtb blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../sass/bootstrap/_type.scss */
.twtb .blockquote-reverse footer:after,
.twtb .blockquote-reverse small:after,
.twtb .blockquote-reverse .small:after,
.twtb blockquote.pull-right footer:after,
.twtb blockquote.pull-right small:after,
.twtb blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
/* line 294, ../sass/bootstrap/_type.scss */
.twtb address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}
/* line 7, ../sass/bootstrap/_code.scss */
.twtb code,
.twtb kbd,
.twtb pre,
.twtb samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
/* line 15, ../sass/bootstrap/_code.scss */
.twtb code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
/* line 24, ../sass/bootstrap/_code.scss */
.twtb kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../sass/bootstrap/_code.scss */
.twtb kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
/* line 41, ../sass/bootstrap/_code.scss */
.twtb pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, ../sass/bootstrap/_code.scss */
.twtb pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
/* line 66, ../sass/bootstrap/_code.scss */
.twtb .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/* line 10, ../sass/bootstrap/_grid.scss */
.twtb .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .container:before, .twtb .container:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .twtb .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .twtb .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../sass/bootstrap/_grid.scss */
  .twtb .container {
    width: 1170px;
  }
}
/* line 30, ../sass/bootstrap/_grid.scss */
.twtb .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .container-fluid:before, .twtb .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .container-fluid:after {
  clear: both;
}
/* line 39, ../sass/bootstrap/_grid.scss */
.twtb .row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .row:before, .twtb .row:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .row:after {
  clear: both;
}
/* line 11, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-1, .twtb .col-sm-1, .twtb .col-md-1, .twtb .col-lg-1, .twtb .col-xs-2, .twtb .col-sm-2, .twtb .col-md-2, .twtb .col-lg-2, .twtb .col-xs-3, .twtb .col-sm-3, .twtb .col-md-3, .twtb .col-lg-3, .twtb .col-xs-4, .twtb .col-sm-4, .twtb .col-md-4, .twtb .col-lg-4, .twtb .col-xs-5, .twtb .col-sm-5, .twtb .col-md-5, .twtb .col-lg-5, .twtb .col-xs-6, .twtb .col-sm-6, .twtb .col-md-6, .twtb .col-lg-6, .twtb .col-xs-7, .twtb .col-sm-7, .twtb .col-md-7, .twtb .col-lg-7, .twtb .col-xs-8, .twtb .col-sm-8, .twtb .col-md-8, .twtb .col-lg-8, .twtb .col-xs-9, .twtb .col-sm-9, .twtb .col-md-9, .twtb .col-lg-9, .twtb .col-xs-10, .twtb .col-sm-10, .twtb .col-md-10, .twtb .col-lg-10, .twtb .col-xs-11, .twtb .col-sm-11, .twtb .col-md-11, .twtb .col-lg-11, .twtb .col-xs-12, .twtb .col-sm-12, .twtb .col-md-12, .twtb .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-1, .twtb .col-xs-2, .twtb .col-xs-3, .twtb .col-xs-4, .twtb .col-xs-5, .twtb .col-xs-6, .twtb .col-xs-7, .twtb .col-xs-8, .twtb .col-xs-9, .twtb .col-xs-10, .twtb .col-xs-11, .twtb .col-xs-12 {
  float: left;
}
/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-1 {
  width: 8.33333%;
}
/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-2 {
  width: 16.66667%;
}
/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-3 {
  width: 25%;
}
/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-4 {
  width: 33.33333%;
}
/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-5 {
  width: 41.66667%;
}
/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-6 {
  width: 50%;
}
/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-7 {
  width: 58.33333%;
}
/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-8 {
  width: 66.66667%;
}
/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-9 {
  width: 75%;
}
/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-10 {
  width: 83.33333%;
}
/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-11 {
  width: 91.66667%;
}
/* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-12 {
  width: 100%;
}
/* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-pull-0 {
  right: auto;
}
/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-pull-1 {
  right: 8.33333%;
}
/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-pull-2 {
  right: 16.66667%;
}
/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-pull-3 {
  right: 25%;
}
/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-pull-4 {
  right: 33.33333%;
}
/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-pull-5 {
  right: 41.66667%;
}
/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-pull-6 {
  right: 50%;
}
/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-pull-7 {
  right: 58.33333%;
}
/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-pull-8 {
  right: 66.66667%;
}
/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-pull-9 {
  right: 75%;
}
/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-pull-10 {
  right: 83.33333%;
}
/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-pull-11 {
  right: 91.66667%;
}
/* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-pull-12 {
  right: 100%;
}
/* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-push-0 {
  left: auto;
}
/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-push-1 {
  left: 8.33333%;
}
/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-push-2 {
  left: 16.66667%;
}
/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-push-3 {
  left: 25%;
}
/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-push-4 {
  left: 33.33333%;
}
/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-push-5 {
  left: 41.66667%;
}
/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-push-6 {
  left: 50%;
}
/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-push-7 {
  left: 58.33333%;
}
/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-push-8 {
  left: 66.66667%;
}
/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-push-9 {
  left: 75%;
}
/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-push-10 {
  left: 83.33333%;
}
/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-push-11 {
  left: 91.66667%;
}
/* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-push-12 {
  left: 100%;
}
/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-offset-0 {
  margin-left: 0%;
}
/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-offset-1 {
  margin-left: 8.33333%;
}
/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-offset-2 {
  margin-left: 16.66667%;
}
/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-offset-3 {
  margin-left: 25%;
}
/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-offset-4 {
  margin-left: 33.33333%;
}
/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-offset-5 {
  margin-left: 41.66667%;
}
/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-offset-6 {
  margin-left: 50%;
}
/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-offset-7 {
  margin-left: 58.33333%;
}
/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-offset-8 {
  margin-left: 66.66667%;
}
/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-offset-9 {
  margin-left: 75%;
}
/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-offset-10 {
  margin-left: 83.33333%;
}
/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-offset-11 {
  margin-left: 91.66667%;
}
/* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
.twtb .col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  /* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-1, .twtb .col-sm-2, .twtb .col-sm-3, .twtb .col-sm-4, .twtb .col-sm-5, .twtb .col-sm-6, .twtb .col-sm-7, .twtb .col-sm-8, .twtb .col-sm-9, .twtb .col-sm-10, .twtb .col-sm-11, .twtb .col-sm-12 {
    float: left;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-1 {
    width: 8.33333%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-2 {
    width: 16.66667%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-3 {
    width: 25%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-4 {
    width: 33.33333%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-5 {
    width: 41.66667%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-6 {
    width: 50%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-7 {
    width: 58.33333%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-8 {
    width: 66.66667%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-9 {
    width: 75%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-10 {
    width: 83.33333%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-11 {
    width: 91.66667%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-12 {
    width: 100%;
  }
  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-pull-1 {
    right: 8.33333%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-pull-2 {
    right: 16.66667%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-pull-4 {
    right: 33.33333%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-pull-5 {
    right: 41.66667%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-pull-7 {
    right: 58.33333%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-pull-8 {
    right: 66.66667%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-pull-10 {
    right: 83.33333%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-pull-11 {
    right: 91.66667%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-push-0 {
    left: auto;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-push-1 {
    left: 8.33333%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-push-2 {
    left: 16.66667%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-push-4 {
    left: 33.33333%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-push-5 {
    left: 41.66667%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-push-7 {
    left: 58.33333%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-push-8 {
    left: 66.66667%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-push-10 {
    left: 83.33333%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-push-11 {
    left: 91.66667%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-1, .twtb .col-md-2, .twtb .col-md-3, .twtb .col-md-4, .twtb .col-md-5, .twtb .col-md-6, .twtb .col-md-7, .twtb .col-md-8, .twtb .col-md-9, .twtb .col-md-10, .twtb .col-md-11, .twtb .col-md-12 {
    float: left;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-1 {
    width: 8.33333%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-2 {
    width: 16.66667%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-3 {
    width: 25%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-4 {
    width: 33.33333%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-5 {
    width: 41.66667%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-6 {
    width: 50%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-7 {
    width: 58.33333%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-8 {
    width: 66.66667%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-9 {
    width: 75%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-10 {
    width: 83.33333%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-11 {
    width: 91.66667%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-12 {
    width: 100%;
  }
  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-pull-0 {
    right: auto;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-pull-1 {
    right: 8.33333%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-pull-2 {
    right: 16.66667%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-pull-4 {
    right: 33.33333%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-pull-5 {
    right: 41.66667%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-pull-7 {
    right: 58.33333%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-pull-8 {
    right: 66.66667%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-pull-10 {
    right: 83.33333%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-pull-11 {
    right: 91.66667%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-push-0 {
    left: auto;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-push-1 {
    left: 8.33333%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-push-2 {
    left: 16.66667%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-push-3 {
    left: 25%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-push-4 {
    left: 33.33333%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-push-5 {
    left: 41.66667%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-push-6 {
    left: 50%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-push-7 {
    left: 58.33333%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-push-8 {
    left: 66.66667%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-push-9 {
    left: 75%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-push-10 {
    left: 83.33333%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-push-11 {
    left: 91.66667%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-push-12 {
    left: 100%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-1, .twtb .col-lg-2, .twtb .col-lg-3, .twtb .col-lg-4, .twtb .col-lg-5, .twtb .col-lg-6, .twtb .col-lg-7, .twtb .col-lg-8, .twtb .col-lg-9, .twtb .col-lg-10, .twtb .col-lg-11, .twtb .col-lg-12 {
    float: left;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-1 {
    width: 8.33333%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-2 {
    width: 16.66667%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-3 {
    width: 25%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-4 {
    width: 33.33333%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-5 {
    width: 41.66667%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-6 {
    width: 50%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-7 {
    width: 58.33333%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-8 {
    width: 66.66667%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-9 {
    width: 75%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-10 {
    width: 83.33333%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-11 {
    width: 91.66667%;
  }
  /* line 35, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-12 {
    width: 100%;
  }
  /* line 55, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-pull-1 {
    right: 8.33333%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-pull-2 {
    right: 16.66667%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-pull-4 {
    right: 33.33333%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-pull-5 {
    right: 41.66667%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-pull-7 {
    right: 58.33333%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-pull-8 {
    right: 66.66667%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-pull-10 {
    right: 83.33333%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-pull-11 {
    right: 91.66667%;
  }
  /* line 50, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-push-0 {
    left: auto;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-push-1 {
    left: 8.33333%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-push-2 {
    left: 16.66667%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-push-4 {
    left: 33.33333%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-push-5 {
    left: 41.66667%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-push-7 {
    left: 58.33333%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-push-8 {
    left: 66.66667%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-push-10 {
    left: 83.33333%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-push-11 {
    left: 91.66667%;
  }
  /* line 40, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .twtb .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../sass/bootstrap/_tables.scss */
.twtb table {
  background-color: transparent;
}
/* line 9, ../sass/bootstrap/_tables.scss */
.twtb caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
/* line 15, ../sass/bootstrap/_tables.scss */
.twtb th {
  text-align: left;
}
/* line 22, ../sass/bootstrap/_tables.scss */
.twtb .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, ../sass/bootstrap/_tables.scss */
.twtb .table > thead > tr > th,
.twtb .table > thead > tr > td,
.twtb .table > tbody > tr > th,
.twtb .table > tbody > tr > td,
.twtb .table > tfoot > tr > th,
.twtb .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../sass/bootstrap/_tables.scss */
.twtb .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../sass/bootstrap/_tables.scss */
.twtb .table > caption + thead > tr:first-child > th,
.twtb .table > caption + thead > tr:first-child > td,
.twtb .table > colgroup + thead > tr:first-child > th,
.twtb .table > colgroup + thead > tr:first-child > td,
.twtb .table > thead:first-child > tr:first-child > th,
.twtb .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../sass/bootstrap/_tables.scss */
.twtb .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../sass/bootstrap/_tables.scss */
.twtb .table .table {
  background-color: #fff;
}
/* line 75, ../sass/bootstrap/_tables.scss */
.twtb .table-condensed > thead > tr > th,
.twtb .table-condensed > thead > tr > td,
.twtb .table-condensed > tbody > tr > th,
.twtb .table-condensed > tbody > tr > td,
.twtb .table-condensed > tfoot > tr > th,
.twtb .table-condensed > tfoot > tr > td {
  padding: 5px;
}
/* line 88, ../sass/bootstrap/_tables.scss */
.twtb .table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../sass/bootstrap/_tables.scss */
.twtb .table-bordered > thead > tr > th,
.twtb .table-bordered > thead > tr > td,
.twtb .table-bordered > tbody > tr > th,
.twtb .table-bordered > tbody > tr > td,
.twtb .table-bordered > tfoot > tr > th,
.twtb .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, ../sass/bootstrap/_tables.scss */
.twtb .table-bordered > thead > tr > th,
.twtb .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
/* line 114, ../sass/bootstrap/_tables.scss */
.twtb .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
/* line 125, ../sass/bootstrap/_tables.scss */
.twtb .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
/* line 135, ../sass/bootstrap/_tables.scss */
.twtb table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
/* line 143, ../sass/bootstrap/_tables.scss */
.twtb table td[class*="col-"],
.twtb table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.twtb .table > thead > tr > td.active,
.twtb .table > thead > tr > th.active, .twtb .table > thead > tr.active > td, .twtb .table > thead > tr.active > th,
.twtb .table > tbody > tr > td.active,
.twtb .table > tbody > tr > th.active,
.twtb .table > tbody > tr.active > td,
.twtb .table > tbody > tr.active > th,
.twtb .table > tfoot > tr > td.active,
.twtb .table > tfoot > tr > th.active,
.twtb .table > tfoot > tr.active > td,
.twtb .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.twtb .table-hover > tbody > tr > td.active:hover,
.twtb .table-hover > tbody > tr > th.active:hover, .twtb .table-hover > tbody > tr.active:hover > td, .twtb .table-hover > tbody > tr:hover > .active, .twtb .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.twtb .table > thead > tr > td.success,
.twtb .table > thead > tr > th.success, .twtb .table > thead > tr.success > td, .twtb .table > thead > tr.success > th,
.twtb .table > tbody > tr > td.success,
.twtb .table > tbody > tr > th.success,
.twtb .table > tbody > tr.success > td,
.twtb .table > tbody > tr.success > th,
.twtb .table > tfoot > tr > td.success,
.twtb .table > tfoot > tr > th.success,
.twtb .table > tfoot > tr.success > td,
.twtb .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.twtb .table-hover > tbody > tr > td.success:hover,
.twtb .table-hover > tbody > tr > th.success:hover, .twtb .table-hover > tbody > tr.success:hover > td, .twtb .table-hover > tbody > tr:hover > .success, .twtb .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.twtb .table > thead > tr > td.info,
.twtb .table > thead > tr > th.info, .twtb .table > thead > tr.info > td, .twtb .table > thead > tr.info > th,
.twtb .table > tbody > tr > td.info,
.twtb .table > tbody > tr > th.info,
.twtb .table > tbody > tr.info > td,
.twtb .table > tbody > tr.info > th,
.twtb .table > tfoot > tr > td.info,
.twtb .table > tfoot > tr > th.info,
.twtb .table > tfoot > tr.info > td,
.twtb .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.twtb .table-hover > tbody > tr > td.info:hover,
.twtb .table-hover > tbody > tr > th.info:hover, .twtb .table-hover > tbody > tr.info:hover > td, .twtb .table-hover > tbody > tr:hover > .info, .twtb .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.twtb .table > thead > tr > td.warning,
.twtb .table > thead > tr > th.warning, .twtb .table > thead > tr.warning > td, .twtb .table > thead > tr.warning > th,
.twtb .table > tbody > tr > td.warning,
.twtb .table > tbody > tr > th.warning,
.twtb .table > tbody > tr.warning > td,
.twtb .table > tbody > tr.warning > th,
.twtb .table > tfoot > tr > td.warning,
.twtb .table > tfoot > tr > th.warning,
.twtb .table > tfoot > tr.warning > td,
.twtb .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.twtb .table-hover > tbody > tr > td.warning:hover,
.twtb .table-hover > tbody > tr > th.warning:hover, .twtb .table-hover > tbody > tr.warning:hover > td, .twtb .table-hover > tbody > tr:hover > .warning, .twtb .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
/* line 9, ../sass/bootstrap/mixins/_table-row.scss */
.twtb .table > thead > tr > td.danger,
.twtb .table > thead > tr > th.danger, .twtb .table > thead > tr.danger > td, .twtb .table > thead > tr.danger > th,
.twtb .table > tbody > tr > td.danger,
.twtb .table > tbody > tr > th.danger,
.twtb .table > tbody > tr.danger > td,
.twtb .table > tbody > tr.danger > th,
.twtb .table > tfoot > tr > td.danger,
.twtb .table > tfoot > tr > th.danger,
.twtb .table > tfoot > tr.danger > td,
.twtb .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
/* line 20, ../sass/bootstrap/mixins/_table-row.scss */
.twtb .table-hover > tbody > tr > td.danger:hover,
.twtb .table-hover > tbody > tr > th.danger:hover, .twtb .table-hover > tbody > tr.danger:hover > td, .twtb .table-hover > tbody > tr:hover > .danger, .twtb .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
/* line 171, ../sass/bootstrap/_tables.scss */
.twtb .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../sass/bootstrap/_tables.scss */
  .twtb .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../sass/bootstrap/_tables.scss */
  .twtb .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../sass/bootstrap/_tables.scss */
  .twtb .table-responsive > .table > thead > tr > th,
  .twtb .table-responsive > .table > thead > tr > td,
  .twtb .table-responsive > .table > tbody > tr > th,
  .twtb .table-responsive > .table > tbody > tr > td,
  .twtb .table-responsive > .table > tfoot > tr > th,
  .twtb .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../sass/bootstrap/_tables.scss */
  .twtb .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../sass/bootstrap/_tables.scss */
  .twtb .table-responsive > .table-bordered > thead > tr > th:first-child,
  .twtb .table-responsive > .table-bordered > thead > tr > td:first-child,
  .twtb .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .twtb .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .twtb .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .twtb .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../sass/bootstrap/_tables.scss */
  .twtb .table-responsive > .table-bordered > thead > tr > th:last-child,
  .twtb .table-responsive > .table-bordered > thead > tr > td:last-child,
  .twtb .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .twtb .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .twtb .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .twtb .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../sass/bootstrap/_tables.scss */
  .twtb .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .twtb .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .twtb .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .twtb .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 10, ../sass/bootstrap/_forms.scss */
.twtb fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
/* line 20, ../sass/bootstrap/_forms.scss */
.twtb legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 32, ../sass/bootstrap/_forms.scss */
.twtb label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
/* line 47, ../sass/bootstrap/_forms.scss */
.twtb input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 52, ../sass/bootstrap/_forms.scss */
.twtb input[type="radio"],
.twtb input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
/* line 59, ../sass/bootstrap/_forms.scss */
.twtb input[type="file"] {
  display: block;
}
/* line 64, ../sass/bootstrap/_forms.scss */
.twtb input[type="range"] {
  display: block;
  width: 100%;
}
/* line 70, ../sass/bootstrap/_forms.scss */
.twtb select[multiple],
.twtb select[size] {
  height: auto;
}
/* line 76, ../sass/bootstrap/_forms.scss */
.twtb input[type="file"]:focus,
.twtb input[type="radio"]:focus,
.twtb input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 83, ../sass/bootstrap/_forms.scss */
.twtb output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}
/* line 114, ../sass/bootstrap/_forms.scss */
.twtb .form-control, .twtb .form-text, .twtb .form-select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../sass/bootstrap/mixins/_forms.scss */
.twtb .form-control:focus, .twtb .form-text:focus, .twtb .form-select: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 103, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.twtb .form-control::-moz-placeholder, .twtb .form-text::-moz-placeholder, .twtb .form-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.twtb .form-control:-ms-input-placeholder, .twtb .form-text:-ms-input-placeholder, .twtb .form-select:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../sass/bootstrap/mixins/_vendor-prefixes.scss */
.twtb .form-control::-webkit-input-placeholder, .twtb .form-text::-webkit-input-placeholder, .twtb .form-select::-webkit-input-placeholder {
  color: #999;
}
/* line 136, ../sass/bootstrap/_forms.scss */
.twtb .form-control::-ms-expand, .twtb .form-text::-ms-expand, .twtb .form-select::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, ../sass/bootstrap/_forms.scss */
.twtb .form-control[disabled], .twtb .form-control[readonly], fieldset[disabled] .twtb .form-control, .twtb .form-text[disabled], .twtb .form-text[readonly], fieldset[disabled] .twtb .form-text, .twtb .form-select[disabled], .twtb .form-select[readonly], fieldset[disabled] .twtb .form-select {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, ../sass/bootstrap/_forms.scss */
.twtb .form-control[disabled], fieldset[disabled] .twtb .form-control, .twtb .form-text[disabled], fieldset[disabled] .twtb .form-text, .twtb .form-select[disabled], fieldset[disabled] .twtb .form-select {
  cursor: not-allowed;
}
/* line 162, ../sass/bootstrap/_forms.scss */
.twtb textarea.form-control {
  height: auto;
}
/* line 174, ../sass/bootstrap/_forms.scss */
.twtb input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../sass/bootstrap/_forms.scss */
  .twtb input[type="date"].form-control,
  .twtb input[type="time"].form-control,
  .twtb input[type="datetime-local"].form-control,
  .twtb input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, ../sass/bootstrap/_forms.scss */
  .twtb input[type="date"].input-sm, .twtb .input-group-sm > input[type="date"].form-control,
  .twtb .input-group-sm > input[type="date"].input-group-addon,
  .twtb .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm .twtb input[type="date"],
  .twtb input[type="time"].input-sm,
  .twtb .input-group-sm > input[type="time"].form-control,
  .twtb .input-group-sm > input[type="time"].input-group-addon,
  .twtb .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  .twtb input[type="time"],
  .twtb input[type="datetime-local"].input-sm,
  .twtb .input-group-sm > input[type="datetime-local"].form-control,
  .twtb .input-group-sm > input[type="datetime-local"].input-group-addon,
  .twtb .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  .twtb input[type="datetime-local"],
  .twtb input[type="month"].input-sm,
  .twtb .input-group-sm > input[type="month"].form-control,
  .twtb .input-group-sm > input[type="month"].input-group-addon,
  .twtb .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  .twtb input[type="month"] {
    line-height: 30px;
  }
  /* line 202, ../sass/bootstrap/_forms.scss */
  .twtb input[type="date"].input-lg, .twtb .input-group-lg > input[type="date"].form-control,
  .twtb .input-group-lg > input[type="date"].input-group-addon,
  .twtb .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg .twtb input[type="date"],
  .twtb input[type="time"].input-lg,
  .twtb .input-group-lg > input[type="time"].form-control,
  .twtb .input-group-lg > input[type="time"].input-group-addon,
  .twtb .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  .twtb input[type="time"],
  .twtb input[type="datetime-local"].input-lg,
  .twtb .input-group-lg > input[type="datetime-local"].form-control,
  .twtb .input-group-lg > input[type="datetime-local"].input-group-addon,
  .twtb .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  .twtb input[type="datetime-local"],
  .twtb input[type="month"].input-lg,
  .twtb .input-group-lg > input[type="month"].form-control,
  .twtb .input-group-lg > input[type="month"].input-group-addon,
  .twtb .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  .twtb input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, ../sass/bootstrap/_forms.scss */
.twtb .form-group, .twtb .form-item {
  margin-bottom: 15px;
}
/* line 224, ../sass/bootstrap/_forms.scss */
.twtb .radio,
.twtb .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, ../sass/bootstrap/_forms.scss */
.twtb .radio label,
.twtb .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
/* line 239, ../sass/bootstrap/_forms.scss */
.twtb .radio input[type="radio"],
.twtb .radio-inline input[type="radio"],
.twtb .checkbox input[type="checkbox"],
.twtb .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
/* line 248, ../sass/bootstrap/_forms.scss */
.twtb .radio + .radio,
.twtb .checkbox + .checkbox {
  margin-top: -5px;
}
/* line 254, ../sass/bootstrap/_forms.scss */
.twtb .radio-inline,
.twtb .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
/* line 264, ../sass/bootstrap/_forms.scss */
.twtb .radio-inline + .radio-inline,
.twtb .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
/* line 276, ../sass/bootstrap/_forms.scss */
.twtb input[type="radio"][disabled], .twtb input[type="radio"].disabled, fieldset[disabled] .twtb input[type="radio"],
.twtb input[type="checkbox"][disabled],
.twtb input[type="checkbox"].disabled, fieldset[disabled]
.twtb input[type="checkbox"] {
  cursor: not-allowed;
}
/* line 285, ../sass/bootstrap/_forms.scss */
.twtb .radio-inline.disabled, fieldset[disabled] .twtb .radio-inline,
.twtb .checkbox-inline.disabled, fieldset[disabled]
.twtb .checkbox-inline {
  cursor: not-allowed;
}
/* line 295, ../sass/bootstrap/_forms.scss */
.twtb .radio.disabled label, fieldset[disabled] .twtb .radio label,
.twtb .checkbox.disabled label, fieldset[disabled]
.twtb .checkbox label {
  cursor: not-allowed;
}
/* line 307, ../sass/bootstrap/_forms.scss */
.twtb .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, ../sass/bootstrap/_forms.scss */
.twtb .form-control-static.input-lg, .twtb .input-group-lg > .form-control-static.form-control,
.twtb .input-group-lg > .form-control-static.input-group-addon,
.twtb .input-group-lg > .input-group-btn > .form-control-static.btn, .twtb .form-control-static.input-sm, .twtb .input-group-sm > .form-control-static.form-control,
.twtb .input-group-sm > .form-control-static.input-group-addon,
.twtb .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}
/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.twtb .input-sm, .twtb .input-group-sm > .form-control,
.twtb .input-group-sm > .input-group-addon,
.twtb .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 79, ../sass/bootstrap/mixins/_forms.scss */
.twtb select.input-sm, .twtb .input-group-sm > select.form-control,
.twtb .input-group-sm > select.input-group-addon,
.twtb .input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
/* line 84, ../sass/bootstrap/mixins/_forms.scss */
.twtb textarea.input-sm, .twtb .input-group-sm > textarea.form-control,
.twtb .input-group-sm > textarea.input-group-addon,
.twtb .input-group-sm > .input-group-btn > textarea.btn,
.twtb select[multiple].input-sm,
.twtb .input-group-sm > select[multiple].form-control,
.twtb .input-group-sm > select[multiple].input-group-addon,
.twtb .input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
/* line 333, ../sass/bootstrap/_forms.scss */
.twtb .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, ../sass/bootstrap/_forms.scss */
.twtb .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, ../sass/bootstrap/_forms.scss */
.twtb .form-group-sm textarea.form-control,
.twtb .form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, ../sass/bootstrap/_forms.scss */
.twtb .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 71, ../sass/bootstrap/mixins/_forms.scss */
.twtb .input-lg, .twtb .input-group-lg > .form-control,
.twtb .input-group-lg > .input-group-addon,
.twtb .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 79, ../sass/bootstrap/mixins/_forms.scss */
.twtb select.input-lg, .twtb .input-group-lg > select.form-control,
.twtb .input-group-lg > select.input-group-addon,
.twtb .input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}
/* line 84, ../sass/bootstrap/mixins/_forms.scss */
.twtb textarea.input-lg, .twtb .input-group-lg > textarea.form-control,
.twtb .input-group-lg > textarea.input-group-addon,
.twtb .input-group-lg > .input-group-btn > textarea.btn,
.twtb select[multiple].input-lg,
.twtb .input-group-lg > select[multiple].form-control,
.twtb .input-group-lg > select[multiple].input-group-addon,
.twtb .input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
/* line 359, ../sass/bootstrap/_forms.scss */
.twtb .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 366, ../sass/bootstrap/_forms.scss */
.twtb .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, ../sass/bootstrap/_forms.scss */
.twtb .form-group-lg textarea.form-control,
.twtb .form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, ../sass/bootstrap/_forms.scss */
.twtb .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
/* line 388, ../sass/bootstrap/_forms.scss */
.twtb .has-feedback {
  position: relative;
}
/* line 393, ../sass/bootstrap/_forms.scss */
.twtb .has-feedback .form-control {
  padding-right: 42.5px;
}
/* line 398, ../sass/bootstrap/_forms.scss */
.twtb .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
/* line 410, ../sass/bootstrap/_forms.scss */
.twtb .input-lg + .form-control-feedback, .twtb .input-group-lg > .form-control + .form-control-feedback,
.twtb .input-group-lg > .input-group-addon + .form-control-feedback,
.twtb .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.twtb .input-group-lg + .form-control-feedback,
.twtb .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
/* line 417, ../sass/bootstrap/_forms.scss */
.twtb .input-sm + .form-control-feedback, .twtb .input-group-sm > .form-control + .form-control-feedback,
.twtb .input-group-sm > .input-group-addon + .form-control-feedback,
.twtb .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.twtb .input-group-sm + .form-control-feedback,
.twtb .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* line 8, ../sass/bootstrap/mixins/_forms.scss */
.twtb .has-success .help-block,
.twtb .has-success .control-label,
.twtb .has-success .radio,
.twtb .has-success .checkbox,
.twtb .has-success .radio-inline,
.twtb .has-success .checkbox-inline, .twtb .has-success.radio label, .twtb .has-success.checkbox label, .twtb .has-success.radio-inline label, .twtb .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.twtb .has-success .form-control {
  border-color: #3c763d;
  -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);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.twtb .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.twtb .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.twtb .has-success .form-control-feedback {
  color: #3c763d;
}
/* line 8, ../sass/bootstrap/mixins/_forms.scss */
.twtb .has-warning .help-block,
.twtb .has-warning .control-label,
.twtb .has-warning .radio,
.twtb .has-warning .checkbox,
.twtb .has-warning .radio-inline,
.twtb .has-warning .checkbox-inline, .twtb .has-warning.radio label, .twtb .has-warning.checkbox label, .twtb .has-warning.radio-inline label, .twtb .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.twtb .has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.twtb .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.twtb .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.twtb .has-warning .form-control-feedback {
  color: #8a6d3b;
}
/* line 8, ../sass/bootstrap/mixins/_forms.scss */
.twtb .has-error .help-block,
.twtb .has-error .control-label,
.twtb .has-error .radio,
.twtb .has-error .checkbox,
.twtb .has-error .radio-inline,
.twtb .has-error .checkbox-inline, .twtb .has-error.radio label, .twtb .has-error.checkbox label, .twtb .has-error.radio-inline label, .twtb .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, ../sass/bootstrap/mixins/_forms.scss */
.twtb .has-error .form-control {
  border-color: #a94442;
  -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);
}
/* line 24, ../sass/bootstrap/mixins/_forms.scss */
.twtb .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, ../sass/bootstrap/mixins/_forms.scss */
.twtb .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../sass/bootstrap/mixins/_forms.scss */
.twtb .has-error .form-control-feedback {
  color: #a94442;
}
/* line 439, ../sass/bootstrap/_forms.scss */
.twtb .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, ../sass/bootstrap/_forms.scss */
.twtb .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
/* line 453, ../sass/bootstrap/_forms.scss */
.twtb .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  /* line 478, ../sass/bootstrap/_forms.scss */
  .twtb .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../sass/bootstrap/_forms.scss */
  .twtb .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../sass/bootstrap/_forms.scss */
  .twtb .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, ../sass/bootstrap/_forms.scss */
  .twtb .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../sass/bootstrap/_forms.scss */
  .twtb .form-inline .input-group .input-group-addon,
  .twtb .form-inline .input-group .input-group-btn,
  .twtb .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, ../sass/bootstrap/_forms.scss */
  .twtb .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../sass/bootstrap/_forms.scss */
  .twtb .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../sass/bootstrap/_forms.scss */
  .twtb .form-inline .radio,
  .twtb .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../sass/bootstrap/_forms.scss */
  .twtb .form-inline .radio label,
  .twtb .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../sass/bootstrap/_forms.scss */
  .twtb .form-inline .radio input[type="radio"],
  .twtb .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../sass/bootstrap/_forms.scss */
  .twtb .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 559, ../sass/bootstrap/_forms.scss */
.twtb .form-horizontal .radio,
.twtb .form-horizontal .checkbox,
.twtb .form-horizontal .radio-inline,
.twtb .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, ../sass/bootstrap/_forms.scss */
.twtb .form-horizontal .radio,
.twtb .form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, ../sass/bootstrap/_forms.scss */
.twtb .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .form-horizontal .form-group:before, .twtb .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, ../sass/bootstrap/_forms.scss */
  .twtb .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, ../sass/bootstrap/_forms.scss */
.twtb .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, ../sass/bootstrap/_forms.scss */
  .twtb .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, ../sass/bootstrap/_forms.scss */
  .twtb .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/* line 9, ../sass/bootstrap/_buttons.scss */
.twtb .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../sass/bootstrap/_buttons.scss */
.twtb .btn:focus, .twtb .btn.focus, .twtb .btn:active:focus, .twtb .btn:active.focus, .twtb .btn.active:focus, .twtb .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../sass/bootstrap/_buttons.scss */
.twtb .btn:hover, .twtb .btn:focus, .twtb .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, ../sass/bootstrap/_buttons.scss */
.twtb .btn:active, .twtb .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../sass/bootstrap/_buttons.scss */
.twtb .btn.disabled, .twtb .btn[disabled], fieldset[disabled] .twtb .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 58, ../sass/bootstrap/_buttons.scss */
.twtb a.btn.disabled, fieldset[disabled] .twtb a.btn {
  pointer-events: none;
}
/* line 68, ../sass/bootstrap/_buttons.scss */
.twtb .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-default:focus, .twtb .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-default:active, .twtb .btn-default.active, .open > .twtb .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-default:active:hover, .twtb .btn-default:active:focus, .twtb .btn-default:active.focus, .twtb .btn-default.active:hover, .twtb .btn-default.active:focus, .twtb .btn-default.active.focus, .open > .twtb .btn-default.dropdown-toggle:hover, .open > .twtb .btn-default.dropdown-toggle:focus, .open > .twtb .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-default:active, .twtb .btn-default.active, .open > .twtb .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-default.disabled:hover, .twtb .btn-default.disabled:focus, .twtb .btn-default.disabled.focus, .twtb .btn-default[disabled]:hover, .twtb .btn-default[disabled]:focus, .twtb .btn-default[disabled].focus, fieldset[disabled] .twtb .btn-default:hover, fieldset[disabled] .twtb .btn-default:focus, fieldset[disabled] .twtb .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 53, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-default .badge {
  color: #fff;
  background-color: #333;
}
/* line 71, ../sass/bootstrap/_buttons.scss */
.twtb .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-primary:focus, .twtb .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-primary:active, .twtb .btn-primary.active, .open > .twtb .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-primary:active:hover, .twtb .btn-primary:active:focus, .twtb .btn-primary:active.focus, .twtb .btn-primary.active:hover, .twtb .btn-primary.active:focus, .twtb .btn-primary.active.focus, .open > .twtb .btn-primary.dropdown-toggle:hover, .open > .twtb .btn-primary.dropdown-toggle:focus, .open > .twtb .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 37, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-primary:active, .twtb .btn-primary.active, .open > .twtb .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-primary.disabled:hover, .twtb .btn-primary.disabled:focus, .twtb .btn-primary.disabled.focus, .twtb .btn-primary[disabled]:hover, .twtb .btn-primary[disabled]:focus, .twtb .btn-primary[disabled].focus, fieldset[disabled] .twtb .btn-primary:hover, fieldset[disabled] .twtb .btn-primary:focus, fieldset[disabled] .twtb .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 75, ../sass/bootstrap/_buttons.scss */
.twtb .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-success:focus, .twtb .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-success:active, .twtb .btn-success.active, .open > .twtb .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-success:active:hover, .twtb .btn-success:active:focus, .twtb .btn-success:active.focus, .twtb .btn-success.active:hover, .twtb .btn-success.active:focus, .twtb .btn-success.active.focus, .open > .twtb .btn-success.dropdown-toggle:hover, .open > .twtb .btn-success.dropdown-toggle:focus, .open > .twtb .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-success:active, .twtb .btn-success.active, .open > .twtb .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-success.disabled:hover, .twtb .btn-success.disabled:focus, .twtb .btn-success.disabled.focus, .twtb .btn-success[disabled]:hover, .twtb .btn-success[disabled]:focus, .twtb .btn-success[disabled].focus, fieldset[disabled] .twtb .btn-success:hover, fieldset[disabled] .twtb .btn-success:focus, fieldset[disabled] .twtb .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
/* line 79, ../sass/bootstrap/_buttons.scss */
.twtb .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-info:focus, .twtb .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-info:active, .twtb .btn-info.active, .open > .twtb .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-info:active:hover, .twtb .btn-info:active:focus, .twtb .btn-info:active.focus, .twtb .btn-info.active:hover, .twtb .btn-info.active:focus, .twtb .btn-info.active.focus, .open > .twtb .btn-info.dropdown-toggle:hover, .open > .twtb .btn-info.dropdown-toggle:focus, .open > .twtb .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-info:active, .twtb .btn-info.active, .open > .twtb .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-info.disabled:hover, .twtb .btn-info.disabled:focus, .twtb .btn-info.disabled.focus, .twtb .btn-info[disabled]:hover, .twtb .btn-info[disabled]:focus, .twtb .btn-info[disabled].focus, fieldset[disabled] .twtb .btn-info:hover, fieldset[disabled] .twtb .btn-info:focus, fieldset[disabled] .twtb .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
/* line 83, ../sass/bootstrap/_buttons.scss */
.twtb .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-warning:focus, .twtb .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-warning:active, .twtb .btn-warning.active, .open > .twtb .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-warning:active:hover, .twtb .btn-warning:active:focus, .twtb .btn-warning:active.focus, .twtb .btn-warning.active:hover, .twtb .btn-warning.active:focus, .twtb .btn-warning.active.focus, .open > .twtb .btn-warning.dropdown-toggle:hover, .open > .twtb .btn-warning.dropdown-toggle:focus, .open > .twtb .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-warning:active, .twtb .btn-warning.active, .open > .twtb .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-warning.disabled:hover, .twtb .btn-warning.disabled:focus, .twtb .btn-warning.disabled.focus, .twtb .btn-warning[disabled]:hover, .twtb .btn-warning[disabled]:focus, .twtb .btn-warning[disabled].focus, fieldset[disabled] .twtb .btn-warning:hover, fieldset[disabled] .twtb .btn-warning:focus, fieldset[disabled] .twtb .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
/* line 87, ../sass/bootstrap/_buttons.scss */
.twtb .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-danger:focus, .twtb .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-danger:active, .twtb .btn-danger.active, .open > .twtb .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-danger:active:hover, .twtb .btn-danger:active:focus, .twtb .btn-danger:active.focus, .twtb .btn-danger.active:hover, .twtb .btn-danger.active:focus, .twtb .btn-danger.active.focus, .open > .twtb .btn-danger.dropdown-toggle:hover, .open > .twtb .btn-danger.dropdown-toggle:focus, .open > .twtb .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-danger:active, .twtb .btn-danger.active, .open > .twtb .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-danger.disabled:hover, .twtb .btn-danger.disabled:focus, .twtb .btn-danger.disabled.focus, .twtb .btn-danger[disabled]:hover, .twtb .btn-danger[disabled]:focus, .twtb .btn-danger[disabled].focus, fieldset[disabled] .twtb .btn-danger:hover, fieldset[disabled] .twtb .btn-danger:focus, fieldset[disabled] .twtb .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, ../sass/bootstrap/mixins/_buttons.scss */
.twtb .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
/* line 96, ../sass/bootstrap/_buttons.scss */
.twtb .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, ../sass/bootstrap/_buttons.scss */
.twtb .btn-link, .twtb .btn-link:active, .twtb .btn-link.active, .twtb .btn-link[disabled], fieldset[disabled] .twtb .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, ../sass/bootstrap/_buttons.scss */
.twtb .btn-link, .twtb .btn-link:hover, .twtb .btn-link:focus, .twtb .btn-link:active {
  border-color: transparent;
}
/* line 115, ../sass/bootstrap/_buttons.scss */
.twtb .btn-link:hover, .twtb .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../sass/bootstrap/_buttons.scss */
.twtb .btn-link[disabled]:hover, .twtb .btn-link[disabled]:focus, fieldset[disabled] .twtb .btn-link:hover, fieldset[disabled] .twtb .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
/* line 135, ../sass/bootstrap/_buttons.scss */
.twtb .btn-lg, .twtb .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 139, ../sass/bootstrap/_buttons.scss */
.twtb .btn-sm, .twtb .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 143, ../sass/bootstrap/_buttons.scss */
.twtb .btn-xs, .twtb .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 151, ../sass/bootstrap/_buttons.scss */
.twtb .btn-block {
  display: block;
  width: 100%;
}
/* line 157, ../sass/bootstrap/_buttons.scss */
.twtb .btn-block + .btn-block {
  margin-top: 5px;
}
/* line 165, ../sass/bootstrap/_buttons.scss */
.twtb input[type="submit"].btn-block,
.twtb input[type="reset"].btn-block,
.twtb input[type="button"].btn-block {
  width: 100%;
}
/* line 10, ../sass/bootstrap/_component-animations.scss */
.twtb .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../sass/bootstrap/_component-animations.scss */
.twtb .fade.in {
  opacity: 1;
}
/* line 18, ../sass/bootstrap/_component-animations.scss */
.twtb .collapse {
  display: none;
}
/* line 21, ../sass/bootstrap/_component-animations.scss */
.twtb .collapse.in {
  display: block;
}
/* line 26, ../sass/bootstrap/_component-animations.scss */
.twtb tr.collapse.in {
  display: table-row;
}
/* line 28, ../sass/bootstrap/_component-animations.scss */
.twtb tbody.collapse.in {
  display: table-row-group;
}
/* line 30, ../sass/bootstrap/_component-animations.scss */
.twtb .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/* line 7, ../sass/bootstrap/_dropdowns.scss */
.twtb .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* line 20, ../sass/bootstrap/_dropdowns.scss */
.twtb .dropup,
.twtb .dropdown {
  position: relative;
}
/* line 26, ../sass/bootstrap/_dropdowns.scss */
.twtb .dropdown-toggle:focus {
  outline: 0;
}
/* line 31, ../sass/bootstrap/_dropdowns.scss */
.twtb .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, ../sass/bootstrap/_dropdowns.scss */
.twtb .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../sass/bootstrap/_dropdowns.scss */
.twtb .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../sass/bootstrap/_dropdowns.scss */
.twtb .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}
/* line 78, ../sass/bootstrap/_dropdowns.scss */
.twtb .dropdown-menu > li > a:hover, .twtb .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
/* line 88, ../sass/bootstrap/_dropdowns.scss */
.twtb .dropdown-menu > .active > a, .twtb .dropdown-menu > .active > a:hover, .twtb .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
/* line 103, ../sass/bootstrap/_dropdowns.scss */
.twtb .dropdown-menu > .disabled > a, .twtb .dropdown-menu > .disabled > a:hover, .twtb .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, ../sass/bootstrap/_dropdowns.scss */
.twtb .dropdown-menu > .disabled > a:hover, .twtb .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
/* line 123, ../sass/bootstrap/_dropdowns.scss */
.twtb .open > .dropdown-menu {
  display: block;
}
/* line 128, ../sass/bootstrap/_dropdowns.scss */
.twtb .open > a {
  outline: 0;
}
/* line 137, ../sass/bootstrap/_dropdowns.scss */
.twtb .dropdown-menu-right {
  left: auto;
  right: 0;
}
/* line 147, ../sass/bootstrap/_dropdowns.scss */
.twtb .dropdown-menu-left {
  left: 0;
  right: auto;
}
/* line 153, ../sass/bootstrap/_dropdowns.scss */
.twtb .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}
/* line 163, ../sass/bootstrap/_dropdowns.scss */
.twtb .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
/* line 173, ../sass/bootstrap/_dropdowns.scss */
.twtb .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 186, ../sass/bootstrap/_dropdowns.scss */
.twtb .dropup .caret,
.twtb .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, ../sass/bootstrap/_dropdowns.scss */
.twtb .dropup .dropdown-menu,
.twtb .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  /* line 207, ../sass/bootstrap/_dropdowns.scss */
  .twtb .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../sass/bootstrap/_dropdowns.scss */
  .twtb .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group,
.twtb .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group > .btn,
.twtb .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group > .btn:hover, .twtb .btn-group > .btn:focus, .twtb .btn-group > .btn:active, .twtb .btn-group > .btn.active,
.twtb .btn-group-vertical > .btn:hover,
.twtb .btn-group-vertical > .btn:focus,
.twtb .btn-group-vertical > .btn:active,
.twtb .btn-group-vertical > .btn.active {
  z-index: 2;
}
/* line 26, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group .btn + .btn,
.twtb .btn-group .btn + .btn-group,
.twtb .btn-group .btn-group + .btn,
.twtb .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
/* line 35, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .btn-toolbar:before, .twtb .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .btn-toolbar:after {
  clear: both;
}
/* line 39, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-toolbar .btn,
.twtb .btn-toolbar .btn-group,
.twtb .btn-toolbar .input-group {
  float: left;
}
/* line 44, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-toolbar > .btn,
.twtb .btn-toolbar > .btn-group,
.twtb .btn-toolbar > .input-group {
  margin-left: 5px;
}
/* line 51, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
/* line 56, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 63, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group > .btn:last-child:not(:first-child),
.twtb .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 69, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group > .btn-group {
  float: left;
}
/* line 72, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
/* line 76, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.twtb .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 81, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 86, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group .dropdown-toggle:active,
.twtb .btn-group.open .dropdown-toggle {
  outline: 0;
}
/* line 105, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
/* line 109, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group > .btn-lg + .dropdown-toggle, .twtb .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
/* line 116, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 127, ../sass/bootstrap/_button-groups.scss */
.twtb .btn .caret {
  margin-left: 0;
}
/* line 131, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-lg .caret, .twtb .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
/* line 136, ../sass/bootstrap/_button-groups.scss */
.twtb .dropup .btn-lg .caret, .twtb .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
/* line 145, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group-vertical > .btn,
.twtb .btn-group-vertical > .btn-group,
.twtb .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .btn-group-vertical > .btn-group:before, .twtb .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group-vertical > .btn + .btn,
.twtb .btn-group-vertical > .btn + .btn-group,
.twtb .btn-group-vertical > .btn-group + .btn,
.twtb .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
/* line 172, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 184, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
/* line 188, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.twtb .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 193, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 201, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group-justified > .btn,
.twtb .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, ../sass/bootstrap/_button-groups.scss */
.twtb .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
/* line 237, ../sass/bootstrap/_button-groups.scss */
.twtb [data-toggle="buttons"] > .btn input[type="radio"],
.twtb [data-toggle="buttons"] > .btn input[type="checkbox"],
.twtb [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.twtb [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/* line 7, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group .form-control:focus {
  z-index: 3;
}
/* line 58, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group-addon,
.twtb .input-group-btn,
.twtb .input-group .form-control {
  display: table-cell;
}
/* line 63, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group-addon:not(:first-child):not(:last-child),
.twtb .input-group-btn:not(:first-child):not(:last-child),
.twtb .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 68, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group-addon,
.twtb .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
/* line 77, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group-addon.input-sm,
.twtb .input-group-sm > .input-group-addon,
.twtb .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 94, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group-addon.input-lg,
.twtb .input-group-lg > .input-group-addon,
.twtb .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 101, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group-addon input[type="radio"],
.twtb .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
/* line 108, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group .form-control:first-child,
.twtb .input-group-addon:first-child,
.twtb .input-group-btn:first-child > .btn,
.twtb .input-group-btn:first-child > .btn-group > .btn,
.twtb .input-group-btn:first-child > .dropdown-toggle,
.twtb .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.twtb .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 117, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group-addon:first-child {
  border-right: 0;
}
/* line 120, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group .form-control:last-child,
.twtb .input-group-addon:last-child,
.twtb .input-group-btn:last-child > .btn,
.twtb .input-group-btn:last-child > .btn-group > .btn,
.twtb .input-group-btn:last-child > .dropdown-toggle,
.twtb .input-group-btn:first-child > .btn:not(:first-child),
.twtb .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 129, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group-addon:last-child {
  border-left: 0;
}
/* line 135, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group-btn > .btn {
  position: relative;
}
/* line 146, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group-btn > .btn:hover, .twtb .input-group-btn > .btn:focus, .twtb .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 159, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group-btn:first-child > .btn,
.twtb .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, ../sass/bootstrap/_input-groups.scss */
.twtb .input-group-btn:last-child > .btn,
.twtb .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
/* line 9, ../sass/bootstrap/_navs.scss */
.twtb .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .nav:before, .twtb .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .nav:after {
  clear: both;
}
/* line 15, ../sass/bootstrap/_navs.scss */
.twtb .nav > li {
  position: relative;
  display: block;
}
/* line 19, ../sass/bootstrap/_navs.scss */
.twtb .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../sass/bootstrap/_navs.scss */
.twtb .nav > li > a:hover, .twtb .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../sass/bootstrap/_navs.scss */
.twtb .nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../sass/bootstrap/_navs.scss */
.twtb .nav > li.disabled > a:hover, .twtb .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../sass/bootstrap/_navs.scss */
.twtb .nav .open > a, .twtb .nav .open > a:hover, .twtb .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, ../sass/bootstrap/_navs.scss */
.twtb .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../sass/bootstrap/_navs.scss */
.twtb .nav > li > a > img {
  max-width: none;
}
/* line 76, ../sass/bootstrap/_navs.scss */
.twtb .nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../sass/bootstrap/_navs.scss */
.twtb .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../sass/bootstrap/_navs.scss */
.twtb .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, ../sass/bootstrap/_navs.scss */
.twtb .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../sass/bootstrap/_navs.scss */
.twtb .nav-tabs > li.active > a, .twtb .nav-tabs > li.active > a:hover, .twtb .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
/* line 118, ../sass/bootstrap/_navs.scss */
.twtb .nav-pills > li {
  float: left;
}
/* line 122, ../sass/bootstrap/_navs.scss */
.twtb .nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../sass/bootstrap/_navs.scss */
.twtb .nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../sass/bootstrap/_navs.scss */
.twtb .nav-pills > li.active > a, .twtb .nav-pills > li.active > a:hover, .twtb .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
/* line 144, ../sass/bootstrap/_navs.scss */
.twtb .nav-stacked > li {
  float: none;
}
/* line 146, ../sass/bootstrap/_navs.scss */
.twtb .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
/* line 160, ../sass/bootstrap/_navs.scss */
.twtb .nav-justified, .twtb .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../sass/bootstrap/_navs.scss */
.twtb .nav-justified > li, .twtb .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../sass/bootstrap/_navs.scss */
.twtb .nav-justified > li > a, .twtb .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../sass/bootstrap/_navs.scss */
.twtb .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../sass/bootstrap/_navs.scss */
  .twtb .nav-justified > li, .twtb .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../sass/bootstrap/_navs.scss */
  .twtb .nav-justified > li > a, .twtb .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 190, ../sass/bootstrap/_navs.scss */
.twtb .nav-tabs-justified, .twtb .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../sass/bootstrap/_navs.scss */
.twtb .nav-tabs-justified > li > a, .twtb .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, ../sass/bootstrap/_navs.scss */
.twtb .nav-tabs-justified > .active > a, .twtb .nav-tabs.nav-justified > .active > a,
.twtb .nav-tabs-justified > .active > a:hover,
.twtb .nav-tabs.nav-justified > .active > a:hover,
.twtb .nav-tabs-justified > .active > a:focus,
.twtb .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../sass/bootstrap/_navs.scss */
  .twtb .nav-tabs-justified > li > a, .twtb .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../sass/bootstrap/_navs.scss */
  .twtb .nav-tabs-justified > .active > a, .twtb .nav-tabs.nav-justified > .active > a,
  .twtb .nav-tabs-justified > .active > a:hover,
  .twtb .nav-tabs.nav-justified > .active > a:hover,
  .twtb .nav-tabs-justified > .active > a:focus,
  .twtb .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 224, ../sass/bootstrap/_navs.scss */
.twtb .tab-content > .tab-pane {
  display: none;
}
/* line 227, ../sass/bootstrap/_navs.scss */
.twtb .tab-content > .active {
  display: block;
}
/* line 237, ../sass/bootstrap/_navs.scss */
.twtb .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 11, ../sass/bootstrap/_navbar.scss */
.twtb .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .navbar:before, .twtb .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar {
    border-radius: 4px;
  }
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .navbar-header:before, .twtb .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-header {
    float: left;
  }
}
/* line 50, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .navbar-collapse:before, .twtb .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .navbar-collapse:after {
  clear: both;
}
/* line 59, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-top .twtb .navbar-collapse, .navbar-static-top .twtb .navbar-collapse, .navbar-fixed-bottom .twtb .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 92, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-fixed-top .navbar-collapse,
.twtb .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-fixed-top .navbar-collapse,
  .twtb .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 108, ../sass/bootstrap/_navbar.scss */
.twtb .container > .navbar-header,
.twtb .container > .navbar-collapse,
.twtb .container-fluid > .navbar-header,
.twtb .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, ../sass/bootstrap/_navbar.scss */
  .twtb .container > .navbar-header,
  .twtb .container > .navbar-collapse,
  .twtb .container-fluid > .navbar-header,
  .twtb .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 128, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-static-top {
    border-radius: 0;
  }
}
/* line 138, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-fixed-top,
.twtb .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-fixed-top,
  .twtb .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 150, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
/* line 154, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
/* line 163, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-brand:hover, .twtb .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, ../sass/bootstrap/_navbar.scss */
  .navbar > .container .twtb .navbar-brand, .navbar > .container-fluid .twtb .navbar-brand {
    margin-left: -15px;
  }
}
/* line 193, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-toggle:focus {
  outline: 0;
}
/* line 211, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-toggle {
    display: none;
  }
}
/* line 232, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-nav .open .dropdown-menu > li > a,
  .twtb .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-nav .open .dropdown-menu > li > a:hover, .twtb .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 232, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-nav > li {
    float: left;
  }
  /* line 272, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 286, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 478, ../sass/bootstrap/_forms.scss */
  .twtb .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../sass/bootstrap/_forms.scss */
  .twtb .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../sass/bootstrap/_forms.scss */
  .twtb .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, ../sass/bootstrap/_forms.scss */
  .twtb .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../sass/bootstrap/_forms.scss */
  .twtb .navbar-form .input-group .input-group-addon,
  .twtb .navbar-form .input-group .input-group-btn,
  .twtb .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, ../sass/bootstrap/_forms.scss */
  .twtb .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../sass/bootstrap/_forms.scss */
  .twtb .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../sass/bootstrap/_forms.scss */
  .twtb .navbar-form .radio,
  .twtb .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../sass/bootstrap/_forms.scss */
  .twtb .navbar-form .radio label,
  .twtb .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../sass/bootstrap/_forms.scss */
  .twtb .navbar-form .radio input[type="radio"],
  .twtb .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../sass/bootstrap/_forms.scss */
  .twtb .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 327, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 332, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 343, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-btn.btn-sm, .twtb .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-btn.btn-xs, .twtb .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
/* line 359, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 359, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  /* line 379, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-left {
    float: left !important;
  }
  /* line 382, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-default .navbar-brand {
  color: #777;
}
/* line 403, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-default .navbar-brand:hover, .twtb .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-default .navbar-text {
  color: #777;
}
/* line 415, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-default .navbar-nav > li > a:hover, .twtb .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-default .navbar-nav > .active > a, .twtb .navbar-default .navbar-nav > .active > a:hover, .twtb .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 433, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-default .navbar-nav > .disabled > a, .twtb .navbar-default .navbar-nav > .disabled > a:hover, .twtb .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 442, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-default .navbar-toggle:hover, .twtb .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-default .navbar-collapse,
.twtb .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-default .navbar-nav > .open > a, .twtb .navbar-default .navbar-nav > .open > a:hover, .twtb .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 473, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .twtb .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 482, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .twtb .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .twtb .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 490, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .twtb .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .twtb .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 506, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-default .navbar-link {
  color: #777;
}
/* line 508, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-default .btn-link {
  color: #777;
}
/* line 515, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-default .btn-link:hover, .twtb .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-default .btn-link[disabled]:hover, .twtb .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .twtb .navbar-default .btn-link:hover, fieldset[disabled] .twtb .navbar-default .btn-link:focus {
  color: #ccc;
}
/* line 531, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-inverse .navbar-brand:hover, .twtb .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-inverse .navbar-nav > li > a:hover, .twtb .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-inverse .navbar-nav > .active > a, .twtb .navbar-inverse .navbar-nav > .active > a:hover, .twtb .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 567, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-inverse .navbar-nav > .disabled > a, .twtb .navbar-inverse .navbar-nav > .disabled > a:hover, .twtb .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 577, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-inverse .navbar-toggle:hover, .twtb .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-inverse .navbar-collapse,
.twtb .navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-inverse .navbar-nav > .open > a, .twtb .navbar-inverse .navbar-nav > .open > a:hover, .twtb .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .twtb .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .twtb .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .twtb .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, ../sass/bootstrap/_navbar.scss */
  .twtb .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .twtb .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .twtb .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 641, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-inverse .btn-link:hover, .twtb .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, ../sass/bootstrap/_navbar.scss */
.twtb .navbar-inverse .btn-link[disabled]:hover, .twtb .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .twtb .navbar-inverse .btn-link:hover, fieldset[disabled] .twtb .navbar-inverse .btn-link:focus {
  color: #444;
}
/* line 6, ../sass/bootstrap/_breadcrumbs.scss */
.twtb .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, ../sass/bootstrap/_breadcrumbs.scss */
.twtb .breadcrumb > li {
  display: inline-block;
}
/* line 16, ../sass/bootstrap/_breadcrumbs.scss */
.twtb .breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 25, ../sass/bootstrap/_breadcrumbs.scss */
.twtb .breadcrumb > .active {
  color: #777777;
}
/* line 4, ../sass/bootstrap/_pagination.scss */
.twtb .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, ../sass/bootstrap/_pagination.scss */
.twtb .pagination > li {
  display: inline;
}
/* line 12, ../sass/bootstrap/_pagination.scss */
.twtb .pagination > li > a,
.twtb .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, ../sass/bootstrap/_pagination.scss */
.twtb .pagination > li:first-child > a,
.twtb .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, ../sass/bootstrap/_pagination.scss */
.twtb .pagination > li:last-child > a,
.twtb .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, ../sass/bootstrap/_pagination.scss */
.twtb .pagination > li > a:hover, .twtb .pagination > li > a:focus,
.twtb .pagination > li > span:hover,
.twtb .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, ../sass/bootstrap/_pagination.scss */
.twtb .pagination > .active > a, .twtb .pagination > .active > a:hover, .twtb .pagination > .active > a:focus,
.twtb .pagination > .active > span,
.twtb .pagination > .active > span:hover,
.twtb .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 64, ../sass/bootstrap/_pagination.scss */
.twtb .pagination > .disabled > span,
.twtb .pagination > .disabled > span:hover,
.twtb .pagination > .disabled > span:focus,
.twtb .pagination > .disabled > a,
.twtb .pagination > .disabled > a:hover,
.twtb .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
/* line 5, ../sass/bootstrap/mixins/_pagination.scss */
.twtb .pagination-lg > li > a,
.twtb .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
/* line 12, ../sass/bootstrap/mixins/_pagination.scss */
.twtb .pagination-lg > li:first-child > a,
.twtb .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, ../sass/bootstrap/mixins/_pagination.scss */
.twtb .pagination-lg > li:last-child > a,
.twtb .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
/* line 5, ../sass/bootstrap/mixins/_pagination.scss */
.twtb .pagination-sm > li > a,
.twtb .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, ../sass/bootstrap/mixins/_pagination.scss */
.twtb .pagination-sm > li:first-child > a,
.twtb .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, ../sass/bootstrap/mixins/_pagination.scss */
.twtb .pagination-sm > li:last-child > a,
.twtb .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 6, ../sass/bootstrap/_pager.scss */
.twtb .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .pager:before, .twtb .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .pager:after {
  clear: both;
}
/* line 12, ../sass/bootstrap/_pager.scss */
.twtb .pager li {
  display: inline;
}
/* line 14, ../sass/bootstrap/_pager.scss */
.twtb .pager li > a,
.twtb .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, ../sass/bootstrap/_pager.scss */
.twtb .pager li > a:hover,
.twtb .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../sass/bootstrap/_pager.scss */
.twtb .pager .next > a,
.twtb .pager .next > span {
  float: right;
}
/* line 38, ../sass/bootstrap/_pager.scss */
.twtb .pager .previous > a,
.twtb .pager .previous > span {
  float: left;
}
/* line 45, ../sass/bootstrap/_pager.scss */
.twtb .pager .disabled > a,
.twtb .pager .disabled > a:hover,
.twtb .pager .disabled > a:focus,
.twtb .pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
/* line 5, ../sass/bootstrap/_labels.scss */
.twtb .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../sass/bootstrap/_labels.scss */
.twtb .label:empty {
  display: none;
}
/* line 25, ../sass/bootstrap/_labels.scss */
.btn .twtb .label {
  position: relative;
  top: -1px;
}
/* line 33, ../sass/bootstrap/_labels.scss */
.twtb a.label:hover, .twtb a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
/* line 44, ../sass/bootstrap/_labels.scss */
.twtb .label-default {
  background-color: #777777;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.twtb .label-default[href]:hover, .twtb .label-default[href]:focus {
  background-color: #5e5e5e;
}
/* line 48, ../sass/bootstrap/_labels.scss */
.twtb .label-primary {
  background-color: #337ab7;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.twtb .label-primary[href]:hover, .twtb .label-primary[href]:focus {
  background-color: #286090;
}
/* line 52, ../sass/bootstrap/_labels.scss */
.twtb .label-success {
  background-color: #5cb85c;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.twtb .label-success[href]:hover, .twtb .label-success[href]:focus {
  background-color: #449d44;
}
/* line 56, ../sass/bootstrap/_labels.scss */
.twtb .label-info {
  background-color: #5bc0de;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.twtb .label-info[href]:hover, .twtb .label-info[href]:focus {
  background-color: #31b0d5;
}
/* line 60, ../sass/bootstrap/_labels.scss */
.twtb .label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.twtb .label-warning[href]:hover, .twtb .label-warning[href]:focus {
  background-color: #ec971f;
}
/* line 64, ../sass/bootstrap/_labels.scss */
.twtb .label-danger {
  background-color: #d9534f;
}
/* line 7, ../sass/bootstrap/mixins/_labels.scss */
.twtb .label-danger[href]:hover, .twtb .label-danger[href]:focus {
  background-color: #c9302c;
}
/* line 7, ../sass/bootstrap/_badges.scss */
.twtb .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, ../sass/bootstrap/_badges.scss */
.twtb .badge:empty {
  display: none;
}
/* line 27, ../sass/bootstrap/_badges.scss */
.btn .twtb .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../sass/bootstrap/_badges.scss */
.btn-xs .twtb .badge, .twtb .btn-group-xs > .btn .twtb .badge, .btn-group-xs > .btn .twtb .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, ../sass/bootstrap/_badges.scss */
.list-group-item.active > .twtb .badge, .nav-pills > .active > a > .twtb .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 47, ../sass/bootstrap/_badges.scss */
.list-group-item > .twtb .badge {
  float: right;
}
/* line 51, ../sass/bootstrap/_badges.scss */
.list-group-item > .twtb .badge + .twtb .badge {
  margin-right: 5px;
}
/* line 55, ../sass/bootstrap/_badges.scss */
.nav-pills > li > a > .twtb .badge {
  margin-left: 3px;
}
/* line 62, ../sass/bootstrap/_badges.scss */
.twtb a.badge:hover, .twtb a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
/* line 6, ../sass/bootstrap/_jumbotron.scss */
.twtb .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, ../sass/bootstrap/_jumbotron.scss */
.twtb .jumbotron h1,
.twtb .jumbotron .h1 {
  color: inherit;
}
/* line 18, ../sass/bootstrap/_jumbotron.scss */
.twtb .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, ../sass/bootstrap/_jumbotron.scss */
.twtb .jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, ../sass/bootstrap/_jumbotron.scss */
.container .twtb .jumbotron, .container-fluid .twtb .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 35, ../sass/bootstrap/_jumbotron.scss */
.twtb .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../sass/bootstrap/_jumbotron.scss */
  .twtb .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../sass/bootstrap/_jumbotron.scss */
  .container .twtb .jumbotron, .container-fluid .twtb .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, ../sass/bootstrap/_jumbotron.scss */
  .twtb .jumbotron h1,
  .twtb .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 7, ../sass/bootstrap/_thumbnails.scss */
.twtb .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, ../sass/bootstrap/_thumbnails.scss */
.twtb .thumbnail > img,
.twtb .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../sass/bootstrap/_thumbnails.scss */
.twtb .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
/* line 34, ../sass/bootstrap/_thumbnails.scss */
.twtb a.thumbnail:hover,
.twtb a.thumbnail:focus,
.twtb a.thumbnail.active {
  border-color: #337ab7;
}
/* line 9, ../sass/bootstrap/_alerts.scss */
.twtb .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../sass/bootstrap/_alerts.scss */
.twtb .alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../sass/bootstrap/_alerts.scss */
.twtb .alert .alert-link {
  font-weight: bold;
}
/* line 28, ../sass/bootstrap/_alerts.scss */
.twtb .alert > p,
.twtb .alert > ul {
  margin-bottom: 0;
}
/* line 33, ../sass/bootstrap/_alerts.scss */
.twtb .alert > p + p {
  margin-top: 5px;
}
/* line 42, ../sass/bootstrap/_alerts.scss */
.twtb .alert-dismissable,
.twtb .alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../sass/bootstrap/_alerts.scss */
.twtb .alert-dismissable .close,
.twtb .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
/* line 59, ../sass/bootstrap/_alerts.scss */
.twtb .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.twtb .alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.twtb .alert-success .alert-link {
  color: #2b542c;
}
/* line 63, ../sass/bootstrap/_alerts.scss */
.twtb .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.twtb .alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.twtb .alert-info .alert-link {
  color: #245269;
}
/* line 67, ../sass/bootstrap/_alerts.scss */
.twtb .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.twtb .alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.twtb .alert-warning .alert-link {
  color: #66512c;
}
/* line 71, ../sass/bootstrap/_alerts.scss */
.twtb .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.twtb .alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.twtb .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 26, ../sass/bootstrap/_progress-bars.scss */
.twtb .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 36, ../sass/bootstrap/_progress-bars.scss */
.twtb .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
/* line 54, ../sass/bootstrap/_progress-bars.scss */
.twtb .progress-striped .progress-bar,
.twtb .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}
/* line 64, ../sass/bootstrap/_progress-bars.scss */
.twtb .progress.active .progress-bar,
.twtb .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
/* line 73, ../sass/bootstrap/_progress-bars.scss */
.twtb .progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .twtb .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
/* line 77, ../sass/bootstrap/_progress-bars.scss */
.twtb .progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .twtb .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
/* line 81, ../sass/bootstrap/_progress-bars.scss */
.twtb .progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .twtb .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
/* line 85, ../sass/bootstrap/_progress-bars.scss */
.twtb .progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../sass/bootstrap/mixins/_progress-bar.scss */
.progress-striped .twtb .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
/* line 1, ../sass/bootstrap/_media.scss */
.twtb .media {
  margin-top: 15px;
}
/* line 5, ../sass/bootstrap/_media.scss */
.twtb .media:first-child {
  margin-top: 0;
}
/* line 10, ../sass/bootstrap/_media.scss */
.twtb .media,
.twtb .media-body {
  zoom: 1;
  overflow: hidden;
}
/* line 16, ../sass/bootstrap/_media.scss */
.twtb .media-body {
  width: 10000px;
}
/* line 20, ../sass/bootstrap/_media.scss */
.twtb .media-object {
  display: block;
}
/* line 24, ../sass/bootstrap/_media.scss */
.twtb .media-object.img-thumbnail {
  max-width: none;
}
/* line 29, ../sass/bootstrap/_media.scss */
.twtb .media-right,
.twtb .media > .pull-right {
  padding-left: 10px;
}
/* line 34, ../sass/bootstrap/_media.scss */
.twtb .media-left,
.twtb .media > .pull-left {
  padding-right: 10px;
}
/* line 39, ../sass/bootstrap/_media.scss */
.twtb .media-left,
.twtb .media-right,
.twtb .media-body {
  display: table-cell;
  vertical-align: top;
}
/* line 46, ../sass/bootstrap/_media.scss */
.twtb .media-middle {
  vertical-align: middle;
}
/* line 50, ../sass/bootstrap/_media.scss */
.twtb .media-bottom {
  vertical-align: bottom;
}
/* line 55, ../sass/bootstrap/_media.scss */
.twtb .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 63, ../sass/bootstrap/_media.scss */
.twtb .media-list {
  padding-left: 0;
  list-style: none;
}
/* line 10, ../sass/bootstrap/_list-group.scss */
.twtb .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
/* line 21, ../sass/bootstrap/_list-group.scss */
.twtb .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, ../sass/bootstrap/_list-group.scss */
.twtb .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, ../sass/bootstrap/_list-group.scss */
.twtb .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 46, ../sass/bootstrap/_list-group.scss */
.twtb a.list-group-item,
.twtb button.list-group-item {
  color: #555;
}
/* line 50, ../sass/bootstrap/_list-group.scss */
.twtb a.list-group-item .list-group-item-heading,
.twtb button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 55, ../sass/bootstrap/_list-group.scss */
.twtb a.list-group-item:hover, .twtb a.list-group-item:focus,
.twtb button.list-group-item:hover,
.twtb button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
/* line 63, ../sass/bootstrap/_list-group.scss */
.twtb button.list-group-item {
  width: 100%;
  text-align: left;
}
/* line 70, ../sass/bootstrap/_list-group.scss */
.twtb .list-group-item.disabled, .twtb .list-group-item.disabled:hover, .twtb .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, ../sass/bootstrap/_list-group.scss */
.twtb .list-group-item.disabled .list-group-item-heading, .twtb .list-group-item.disabled:hover .list-group-item-heading, .twtb .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 81, ../sass/bootstrap/_list-group.scss */
.twtb .list-group-item.disabled .list-group-item-text, .twtb .list-group-item.disabled:hover .list-group-item-text, .twtb .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
/* line 87, ../sass/bootstrap/_list-group.scss */
.twtb .list-group-item.active, .twtb .list-group-item.active:hover, .twtb .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 96, ../sass/bootstrap/_list-group.scss */
.twtb .list-group-item.active .list-group-item-heading,
.twtb .list-group-item.active .list-group-item-heading > small,
.twtb .list-group-item.active .list-group-item-heading > .small, .twtb .list-group-item.active:hover .list-group-item-heading,
.twtb .list-group-item.active:hover .list-group-item-heading > small,
.twtb .list-group-item.active:hover .list-group-item-heading > .small, .twtb .list-group-item.active:focus .list-group-item-heading,
.twtb .list-group-item.active:focus .list-group-item-heading > small,
.twtb .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 101, ../sass/bootstrap/_list-group.scss */
.twtb .list-group-item.active .list-group-item-text, .twtb .list-group-item.active:hover .list-group-item-text, .twtb .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.twtb .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
.twtb a.list-group-item-success,
.twtb button.list-group-item-success {
  color: #3c763d;
}
/* line 15, ../sass/bootstrap/mixins/_list-group.scss */
.twtb a.list-group-item-success .list-group-item-heading,
.twtb button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, ../sass/bootstrap/mixins/_list-group.scss */
.twtb a.list-group-item-success:hover, .twtb a.list-group-item-success:focus,
.twtb button.list-group-item-success:hover,
.twtb button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 24, ../sass/bootstrap/mixins/_list-group.scss */
.twtb a.list-group-item-success.active, .twtb a.list-group-item-success.active:hover, .twtb a.list-group-item-success.active:focus,
.twtb button.list-group-item-success.active,
.twtb button.list-group-item-success.active:hover,
.twtb button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.twtb .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
.twtb a.list-group-item-info,
.twtb button.list-group-item-info {
  color: #31708f;
}
/* line 15, ../sass/bootstrap/mixins/_list-group.scss */
.twtb a.list-group-item-info .list-group-item-heading,
.twtb button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, ../sass/bootstrap/mixins/_list-group.scss */
.twtb a.list-group-item-info:hover, .twtb a.list-group-item-info:focus,
.twtb button.list-group-item-info:hover,
.twtb button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 24, ../sass/bootstrap/mixins/_list-group.scss */
.twtb a.list-group-item-info.active, .twtb a.list-group-item-info.active:hover, .twtb a.list-group-item-info.active:focus,
.twtb button.list-group-item-info.active,
.twtb button.list-group-item-info.active:hover,
.twtb button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.twtb .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
.twtb a.list-group-item-warning,
.twtb button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, ../sass/bootstrap/mixins/_list-group.scss */
.twtb a.list-group-item-warning .list-group-item-heading,
.twtb button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, ../sass/bootstrap/mixins/_list-group.scss */
.twtb a.list-group-item-warning:hover, .twtb a.list-group-item-warning:focus,
.twtb button.list-group-item-warning:hover,
.twtb button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 24, ../sass/bootstrap/mixins/_list-group.scss */
.twtb a.list-group-item-warning.active, .twtb a.list-group-item-warning.active:hover, .twtb a.list-group-item-warning.active:focus,
.twtb button.list-group-item-warning.active,
.twtb button.list-group-item-warning.active:hover,
.twtb button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
/* line 4, ../sass/bootstrap/mixins/_list-group.scss */
.twtb .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
/* line 11, ../sass/bootstrap/mixins/_list-group.scss */
.twtb a.list-group-item-danger,
.twtb button.list-group-item-danger {
  color: #a94442;
}
/* line 15, ../sass/bootstrap/mixins/_list-group.scss */
.twtb a.list-group-item-danger .list-group-item-heading,
.twtb button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, ../sass/bootstrap/mixins/_list-group.scss */
.twtb a.list-group-item-danger:hover, .twtb a.list-group-item-danger:focus,
.twtb button.list-group-item-danger:hover,
.twtb button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 24, ../sass/bootstrap/mixins/_list-group.scss */
.twtb a.list-group-item-danger.active, .twtb a.list-group-item-danger.active:hover, .twtb a.list-group-item-danger.active:focus,
.twtb button.list-group-item-danger.active,
.twtb button.list-group-item-danger.active:hover,
.twtb button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
/* line 123, ../sass/bootstrap/_list-group.scss */
.twtb .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 127, ../sass/bootstrap/_list-group.scss */
.twtb .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
/* line 7, ../sass/bootstrap/_panels.scss */
.twtb .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 16, ../sass/bootstrap/_panels.scss */
.twtb .panel-body {
  padding: 15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .panel-body:before, .twtb .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .panel-body:after {
  clear: both;
}
/* line 22, ../sass/bootstrap/_panels.scss */
.twtb .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, ../sass/bootstrap/_panels.scss */
.twtb .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
/* line 33, ../sass/bootstrap/_panels.scss */
.twtb .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../sass/bootstrap/_panels.scss */
.twtb .panel-title > a,
.twtb .panel-title > small,
.twtb .panel-title > .small,
.twtb .panel-title > small > a,
.twtb .panel-title > .small > a {
  color: inherit;
}
/* line 49, ../sass/bootstrap/_panels.scss */
.twtb .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 63, ../sass/bootstrap/_panels.scss */
.twtb .panel > .list-group,
.twtb .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../sass/bootstrap/_panels.scss */
.twtb .panel > .list-group .list-group-item,
.twtb .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../sass/bootstrap/_panels.scss */
.twtb .panel > .list-group:first-child .list-group-item:first-child,
.twtb .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, ../sass/bootstrap/_panels.scss */
.twtb .panel > .list-group:last-child .list-group-item:last-child,
.twtb .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 89, ../sass/bootstrap/_panels.scss */
.twtb .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 96, ../sass/bootstrap/_panels.scss */
.twtb .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
/* line 100, ../sass/bootstrap/_panels.scss */
.twtb .list-group + .panel-footer {
  border-top-width: 0;
}
/* line 110, ../sass/bootstrap/_panels.scss */
.twtb .panel > .table,
.twtb .panel > .table-responsive > .table,
.twtb .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, ../sass/bootstrap/_panels.scss */
.twtb .panel > .table caption,
.twtb .panel > .table-responsive > .table caption,
.twtb .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, ../sass/bootstrap/_panels.scss */
.twtb .panel > .table:first-child,
.twtb .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, ../sass/bootstrap/_panels.scss */
.twtb .panel > .table:first-child > thead:first-child > tr:first-child,
.twtb .panel > .table:first-child > tbody:first-child > tr:first-child,
.twtb .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.twtb .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 131, ../sass/bootstrap/_panels.scss */
.twtb .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.twtb .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.twtb .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.twtb .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.twtb .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.twtb .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.twtb .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.twtb .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, ../sass/bootstrap/_panels.scss */
.twtb .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.twtb .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.twtb .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.twtb .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.twtb .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.twtb .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.twtb .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.twtb .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, ../sass/bootstrap/_panels.scss */
.twtb .panel > .table:last-child,
.twtb .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, ../sass/bootstrap/_panels.scss */
.twtb .panel > .table:last-child > tbody:last-child > tr:last-child,
.twtb .panel > .table:last-child > tfoot:last-child > tr:last-child,
.twtb .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.twtb .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, ../sass/bootstrap/_panels.scss */
.twtb .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.twtb .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.twtb .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.twtb .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.twtb .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.twtb .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.twtb .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.twtb .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, ../sass/bootstrap/_panels.scss */
.twtb .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.twtb .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.twtb .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.twtb .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.twtb .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.twtb .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.twtb .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.twtb .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, ../sass/bootstrap/_panels.scss */
.twtb .panel > .panel-body + .table,
.twtb .panel > .panel-body + .table-responsive,
.twtb .panel > .table + .panel-body,
.twtb .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 170, ../sass/bootstrap/_panels.scss */
.twtb .panel > .table > tbody:first-child > tr:first-child th,
.twtb .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, ../sass/bootstrap/_panels.scss */
.twtb .panel > .table-bordered,
.twtb .panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, ../sass/bootstrap/_panels.scss */
.twtb .panel > .table-bordered > thead > tr > th:first-child,
.twtb .panel > .table-bordered > thead > tr > td:first-child,
.twtb .panel > .table-bordered > tbody > tr > th:first-child,
.twtb .panel > .table-bordered > tbody > tr > td:first-child,
.twtb .panel > .table-bordered > tfoot > tr > th:first-child,
.twtb .panel > .table-bordered > tfoot > tr > td:first-child,
.twtb .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.twtb .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.twtb .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.twtb .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.twtb .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.twtb .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, ../sass/bootstrap/_panels.scss */
.twtb .panel > .table-bordered > thead > tr > th:last-child,
.twtb .panel > .table-bordered > thead > tr > td:last-child,
.twtb .panel > .table-bordered > tbody > tr > th:last-child,
.twtb .panel > .table-bordered > tbody > tr > td:last-child,
.twtb .panel > .table-bordered > tfoot > tr > th:last-child,
.twtb .panel > .table-bordered > tfoot > tr > td:last-child,
.twtb .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.twtb .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.twtb .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.twtb .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.twtb .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.twtb .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, ../sass/bootstrap/_panels.scss */
.twtb .panel > .table-bordered > thead > tr:first-child > td,
.twtb .panel > .table-bordered > thead > tr:first-child > th,
.twtb .panel > .table-bordered > tbody > tr:first-child > td,
.twtb .panel > .table-bordered > tbody > tr:first-child > th,
.twtb .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.twtb .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.twtb .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.twtb .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, ../sass/bootstrap/_panels.scss */
.twtb .panel > .table-bordered > tbody > tr:last-child > td,
.twtb .panel > .table-bordered > tbody > tr:last-child > th,
.twtb .panel > .table-bordered > tfoot > tr:last-child > td,
.twtb .panel > .table-bordered > tfoot > tr:last-child > th,
.twtb .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.twtb .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.twtb .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.twtb .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, ../sass/bootstrap/_panels.scss */
.twtb .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
/* line 222, ../sass/bootstrap/_panels.scss */
.twtb .panel-group {
  margin-bottom: 20px;
}
/* line 226, ../sass/bootstrap/_panels.scss */
.twtb .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, ../sass/bootstrap/_panels.scss */
.twtb .panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../sass/bootstrap/_panels.scss */
.twtb .panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, ../sass/bootstrap/_panels.scss */
.twtb .panel-group .panel-heading + .panel-collapse > .panel-body,
.twtb .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, ../sass/bootstrap/_panels.scss */
.twtb .panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../sass/bootstrap/_panels.scss */
.twtb .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
/* line 254, ../sass/bootstrap/_panels.scss */
.twtb .panel-default {
  border-color: #ddd;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
/* line 257, ../sass/bootstrap/_panels.scss */
.twtb .panel-primary {
  border-color: #337ab7;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
/* line 260, ../sass/bootstrap/_panels.scss */
.twtb .panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
/* line 263, ../sass/bootstrap/_panels.scss */
.twtb .panel-info {
  border-color: #bce8f1;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
/* line 266, ../sass/bootstrap/_panels.scss */
.twtb .panel-warning {
  border-color: #faebcc;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
/* line 269, ../sass/bootstrap/_panels.scss */
.twtb .panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.twtb .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
/* line 5, ../sass/bootstrap/_responsive-embed.scss */
.twtb .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../sass/bootstrap/_responsive-embed.scss */
.twtb .embed-responsive .embed-responsive-item,
.twtb .embed-responsive iframe,
.twtb .embed-responsive embed,
.twtb .embed-responsive object,
.twtb .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
/* line 28, ../sass/bootstrap/_responsive-embed.scss */
.twtb .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
/* line 33, ../sass/bootstrap/_responsive-embed.scss */
.twtb .embed-responsive-4by3 {
  padding-bottom: 75%;
}
/* line 7, ../sass/bootstrap/_wells.scss */
.twtb .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../sass/bootstrap/_wells.scss */
.twtb .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 22, ../sass/bootstrap/_wells.scss */
.twtb .well-lg {
  padding: 24px;
  border-radius: 6px;
}
/* line 26, ../sass/bootstrap/_wells.scss */
.twtb .well-sm {
  padding: 9px;
  border-radius: 3px;
}
/* line 6, ../sass/bootstrap/_close.scss */
.twtb .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../sass/bootstrap/_close.scss */
.twtb .close:hover, .twtb .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 30, ../sass/bootstrap/_close.scss */
.twtb button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* line 11, ../sass/bootstrap/_modals.scss */
.twtb .modal-open {
  overflow: hidden;
}
/* line 16, ../sass/bootstrap/_modals.scss */
.twtb .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../sass/bootstrap/_modals.scss */
.twtb .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../sass/bootstrap/_modals.scss */
.twtb .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 38, ../sass/bootstrap/_modals.scss */
.twtb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 44, ../sass/bootstrap/_modals.scss */
.twtb .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
/* line 51, ../sass/bootstrap/_modals.scss */
.twtb .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
/* line 64, ../sass/bootstrap/_modals.scss */
.twtb .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../sass/bootstrap/_modals.scss */
.twtb .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../sass/bootstrap/_modals.scss */
.twtb .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 79, ../sass/bootstrap/_modals.scss */
.twtb .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .modal-header:before, .twtb .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .modal-header:after {
  clear: both;
}
/* line 85, ../sass/bootstrap/_modals.scss */
.twtb .modal-header .close {
  margin-top: -2px;
}
/* line 90, ../sass/bootstrap/_modals.scss */
.twtb .modal-title {
  margin: 0;
  line-height: 1.42857;
}
/* line 97, ../sass/bootstrap/_modals.scss */
.twtb .modal-body {
  position: relative;
  padding: 15px;
}
/* line 103, ../sass/bootstrap/_modals.scss */
.twtb .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .modal-footer:before, .twtb .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .modal-footer:after {
  clear: both;
}
/* line 110, ../sass/bootstrap/_modals.scss */
.twtb .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../sass/bootstrap/_modals.scss */
.twtb .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../sass/bootstrap/_modals.scss */
.twtb .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/* line 125, ../sass/bootstrap/_modals.scss */
.twtb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  /* line 136, ../sass/bootstrap/_modals.scss */
  .twtb .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, ../sass/bootstrap/_modals.scss */
  .twtb .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 145, ../sass/bootstrap/_modals.scss */
  .twtb .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../sass/bootstrap/_modals.scss */
  .twtb .modal-lg {
    width: 900px;
  }
}
/* line 7, ../sass/bootstrap/_tooltip.scss */
.twtb .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, ../sass/bootstrap/_tooltip.scss */
.twtb .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, ../sass/bootstrap/_tooltip.scss */
.twtb .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, ../sass/bootstrap/_tooltip.scss */
.twtb .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, ../sass/bootstrap/_tooltip.scss */
.twtb .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, ../sass/bootstrap/_tooltip.scss */
.twtb .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
/* line 26, ../sass/bootstrap/_tooltip.scss */
.twtb .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
/* line 36, ../sass/bootstrap/_tooltip.scss */
.twtb .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* line 45, ../sass/bootstrap/_tooltip.scss */
.twtb .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 52, ../sass/bootstrap/_tooltip.scss */
.twtb .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, ../sass/bootstrap/_tooltip.scss */
.twtb .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 66, ../sass/bootstrap/_tooltip.scss */
.twtb .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 73, ../sass/bootstrap/_tooltip.scss */
.twtb .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 80, ../sass/bootstrap/_tooltip.scss */
.twtb .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 87, ../sass/bootstrap/_tooltip.scss */
.twtb .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 94, ../sass/bootstrap/_tooltip.scss */
.twtb .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 6, ../sass/bootstrap/_popovers.scss */
.twtb .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, ../sass/bootstrap/_popovers.scss */
.twtb .popover.top {
  margin-top: -10px;
}
/* line 28, ../sass/bootstrap/_popovers.scss */
.twtb .popover.right {
  margin-left: 10px;
}
/* line 29, ../sass/bootstrap/_popovers.scss */
.twtb .popover.bottom {
  margin-top: 10px;
}
/* line 30, ../sass/bootstrap/_popovers.scss */
.twtb .popover.left {
  margin-left: -10px;
}
/* line 33, ../sass/bootstrap/_popovers.scss */
.twtb .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
/* line 42, ../sass/bootstrap/_popovers.scss */
.twtb .popover-content {
  padding: 9px 14px;
}
/* line 51, ../sass/bootstrap/_popovers.scss */
.twtb .popover > .arrow, .twtb .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* line 61, ../sass/bootstrap/_popovers.scss */
.twtb .popover > .arrow {
  border-width: 11px;
}
/* line 64, ../sass/bootstrap/_popovers.scss */
.twtb .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
/* line 70, ../sass/bootstrap/_popovers.scss */
.twtb .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, ../sass/bootstrap/_popovers.scss */
.twtb .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, ../sass/bootstrap/_popovers.scss */
.twtb .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, ../sass/bootstrap/_popovers.scss */
.twtb .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, ../sass/bootstrap/_popovers.scss */
.twtb .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, ../sass/bootstrap/_popovers.scss */
.twtb .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, ../sass/bootstrap/_popovers.scss */
.twtb .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, ../sass/bootstrap/_popovers.scss */
.twtb .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
/* line 7, ../sass/bootstrap/_carousel.scss */
.twtb .carousel {
  position: relative;
}
/* line 11, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-inner > .item > img,
.twtb .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../sass/bootstrap/_carousel.scss */
  .twtb .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../sass/bootstrap/_carousel.scss */
  .twtb .carousel-inner > .item.next, .twtb .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../sass/bootstrap/_carousel.scss */
  .twtb .carousel-inner > .item.prev, .twtb .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../sass/bootstrap/_carousel.scss */
  .twtb .carousel-inner > .item.next.left, .twtb .carousel-inner > .item.prev.right, .twtb .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-inner > .active,
.twtb .carousel-inner > .next,
.twtb .carousel-inner > .prev {
  display: block;
}
/* line 59, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-inner > .active {
  left: 0;
}
/* line 63, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-inner > .next,
.twtb .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-inner > .next {
  left: 100%;
}
/* line 73, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-inner > .next.left,
.twtb .carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-inner > .active.right {
  left: 100%;
}
/* line 93, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
/* line 109, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 112, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-control:hover, .twtb .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-control .icon-prev,
.twtb .carousel-control .icon-next,
.twtb .carousel-control .glyphicon-chevron-left,
.twtb .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-control .icon-prev,
.twtb .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-control .icon-next,
.twtb .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-control .icon-prev,
.twtb .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-control .icon-next:before {
  content: '\203a';
}
/* line 174, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 207, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
/* line 218, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 229, ../sass/bootstrap/_carousel.scss */
.twtb .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  /* line 240, ../sass/bootstrap/_carousel.scss */
  .twtb .carousel-control .glyphicon-chevron-left,
  .twtb .carousel-control .glyphicon-chevron-right,
  .twtb .carousel-control .icon-prev,
  .twtb .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 249, ../sass/bootstrap/_carousel.scss */
  .twtb .carousel-control .glyphicon-chevron-left,
  .twtb .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, ../sass/bootstrap/_carousel.scss */
  .twtb .carousel-control .glyphicon-chevron-right,
  .twtb .carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 260, ../sass/bootstrap/_carousel.scss */
  .twtb .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 267, ../sass/bootstrap/_carousel.scss */
  .twtb .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .clearfix:before, .twtb .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.twtb .clearfix:after {
  clear: both;
}
/* line 12, ../sass/bootstrap/_utilities.scss */
.twtb .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 15, ../sass/bootstrap/_utilities.scss */
.twtb .pull-right {
  float: right !important;
}
/* line 18, ../sass/bootstrap/_utilities.scss */
.twtb .pull-left {
  float: left !important;
}
/* line 27, ../sass/bootstrap/_utilities.scss */
.twtb .hide {
  display: none !important;
}
/* line 30, ../sass/bootstrap/_utilities.scss */
.twtb .show {
  display: block !important;
}
/* line 33, ../sass/bootstrap/_utilities.scss */
.twtb .invisible {
  visibility: hidden;
}
/* line 36, ../sass/bootstrap/_utilities.scss */
.twtb .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* line 45, ../sass/bootstrap/_utilities.scss */
.twtb .hidden {
  display: none !important;
}
/* line 53, ../sass/bootstrap/_utilities.scss */
.twtb .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.twtb .visible-xs {
  display: none !important;
}
/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.twtb .visible-sm {
  display: none !important;
}
/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.twtb .visible-md {
  display: none !important;
}
/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.twtb .visible-lg {
  display: none !important;
}
/* line 36, ../sass/bootstrap/_responsive-utilities.scss */
.twtb .visible-xs-block,
.twtb .visible-xs-inline,
.twtb .visible-xs-inline-block,
.twtb .visible-sm-block,
.twtb .visible-sm-inline,
.twtb .visible-sm-inline-block,
.twtb .visible-md-block,
.twtb .visible-md-inline,
.twtb .visible-md-inline-block,
.twtb .visible-lg-block,
.twtb .visible-lg-inline,
.twtb .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb .visible-xs {
    display: block !important;
  }
  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb table.visible-xs {
    display: table !important;
  }
  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb tr.visible-xs {
    display: table-row !important;
  }
  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb th.visible-xs,
  .twtb td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../sass/bootstrap/_responsive-utilities.scss */
  .twtb .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 59, ../sass/bootstrap/_responsive-utilities.scss */
  .twtb .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 64, ../sass/bootstrap/_responsive-utilities.scss */
  .twtb .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb .visible-sm {
    display: block !important;
  }
  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb table.visible-sm {
    display: table !important;
  }
  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb tr.visible-sm {
    display: table-row !important;
  }
  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb th.visible-sm,
  .twtb td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../sass/bootstrap/_responsive-utilities.scss */
  .twtb .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../sass/bootstrap/_responsive-utilities.scss */
  .twtb .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../sass/bootstrap/_responsive-utilities.scss */
  .twtb .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb .visible-md {
    display: block !important;
  }
  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb table.visible-md {
    display: table !important;
  }
  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb tr.visible-md {
    display: table-row !important;
  }
  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb th.visible-md,
  .twtb td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../sass/bootstrap/_responsive-utilities.scss */
  .twtb .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../sass/bootstrap/_responsive-utilities.scss */
  .twtb .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../sass/bootstrap/_responsive-utilities.scss */
  .twtb .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb .visible-lg {
    display: block !important;
  }
  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb table.visible-lg {
    display: table !important;
  }
  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb tr.visible-lg {
    display: table-row !important;
  }
  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb th.visible-lg,
  .twtb td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, ../sass/bootstrap/_responsive-utilities.scss */
  .twtb .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 116, ../sass/bootstrap/_responsive-utilities.scss */
  .twtb .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 121, ../sass/bootstrap/_responsive-utilities.scss */
  .twtb .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
.twtb .visible-print {
  display: none !important;
}
@media print {
  /* line 7, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb .visible-print {
    display: block !important;
  }
  /* line 10, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb table.visible-print {
    display: table !important;
  }
  /* line 11, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb tr.visible-print {
    display: table-row !important;
  }
  /* line 12, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb th.visible-print,
  .twtb td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../sass/bootstrap/_responsive-utilities.scss */
.twtb .visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../sass/bootstrap/_responsive-utilities.scss */
  .twtb .visible-print-block {
    display: block !important;
  }
}
/* line 162, ../sass/bootstrap/_responsive-utilities.scss */
.twtb .visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../sass/bootstrap/_responsive-utilities.scss */
  .twtb .visible-print-inline {
    display: inline !important;
  }
}
/* line 169, ../sass/bootstrap/_responsive-utilities.scss */
.twtb .visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../sass/bootstrap/_responsive-utilities.scss */
  .twtb .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 18, ../sass/bootstrap/mixins/_responsive-visibility.scss */
  .twtb .hidden-print {
    display: none !important;
  }
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 33, ../sass/layouts/_responsive.scss */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 41, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Containers for grid items and flow items. */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  /* line 60, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 37px;
    position: relative;
  }

  /* line 65, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    height: 37px;
    width: 100%;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 959px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 86, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 88, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  /* line 93, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 101, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  /* line 103, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 200%;
    margin-left: 0%;
    margin-right: -200%;
  }
  /* line 108, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 116, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  /* line 118, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  /* line 123, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 128, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 300%;
    margin-left: 0%;
    margin-right: -300%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  /* line 134, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 138, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }
  /* line 143, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
  }
  /* line 147, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 164, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 166, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 400%;
    margin-left: 100%;
    margin-right: -500%;
  }
  /* line 171, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 179, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 181, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 400%;
    margin-left: 0%;
    margin-right: -400%;
  }
  /* line 186, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 194, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 196, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 300%;
    margin-left: 100%;
    margin-right: -400%;
  }
  /* line 201, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 206, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/*.with-wireframes {
  #header,
  #main,
  #content,
   
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .region-bottom {
    outline: 1px solid #ccc;

    @if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
      .lt-ie8 & {
         IE6/7 do not support the outline property. 
        border: 1px solid #ccc;
      }
    }
  }
}*/
/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 41, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 47, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 64, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 67, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 83, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 90, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 95, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 100, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
/* line 107, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 113, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 120, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 125, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 130, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 138, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 142, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 152, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 158, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 172, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 176, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 187, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 199, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 214, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 223, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 233, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 236, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 241, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 246, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 251, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 256, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 267, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 277, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 281, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 294, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 303, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 309, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 319, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 323, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 347, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 353, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 360, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 369, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 374, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 402, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 406, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 414, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 421, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 424, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 427, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 442, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 447, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 454, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 464, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 474, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
/* line 481, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  /*list-style-image: inline-image("menu-leaf.png"); */
  /*list-style-type: square; */
  list-style-type: none;
}

/* line 492, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}
/* line 500, ../sass/components/_misc.scss */
.menu__item.is-expanded > ul > .menu__item {
  margin-left: 10px;
  list-style-type: none;
  list-style-image: none;
}

/* line 506, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 516, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 525, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 537, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 565, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 570, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 576, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 579, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 586, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 596, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 600, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 607, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 613, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 620, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 627, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 633, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 638, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 644, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 649, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 655, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 667, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 673, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 677, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 682, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 690, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 695, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 698, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 702, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 708, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 723, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 728, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 734, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 745, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 756, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 765, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 772, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 784, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 787, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 790, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 799, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 808, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 811, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 817, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1481039035');
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
/* line 38, ../sass/styles.scss */
body {
  background-image: url(../images/gradfadebg2.gif);
  background-repeat: repeat-x;
  color: #000000;
  font-family: "Open Sans", sans-serif;
}
/* line 47, ../sass/styles.scss */
body .not-front .panel-pane .view-panopoly-widgets-general-content {
  padding: 12px;
}
/* line 51, ../sass/styles.scss */
body .not-front article.comment {
  padding: 12px;
}
/* line 58, ../sass/styles.scss */
body:not(#tinymce) .pane-articles-view-panel-pane-1 img {
  width: 100%;
}

/* line 65, ../sass/styles.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

/* line 70, ../sass/styles.scss */
h1, .h1 {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 75, ../sass/styles.scss */
h1#page-title {
  display: none;
}

/* line 79, ../sass/styles.scss */
h2, .h2 {
  color: #3e3f3e;
  font-weight: 400;
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 86, ../sass/styles.scss */
h3, .h3 {
  color: #3e3f3e;
  font-weight: 400;
  font-size: 1.25em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 94, ../sass/styles.scss */
.twtb .panel-default > .panel-heading {
  color: #3e3f3e;
  font-weight: 400;
  font-size: 1.25em;
}

/* line 100, ../sass/styles.scss */
h4, .h4 {
  color: #3e3f3e;
  font-size: 1.20em;
  font-weight: 300;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 108, ../sass/styles.scss */
h5, .h5 {
  color: #3e3f3e;
  font-weight: 500;
  font-size: 1.1em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 115, ../sass/styles.scss */
h6, .h6 {
  color: #3e3f3e;
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/* line 122, ../sass/styles.scss */
nav.breadcrumb {
  margin-bottom: .5em;
  margin-top: -.5em;
  display: none;
}

/* line 128, ../sass/styles.scss */
p {
  margin: .5em 0;
}

/* line 132, ../sass/styles.scss */
a, a:active, a:link,
.twtb a, .twtb a:active, .twtb a:link {
  color: #263b95;
  text-decoration: none;
}

/* line 137, ../sass/styles.scss */
a:visited,
.twtb a:visited {
  color: #5B1414;
  text-decoration: none;
}

/* line 142, ../sass/styles.scss */
a:hover,
.twtb a:hover {
  text-decoration: underline;
}

/**
 * Tables.
 */
/* line 150, ../sass/styles.scss */
table {
  width: 100%;
  font-size: 1.1em;
  margin: 0 0 10px;
  border: 1px solid #bebfb9;
}

/* line 156, ../sass/styles.scss */
table td,
table th {
  vertical-align: middle;
  padding: 8px 10px;
  border: 0;
  color: #000;
}

/* line 163, ../sass/styles.scss */
tr.even,
tr.odd {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #bebfb9;
  background: #f3f4ee;
}

/* line 170, ../sass/styles.scss */
tr.odd {
  background: #fff;
}

/* line 173, ../sass/styles.scss */
tr.drag {
  background: #fe7;
}

/* line 176, ../sass/styles.scss */
tr.drag-previous {
  background: #ffb;
}

/* line 179, ../sass/styles.scss */
table th {
  text-transform: uppercase;
  background: #e1e2dc;
  font-weight: normal;
  border-width: 1px;
  border-style: solid;
  border-color: #bebfb9;
  padding: 3px 10px;
}

/**
 * Force browsers to calculate the width of a 'select all' TH element.
 */
/* line 191, ../sass/styles.scss */
table th.select-all {
  width: 1px;
}

/* line 194, ../sass/styles.scss */
table th.active {
  background: #bdbeb9;
}

/* line 197, ../sass/styles.scss */
table th a {
  display: block;
  position: relative;
}

/* line 201, ../sass/styles.scss */
table th.active a {
  padding: 0 25px 0 0;
  /* LTR */
}

/* line 204, ../sass/styles.scss */
table th.active img {
  position: absolute;
  top: 3px;
  right: 3px;
  /* LTR */
}

/* line 209, ../sass/styles.scss */
table td.active {
  background: #e9e9dd;
}

/* line 212, ../sass/styles.scss */
table tr.odd td.active {
  background: #f3f4ee;
}

/* line 215, ../sass/styles.scss */
table tr.selected td.active,
table tr.selected td {
  background: #ffc;
  border-color: #eeb;
}

/* line 220, ../sass/styles.scss */
table.system-status-report tr {
  border-bottom: 1px solid #ccc;
}

/* line 223, ../sass/styles.scss */
table.system-status-report tr.ok {
  color: #255b1e;
  background-color: #e5ffe2;
}

/* line 227, ../sass/styles.scss */
table.system-status-report tr.info {
  color: #040f37;
  background-color: #bdf;
}

/* line 231, ../sass/styles.scss */
table.system-status-report tr.warning {
  color: #840;
  background-color: #fffce5;
}

/* line 235, ../sass/styles.scss */
table.system-status-report tr.error {
  color: #8c2e0b;
  background-color: #fef5f1;
}

/**
 * Exception for webkit bug with the right border of the last cell
 * in some tables, since it's webkit only, we can use :last-child
 */
/* line 243, ../sass/styles.scss */
tr td:last-child {
  border-right: 1px solid #bebfb9;
  /* LTR */
}

/* line 247, ../sass/styles.scss */
.fpo {
  width: 100%;
  text-align: center;
}

/* line 253, ../sass/styles.scss */
img .full-width-image {
  width: 100%;
}
/* line 256, ../sass/styles.scss */
img align-right {
  float: right;
}

/* line 261, ../sass/styles.scss */
.image-left {
  position: relative;
  float: left;
  margin-right: 1%;
}

/* line 268, ../sass/styles.scss */
.left {
  float: left;
}

/* line 272, ../sass/styles.scss */
.right {
  float: right;
}

/* line 276, ../sass/styles.scss */
.mceStatusbar > div {
  display: inline;
}

/*********************************** ALL SUBPAGES SHOULD USE THIS TOP *********************/
/* Content type: event */
/* line 7, ../sass/theme/node-types/_events.scss */
#content .twtb .node-event .panel-pane .field-type-text-long {
  padding: 0px;
}

/* line 16, ../sass/theme/node-types/_events.scss */
.twtb h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 23, ../sass/theme/node-types/_events.scss */
.twtb .node-event .panel-pane {
  padding: 12px;
}
/* line 27, ../sass/theme/node-types/_events.scss */
.twtb .node-event .field-label {
  background-color: #E0E2CF;
  color: #000000;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 2%;
  font-size: 1em;
  margin: 0;
  width: 100%;
}
/* line 38, ../sass/theme/node-types/_events.scss */
.twtb .node-event .field-items {
  padding: 7px;
}

/* line 4, ../sass/theme/node-types/_tsnrp-funded-studies.scss */
.node-tsnrp-funded-studies {
  background-color: #efefef;
  overflow: hidden;
  margin-bottom: 9px;
}
/* line 11, ../sass/theme/node-types/_tsnrp-funded-studies.scss */
.node-tsnrp-funded-studies h2 {
  border-bottom: 1px solid #CCC;
  background-color: #EDEEE3;
  color: #204C72;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 10px;
  margin: 0px;
  font-size: 19px;
  font-weight: 300;
}
/* line 23, ../sass/theme/node-types/_tsnrp-funded-studies.scss */
.node-tsnrp-funded-studies .group-content {
  padding: 12px 12px 0px 12px;
}

/* line 4, ../sass/theme/node-types/_tsnrp-presentation-abstracts.scss */
.node-tsnrp-presentation-abstracts {
  background-color: #efefef;
  overflow: hidden;
  margin-bottom: 9px;
}
/* line 11, ../sass/theme/node-types/_tsnrp-presentation-abstracts.scss */
.node-tsnrp-presentation-abstracts h2 {
  border-bottom: 1px solid #CCC;
  background-color: #EDEEE3;
  color: #204C72;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 10px;
  margin: 0px;
  font-size: 19px;
  font-weight: 300;
}
/* line 24, ../sass/theme/node-types/_tsnrp-presentation-abstracts.scss */
.node-tsnrp-presentation-abstracts .panel-body h3 {
  color: #333;
  font-size: 15px;
  font-weight: bolder;
}
/* line 30, ../sass/theme/node-types/_tsnrp-presentation-abstracts.scss */
.node-tsnrp-presentation-abstracts .panel-body h4 {
  color: #333;
  font-size: 14px;
  font-weight: bolder;
}
/* line 37, ../sass/theme/node-types/_tsnrp-presentation-abstracts.scss */
.node-tsnrp-presentation-abstracts .group-content {
  padding: 12px 12px 0px 12px;
}

/* line 2, ../sass/theme/node-types/_gsn-faculty.scss */
div.panel-pane div.node-gsn-faculty,
div.node-gsn-faculty,
div.panel-pane div.node-bor-members,
div.node-bor-members {
  overflow: hidden;
  padding: 12px;
}
/* line 9, ../sass/theme/node-types/_gsn-faculty.scss */
div.panel-pane div.node-gsn-faculty .field-name-field-headshot,
div.node-gsn-faculty .field-name-field-headshot,
div.panel-pane div.node-bor-members .field-name-field-headshot,
div.node-bor-members .field-name-field-headshot {
  width: 155px;
  float: left;
}
/* line 14, ../sass/theme/node-types/_gsn-faculty.scss */
div.panel-pane div.node-gsn-faculty .group-full-name,
div.panel-pane div.node-gsn-faculty .field-name-field-display-title,
div.panel-pane div.node-gsn-faculty .field-name-field-text-credentials,
div.node-gsn-faculty .group-full-name,
div.node-gsn-faculty .field-name-field-display-title,
div.node-gsn-faculty .field-name-field-text-credentials,
div.panel-pane div.node-bor-members .group-full-name,
div.panel-pane div.node-bor-members .field-name-field-display-title,
div.panel-pane div.node-bor-members .field-name-field-text-credentials,
div.node-bor-members .group-full-name,
div.node-bor-members .field-name-field-display-title,
div.node-bor-members .field-name-field-text-credentials {
  margin-left: 175px;
  font-weight: bold;
}
/* line 22, ../sass/theme/node-types/_gsn-faculty.scss */
div.panel-pane div.node-gsn-faculty .field-name-body,
div.node-gsn-faculty .field-name-body,
div.panel-pane div.node-bor-members .field-name-body,
div.node-bor-members .field-name-body {
  margin-left: 163px;
}

/* line 29, ../sass/theme/node-types/_gsn-faculty.scss */
body:not(#tinymce) .field-name-field-headshot img {
  width: 100%;
}

/* line 2, ../sass/theme/node-types/_webforms.scss */
.node-webform {
  background-color: #efefef;
  overflow: hidden;
  margin-bottom: 9px;
}
/* line 9, ../sass/theme/node-types/_webforms.scss */
.node-webform h2 {
  border-bottom: 1px solid #CCC;
  background-color: #EDEEE3;
  color: #204C72;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 10px;
  margin: 0px;
  font-size: 19px;
  font-weight: 300;
}
/* line 21, ../sass/theme/node-types/_webforms.scss */
.node-webform .group-content {
  padding: 12px 12px 0px 12px;
}

/* line 27, ../sass/theme/node-types/_webforms.scss */
.webform-client-form {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}

/* line 33, ../sass/theme/node-types/_webforms.scss */
.webform-component-fieldset {
  margin-top: 16px;
}

/* line 3, ../sass/theme/node-types/_national-faculty.scss */
.twtb #national-faculty #national-faculty-content {
  padding: 12px;
  background-color: white;
}
/* line 8, ../sass/theme/node-types/_national-faculty.scss */
.twtb #national-faculty .field-name-field-headshot .field-item {
  text-align: center;
}
/* line 11, ../sass/theme/node-types/_national-faculty.scss */
.twtb #national-faculty .field-name-field-headshot img {
  width: 150px;
}
/* line 17, ../sass/theme/node-types/_national-faculty.scss */
.twtb #national-faculty #field_pubs_prjs_deploys .field-item {
  padding: 3px 0px;
}
/* line 20, ../sass/theme/node-types/_national-faculty.scss */
.twtb #national-faculty #field_pubs_prjs_deploys .list-group-item {
  border: none;
}
/* line 26, ../sass/theme/node-types/_national-faculty.scss */
.twtb #national-faculty #field_bibliography-list .field-label,
.twtb #national-faculty #field_bibliography-list .field-items {
  display: inline-block;
}
/* line 30, ../sass/theme/node-types/_national-faculty.scss */
.twtb #national-faculty #field_bibliography-list .field-item {
  padding: 6px 0px;
}
/* line 33, ../sass/theme/node-types/_national-faculty.scss */
.twtb #national-faculty #field_bibliography-list .list-group-item {
  border: none;
}
/* line 38, ../sass/theme/node-types/_national-faculty.scss */
.twtb #national-faculty table {
  border: none;
}
/* line 42, ../sass/theme/node-types/_national-faculty.scss */
.twtb #national-faculty tr td:last-child {
  border: none;
}

/* line 1, ../sass/theme/_views.scss */
.view {
  padding: 12px;
}

/*.views-table {
  caption {
    
  }
    $table-color: #7a98c6;
    @include table-scaffolding;
    @include inner-table-borders(1px, darken($table-color, 40%));
    @include outer-table-borders(2px);
    @include alternating-rows-and-columns($table-color, adjust-hue($table-color, -120deg), #222222);

}*/
/* line 3, ../sass/theme/views/_publications.scss */
.view-publications .views-field-title {
  font-size: 70%;
  width: 160px;
  text-align: center;
}
/* line 9, ../sass/theme/views/_publications.scss */
.view-publications .views-row {
  float: left;
  padding-right: 25px;
}

/* line 4, ../sass/theme/views/_news-for-homepage.scss */
.view-news-for-homepage .news-item {
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
/* line 9, ../sass/theme/views/_news-for-homepage.scss */
.view-news-for-homepage .news-item .field-content {
  overflow: auto;
}
/* line 17, ../sass/theme/views/_news-for-homepage.scss */
.view-news-for-homepage .views-row-first {
  margin-top: 0px;
}
/* line 21, ../sass/theme/views/_news-for-homepage.scss */
.view-news-for-homepage .views-row-last {
  border-bottom: none;
  margin-bottom: 0px;
}
/* line 26, ../sass/theme/views/_news-for-homepage.scss */
.view-news-for-homepage .views-more-link {
  float: right;
}
/* line 30, ../sass/theme/views/_news-for-homepage.scss */
.view-news-for-homepage .views-field-title {
  font-size: 1.25em;
}

/* line 37, ../sass/theme/views/_news-for-homepage.scss */
body:not(#tinymce) .view-news-for-homepage img {
  width: 100%;
}

/* line 5, ../sass/theme/views/_events.scss */
.view-events .views-row {
  border-bottom: 1px solid #565656;
  padding-bottom: .25em;
  margin-bottom: .25em;
}
/* line 11, ../sass/theme/views/_events.scss */
.view-events .views-row-last {
  border: none;
}
/* line 15, ../sass/theme/views/_events.scss */
.view-events .calendar-list-date {
  width: 70%;
  float: left;
  margin-bottom: .25em;
}
/* line 21, ../sass/theme/views/_events.scss */
.view-events .calendar-list-time {
  width: 30%;
  float: left;
  margin-bottom: .25em;
}
/* line 28, ../sass/theme/views/_events.scss */
.view-events .calendar-list-title a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
/* line 32, ../sass/theme/views/_events.scss */
.view-events .calendar-list-title a:hover {
  text-decoration: underline;
}
/* line 38, ../sass/theme/views/_events.scss */
.view-events .calendar-list-organization {
  margin-bottom: .25em;
}
/* line 43, ../sass/theme/views/_events.scss */
.view-events .calendar-list-description p {
  margin: 0;
}

/* line 51, ../sass/theme/views/_events.scss */
.view .date-nav-wrapper .pager {
  list-style-type: none;
}
/* line 54, ../sass/theme/views/_events.scss */
.view .date-nav-wrapper .date-prev {
  margin-right: 6px;
}
/* line 56, ../sass/theme/views/_events.scss */
.view .date-nav-wrapper .date-prev a {
  margin-right: 6px;
}
/* line 61, ../sass/theme/views/_events.scss */
.view .date-nav-wrapper .date-next a {
  margin-left: 6px;
}
/* line 68, ../sass/theme/views/_events.scss */
.view .month-view .full .inner .monthview {
  margin: 0.5em auto;
}
/* line 72, ../sass/theme/views/_events.scss */
.view .month-view .single-day {
  line-height: 1.1em;
}
/* line 76, ../sass/theme/views/_events.scss */
.view .month-view .multi-day {
  line-height: 1.5em;
}

/* line 85, ../sass/theme/views/_events.scss */
.view-calendar-month-panel-pane {
  padding: 20px 10px;
  background-color: #ffffff;
}
/* line 89, ../sass/theme/views/_events.scss */
.view-calendar-month-panel-pane h2 {
  margin-top: 0px;
}
/* line 94, ../sass/theme/views/_events.scss */
.view-calendar-month-panel-pane .date-nav-wrapper .date-nav {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/* line 102, ../sass/theme/views/_events.scss */
a.calendar-link {
  text-decoration: none;
  color: #000000;
}
/* line 106, ../sass/theme/views/_events.scss */
a.calendar-link:hover {
  text-decoration: underline;
}
/* line 109, ../sass/theme/views/_events.scss */
a.calendar-link:before {
  content: "\f073";
  padding-right: 10px;
  text-decoration: none;
  color: #000000;
}
/* line 116, ../sass/theme/views/_events.scss */
a.calendar-link:after {
  content: "\f0da";
  padding-left: 10px;
  text-decoration: none;
  color: #000000;
}

/* line 3, ../sass/theme/views/_faculty-staff.scss */
#content .panel-pane.nf-transition-styling {
  box-shadow: none;
}
/* line 5, ../sass/theme/views/_faculty-staff.scss */
#content .panel-pane.nf-transition-styling .view-national-faculty {
  padding-bottom: 0px;
}
/* line 9, ../sass/theme/views/_faculty-staff.scss */
#content .panel-pane.fs-transition-styling {
  box-shadow: none;
}
/* line 11, ../sass/theme/views/_faculty-staff.scss */
#content .panel-pane.fs-transition-styling h2 {
  display: none;
}
/* line 14, ../sass/theme/views/_faculty-staff.scss */
#content .panel-pane.fs-transition-styling .view-faculty-and-staff {
  padding-top: 0px;
}

/* line 22, ../sass/theme/views/_faculty-staff.scss */
.faculty-staff-picture-region img {
  max-width: 150px;
  padding-right: 12px;
}

/* line 28, ../sass/theme/views/_faculty-staff.scss */
.faculty-staff-information-region {
  display: inline-block;
  vertical-align: top;
}
/* line 32, ../sass/theme/views/_faculty-staff.scss */
.faculty-staff-information-region h4 {
  margin-top: 6px;
}
/* line 36, ../sass/theme/views/_faculty-staff.scss */
.faculty-staff-information-region .faculty-staff-area-of-research {
  margin-top: 3px;
}

/* line 41, ../sass/theme/views/_faculty-staff.scss */
.faculty-staff-profile-region {
  padding-top: 12px;
}

/* line 45, ../sass/theme/views/_faculty-staff.scss */
.node-faculty.view-mode-full {
  max-width: 819px;
  padding: 13px 28px;
  background-color: white;
}

/* line 51, ../sass/theme/views/_faculty-staff.scss */
.views-field-field-job-title,
.views-field-field-pubmed-listing,
.views-field-field-department,
.views-field-field-secondary-department,
.views-field-field-department-website,
.views-field-field-link-to-laboratory-page,
.views-field-field-room-,
.views-field-field-phone,
.views-field-field-fax,
.views-field-field-email-text,
.views-field-field-area-of-research {
  margin-left: 162px;
}
/* line 63, ../sass/theme/views/_faculty-staff.scss */
.views-field-field-job-title .label-inline,
.views-field-field-pubmed-listing .label-inline,
.views-field-field-department .label-inline,
.views-field-field-secondary-department .label-inline,
.views-field-field-department-website .label-inline,
.views-field-field-link-to-laboratory-page .label-inline,
.views-field-field-room- .label-inline,
.views-field-field-phone .label-inline,
.views-field-field-fax .label-inline,
.views-field-field-email-text .label-inline,
.views-field-field-area-of-research .label-inline {
  display: inline;
}

/* line 70, ../sass/theme/views/_faculty-staff.scss */
.node-faculty.view-mode-full .views-field-field-headshot,
.view-faculty-and-staff .views-field-field-headshot {
  width: 150px;
}
/* line 75, ../sass/theme/views/_faculty-staff.scss */
.node-faculty.view-mode-full .views-field-field-job-title h4,
.view-faculty-and-staff .views-field-field-job-title h4 {
  margin-bottom: 16px;
}
/* line 79, ../sass/theme/views/_faculty-staff.scss */
.node-faculty.view-mode-full .views-field-field-pubmed-listing,
.view-faculty-and-staff .views-field-field-pubmed-listing {
  font-style: italic;
}
/* line 82, ../sass/theme/views/_faculty-staff.scss */
.node-faculty.view-mode-full .views-field-field-email-text,
.view-faculty-and-staff .views-field-field-email-text {
  font-weight: bold;
}
/* line 86, ../sass/theme/views/_faculty-staff.scss */
.node-faculty.view-mode-full .views-field-field-area-of-research,
.view-faculty-and-staff .views-field-field-area-of-research {
  padding-top: 10px;
}
/* line 89, ../sass/theme/views/_faculty-staff.scss */
.node-faculty.view-mode-full .views-field-field-area-of-research .field-content,
.view-faculty-and-staff .views-field-field-area-of-research .field-content {
  margin-top: 3px;
}
/* line 94, ../sass/theme/views/_faculty-staff.scss */
.node-faculty.view-mode-full .views-field-body,
.view-faculty-and-staff .views-field-body {
  clear: both;
}

/* line 101, ../sass/theme/views/_faculty-staff.scss */
body:not(#tinymce) .views-field-field-headshot img {
  float: left;
  height: auto;
  margin-bottom: 6px;
  margin-top: 3px;
  width: 150px;
  max-width: 100%;
}

/* line 3, ../sass/theme/views/_articles.scss */
.view-articles-view .article-item {
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
/* line 8, ../sass/theme/views/_articles.scss */
.view-articles-view .article-item .field-content {
  overflow: auto;
}
/* line 15, ../sass/theme/views/_articles.scss */
.view-articles-view .views-row-first {
  margin-top: 0px;
}
/* line 19, ../sass/theme/views/_articles.scss */
.view-articles-view .views-row-last {
  border-bottom: none;
  margin-bottom: 0px;
}
/* line 24, ../sass/theme/views/_articles.scss */
.view-articles-view .views-more-link {
  float: right;
}
/* line 28, ../sass/theme/views/_articles.scss */
.view-articles-view .views-field-title {
  font-size: 1.25em;
}

/* line 1, ../sass/theme/views/_usu-slider.scss */
.view-usu-slider {
  padding: 0px;
  height: 450px;
}
/* line 7, ../sass/theme/views/_usu-slider.scss */
.view-usu-slider .flexslider {
  /*Over ride flex slider default css top margin */
  margin: 0px;
  border: 0px;
}
/* line 11, ../sass/theme/views/_usu-slider.scss */
.view-usu-slider .flexslider img {
  height: 450px;
}
/* line 16, ../sass/theme/views/_usu-slider.scss */
.view-usu-slider .flex-control-nav {
  display: none;
}
/* line 21, ../sass/theme/views/_usu-slider.scss */
.view-usu-slider .flex-direction-nav a {
  color: white;
  overflow: none;
  padding-top: 10px;
}

/* line 3, ../sass/theme/views/_cpdr-slider.scss */
.page-cpdr #content .view-section-flexsliders {
  padding: 0px;
}
/* line 7, ../sass/theme/views/_cpdr-slider.scss */
.page-cpdr #content .view-section-flexsliders p {
  margin: 0px;
}
/* line 11, ../sass/theme/views/_cpdr-slider.scss */
.page-cpdr #content .view-section-flexsliders h2 {
  border: none;
}
/* line 17, ../sass/theme/views/_cpdr-slider.scss */
.page-cpdr #content .view-section-flexsliders .flexslider {
  /*Over ride flex slider default css top margin */
  margin: 0px;
  border: 0px;
}
/* line 26, ../sass/theme/views/_cpdr-slider.scss */
.page-cpdr #content .view-section-flexsliders .flex-control-nav {
  display: none;
}
/* line 31, ../sass/theme/views/_cpdr-slider.scss */
.page-cpdr #content .view-section-flexsliders .flex-direction-nav a {
  color: white;
  overflow: none;
}
/* line 38, ../sass/theme/views/_cpdr-slider.scss */
.page-cpdr #content .view-section-flexsliders .panels-flexible-region-inside-last,
.page-cpdr #content .view-section-flexsliders .panels-flexible-region-inside {
  padding: 0px;
}

/* line 1, ../sass/theme/views/_sc2i-slider.scss */
.page-sc2i .view-section-flexsliders {
  padding: 0px;
}
/* line 5, ../sass/theme/views/_sc2i-slider.scss */
.page-sc2i .view-section-flexsliders p {
  margin: 0px;
}
/* line 14, ../sass/theme/views/_sc2i-slider.scss */
.page-sc2i .view-section-flexsliders .flexslider {
  /*Over ride flex slider default css top margin */
  margin: 0px;
  border: 0px;
}
/* line 22, ../sass/theme/views/_sc2i-slider.scss */
.page-sc2i .view-section-flexsliders .flex-control-nav {
  display: none;
}
/* line 27, ../sass/theme/views/_sc2i-slider.scss */
.page-sc2i .view-section-flexsliders .flex-direction-nav a {
  color: black;
  overflow: none;
  padding-top: 10px;
}
/* line 34, ../sass/theme/views/_sc2i-slider.scss */
.page-sc2i .view-section-flexsliders .views-field-body {
  padding: 16px 90px 12px 90px;
  font-size: 21px;
  font-weight: 100;
  min-height: 540px;
}
/* line 40, ../sass/theme/views/_sc2i-slider.scss */
.page-sc2i .view-section-flexsliders.view-display-id-sc2i_tools .views-field-body {
  padding: 16px 90px 12px 90px;
  font-size: 21px;
  font-weight: 100;
  line-height: 29px;
  min-height: 500px;
}
/* line 47, ../sass/theme/views/_sc2i-slider.scss */
.page-sc2i .view-section-flexsliders.view-display-id-sc2i_tools .views-field-body .field-content {
  box-shadow: 10px 10px 10px 5px #888888;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px;
}
/* line 54, ../sass/theme/views/_sc2i-slider.scss */
.page-sc2i .view-section-flexsliders.view-display-id-sc2i_tools .views-field-body .field-content h3 {
  font-size: 1.3rem;
  line-height: 25.0079px;
}
/* line 59, ../sass/theme/views/_sc2i-slider.scss */
.page-sc2i .view-section-flexsliders.view-display-id-sc2i_tools .views-field-body .field-content p {
  font-size: 16.26px;
  line-height: 25.0079px;
}
/* line 63, ../sass/theme/views/_sc2i-slider.scss */
.page-sc2i .view-section-flexsliders.view-display-id-sc2i_tools .views-field-body .field-content p strong {
  font-size: 16.26px;
  line-height: 25.0079px;
}

@media (max-width: 768px) {
  /* line 75, ../sass/theme/views/_sc2i-slider.scss */
  body.page-sc2i-tools .page-sc2i .view-section-flexsliders .views-field-body {
    padding: 12px 60px 12px 60px;
    font-size: 18px;
    line-height: 27px;
    height: 325px;
  }
  /* line 81, ../sass/theme/views/_sc2i-slider.scss */
  body.page-sc2i-tools .page-sc2i .view-section-flexsliders.view-display-id-sc2i_tools_panel_panes {
    overflow: vissible;
  }
  /* line 83, ../sass/theme/views/_sc2i-slider.scss */
  body.page-sc2i-tools .page-sc2i .view-section-flexsliders.view-display-id-sc2i_tools_panel_panes .views-field-body {
    padding: 12px 60px 12px 60px;
    font-size: 18px;
    line-height: 27px;
    height: 800px;
  }
}
@media (max-width: 480px) {
  /* line 96, ../sass/theme/views/_sc2i-slider.scss */
  .page-sc2i .view-section-flexsliders .views-field-body {
    font-size: 16px;
    line-height: 24px;
    height: 350px;
  }
  /* line 102, ../sass/theme/views/_sc2i-slider.scss */
  .page-sc2i .view-section-flexsliders.view-display-id-sc2i_tools_panel_panes .views-field-body {
    font-size: 16px;
    line-height: 24px;
    height: 900px;
  }
}
@media (max-width: 360px) {
  /* line 112, ../sass/theme/views/_sc2i-slider.scss */
  .page-sc2i .view-section-flexsliders .views-field-body {
    font-size: 14px;
    line-height: 18px;
  }
  /* line 118, ../sass/theme/views/_sc2i-slider.scss */
  .page-sc2i .view-section-flexsliders.view-display-id-sc2i_tools_panel_panes .views-field-body {
    font-size: 14px;
    line-height: 18px;
  }
}
/* line 1, ../sass/theme/views/_chirp-slider.scss */
.page-chirp .view-section-flexsliders {
  padding: 0px;
}
/* line 5, ../sass/theme/views/_chirp-slider.scss */
.page-chirp .view-section-flexsliders p {
  margin: 0px;
}
/* line 11, ../sass/theme/views/_chirp-slider.scss */
.page-chirp .view-section-flexsliders .flexslider {
  /*Over ride flex slider default css top margin */
  margin: 0px;
  border: 0px;
}
/* line 20, ../sass/theme/views/_chirp-slider.scss */
.page-chirp .view-section-flexsliders .flex-control-nav {
  display: none;
}
/* line 25, ../sass/theme/views/_chirp-slider.scss */
.page-chirp .view-section-flexsliders .flex-direction-nav a {
  color: white;
  overflow: none;
  padding-top: 10px;
}
/* line 32, ../sass/theme/views/_chirp-slider.scss */
.page-chirp .view-section-flexsliders .panels-flexible-region-inside-last,
.page-chirp .view-section-flexsliders .panels-flexible-region-inside {
  padding: 0px;
}

/* line 1, ../sass/theme/views/_ncdmph-slider.scss */
.page-ncdmph .view-section-flexsliders {
  padding: 0px;
}
/* line 5, ../sass/theme/views/_ncdmph-slider.scss */
.page-ncdmph .view-section-flexsliders p {
  margin: 0px;
}
/* line 11, ../sass/theme/views/_ncdmph-slider.scss */
.page-ncdmph .view-section-flexsliders .flexslider {
  /*Over ride flex slider default css top margin */
  margin: 0px;
  border: 0px;
}
/* line 20, ../sass/theme/views/_ncdmph-slider.scss */
.page-ncdmph .view-section-flexsliders .flex-control-nav {
  display: none;
}
/* line 25, ../sass/theme/views/_ncdmph-slider.scss */
.page-ncdmph .view-section-flexsliders .flex-direction-nav a {
  color: white;
  overflow: none;
  padding-top: 10px;
}
/* line 32, ../sass/theme/views/_ncdmph-slider.scss */
.page-ncdmph .view-section-flexsliders .panels-flexible-region-inside-last,
.page-ncdmph .view-section-flexsliders .panels-flexible-region-inside {
  padding: 0px;
}

/* line 5, ../sass/theme/views/_ncdmph-home-page-news.scss */
body.page-ncdmph #content .pane-section-flexsliders-ncdmph-home-page-news .flexslider {
  padding: 9px;
}
/* line 9, ../sass/theme/views/_ncdmph-home-page-news.scss */
body.page-ncdmph #content .pane-section-flexsliders-ncdmph-home-page-news .flex-direction-nav {
  display: none;
}
/* line 13, ../sass/theme/views/_ncdmph-home-page-news.scss */
body.page-ncdmph #content .pane-section-flexsliders-ncdmph-home-page-news .node h2 {
  color: #204c72;
  background: none;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.125em;
}
/* line 21, ../sass/theme/views/_ncdmph-home-page-news.scss */
body.page-ncdmph #content .pane-section-flexsliders-ncdmph-home-page-news h3 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.125em;
}
/* line 27, ../sass/theme/views/_ncdmph-home-page-news.scss */
body.page-ncdmph #content .pane-section-flexsliders-ncdmph-home-page-news p {
  line-height: 1.5em;
}

/* line 1, ../sass/theme/views/fields/_calendar-month.scss */
.calendar_event_row {
  position: relative;
  border-top: grey dotted;
  border-bottom: grey dotted;
  margin-bottom: 30px;
  height: 100px;
}
/* line 8, ../sass/theme/views/fields/_calendar-month.scss */
.calendar_event_row .date {
  float: left;
  padding-left: 10px;
  margin-top: 10px;
}
/* line 13, ../sass/theme/views/fields/_calendar-month.scss */
.calendar_event_row .event {
  float: left;
  padding-left: 20px;
  margin-top: 10px;
}
/* line 18, ../sass/theme/views/fields/_calendar-month.scss */
.calendar_event_row .dept {
  float: left;
  padding-left: 10px;
  margin-top: 10px;
}
/* line 23, ../sass/theme/views/fields/_calendar-month.scss */
.calendar_event_row .time {
  float: left;
  padding-left: 10px;
  margin-top: 10px;
}
/* line 28, ../sass/theme/views/fields/_calendar-month.scss */
.calendar_event_row .pipe {
  float: left;
  padding-left: 10px;
  margin-top: 10px;
}
/* line 33, ../sass/theme/views/fields/_calendar-month.scss */
.calendar_event_row .room {
  float: left;
  clear: right;
  padding-left: 10px;
  margin-top: 10px;
}
/* line 39, ../sass/theme/views/fields/_calendar-month.scss */
.calendar_event_row .title {
  clear: both;
  padding-left: 40px;
}
/* line 44, ../sass/theme/views/fields/_calendar-month.scss */
.calendar_event_row .presenters {
  clear: both;
  padding-left: 40px;
}

/* line 52, ../sass/theme/views/fields/_calendar-month.scss */
.quicktabs-tabpage .view-calendar-month-panel-pane {
  padding-top: 10px;
}

/* line 1, ../sass/theme/layouts/_header.scss */
#header {
  background-color: #FFFFFF;
  height: 134px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 8, ../sass/theme/layouts/_header.scss */
#header #usu_header_left,
#header #usu_header_right {
  height: 100px;
  /*width: 50%;*/
}
/* line 15, ../sass/theme/layouts/_header.scss */
#header #usu_header_left {
  float: left;
}
/* line 19, ../sass/theme/layouts/_header.scss */
#header #usu_header_right {
  float: right;
  width: 50%;
}
/* line 23, ../sass/theme/layouts/_header.scss */
#header #usu_header_right #secondary-menu {
  margin-top: 5px;
  padding-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  border-top: thin grey solid;
}
/* line 31, ../sass/theme/layouts/_header.scss */
#header #usu_header_right #secondary-menu li a, #header #usu_header_right #secondary-menu li a:link, #header #usu_header_right #secondary-menu li a:active, #header #usu_header_right #secondary-menu li a:visited {
  color: black;
  text-decoration: none;
  font-size: 16px;
}
/* line 37, ../sass/theme/layouts/_header.scss */
#header #usu_header_right #secondary-menu li a:hover {
  color: black;
  text-decoration: underline;
  font-size: 16px;
}
/* line 46, ../sass/theme/layouts/_header.scss */
#header #usu_logo {
  float: left;
  margin: 20px;
}
/* line 49, ../sass/theme/layouts/_header.scss */
#header #usu_logo img {
  max-width: 226px;
  width: 100%;
}
/* line 55, ../sass/theme/layouts/_header.scss */
#header #usu_header_secondary_menu,
#header #header-search {
  background-color: white;
  height: 36px;
}
/* line 62, ../sass/theme/layouts/_header.scss */
#header #usu_header_secondary_menu {
  float: right;
  z-index: 999;
  width: 100%;
}
/* line 68, ../sass/theme/layouts/_header.scss */
#header #usu_header_secondary_menu nav {
  float: left;
  padding: 5px 20px;
}
/* line 74, ../sass/theme/layouts/_header.scss */
#header #usu_header_secondary_menu nav ul li {
  line-height: 1.5em;
}
/* line 77, ../sass/theme/layouts/_header.scss */
#header #usu_header_secondary_menu nav ul li a {
  font-size: 85%;
  text-decoration: none;
  color: #000000;
  line-height: 1.5em;
}
/* line 83, ../sass/theme/layouts/_header.scss */
#header #usu_header_secondary_menu nav ul li a:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* line 93, ../sass/theme/layouts/_header.scss */
#header #head_icons {
  display: inline;
}
/* line 97, ../sass/theme/layouts/_header.scss */
#header .search-form {
  width: 45%;
  float: right;
  white-space: nowrap;
  overflow: hidden;
}
/* line 104, ../sass/theme/layouts/_header.scss */
#header #calendarIcon,
#header #mailIcon,
#header #sakai_logo,
#header #usu_status {
  font-size: 20px;
  /*position: absolute;*/
  top: 5px;
}
/* line 112, ../sass/theme/layouts/_header.scss */
#header #calendarIcon a:hover,
#header #calendarIcon a:link,
#header #calendarIcon a:active
a:hover,
#header #calendarIcon a:visited,
#header #mailIcon a:hover,
#header #mailIcon a:link,
#header #mailIcon a:active
a:hover,
#header #mailIcon a:visited,
#header #sakai_logo a:hover,
#header #sakai_logo a:link,
#header #sakai_logo a:active
a:hover,
#header #sakai_logo a:visited,
#header #usu_status a:hover,
#header #usu_status a:link,
#header #usu_status a:active
a:hover,
#header #usu_status a:visited {
  color: black;
}
/* line 120, ../sass/theme/layouts/_header.scss */
#header #calendarIcon img,
#header #mailIcon img,
#header #sakai_logo img,
#header #usu_status img {
  width: 30px;
}
/* line 126, ../sass/theme/layouts/_header.scss */
#header #calendarIcon img {
  width: 24px;
}
/* line 131, ../sass/theme/layouts/_header.scss */
#header #mailIcon {
  position: relative;
  top: 3px;
}
/* line 136, ../sass/theme/layouts/_header.scss */
#header #sakai_logo {
  position: relative;
  top: 3px;
}
/* line 141, ../sass/theme/layouts/_header.scss */
#header #usu_status {
  bottom: -5px;
}
/* line 144, ../sass/theme/layouts/_header.scss */
#header #usu_status img {
  width: 20px;
}
/* line 149, ../sass/theme/layouts/_header.scss */
#header #header-search {
  font-size: 0.75em;
  text-align: right;
}
/* line 156, ../sass/theme/layouts/_header.scss */
#header #header-search form {
  padding: 5px;
  margin: 0;
}
/* line 161, ../sass/theme/layouts/_header.scss */
#header #header-search label {
  display: none;
}
/* line 165, ../sass/theme/layouts/_header.scss */
#header #header-search #edit-keys,
#header #header-search #edit-keys--2 {
  width: 158px;
}
/* line 170, ../sass/theme/layouts/_header.scss */
#header #header-search #edit-submit {
  margin-right: 20px;
  width: 60px;
  font-size: 12px;
  width: auto;
  overflow: visible;
}

/* end of header */
@media (max-width: 980px) {
  /* line 183, ../sass/theme/layouts/_header.scss */
  #header #usu_logo {
    margin-bottom: 0px !important;
  }
  /* line 186, ../sass/theme/layouts/_header.scss */
  #header #usu_logo .header__logo-image {
    width: 100%;
  }
  /* line 191, ../sass/theme/layouts/_header.scss */
  #header #usu_header_right {
    float: left !important;
    width: 100% !important;
    background-color: white;
  }
  /* line 196, ../sass/theme/layouts/_header.scss */
  #header #usu_header_right #header-search {
    text-align: left;
    margin-left: 100px;
    clear: both;
  }
  /* line 203, ../sass/theme/layouts/_header.scss */
  #header #usu_header_right #header-search #head_icons {
    float: left;
  }
  /* line 207, ../sass/theme/layouts/_header.scss */
  #header #usu_header_right #header-search .search-form {
    width: auto;
    float: left;
  }
  /* line 211, ../sass/theme/layouts/_header.scss */
  #header #usu_header_right #header-search .search-form #edit-basic {
    white-space: nowrap;
    overflow: hidden;
  }
  /* line 218, ../sass/theme/layouts/_header.scss */
  #header #usu_header_right #secondary-menu {
    display: block;
    background-color: white;
    float: left;
    width: 97%;
    margin-left: 12px;
    margin-top: 8px;
    z-index: 40;
    height: auto;
    white-space: normal;
  }
  /* line 229, ../sass/theme/layouts/_header.scss */
  #header #usu_header_right #secondary-menu ul {
    position: relative;
    z-index: 100;
  }
}
@media (max-width: 768px) {
  /* line 242, ../sass/theme/layouts/_header.scss */
  #header #usu_header_right #secondary-menu {
    white-space: normal !important;
    overflow: inherit;
  }
}
@media (max-width: 480px) {
  /* line 259, ../sass/theme/layouts/_header.scss */
  #header #usu_header_right #header-search .search-form {
    position: relative;
    left: -95px;
    padding-top: 10px;
  }
  /* line 266, ../sass/theme/layouts/_header.scss */
  #header #usu_header_right #secondary-menu {
    width: 100%;
    margin-left: 0px;
  }
  /* line 270, ../sass/theme/layouts/_header.scss */
  #header #usu_header_right #secondary-menu ul {
    text-align: center;
  }
  /* line 273, ../sass/theme/layouts/_header.scss */
  #header #usu_header_right #secondary-menu ul li {
    display: block;
    background-color: #e3ebf1;
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (max-width: 360px) {
  /* line 290, ../sass/theme/layouts/_header.scss */
  #header #usu_header_right #header-search .search-form {
    left: -90px;
    padding-top: 12px;
  }
  /* line 296, ../sass/theme/layouts/_header.scss */
  #header #usu_header_right .header__secondary-menu {
    z-index: 0;
    margin-top: 0px;
  }
  /* line 300, ../sass/theme/layouts/_header.scss */
  #header #usu_header_right .header__secondary-menu ul {
    display: inline;
    list-style-type: none;
  }
}
/* line 1, ../sass/theme/layouts/_main.scss */
#page {
  padding: 0px 6px;
}

/* line 5, ../sass/theme/layouts/_main.scss */
#main {
  padding-top: 0em;
  font-size: 14px;
  margin-top: 9px;
  margin-bottom: 10px;
}
/* line 12, ../sass/theme/layouts/_main.scss */
#main #content {
  padding-left: 0px;
  padding-right: 0px;
  /* modify all quicktabs */
  /* Twitter Button Styling */
}
/* line 18, ../sass/theme/layouts/_main.scss */
#main #content ul.quicktabs-tabs li {
  display: inline-block;
  width: 18%;
  height: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
}
/* line 23, ../sass/theme/layouts/_main.scss */
#main #content ul.quicktabs-tabs li a {
  display: block;
  width: 100%;
  font-size: 14px !important;
  text-align: center;
}
/* line 34, ../sass/theme/layouts/_main.scss */
#main #content ul.quicktabs-tabs.quicktabs-style-basic {
  height: 38px;
}
/* line 39, ../sass/theme/layouts/_main.scss */
#main #content .field-type-tweetbutton {
  padding-left: 12px;
  padding-bottom: 6px;
}

/* line 46, ../sass/theme/layouts/_main.scss */
#content {
  height: auto;
  /*background-color: white; */
}
/* line 49, ../sass/theme/layouts/_main.scss */
#content img.panopoly-image-full {
  margin-bottom: 0px;
}
/* line 53, ../sass/theme/layouts/_main.scss */
#content ul.menu {
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 59, ../sass/theme/layouts/_main.scss */
#content ul.menu li {
  /*list-style: none; */
  text-align: center;
  margin-bottom: .25em;
  padding-top: 1em;
  padding-bottom: 1em;
  height: 1.2em;
  line-height: 1.2em;
  background-color: #e5e9e8;
  /*font-size: .8em; */
  font-size: 12px;
}
/* line 71, ../sass/theme/layouts/_main.scss */
#content ul.menu li a {
  vertical-align: top;
  display: inline-block;
  width: 90%;
}
/* line 77, ../sass/theme/layouts/_main.scss */
#content ul.menu li:hover {
  /* This taken out to fix the text-decoration secondary menu issue */
  /*a { 
    text-decoration: underline;
  }*/
}
/* line 84, ../sass/theme/layouts/_main.scss */
#content ul.menu li a {
  color: #000000;
  text-decoration: none;
}
/* line 87, ../sass/theme/layouts/_main.scss */
#content ul.menu li a:hover {
  text-decoration: underline;
}
/* line 92, ../sass/theme/layouts/_main.scss */
#content ul.menu li.menu__item > a.active {
  text-decoration: underline;
  font-weight: bolder;
}
/* line 97, ../sass/theme/layouts/_main.scss */
#content ul.menu li.menu-mlid-1435 {
  background-color: #7D0049;
}
/* line 99, ../sass/theme/layouts/_main.scss */
#content ul.menu li.menu-mlid-1435 a {
  color: #FFFFFF;
}
/* line 103, ../sass/theme/layouts/_main.scss */
#content ul.menu li.menu-mlid-1436 {
  background-color: #263b95;
}
/* line 105, ../sass/theme/layouts/_main.scss */
#content ul.menu li.menu-mlid-1436 a {
  color: #FFFFFF;
}
/* line 112, ../sass/theme/layouts/_main.scss */
#content .panel-pane {
  background-color: #efefef;
  overflow: hidden;
  *zoom: 1;
  margin-top: 9px;
}
/* line 118, ../sass/theme/layouts/_main.scss */
#content .panel-pane .field-type-text-long,
#content .panel-pane .field-type-text-with-summary,
#content .panel-pane .pane-bundle-quick-links,
#content .panel-pane .field-name-field-basic-table-table,
#content .panel-pane .pane-panopoly-widgets-general-content-list-of-content,
#content .panel-pane .view-display-id-piece_of_content,
#content .panel-pane .view-panopoly-faq {
  padding: 12px;
}
/* line 128, ../sass/theme/layouts/_main.scss */
#content .panel-pane .panel-pane {
  background-color: transparent;
  padding: 0;
}
/* line 139, ../sass/theme/layouts/_main.scss */
#content .pane-menu-tree .menu,
#content .pane-block .menu {
  list-style-type: none !important;
}
/* line 141, ../sass/theme/layouts/_main.scss */
#content .pane-menu-tree .menu .menu__item,
#content .pane-block .menu .menu__item {
  list-style-position: inside;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  height: auto;
}
/* line 142, ../sass/theme/layouts/_main.scss */
#content .pane-menu-tree .menu .menu__item .menu__item,
#content .pane-block .menu .menu__item .menu__item {
  /*display: none; */
}
/* line 154, ../sass/theme/layouts/_main.scss */
#content h2.pane-title {
  background-color: #cfcecd;
  color: #3e3f3e;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 10px;
  font-size: 1em;
  margin: 0;
  font-size: 19px;
  font-weight: 300;
}
/* line 165, ../sass/theme/layouts/_main.scss */
#content h2.pane-title a, #content h2.pane-title a:visited, #content h2.pane-title a:active, #content h2.pane-title a:link {
  display: block;
  color: #3e3f3e;
  font-weight: 300;
  font-size: 1em;
  margin: 0;
  font-size: 19px;
  text-decoration: none;
}
/* line 175, ../sass/theme/layouts/_main.scss */
#content h2.pane-title a:hover {
  text-decoration: underline;
}

@media (max-width: 980px) {
  /* line 185, ../sass/theme/layouts/_main.scss */
  #page #main #content {
    margin-top: 46px;
  }
}
@media (max-width: 480px) {
  /* line 200, ../sass/theme/layouts/_main.scss */
  #main {
    margin-top: 220px;
  }
  /* line 202, ../sass/theme/layouts/_main.scss */
  #main .view-featured-events {
    z-index: 0 !important;
  }
}
@media (max-width: 360px) {
  /* line 213, ../sass/theme/layouts/_main.scss */
  #main #content {
    position: relative;
    margin-top: 100px;
  }
}
/* line 2, ../sass/theme/layouts/chirp/_main.scss */
.page-chirp .node {
  margin-bottom: 0px;
  background: white;
}
/* line 6, ../sass/theme/layouts/chirp/_main.scss */
.page-chirp #main {
  margin-top: 0px;
}
/* line 11, ../sass/theme/layouts/chirp/_main.scss */
.page-chirp #content .panel-pane {
  background-color: white;
  margin-top: 9px;
}
/* line 17, ../sass/theme/layouts/chirp/_main.scss */
.page-chirp #content h2.pane-title {
  background-color: #0D78B9;
  color: white;
}

/* line 2, ../sass/theme/layouts/_panels.scss */
.pane-node-title {
  background-color: #E0E2CF;
  color: #000000;
  font-size: 1em;
  padding-bottom: 0.7em;
  padding-left: 2%;
  padding-top: 0.7em;
}
/* line 9, ../sass/theme/layouts/_panels.scss */
.pane-node-title a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
/* line 14, ../sass/theme/layouts/_panels.scss */
.pane-node-title:hover {
  text-decoration: none;
}

/* line 19, ../sass/theme/layouts/_panels.scss */
.panels-flexible-column-usu_standard_landing_page-1,
.panels-flexible-column-usu_department_page_layout-1 {
  width: 25%;
}

/* line 24, ../sass/theme/layouts/_panels.scss */
.panels-flexible-column-usu_standard_landing_page-main,
.panels-flexible-column-usu_department_page_layout-main {
  width: 75%;
}

/* line 29, ../sass/theme/layouts/_panels.scss */
.panels-flexible-region-usu_standard_landing_page-left {
  width: 66.66%;
}

/* line 33, ../sass/theme/layouts/_panels.scss */
.panels-flexible-region-usu_standard_landing_page-right {
  width: 33.33%;
}

/* line 37, ../sass/theme/layouts/_panels.scss */
.panels-flexible-region-usu_standard_landing_page-center,
.panels-flexible-region-usu_department_page_layout-center {
  width: 99.99%;
}

/* line 46, ../sass/theme/layouts/_panels.scss */
.panels-flexible-region-usu_standard_landing_page-left_gutter .pane-menu-block-2 h2.pane-title,
#panels-ipe-regionid-left_gutter .pane-menu-block-2 h2.pane-title {
  display: none;
}
/* line 52, ../sass/theme/layouts/_panels.scss */
.panels-flexible-region-usu_standard_landing_page-left_gutter .pane-menu-block-3 h2.pane-title,
#panels-ipe-regionid-left_gutter .pane-menu-block-3 h2.pane-title {
  display: none;
}

/* line 58, ../sass/theme/layouts/_panels.scss */
.pane-plain-box-tablestyle {
  border: none;
}

@media (max-width: 980px) {
  /* line 66, ../sass/theme/layouts/_panels.scss */
  #page #main #content {
    margin-top: 46px;
  }
  /* line 69, ../sass/theme/layouts/_panels.scss */
  #page #main #content .panel-pane {
    overflow: visible;
  }
}
@media (max-width: 768px) {
  /* line 85, ../sass/theme/layouts/_panels.scss */
  #page #main #content .pane-featured-events-panel-pane-1 {
    display: inline-block !important;
  }
  /* line 88, ../sass/theme/layouts/_panels.scss */
  #page #main #content .panels-flexible-region,
  #page #main #content .panels-flexible-column {
    width: 100% !important;
  }
  /* line 93, ../sass/theme/layouts/_panels.scss */
  #page #main #content .panels-flexible-region .panels-flexible-region-inside,
  #page #main #content .panels-flexible-region .panels-flexible-column-inside,
  #page #main #content .panels-flexible-column .panels-flexible-region-inside,
  #page #main #content .panels-flexible-column .panels-flexible-column-inside {
    margin-right: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
}
@media (max-width: 480px) {
  /* line 109, ../sass/theme/layouts/_panels.scss */
  #main .panels-flexible-region {
    width: 100%;
  }
}
/* line 1, ../sass/theme/layouts/_footer.scss */
#usu_footer {
  min-height: 240px;
  float: left;
  width: 100%;
  background-color: #112434;
  padding-top: 5px;
}
/* line 8, ../sass/theme/layouts/_footer.scss */
#usu_footer .block {
  margin: 0;
}
/* line 12, ../sass/theme/layouts/_footer.scss */
#usu_footer p {
  margin: 0;
}
/* line 16, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_left {
  color: white;
  float: left;
  /*font-size: 300%; */
  height: 240px;
  line-height: 24px;
  position: relative;
  margin-right: .5%;
  width: 23%;
}
/* line 27, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_left p {
  padding: 0px;
}
/* line 31, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_left .footer-nav {
  display: none;
}
/* line 34, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_left .footer-nav li {
  float: left;
  display: inline;
  margin: 0;
  padding-left: 10px;
}
/* line 42, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_left h2 {
  font-size: 1em;
  text-align: center;
  margin-top: .5em;
}
/* line 48, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_left h4 {
  font-size: .75em;
  text-align: center;
  margin-top: .25em;
}
/* line 54, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_left .region-footer-left {
  position: absolute;
  top: 30px;
}
/* line 59, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_left .region-footer-left .social-links {
  position: relative;
  width: 220px;
  left: 40px;
}
/* line 64, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_left .region-footer-left .social-links .social-link-inner-top-block {
  width: 210px;
  height: 50px;
  left: 10px;
  padding-left: 10px;
  position: relative;
  color: white;
  padding-bottom: 15px;
  border-bottom: white dotted thin;
}
/* line 75, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_left .region-footer-left .social-links .social-link-inner-top-block span {
  display: none;
}
/* line 78, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_left .region-footer-left .social-links .social-link-inner-top-block #social_media_label {
  position: relative;
  top: -5px;
  left: -5px;
  color: white;
  font-size: 1.1em;
  padding-bottom: 8px;
}
/* line 87, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_left .region-footer-left .social-links .social-link-inner-top-block ul {
  position: relative;
  top: -30px;
  padding: 0px;
  padding-left: 18px;
  padding-bottom: 15px;
}
/* line 95, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_left .region-footer-left .social-links .social-link-inner-top-block ul li {
  display: inline-block;
  font-size: 35px;
  padding-right: 6px;
  position: relative;
  left: -25px;
}
/* line 102, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_left .region-footer-left .social-links .social-link-inner-top-block ul li a {
  color: #0079DE;
}
/* line 106, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_left .region-footer-left .social-links .social-link-inner-top-block ul li a:focus, #usu_footer #usu_footer_left .region-footer-left .social-links .social-link-inner-top-block ul li a:hover {
  color: #FFFFFF !important;
  text-decoration: underline;
}
/* line 113, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_left .region-footer-left .social-links .social-link-inner-bottom-block {
  position: relative;
  left: 10px;
  margin-top: 10px;
  width: 210px;
  text-align: center;
}
/* line 119, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_left .region-footer-left .social-links .social-link-inner-bottom-block a, #usu_footer #usu_footer_left .region-footer-left .social-links .social-link-inner-bottom-block a:link, #usu_footer #usu_footer_left .region-footer-left .social-links .social-link-inner-bottom-block a:active, #usu_footer #usu_footer_left .region-footer-left .social-links .social-link-inner-bottom-block a:hover, #usu_footer #usu_footer_left .region-footer-left .social-links .social-link-inner-bottom-block a:visited {
  color: white;
  text-decoration: none;
  padding-right: 14px;
  font-size: 14px;
  white-space: nowrap;
}
/* line 126, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_left .region-footer-left .social-links .social-link-inner-bottom-block a:hover {
  text-decoration: underline;
}
/* line 136, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_center {
  float: left;
  width: 54%;
  margin-right: .5%;
  text-align: center;
  height: 100%;
}
/* line 143, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_center .block {
  margin: 0;
}
/* line 147, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_center p {
  margin: 0;
}
/* line 151, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_center img {
  /*margin-top: 21%;*/
}
/* line 156, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_right {
  float: left;
  width: 17%;
  height: 100%;
  padding-left: 8px;
}
/* line 162, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_right #map_above_links a, #usu_footer #usu_footer_right #map_above_links a:hover, #usu_footer #usu_footer_right #map_above_links a:active, #usu_footer #usu_footer_right #map_above_links a:link, #usu_footer #usu_footer_right #map_above_links a:visited {
  position: relative;
  left: 8px;
  font-size: 12px;
  color: white;
  text-decoration: none;
  padding-right: 4px;
}
/* line 170, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_right #map_above_links a:hover {
  text-decoration: underline;
}
/* line 174, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_right img {
  padding-right: 100px;
  padding-top: 15px;
  width: 200px;
}
/* line 180, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_right .usu-footer-address {
  text-align: center;
  color: #FFFFFF;
  margin-top: .5em;
}
/* line 186, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_right ul.menu {
  padding: 0;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 192, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_right ul.menu li {
  display: inline;
  list-style: none;
}
/* line 196, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_right ul.menu li a {
  padding-right: 8px;
  color: #FFFFFF;
  border-right: 1px solid #FFFFFF;
  margin-right: 8px;
  text-decoration: none;
}
/* line 203, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_right ul.menu li a:hover {
  text-decoration: underline;
}
/* line 210, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_right ul.menu li.last a {
  border: none;
}
/* line 217, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_bottom {
  /*background: #0B1721 url(../images/usu-seal-footer.png) 20% 15px no-repeat;*/
  background: url(../images/usu-seal-footer.png) 15px 70px no-repeat;
  border-right: thin dotted white;
  border-left: thin dotted white;
  clear: both;
  color: white;
  font-size: 14px;
  /*height: 30px;*/
  height: 151px;
  padding: 25px 0;
  position: relative;
  top: 5px;
  width: 100%;
}
/* line 233, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_bottom .container {
  position: absolute;
  top: 45px;
  left: 10%;
  margin-top: 10px;
  width: 90%;
}
/* line 241, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_bottom .container ul {
  height: 20px;
  margin: 0;
  padding: 0;
}
/* line 246, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_bottom .container ul li {
  display: inline-block;
  padding: 0 4px;
}
/* line 250, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_bottom .container ul li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}
/* line 255, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_bottom .container ul li a:hover {
  text-decoration: underline;
}
/* line 261, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_bottom .container #tradermarktext {
  position: relative;
  left: -30px;
  bottom: 3px;
}
/* line 266, ../sass/theme/layouts/_footer.scss */
#usu_footer #usu_footer_bottom .container span {
  color: white;
  display: inline-block;
  font-size: 80%;
  padding: 0 2px;
}

@media (max-width: 980px) {
  /* line 279, ../sass/theme/layouts/_footer.scss */
  #usu_footer {
    height: auto;
  }
  /* line 281, ../sass/theme/layouts/_footer.scss */
  #usu_footer #usu_footer_left {
    width: 30% !important;
    position: relative;
    width: auto;
  }
  /* line 285, ../sass/theme/layouts/_footer.scss */
  #usu_footer #usu_footer_left .region-footer-left {
    position: relative;
  }
  /* line 289, ../sass/theme/layouts/_footer.scss */
  #usu_footer #usu_footer_center {
    width: 60%;
  }
  /* line 292, ../sass/theme/layouts/_footer.scss */
  #usu_footer #usu_footer_right {
    clear: left;
  }
}
@media (max-width: 768px) {
  /* line 305, ../sass/theme/layouts/_footer.scss */
  #page #usu_footer {
    width: 100%;
  }
  /* line 308, ../sass/theme/layouts/_footer.scss */
  #page #usu_footer #usu_footer_left {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    top: 30px;
    margin-top: -50px;
  }
  /* line 315, ../sass/theme/layouts/_footer.scss */
  #page #usu_footer #usu_footer_left .social-links {
    margin-left: auto;
    margin-right: auto;
    left: 0px !important;
  }
  /* line 321, ../sass/theme/layouts/_footer.scss */
  #page #usu_footer #usu_footer_center {
    width: 100% !important;
    clear: left;
    height: auto;
  }
  /* line 325, ../sass/theme/layouts/_footer.scss */
  #page #usu_footer #usu_footer_center img {
    max-width: 100%;
    height: auto;
    width: 80%;
    margin-left: -10%;
  }
  /* line 332, ../sass/theme/layouts/_footer.scss */
  #page #usu_footer #usu_footer_right {
    width: 100% !important;
    clear: left;
    padding-top: 15px;
  }
  /* line 336, ../sass/theme/layouts/_footer.scss */
  #page #usu_footer #usu_footer_right #block-block-3 > p {
    text-align: center;
  }
  /* line 339, ../sass/theme/layouts/_footer.scss */
  #page #usu_footer #usu_footer_right img {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  /* line 352, ../sass/theme/layouts/_footer.scss */
  #usu_footer {
    width: 100%;
  }
  /* line 359, ../sass/theme/layouts/_footer.scss */
  #usu_footer #usu_footer_center .copyright {
    position: relative;
    top: 40px;
  }
}
/* line 1, ../sass/theme/pages/_home.scss */
#usu_homepage {
  width: 100%;
  /*  .pane-views-panes {
      margin-top: 0px;
    }*/
}
/* line 5, ../sass/theme/pages/_home.scss */
#usu_homepage .usuhs-pane-title-only {
  margin-top: 17px;
}
/* line 9, ../sass/theme/pages/_home.scss */
#usu_homepage .panel-pane {
  width: 100%;
}
/* line 12, ../sass/theme/pages/_home.scss */
#usu_homepage .panels-flexible-row {
  width: 100%;
}
/* line 21, ../sass/theme/pages/_home.scss */
#usu_homepage .panels-flexible-row-usu_box_1_top_4_down_box_v2-2 .panels-flexible-region {
  width: 100%;
}
/* line 26, ../sass/theme/pages/_home.scss */
#usu_homepage .panels-flexible-row-usu_box_1_top_4_down_box_v2-1,
#usu_homepage .panels-flexible-row-usu_box_1_top_4_down_box_v2-main-row {
  margin-bottom: 10px;
}
/* line 31, ../sass/theme/pages/_home.scss */
#usu_homepage .panels-flexible-row-usu_box_1_top_4_down_box_v2-1 .panels-flexible-region,
#usu_homepage .panels-flexible-row-usu_box_1_top_4_down_box_v2-main-row .panels-flexible-region {
  width: 50%;
}
/* line 34, ../sass/theme/pages/_home.scss */
#usu_homepage .panels-flexible-row-usu_box_1_top_4_down_box_v2-1 .panels-flexible-region .panel-pane,
#usu_homepage .panels-flexible-row-usu_box_1_top_4_down_box_v2-main-row .panels-flexible-region .panel-pane {
  background-color: #efefef;
  margin-top: 0px;
  overflow: hidden;
  *zoom: 1;
}
/* line 41, ../sass/theme/pages/_home.scss */
#usu_homepage .panels-flexible-row-usu_box_1_top_4_down_box_v2-1 .panels-flexible-region .pane-fieldable-panels-pane,
#usu_homepage .panels-flexible-row-usu_box_1_top_4_down_box_v2-main-row .panels-flexible-region .pane-fieldable-panels-pane {
  margin-top: 9px;
}
/* line 45, ../sass/theme/pages/_home.scss */
#usu_homepage .panels-flexible-row-usu_box_1_top_4_down_box_v2-1 .panels-flexible-region .pane-node,
#usu_homepage .panels-flexible-row-usu_box_1_top_4_down_box_v2-main-row .panels-flexible-region .pane-node {
  margin-top: 9px;
}
/* line 51, ../sass/theme/pages/_home.scss */
#usu_homepage .panels-flexible-row-usu_box_1_top_4_down_box_v2-1 .panels-flexible-region-first .inside,
#usu_homepage .panels-flexible-row-usu_box_1_top_4_down_box_v2-main-row .panels-flexible-region-first .inside {
  margin-right: 5px;
}
/* line 57, ../sass/theme/pages/_home.scss */
#usu_homepage .panels-flexible-row-usu_box_1_top_4_down_box_v2-1 .panels-flexible-region-last .inside,
#usu_homepage .panels-flexible-row-usu_box_1_top_4_down_box_v2-main-row .panels-flexible-region-last .inside {
  margin-left: 5px;
}
/* line 63, ../sass/theme/pages/_home.scss */
#usu_homepage .usuhs-home-page-pub-pane {
  padding-right: 0px !important;
}
/* line 67, ../sass/theme/pages/_home.scss */
#usu_homepage .usuhs-home-page-pub-pane,
#usu_homepage .usuhs-home-page-pub-pane-last {
  height: 245px;
  width: 23.13%;
  float: left;
  padding-left: 7.65% !important;
  padding-right: 0px !important;
}
/* line 76, ../sass/theme/pages/_home.scss */
#usu_homepage .usuhs-home-page-pub-pane img,
#usu_homepage .usuhs-home-page-pub-pane-last img {
  width: 160px;
}
/* line 80, ../sass/theme/pages/_home.scss */
#usu_homepage .usuhs-home-page-pub-pane .view,
#usu_homepage .usuhs-home-page-pub-pane-last .view {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 87, ../sass/theme/pages/_home.scss */
#usu_homepage .usuhs-home-page-pub-pane-last {
  padding-right: 7.65% !important;
}
/* line 91, ../sass/theme/pages/_home.scss */
#usu_homepage .panel_pane {
  padding: 0px;
  background-color: transparent;
}
/* line 96, ../sass/theme/pages/_home.scss */
#usu_homepage .usuhs-home-page-pub-pane-last + .panel-pane {
  float: left;
}
/* line 101, ../sass/theme/pages/_home.scss */
#usu_homepage .view-publications .views-row {
  border-right: 1px dotted #ccc;
  padding: 0;
  text-align: center;
  /*width: 33%;*/
}
/* line 108, ../sass/theme/pages/_home.scss */
#usu_homepage .view-publications .views-row-last {
  border-right: none;
}
/* line 114, ../sass/theme/pages/_home.scss */
#usu_homepage .view-publications .views-field-field-featured-image img {
  margin: 0 auto;
  width: 140px;
}
/* line 120, ../sass/theme/pages/_home.scss */
#usu_homepage .view-publications .views-field-title {
  height: 3em;
  line-height: 1.25em;
  margin-top: 10px;
  width: auto;
}
/* line 128, ../sass/theme/pages/_home.scss */
#usu_homepage a.slideshowlink {
  color: white;
}
/* line 132, ../sass/theme/pages/_home.scss */
#usu_homepage .pane-featured-events-panel-pane-1 {
  background-color: #00182B !important;
  margin-top: 6px;
  padding-bottom: 1%;
}
/* line 139, ../sass/theme/pages/_home.scss */
#usu_homepage .pane-featured-events-panel-pane-1 .view-featured-events {
  /*position: relative; */
  left: 20px;
  width: 100%;
  left: 10%;
  display: block;
  background-color: #00182B;
  height: 150px;
}
/* line 148, ../sass/theme/pages/_home.scss */
#usu_homepage .pane-featured-events-panel-pane-1 .view-featured-events .view-header {
  float: left;
  width: 19%;
  height: 100%;
  background-color: #000000;
  color: #FFFFFF;
}
/* line 155, ../sass/theme/pages/_home.scss */
#usu_homepage .pane-featured-events-panel-pane-1 .view-featured-events .view-header h2 {
  color: white;
  position: relative;
  left: 20px;
  top: -5px;
}
/* line 161, ../sass/theme/pages/_home.scss */
#usu_homepage .pane-featured-events-panel-pane-1 .view-featured-events .view-header p {
  color: #428BCA;
  position: relative;
  left: 20px;
  top: -20px;
}
/* line 168, ../sass/theme/pages/_home.scss */
#usu_homepage .pane-featured-events-panel-pane-1 .view-featured-events .view-header a:visited, #usu_homepage .pane-featured-events-panel-pane-1 .view-featured-events .view-header a:link, #usu_homepage .pane-featured-events-panel-pane-1 .view-featured-events .view-header a:active {
  color: #909090;
  text-decoration: none;
}
/* line 175, ../sass/theme/pages/_home.scss */
#usu_homepage .pane-featured-events-panel-pane-1 .view-featured-events .view-content {
  margin-left: 10px;
}
/* line 178, ../sass/theme/pages/_home.scss */
#usu_homepage .pane-featured-events-panel-pane-1 .view-featured-events .view-content .views-field-title a {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 183, ../sass/theme/pages/_home.scss */
#usu_homepage .pane-featured-events-panel-pane-1 .view-featured-events .view-content .views-row {
  float: left;
  color: #FFFFFF;
  width: 190px;
  position: relative;
  top: 10px;
  margin-left: 40px;
}
/* line 190, ../sass/theme/pages/_home.scss */
#usu_homepage .pane-featured-events-panel-pane-1 .view-featured-events .view-content .views-row .views-field-title {
  max-height: 120px;
  overflow: hidden;
}
/* line 195, ../sass/theme/pages/_home.scss */
#usu_homepage .pane-featured-events-panel-pane-1 .view-featured-events .view-content .views-row .views-field-field-event-date-time .views-label, #usu_homepage .pane-featured-events-panel-pane-1 .view-featured-events .view-content .views-row .views-field-field-event-date-time .date-display-single {
  font-size: 80%;
}

@media (max-width: 980px) {
  /* line 206, ../sass/theme/pages/_home.scss */
  #main {
    /* Events View */
  }
  /* line 207, ../sass/theme/pages/_home.scss */
  #main .pane-usu-slider-panel-pane-1 {
    display: none;
  }
  /* line 209, ../sass/theme/pages/_home.scss */
  #main .pane-usu-slider-panel-pane-1 a {
    color: #cccccc;
  }
  /* line 215, ../sass/theme/pages/_home.scss */
  #main .pane-featured-events-panel-pane-1 {
    background-color: #00182B !important;
    padding-bottom: 30px !important;
  }
  /* line 219, ../sass/theme/pages/_home.scss */
  #main .pane-featured-events-panel-pane-1 .view-featured-events {
    width: 100%;
    display: block;
  }
  /* line 222, ../sass/theme/pages/_home.scss */
  #main .pane-featured-events-panel-pane-1 .view-featured-events .view-header {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  /* line 236, ../sass/theme/pages/_home.scss */
  #page #main #content .pane-featured-events-panel-pane-1 {
    display: inline-block !important;
    overflow: hidden;
  }
  /* line 240, ../sass/theme/pages/_home.scss */
  #page #main #content .view-featured-events {
    position: relative;
    /*margin-top: 30px;*/
    left: 50px;
    z-index: 500;
  }
  /* line 247, ../sass/theme/pages/_home.scss */
  #page #main #content .view-featured-events h2 {
    left: 0px;
    top: 10px;
    width: 200px;
  }
  /* line 253, ../sass/theme/pages/_home.scss */
  #page #main #content .view-featured-events p {
    position: absolute;
    top: 25px;
    left: 170px;
    z-index: 500;
  }
}
@media (max-width: 480px) {
  /* line 269, ../sass/theme/pages/_home.scss */
  body.page-home .inside.panels-flexible-region-inside.panels-flexible-region-usu_box_1_top_4_down_box_v2-bottom_right_region-inside.panels-flexible-region-inside-last {
    display: none;
  }
}
@media (max-width: 360px) {
  /* line 279, ../sass/theme/pages/_home.scss */
  #main #content .view-featured-events {
    z-index: 650 !important;
  }
}
/* Apply Page */
/* line 5, ../sass/theme/pages/_apply.scss */
.page-apply .panels-flexible-region-admissions_apply-top_left .panel-pane {
  min-height: 320px;
}
/* line 10, ../sass/theme/pages/_apply.scss */
.page-apply .panels-flexible-region-admissions_apply-top_right .panel-pane {
  min-height: 320px;
}
/* line 15, ../sass/theme/pages/_apply.scss */
.page-apply .panels-flexible-row-admissions_apply-1,
.page-apply .panels-flexible-row-admissions_apply-2,
.page-apply .panels-flexible-row-admissions_apply-3 {
  padding: 0px;
}
/* line 19, ../sass/theme/pages/_apply.scss */
.page-apply .panels-flexible-row-admissions_apply-1 .panel-pane,
.page-apply .panels-flexible-row-admissions_apply-2 .panel-pane,
.page-apply .panels-flexible-row-admissions_apply-3 .panel-pane {
  position: relative;
}
/* line 30, ../sass/theme/pages/_apply.scss */
.page-apply .panels-flexible-region-admissions_apply-middle_left .field-item,
.page-apply .panels-flexible-region-admissions_apply-middle_center .field-item,
.page-apply .panels-flexible-region-admissions_apply-middle_right .field-item,
.page-apply .panels-flexible-region-admissions_apply-bottom_left .field-item,
.page-apply .panels-flexible-region-admissions_apply-bottom_center .field-item,
.page-apply .panels-flexible-region-admissions_apply-bottom_right .field-item {
  min-height: 570px;
}

/* line 37, ../sass/theme/pages/_apply.scss */
.apply-button-group {
  position: absolute;
  bottom: 10px;
  width: 385px;
  margin-left: 18%;
  height: 40px;
}

/* line 46, ../sass/theme/pages/_apply.scss */
.apply-button {
  margin-left: 5%;
  float: left;
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #3E3C3C;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}

/* line 60, ../sass/theme/pages/_apply.scss */
.learn-more-button {
  float: left;
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #3E3C3C;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}

/* User Page */
/* line 4, ../sass/theme/pages/_user.scss */
.page-user .panel-pane {
  padding: 10px;
}

/* Bic Page Adjustments */
/* line 3, ../sass/theme/pages/_bic.scss */
img#hyper {
  padding-left: 50px;
  padding-right: 50px;
}

/*Calendar Page */
/* line 4, ../sass/theme/pages/_calendar.scss */
#quicktabs-calendars .ui-tabs-panel {
  padding: 1em;
}
/* line 7, ../sass/theme/pages/_calendar.scss */
#quicktabs-calendars .ui-tabs-panel article {
  margin-bottom: 0px;
  background: none;
  box-shadow: none;
}
/* line 12, ../sass/theme/pages/_calendar.scss */
#quicktabs-calendars .ui-tabs-panel article .field-name-body {
  padding: 0px;
}
/* line 16, ../sass/theme/pages/_calendar.scss */
#quicktabs-calendars .ui-tabs-panel article iframe {
  border: none;
  overflow: hidden;
}

/* line 26, ../sass/theme/pages/_calendar.scss */
.page-node-82 td a, .page-node-82 td a:link, .page-node-82 td a:visited, .page-node-82 td a:active {
  text-decoration: none;
  color: black;
}
/* line 30, ../sass/theme/pages/_calendar.scss */
.page-node-82 td a:hover {
  text-decoration: underline;
}

/* Alumni Page Tweaks */
/* line 4, ../sass/theme/pages/_alumni.scss */
.page-alumni .pane-fpid-502 {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 13, ../sass/theme/pages/_alumni.scss */
.page-alumni .alumni-middle-row .panel-pane {
  height: auto;
}
/* line 17, ../sass/theme/pages/_alumni.scss */
.page-alumni .alumni-middle-row .panels-flexible-region-alumni_layout_page-left_top_middle-inside .panel-pane {
  margin-bottom: 13px;
  height: 125px;
}
/* line 22, ../sass/theme/pages/_alumni.scss */
.page-alumni .alumni-middle-row .pane-fpid-500 {
  margin-right: 5px;
}
/* line 28, ../sass/theme/pages/_alumni.scss */
.page-alumni .panels-flexible-row-alumni_layout_page-3 .panel-pane {
  height: 700px;
}
/* line 33, ../sass/theme/pages/_alumni.scss */
.page-alumni .pane-fpid-504 {
  position: absolute;
  z-index: 999;
  top: -44px;
  height: 20px;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}
/* line 43, ../sass/theme/pages/_alumni.scss */
.page-alumni .pane-fpid-504 #alumni_social_media {
  position: relative;
}
/* line 46, ../sass/theme/pages/_alumni.scss */
.page-alumni .pane-fpid-504 #alumni_social_media li {
  display: inline-block;
  list-style-type: none;
}

/* MyUSU Page Tweaks */
/* line 4, ../sass/theme/pages/_myusu.scss */
.page-myusu .panels-flexible-row-inside-first {
  height: auto;
}
/* line 7, ../sass/theme/pages/_myusu.scss */
.page-myusu .panels-flexible-row-inside-first .panels-flexible-region {
  height: auto !important;
}
/* line 9, ../sass/theme/pages/_myusu.scss */
.page-myusu .panels-flexible-row-inside-first .panels-flexible-region .panel-pane {
  height: auto;
}

/* Students Page Tweaks */
/* line 4, ../sass/theme/pages/_students.scss */
.panels-flexible-region-students_page_layout-top_center .panel-pane {
  /*height: 480px!important;*/
}
/* line 7, ../sass/theme/pages/_students.scss */
.panels-flexible-region-students_page_layout-top_center .panel-pane .menu {
  height: 100%;
}
/* line 9, ../sass/theme/pages/_students.scss */
.panels-flexible-region-students_page_layout-top_center .panel-pane .menu li {
  list-style-image: none;
  list-style-type: none;
  margin: 5px;
  text-align: center !important;
  margin-left: -20px;
  background-color: #325E81 !important;
  height: 50px !important;
}
/* line 19, ../sass/theme/pages/_students.scss */
.panels-flexible-region-students_page_layout-top_center .panel-pane .menu li .menu__link {
  position: relative;
  top: 13px;
  color: white;
  text-decoration: none;
  font-size: 28px;
}

/* line 31, ../sass/theme/pages/_students.scss */
.page-students .panels-flexible-row-inside-first {
  height: auto;
}
/* line 34, ../sass/theme/pages/_students.scss */
.page-students .panels-flexible-row-inside-first .panels-flexible-region {
  height: auto !important;
}
/* line 36, ../sass/theme/pages/_students.scss */
.page-students .panels-flexible-row-inside-first .panels-flexible-region .panel-pane {
  height: auto;
}
/* line 43, ../sass/theme/pages/_students.scss */
.page-students ul.quicktabs-tabs li {
  width: 23% !important;
}
/* line 46, ../sass/theme/pages/_students.scss */
.page-students #quicktabs-container-student_tabs {
  min-height: 550px;
}
/* line 48, ../sass/theme/pages/_students.scss */
.page-students #quicktabs-container-student_tabs h2.pane-title {
  padding-left: 15px;
}

/* page-about-contact-info Tweaks ie A-Z link */
/* line 5, ../sass/theme/pages/_about-contact-info.scss */
.page-about-contact-info .ui-accordion-content-active {
  height: auto !important;
}

/* Apply Page */
/* line 3, ../sass/theme/pages/_admissions-apply.scss */
.panels-flexible-region-admissions_apply-top_left {
  float: left;
  width: 25%;
}

/* line 7, ../sass/theme/pages/_admissions-apply.scss */
.panels-flexible-region-admissions_apply-top_right {
  float: left;
  width: 75%;
}

/* line 13, ../sass/theme/pages/_admissions-apply.scss */
.panels-flexible-region-admissions_apply-top_description {
  float: left;
  width: 100%;
}

/* line 18, ../sass/theme/pages/_admissions-apply.scss */
.panels-flexible-region-admissions_apply-middle_left,
.panels-flexible-region-admissions_apply-middle_center,
.panels-flexible-region-admissions_apply-middle_right,
.panels-flexible-region-admissions_apply-bottom_left,
.panels-flexible-region-admissions_apply-bottom_center,
.panels-flexible-region-admissions_apply-bottom_right {
  float: left;
  width: 33.3333%;
}

/**
* SC2I pages namespace
**/
/* line 5, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i,
body.section-sc2i {
  background-color: #efefef;
  background-image: none;
}
/* line 11, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content,
body.section-sc2i #content {
  font-family: proxima-nova-n1, proxima-nova, 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
/* line 19, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content p,
body.section-sc2i #content p {
  margin: 0 0 20px;
}
/* line 23, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content h2,
body.section-sc2i #content h2 {
  border-bottom: 1px solid #ebebeb;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 15px;
  color: #552D86;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
  padding-left: 0px;
}
/* line 38, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content .sc2i-news-recent-posts h2.pane-title,
body.section-sc2i #content .sc2i-news-recent-posts h2.pane-title {
  border-bottom: 1px solid #ebebeb;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 40px 0px;
  font-size: 26px;
  line-height: 32px;
}
/* line 47, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content .panel-pane,
body.section-sc2i #content .panel-pane {
  -moz-box-shadow: none;
  -webkit-box-shadow: noen;
  box-shadow: none;
}
/* line 54, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content .panel-pane.radix-layouts-header,
body.section-sc2i #content .panel-pane.radix-layouts-header {
  padding-top: 0px;
}
/* line 58, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content .panel-pane h3,
body.section-sc2i #content .panel-pane h3 {
  line-height: 1.3;
  font-size: 20px;
  color: #3a3a3a;
  margin: 0 0 5px;
}
/* line 64, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content .panel-pane h3 a,
body.section-sc2i #content .panel-pane h3 a {
  color: #3a3a3a;
  font-size: 20px;
}
/* line 69, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content .panel-pane h3 a:hover,
body.section-sc2i #content .panel-pane h3 a:hover {
  color: #2d87cc;
  text-decoration: none;
}
/* line 76, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content .panel-pane .field-name-field-featured-image img,
body.section-sc2i #content .panel-pane .field-name-field-featured-image img {
  width: 100%;
  margin-bottom: 15px;
}
/* line 82, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content .panel-pane .field-type-text-with-summary,
body.section-sc2i #content .panel-pane .field-type-text-with-summary {
  padding: 0px;
}
/* line 86, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content .panel-pane .view,
body.section-sc2i #content .panel-pane .view {
  padding: 0;
}
/* line 89, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content .panel-pane .views-row-odd,
body.page-sc2i #content .panel-pane .views-row-even,
body.section-sc2i #content .panel-pane .views-row-odd,
body.section-sc2i #content .panel-pane .views-row-even {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ebebeb;
}
/* line 96, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content .panel-pane .views-row-last,
body.section-sc2i #content .panel-pane .views-row-last {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 103, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content .node,
body.section-sc2i #content .node {
  background-color: transparent;
  box-shadow: none;
  overflow: hidden;
  margin: 0px;
}
/* line 112, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content .pane-section-flexsliders-sc2i-tools .tools-flexslider-header .tools-flexslider-header-image,
body.section-sc2i #content .pane-section-flexsliders-sc2i-tools .tools-flexslider-header .tools-flexslider-header-image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
}
/* line 119, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content .pane-section-flexsliders-sc2i-tools .tools-flexslider-header .tools-flexslider-header-image .intro-top,
body.section-sc2i #content .pane-section-flexsliders-sc2i-tools .tools-flexslider-header .tools-flexslider-header-image .intro-top {
  font-family: proxima-nova-n1, proxima-nova, 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.6;
  color: white;
  bottom: 18px;
  left: 9px;
  position: absolute;
  margin: 0px;
  padding-right: 9px;
}
/* line 132, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content .pane-section-flexsliders-sc2i-tools .tools-flexslider-header .intro-bottom,
body.section-sc2i #content .pane-section-flexsliders-sc2i-tools .tools-flexslider-header .intro-bottom {
  margin-top: 9px;
  margin-left: 9px;
  margin-bottom: 9px;
  font-family: proxima-nova-n1, proxima-nova, 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: purple;
}
/* line 143, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content .pane-section-flexsliders-sc2i-tools p,
body.section-sc2i #content .pane-section-flexsliders-sc2i-tools p {
  font-size: 16px;
}
/* line 147, ../sass/theme/pages/_sc2i.scss */
body.page-sc2i #content .pane-section-flexsliders-sc2i-tools .flex-viewport,
body.section-sc2i #content .pane-section-flexsliders-sc2i-tools .flex-viewport {
  height: 400px;
}
@media (max-width: 980px) {
  /* line 155, ../sass/theme/pages/_sc2i.scss */
  body.page-sc2i #header #sc2i_main_menu,
  body.section-sc2i #header #sc2i_main_menu {
    top: -100px !important;
    height: 0px;
    position: relative !important;
  }
}
@media (max-width: 768px) {
  /* line 167, ../sass/theme/pages/_sc2i.scss */
  body.page-sc2i #content .pane-section-flexsliders-sc2i-tools .tools-flexslider-header .tools-flexslider-header-image .intro-top,
  body.section-sc2i #content .pane-section-flexsliders-sc2i-tools .tools-flexslider-header .tools-flexslider-header-image .intro-top {
    bottom: 18px;
    left: 96px;
  }
}
@media (max-width: 520px) {
  /* line 184, ../sass/theme/pages/_sc2i.scss */
  body.page-sc2i #content .pane-section-flexsliders-sc2i-tools .tools-flexslider-header .tools-flexslider-header-image .intro-top,
  body.section-sc2i #content .pane-section-flexsliders-sc2i-tools .tools-flexslider-header .tools-flexslider-header-image .intro-top {
    font-size: 1.0rem;
    line-height: 1.2;
  }
}
@media (max-width: 360px) {
  /* line 201, ../sass/theme/pages/_sc2i.scss */
  body.page-sc2i #content .pane-section-flexsliders-sc2i-tools .tools-flexslider-header .tools-flexslider-header-image .intro-top,
  body.section-sc2i #content .pane-section-flexsliders-sc2i-tools .tools-flexslider-header .tools-flexslider-header-image .intro-top {
    font-size: 0.75rem;
    line-height: 1.1;
  }
}

/**
* CPDR pages namespace
**/
/* line 5, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .panel-display {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 15, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr.cpdr-home-page #content .panel-pane h2 {
  padding: 0 0 15px;
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 600;
}
/* line 21, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr.cpdr-home-page #content .panel-pane h2 a, body.page-cpdr.cpdr-home-page #content .panel-pane h2 a:link {
  font-size: 20px;
  font-weight: 600;
}

/* line 30, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr,
body.section-cpdr {
  background-color: white;
  background-image: none;
}
/* line 36, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content,
body.section-cpdr #content {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  -webkit-font-smoothing: antialiased;
}
/* line 44, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content p,
body.section-cpdr #content p {
  margin: 0 0 20px;
}
/* line 48, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content h2,
body.section-cpdr #content h2 {
  border-bottom: 1px solid #ebebeb;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 3px;
  color: #222;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.3;
  padding-left: 0px;
}
/* line 64, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .cpdr-news-recent-posts h2.pane-title,
body.section-cpdr #content .cpdr-news-recent-posts h2.pane-title {
  border-bottom: 1px solid #ebebeb;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 40px 0px;
  font-size: 26px;
  line-height: 32px;
}
/* line 73, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .panel-pane,
body.section-cpdr #content .panel-pane {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: noen;
  box-shadow: none;
  overflow: hidden;
}
/* line 82, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .panel-pane.radix-layouts-header,
body.section-cpdr #content .panel-pane.radix-layouts-header {
  padding-top: 0px;
}
/* line 88, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .panel-pane h3,
body.section-cpdr #content .panel-pane h3 {
  line-height: 1.3;
  font-size: 20px;
  color: #3a3a3a;
  margin: 0 0 5px;
}
/* line 94, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .panel-pane h3 a,
body.section-cpdr #content .panel-pane h3 a {
  color: #3a3a3a;
  font-size: 20px;
}
/* line 99, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .panel-pane h3 a:hover,
body.section-cpdr #content .panel-pane h3 a:hover {
  color: #2d87cc;
  text-decoration: none;
}
/* line 106, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .panel-pane .field-name-field-featured-image img,
body.section-cpdr #content .panel-pane .field-name-field-featured-image img {
  width: 100%;
  margin-bottom: 15px;
}
/* line 112, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .panel-pane .field-type-text-with-summary,
body.section-cpdr #content .panel-pane .field-type-text-with-summary {
  padding: 0px;
}
/* line 116, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .panel-pane .view,
body.section-cpdr #content .panel-pane .view {
  padding: 0;
}
/* line 119, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .panel-pane .views-row-odd,
body.page-cpdr #content .panel-pane .views-row-even,
body.section-cpdr #content .panel-pane .views-row-odd,
body.section-cpdr #content .panel-pane .views-row-even {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ebebeb;
}
/* line 126, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .panel-pane .views-row-last,
body.section-cpdr #content .panel-pane .views-row-last {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 133, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .node,
body.section-cpdr #content .node {
  background-color: transparent;
  box-shadow: none;
  overflow: hidden;
  margin: 0px;
}
/* line 141, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .panels-flexible-admissions_apply .panels-flexible-row,
body.section-cpdr .panels-flexible-admissions_apply .panels-flexible-row {
  padding: 0px;
}
/* line 148, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .twtb .flexslider ul, body.page-cpdr .twtb .flexslider ol,
body.section-cpdr .twtb .flexslider ul,
body.section-cpdr .twtb .flexslider ol {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 153, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .twtb .flexslider .flex-control-nav,
body.section-cpdr .twtb .flexslider .flex-control-nav {
  bottom: -50px;
}
/* line 160, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .node-cpdr-message .group-left,
body.section-cpdr .node-cpdr-message .group-left {
  width: 33.333%;
  padding-right: 15px;
}
/* line 163, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .node-cpdr-message .group-left img,
body.section-cpdr .node-cpdr-message .group-left img {
  max-width: 100%;
  width: 100%;
}
/* line 168, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .node-cpdr-message .group-right,
body.section-cpdr .node-cpdr-message .group-right {
  width: 66.666%;
  padding-left: 15px;
}
/* line 174, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .view-usu-slider,
body.section-cpdr .view-usu-slider {
  margin-top: -40px;
}
/* line 179, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .view .date-nav-wrapper .date-prev,
body.section-cpdr #content .view .date-nav-wrapper .date-prev {
  margin-right: 24px;
}
/* line 185, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .view-display-id-upcoming_events .views-row,
body.section-cpdr #content .view-display-id-upcoming_events .views-row {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
/* line 192, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .view-display-id-upcoming_events .views-row h4,
body.section-cpdr #content .view-display-id-upcoming_events .views-row h4 {
  font-size: 20px;
  font-weight: 400;
}
/* line 199, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .panel-pane.cpdr-upcoming-events-all,
body.section-cpdr #content .panel-pane.cpdr-upcoming-events-all {
  padding-top: 0px;
}
/* line 202, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .panel-pane.cpdr-upcoming-events-all ul,
body.section-cpdr #content .panel-pane.cpdr-upcoming-events-all ul {
  margin: 0px;
  padding: 0px;
}
/* line 205, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .panel-pane.cpdr-upcoming-events-all ul li,
body.section-cpdr #content .panel-pane.cpdr-upcoming-events-all ul li {
  list-style: none;
}
/* line 208, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .panel-pane.cpdr-upcoming-events-all ul a,
body.section-cpdr #content .panel-pane.cpdr-upcoming-events-all ul a {
  font-size: 15px;
  font-weight: 600;
}
/* line 219, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .calendar-calendar td span.date-display-single,
body.page-cpdr .calendar-calendar td span.date-display-start,
body.page-cpdr .calendar-calendar td span.date-display-end,
body.page-cpdr .calendar-calendar td span.date-display-separator,
body.section-cpdr .calendar-calendar td span.date-display-single,
body.section-cpdr .calendar-calendar td span.date-display-start,
body.section-cpdr .calendar-calendar td span.date-display-end,
body.section-cpdr .calendar-calendar td span.date-display-separator {
  line-height: 1.0;
}
/* line 227, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .calendar-calendar td .dayview div.date-display-range,
body.section-cpdr .calendar-calendar td .dayview div.date-display-range {
  font-weight: normal;
  display: inline;
}
/* line 235, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .calendar-calendar .views-field-title,
body.section-cpdr .calendar-calendar .views-field-title {
  padding-top: 3px;
  line-height: 1.0;
}
/* line 240, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .calendar-calendar .month-view .multi-day,
body.section-cpdr .calendar-calendar .month-view .multi-day {
  line-height: 20px;
}
/* line 247, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .calendar-calendar .month-view .full tr.single-day .no-entry,
body.section-cpdr .calendar-calendar .month-view .full tr.single-day .no-entry {
  height: 75px !important;
  line-height: 75px;
}
/* line 252, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .calendar-calendar .month-view .full tr.single-day div.monthview,
body.section-cpdr .calendar-calendar .month-view .full tr.single-day div.monthview {
  border: 1px solid #ccc;
  background: none;
  word-wrap: break-word;
}
/* line 260, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .calendar-calendar .month-view .full tr.multi-day div.monthview,
body.section-cpdr .calendar-calendar .month-view .full tr.multi-day div.monthview {
  border: 1px solid #ccc;
  background: none;
  word-wrap: break-word;
}
/* line 266, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .calendar-calendar .month-view .full tr.multi-day .inner .monthview .cutoff,
body.page-cpdr .calendar-calendar .month-view .full tr.multi-day .inner .monthview .continues,
body.section-cpdr .calendar-calendar .month-view .full tr.multi-day .inner .monthview .cutoff,
body.section-cpdr .calendar-calendar .month-view .full tr.multi-day .inner .monthview .continues {
  border: none;
  background: none;
}
/* line 279, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .calendar-calendar .week-view .full tr.single-day .no-entry,
body.page-cpdr .calendar-calendar .day-view .full tr.single-day .no-entry,
body.section-cpdr .calendar-calendar .week-view .full tr.single-day .no-entry,
body.section-cpdr .calendar-calendar .day-view .full tr.single-day .no-entry {
  height: 75px !important;
  line-height: 75px;
}
/* line 286, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .calendar-calendar .week-view .full div.single-day div.weekview,
body.page-cpdr .calendar-calendar .week-view .full div.single-day div.dayview,
body.page-cpdr .calendar-calendar .day-view .full div.single-day div.weekview,
body.page-cpdr .calendar-calendar .day-view .full div.single-day div.dayview,
body.section-cpdr .calendar-calendar .week-view .full div.single-day div.weekview,
body.section-cpdr .calendar-calendar .week-view .full div.single-day div.dayview,
body.section-cpdr .calendar-calendar .day-view .full div.single-day div.weekview,
body.section-cpdr .calendar-calendar .day-view .full div.single-day div.dayview {
  border: 1px solid #ccc;
  background: white;
  word-wrap: break-word;
}
/* line 295, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .calendar-calendar .week-view .full div.single-day div.dayview,
body.page-cpdr .calendar-calendar .day-view .full div.single-day div.dayview,
body.section-cpdr .calendar-calendar .week-view .full div.single-day div.dayview,
body.section-cpdr .calendar-calendar .day-view .full div.single-day div.dayview {
  padding-top: 3px;
}
/* line 301, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .calendar-calendar .week-view .full td.multi-day div.weekview,
body.page-cpdr .calendar-calendar .day-view .full td.multi-day div.weekview,
body.section-cpdr .calendar-calendar .week-view .full td.multi-day div.weekview,
body.section-cpdr .calendar-calendar .day-view .full td.multi-day div.weekview {
  border: 1px solid #ccc;
  background: none;
  word-wrap: break-word;
}
/* line 307, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .calendar-calendar .week-view .full td.multi-day div.dayview,
body.page-cpdr .calendar-calendar .day-view .full td.multi-day div.dayview,
body.section-cpdr .calendar-calendar .week-view .full td.multi-day div.dayview,
body.section-cpdr .calendar-calendar .day-view .full td.multi-day div.dayview {
  border: 1px solid #ccc;
  background: none;
  color: #777;
  height: 18px !important;
}
/* line 314, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff,
body.page-cpdr .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
body.page-cpdr .calendar-calendar .day-view .full td.multi-day .inner .weekview .cutoff,
body.page-cpdr .calendar-calendar .day-view .full td.multi-day .inner .weekview .continues,
body.section-cpdr .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff,
body.section-cpdr .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
body.section-cpdr .calendar-calendar .day-view .full td.multi-day .inner .weekview .cutoff,
body.section-cpdr .calendar-calendar .day-view .full td.multi-day .inner .weekview .continues {
  border: none;
  background: none;
}
/* line 322, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .calendar-calendar .week-view .multi-day,
body.page-cpdr .calendar-calendar .day-view .multi-day,
body.section-cpdr .calendar-calendar .week-view .multi-day,
body.section-cpdr .calendar-calendar .day-view .multi-day {
  line-height: 1.1;
}
/* line 327, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .calendar-calendar div.calendar,
body.section-cpdr .calendar-calendar div.calendar {
  font-size: 12px;
}
/* line 330, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr .calendar-calendar div.day,
body.section-cpdr .calendar-calendar div.day {
  width: auto;
}
/* line 337, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .cpdr-recent-post-article .entry-date,
body.section-cpdr #content .cpdr-recent-post-article .entry-date {
  width: 70px;
  text-align: right;
  float: left;
  margin: 6px 30px 0 0;
}
/* line 343, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .cpdr-recent-post-article .entry-date .day,
body.section-cpdr #content .cpdr-recent-post-article .entry-date .day {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
/* line 348, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .cpdr-recent-post-article .entry-date .month,
body.section-cpdr #content .cpdr-recent-post-article .entry-date .month {
  display: block;
  line-height: 1.5;
}
/* line 352, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .cpdr-recent-post-article .entry-date .year,
body.section-cpdr #content .cpdr-recent-post-article .entry-date .year {
  text-align: right;
}
/* line 359, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .cpdr-recent-post-article h1.entry-title a,
body.page-cpdr #content .cpdr-recent-post-article h3.entry-title a,
body.section-cpdr #content .cpdr-recent-post-article h1.entry-title a,
body.section-cpdr #content .cpdr-recent-post-article h3.entry-title a {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.3;
  color: #2d87cc;
  text-decoration: none;
}
/* line 369, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .cpdr-recent-post-article h1.entry-title a:hover,
body.page-cpdr #content .cpdr-recent-post-article h3.entry-title a:hover,
body.section-cpdr #content .cpdr-recent-post-article h1.entry-title a:hover,
body.section-cpdr #content .cpdr-recent-post-article h3.entry-title a:hover {
  color: #2c343a;
  text-decoration: none;
}
/* line 375, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .cpdr-recent-post-article .entry-body,
body.section-cpdr #content .cpdr-recent-post-article .entry-body {
  overflow: hidden;
}
/* line 379, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .cpdr-recent-post-article .entry-meta,
body.section-cpdr #content .cpdr-recent-post-article .entry-meta {
  margin: 0 0 10px;
  color: #2c343a;
}
/* line 391, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .node-cpdr-events h2,
body.section-cpdr #content .node-cpdr-events h2 {
  font-size: 33px;
  font-weight: 600;
  color: #444;
  border: none;
}
/* line 398, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .node-cpdr-events .event-content,
body.section-cpdr #content .node-cpdr-events .event-content {
  overflow: hidden;
  padding-bottom: 30px;
}
/* line 403, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .node-cpdr-events .event-date-start,
body.page-cpdr #content .node-cpdr-events .event-date-end,
body.section-cpdr #content .node-cpdr-events .event-date-start,
body.section-cpdr #content .node-cpdr-events .event-date-end {
  font-weight: normal;
  font-size: 16px;
  color: #898989;
}
/* line 410, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .node-cpdr-events span.event_meta_title,
body.section-cpdr #content .node-cpdr-events span.event_meta_title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  color: #535353;
  margin: 0 0 10px;
  line-height: 1.2em;
}
/* line 420, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .node-cpdr-events .field-type-text-with-summary,
body.section-cpdr #content .node-cpdr-events .field-type-text-with-summary {
  border-top: 1px solid #ebebeb;
  padding-top: 25px;
  margin-top: 25px;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 428, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .node-cpdr-events .events-cal-links,
body.section-cpdr #content .node-cpdr-events .events-cal-links {
  margin-bottom: 1.75em;
}
/* line 432, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .node-cpdr-events .events-event-meta,
body.section-cpdr #content .node-cpdr-events .events-event-meta {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 0px;
}
/* line 438, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .node-cpdr-events .events-event-meta .events-event-meta-group-detail,
body.section-cpdr #content .node-cpdr-events .events-event-meta .events-event-meta-group-detail {
  margin: 0 0 20px;
  padding: 0 4%;
  text-align: left;
  vertical-align: top;
}
/* line 445, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .node-cpdr-events .events-event-meta .events-event-meta-group-detail .events-single-section-title,
body.section-cpdr #content .node-cpdr-events .events-event-meta .events-event-meta-group-detail .events-single-section-title {
  font-size: 17px;
  font-weight: 700;
  margin: 20px 0 10px;
}
/* line 451, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .node-cpdr-events .events-event-meta .events-event-meta-group-detail .events-venue-map,
body.section-cpdr #content .node-cpdr-events .events-event-meta .events-event-meta-group-detail .events-venue-map {
  margin-top: 20px;
  background: #eee;
  border: 1px solid #ddd;
  padding: 5px;
  text-align: center;
}
/* line 459, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .node-cpdr-events .events-event-meta dl,
body.section-cpdr #content .node-cpdr-events .events-event-meta dl {
  margin: 0px;
}
/* line 462, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .node-cpdr-events .events-event-meta dt,
body.section-cpdr #content .node-cpdr-events .events-event-meta dt {
  clear: left;
  font-weight: 700;
  line-height: 1;
  list-style: none;
}
/* line 468, ../sass/theme/pages/_cpdr.scss */
body.page-cpdr #content .node-cpdr-events .events-event-meta dd,
body.section-cpdr #content .node-cpdr-events .events-event-meta dd {
  float: none;
  line-height: 1.5;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

/**
* CHIRP pages namespace
**/
/* line 4, ../sass/theme/pages/_chirp.scss */
.page-chirp {
  /*  #content {
      margin-left: -15px;
      margin-right: -15px;
    }
  
    .panel-flexible {
      margin-left: 15px;
      margin-right: 15px;
    }
  
    .panels-flexible-admissions_apply .panels-flexible-row {
      padding: 0px;
    }
  
    // Homepage flexslider
    .twtb {
      .flexslider {
        ul, ol {
          margin-top: 0px;
          margin-bottom: 0px;
        }
  
        .flex-control-nav {
          bottom: -50px;
        }      
      }
    }*/
}

/**
* CGHE pages namespace
**/
/* line 5, ../sass/theme/pages/_cghe.scss */
body.page-cghe .panel-display {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 15, ../sass/theme/pages/_cghe.scss */
body.page-cghe.cghe-home-page #content .panel-pane h2 {
  padding: 0 0 15px;
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 600;
}
/* line 21, ../sass/theme/pages/_cghe.scss */
body.page-cghe.cghe-home-page #content .panel-pane h2 a, body.page-cghe.cghe-home-page #content .panel-pane h2 a:link {
  font-size: 20px;
  font-weight: 600;
}

/* line 30, ../sass/theme/pages/_cghe.scss */
body.page-cghe,
body.section-cghe {
  background-color: white;
  background-image: none;
}
/* line 36, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content,
body.section-cghe #content {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  -webkit-font-smoothing: antialiased;
}
/* line 44, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content p,
body.section-cghe #content p {
  margin: 0 0 20px;
}
/* line 48, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content h2,
body.section-cghe #content h2 {
  border-bottom: 1px solid #ebebeb;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 15px;
  color: #222;
  font-size: 38px;
  font-weight: normal;
  line-height: 1.3;
  padding-left: 0px;
}
/* line 63, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .cghe-news-recent-posts h2.pane-title,
body.section-cghe #content .cghe-news-recent-posts h2.pane-title {
  border-bottom: 1px solid #ebebeb;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 40px 0px;
  font-size: 26px;
  line-height: 32px;
}
/* line 72, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .panel-pane,
body.section-cghe #content .panel-pane {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: noen;
  box-shadow: none;
  overflow: hidden;
  padding-top: 40px;
}
/* line 81, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .panel-pane.radix-layouts-header,
body.section-cghe #content .panel-pane.radix-layouts-header {
  padding-top: 0px;
}
/* line 87, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .panel-pane h3,
body.section-cghe #content .panel-pane h3 {
  line-height: 1.3;
  font-size: 20px;
  color: #3a3a3a;
  margin: 0 0 5px;
}
/* line 93, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .panel-pane h3 a,
body.section-cghe #content .panel-pane h3 a {
  color: #3a3a3a;
  font-size: 20px;
}
/* line 98, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .panel-pane h3 a:hover,
body.section-cghe #content .panel-pane h3 a:hover {
  color: #2d87cc;
  text-decoration: none;
}
/* line 105, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .panel-pane .field-name-field-featured-image img,
body.section-cghe #content .panel-pane .field-name-field-featured-image img {
  width: 100%;
  margin-bottom: 15px;
}
/* line 111, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .panel-pane .field-type-text-with-summary,
body.section-cghe #content .panel-pane .field-type-text-with-summary {
  padding: 0px;
}
/* line 115, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .panel-pane .view,
body.section-cghe #content .panel-pane .view {
  padding: 0;
}
/* line 118, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .panel-pane .views-row-odd,
body.page-cghe #content .panel-pane .views-row-even,
body.section-cghe #content .panel-pane .views-row-odd,
body.section-cghe #content .panel-pane .views-row-even {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ebebeb;
}
/* line 125, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .panel-pane .views-row-last,
body.section-cghe #content .panel-pane .views-row-last {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 132, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .node,
body.section-cghe #content .node {
  background-color: transparent;
  box-shadow: none;
  overflow: hidden;
  margin: 0px;
}
/* line 140, ../sass/theme/pages/_cghe.scss */
body.page-cghe .panels-flexible-admissions_apply .panels-flexible-row,
body.section-cghe .panels-flexible-admissions_apply .panels-flexible-row {
  padding: 0px;
}
/* line 147, ../sass/theme/pages/_cghe.scss */
body.page-cghe .twtb .flexslider ul, body.page-cghe .twtb .flexslider ol,
body.section-cghe .twtb .flexslider ul,
body.section-cghe .twtb .flexslider ol {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 152, ../sass/theme/pages/_cghe.scss */
body.page-cghe .twtb .flexslider .flex-control-nav,
body.section-cghe .twtb .flexslider .flex-control-nav {
  bottom: -50px;
}
/* line 159, ../sass/theme/pages/_cghe.scss */
body.page-cghe .node-cghe-message .group-left,
body.section-cghe .node-cghe-message .group-left {
  width: 33.333%;
  padding-right: 15px;
}
/* line 162, ../sass/theme/pages/_cghe.scss */
body.page-cghe .node-cghe-message .group-left img,
body.section-cghe .node-cghe-message .group-left img {
  max-width: 100%;
  width: 100%;
}
/* line 167, ../sass/theme/pages/_cghe.scss */
body.page-cghe .node-cghe-message .group-right,
body.section-cghe .node-cghe-message .group-right {
  width: 66.666%;
  padding-left: 15px;
}
/* line 173, ../sass/theme/pages/_cghe.scss */
body.page-cghe .view-usu-slider,
body.section-cghe .view-usu-slider {
  margin-top: -40px;
}
/* line 178, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .view .date-nav-wrapper .date-prev,
body.section-cghe #content .view .date-nav-wrapper .date-prev {
  margin-right: 24px;
}
/* line 184, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .view-display-id-upcoming_events .views-row,
body.section-cghe #content .view-display-id-upcoming_events .views-row {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
/* line 191, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .view-display-id-upcoming_events .views-row h4,
body.section-cghe #content .view-display-id-upcoming_events .views-row h4 {
  font-size: 20px;
  font-weight: 400;
}
/* line 198, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .panel-pane.cghe-upcoming-events-all,
body.section-cghe #content .panel-pane.cghe-upcoming-events-all {
  padding-top: 0px;
}
/* line 201, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .panel-pane.cghe-upcoming-events-all ul,
body.section-cghe #content .panel-pane.cghe-upcoming-events-all ul {
  margin: 0px;
  padding: 0px;
}
/* line 204, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .panel-pane.cghe-upcoming-events-all ul li,
body.section-cghe #content .panel-pane.cghe-upcoming-events-all ul li {
  list-style: none;
}
/* line 207, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .panel-pane.cghe-upcoming-events-all ul a,
body.section-cghe #content .panel-pane.cghe-upcoming-events-all ul a {
  font-size: 15px;
  font-weight: 600;
}
/* line 218, ../sass/theme/pages/_cghe.scss */
body.page-cghe .calendar-calendar td span.date-display-single,
body.page-cghe .calendar-calendar td span.date-display-start,
body.page-cghe .calendar-calendar td span.date-display-end,
body.page-cghe .calendar-calendar td span.date-display-separator,
body.section-cghe .calendar-calendar td span.date-display-single,
body.section-cghe .calendar-calendar td span.date-display-start,
body.section-cghe .calendar-calendar td span.date-display-end,
body.section-cghe .calendar-calendar td span.date-display-separator {
  line-height: 1.0;
}
/* line 226, ../sass/theme/pages/_cghe.scss */
body.page-cghe .calendar-calendar td .dayview div.date-display-range,
body.section-cghe .calendar-calendar td .dayview div.date-display-range {
  font-weight: normal;
  display: inline;
}
/* line 234, ../sass/theme/pages/_cghe.scss */
body.page-cghe .calendar-calendar .views-field-title,
body.section-cghe .calendar-calendar .views-field-title {
  padding-top: 3px;
  line-height: 1.0;
}
/* line 239, ../sass/theme/pages/_cghe.scss */
body.page-cghe .calendar-calendar .month-view .multi-day,
body.section-cghe .calendar-calendar .month-view .multi-day {
  line-height: 20px;
}
/* line 246, ../sass/theme/pages/_cghe.scss */
body.page-cghe .calendar-calendar .month-view .full tr.single-day .no-entry,
body.section-cghe .calendar-calendar .month-view .full tr.single-day .no-entry {
  height: 75px !important;
  line-height: 75px;
}
/* line 251, ../sass/theme/pages/_cghe.scss */
body.page-cghe .calendar-calendar .month-view .full tr.single-day div.monthview,
body.section-cghe .calendar-calendar .month-view .full tr.single-day div.monthview {
  border: 1px solid #ccc;
  background: none;
  word-wrap: break-word;
}
/* line 259, ../sass/theme/pages/_cghe.scss */
body.page-cghe .calendar-calendar .month-view .full tr.multi-day div.monthview,
body.section-cghe .calendar-calendar .month-view .full tr.multi-day div.monthview {
  border: 1px solid #ccc;
  background: none;
  word-wrap: break-word;
}
/* line 265, ../sass/theme/pages/_cghe.scss */
body.page-cghe .calendar-calendar .month-view .full tr.multi-day .inner .monthview .cutoff,
body.page-cghe .calendar-calendar .month-view .full tr.multi-day .inner .monthview .continues,
body.section-cghe .calendar-calendar .month-view .full tr.multi-day .inner .monthview .cutoff,
body.section-cghe .calendar-calendar .month-view .full tr.multi-day .inner .monthview .continues {
  border: none;
  background: none;
}
/* line 278, ../sass/theme/pages/_cghe.scss */
body.page-cghe .calendar-calendar .week-view .full tr.single-day .no-entry,
body.page-cghe .calendar-calendar .day-view .full tr.single-day .no-entry,
body.section-cghe .calendar-calendar .week-view .full tr.single-day .no-entry,
body.section-cghe .calendar-calendar .day-view .full tr.single-day .no-entry {
  height: 75px !important;
  line-height: 75px;
}
/* line 285, ../sass/theme/pages/_cghe.scss */
body.page-cghe .calendar-calendar .week-view .full div.single-day div.weekview,
body.page-cghe .calendar-calendar .week-view .full div.single-day div.dayview,
body.page-cghe .calendar-calendar .day-view .full div.single-day div.weekview,
body.page-cghe .calendar-calendar .day-view .full div.single-day div.dayview,
body.section-cghe .calendar-calendar .week-view .full div.single-day div.weekview,
body.section-cghe .calendar-calendar .week-view .full div.single-day div.dayview,
body.section-cghe .calendar-calendar .day-view .full div.single-day div.weekview,
body.section-cghe .calendar-calendar .day-view .full div.single-day div.dayview {
  border: 1px solid #ccc;
  background: white;
  word-wrap: break-word;
}
/* line 294, ../sass/theme/pages/_cghe.scss */
body.page-cghe .calendar-calendar .week-view .full div.single-day div.dayview,
body.page-cghe .calendar-calendar .day-view .full div.single-day div.dayview,
body.section-cghe .calendar-calendar .week-view .full div.single-day div.dayview,
body.section-cghe .calendar-calendar .day-view .full div.single-day div.dayview {
  padding-top: 3px;
}
/* line 300, ../sass/theme/pages/_cghe.scss */
body.page-cghe .calendar-calendar .week-view .full td.multi-day div.weekview,
body.page-cghe .calendar-calendar .day-view .full td.multi-day div.weekview,
body.section-cghe .calendar-calendar .week-view .full td.multi-day div.weekview,
body.section-cghe .calendar-calendar .day-view .full td.multi-day div.weekview {
  border: 1px solid #ccc;
  background: none;
  word-wrap: break-word;
}
/* line 306, ../sass/theme/pages/_cghe.scss */
body.page-cghe .calendar-calendar .week-view .full td.multi-day div.dayview,
body.page-cghe .calendar-calendar .day-view .full td.multi-day div.dayview,
body.section-cghe .calendar-calendar .week-view .full td.multi-day div.dayview,
body.section-cghe .calendar-calendar .day-view .full td.multi-day div.dayview {
  border: 1px solid #ccc;
  background: none;
  color: #777;
  height: 18px !important;
}
/* line 313, ../sass/theme/pages/_cghe.scss */
body.page-cghe .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff,
body.page-cghe .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
body.page-cghe .calendar-calendar .day-view .full td.multi-day .inner .weekview .cutoff,
body.page-cghe .calendar-calendar .day-view .full td.multi-day .inner .weekview .continues,
body.section-cghe .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff,
body.section-cghe .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
body.section-cghe .calendar-calendar .day-view .full td.multi-day .inner .weekview .cutoff,
body.section-cghe .calendar-calendar .day-view .full td.multi-day .inner .weekview .continues {
  border: none;
  background: none;
}
/* line 321, ../sass/theme/pages/_cghe.scss */
body.page-cghe .calendar-calendar .week-view .multi-day,
body.page-cghe .calendar-calendar .day-view .multi-day,
body.section-cghe .calendar-calendar .week-view .multi-day,
body.section-cghe .calendar-calendar .day-view .multi-day {
  line-height: 1.1;
}
/* line 326, ../sass/theme/pages/_cghe.scss */
body.page-cghe .calendar-calendar div.calendar,
body.section-cghe .calendar-calendar div.calendar {
  font-size: 12px;
}
/* line 329, ../sass/theme/pages/_cghe.scss */
body.page-cghe .calendar-calendar div.day,
body.section-cghe .calendar-calendar div.day {
  width: auto;
}
/* line 336, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .cghe-recent-post-article .entry-date,
body.section-cghe #content .cghe-recent-post-article .entry-date {
  width: 70px;
  text-align: right;
  float: left;
  margin: 6px 30px 0 0;
}
/* line 342, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .cghe-recent-post-article .entry-date .day,
body.section-cghe #content .cghe-recent-post-article .entry-date .day {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
/* line 347, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .cghe-recent-post-article .entry-date .month,
body.section-cghe #content .cghe-recent-post-article .entry-date .month {
  display: block;
  line-height: 1.5;
}
/* line 351, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .cghe-recent-post-article .entry-date .year,
body.section-cghe #content .cghe-recent-post-article .entry-date .year {
  text-align: right;
}
/* line 358, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .cghe-recent-post-article h1.entry-title a,
body.page-cghe #content .cghe-recent-post-article h3.entry-title a,
body.section-cghe #content .cghe-recent-post-article h1.entry-title a,
body.section-cghe #content .cghe-recent-post-article h3.entry-title a {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.3;
  color: #2d87cc;
  text-decoration: none;
}
/* line 368, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .cghe-recent-post-article h1.entry-title a:hover,
body.page-cghe #content .cghe-recent-post-article h3.entry-title a:hover,
body.section-cghe #content .cghe-recent-post-article h1.entry-title a:hover,
body.section-cghe #content .cghe-recent-post-article h3.entry-title a:hover {
  color: #2c343a;
  text-decoration: none;
}
/* line 374, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .cghe-recent-post-article .entry-body,
body.section-cghe #content .cghe-recent-post-article .entry-body {
  overflow: hidden;
}
/* line 378, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .cghe-recent-post-article .entry-meta,
body.section-cghe #content .cghe-recent-post-article .entry-meta {
  margin: 0 0 10px;
  color: #2c343a;
}
/* line 390, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .node-cghe-events h2,
body.section-cghe #content .node-cghe-events h2 {
  font-size: 33px;
  font-weight: 600;
  color: #444;
  border: none;
}
/* line 397, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .node-cghe-events .event-content,
body.section-cghe #content .node-cghe-events .event-content {
  overflow: hidden;
  padding-bottom: 30px;
}
/* line 402, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .node-cghe-events .event-date-start,
body.page-cghe #content .node-cghe-events .event-date-end,
body.section-cghe #content .node-cghe-events .event-date-start,
body.section-cghe #content .node-cghe-events .event-date-end {
  font-weight: normal;
  font-size: 16px;
  color: #898989;
}
/* line 409, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .node-cghe-events span.event_meta_title,
body.section-cghe #content .node-cghe-events span.event_meta_title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  color: #535353;
  margin: 0 0 10px;
  line-height: 1.2em;
}
/* line 419, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .node-cghe-events .field-type-text-with-summary,
body.section-cghe #content .node-cghe-events .field-type-text-with-summary {
  border-top: 1px solid #ebebeb;
  padding-top: 25px;
  margin-top: 25px;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 427, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .node-cghe-events .events-cal-links,
body.section-cghe #content .node-cghe-events .events-cal-links {
  margin-bottom: 1.75em;
}
/* line 431, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .node-cghe-events .events-event-meta,
body.section-cghe #content .node-cghe-events .events-event-meta {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 0px;
}
/* line 437, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .node-cghe-events .events-event-meta .events-event-meta-group-detail,
body.section-cghe #content .node-cghe-events .events-event-meta .events-event-meta-group-detail {
  margin: 0 0 20px;
  padding: 0 4%;
  text-align: left;
  vertical-align: top;
}
/* line 444, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .node-cghe-events .events-event-meta .events-event-meta-group-detail .events-single-section-title,
body.section-cghe #content .node-cghe-events .events-event-meta .events-event-meta-group-detail .events-single-section-title {
  font-size: 17px;
  font-weight: 700;
  margin: 20px 0 10px;
}
/* line 450, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .node-cghe-events .events-event-meta .events-event-meta-group-detail .events-venue-map,
body.section-cghe #content .node-cghe-events .events-event-meta .events-event-meta-group-detail .events-venue-map {
  margin-top: 20px;
  background: #eee;
  border: 1px solid #ddd;
  padding: 5px;
  text-align: center;
}
/* line 458, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .node-cghe-events .events-event-meta dl,
body.section-cghe #content .node-cghe-events .events-event-meta dl {
  margin: 0px;
}
/* line 461, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .node-cghe-events .events-event-meta dt,
body.section-cghe #content .node-cghe-events .events-event-meta dt {
  clear: left;
  font-weight: 700;
  line-height: 1;
  list-style: none;
}
/* line 467, ../sass/theme/pages/_cghe.scss */
body.page-cghe #content .node-cghe-events .events-event-meta dd,
body.section-cghe #content .node-cghe-events .events-event-meta dd {
  float: none;
  line-height: 1.5;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

/**
* DVCIPM pages namespace
**/
/* line 5, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .panel-display {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 15, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm.dvcipm-home-page #content .panel-pane h2 {
  padding: 0 0 15px;
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 600;
  color: #552D86;
}
/* line 22, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm.dvcipm-home-page #content .panel-pane h2 a, body.page-dvcipm.dvcipm-home-page #content .panel-pane h2 a:link {
  font-size: 20px;
  font-weight: 600;
}

/* line 31, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm,
body.section-dvcipm {
  background-color: white;
  background-image: none;
}
/* line 37, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content,
body.section-dvcipm #content {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  -webkit-font-smoothing: antialiased;
}
/* line 45, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content p,
body.section-dvcipm #content p {
  margin: 0 0 20px;
}
/* line 49, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content h2,
body.section-dvcipm #content h2 {
  border-bottom: 1px solid #ebebeb;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 15px;
  color: #552D86;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
  padding-left: 0px;
}
/* line 64, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .dvcipm-news-recent-posts h2.pane-title,
body.section-dvcipm #content .dvcipm-news-recent-posts h2.pane-title {
  border-bottom: 1px solid #ebebeb;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 40px 0px;
  font-size: 26px;
  line-height: 32px;
}
/* line 73, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .panel-pane,
body.section-dvcipm #content .panel-pane {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: noen;
  box-shadow: none;
  overflow: hidden;
  padding-top: 40px;
}
/* line 82, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .panel-pane.radix-layouts-header,
body.section-dvcipm #content .panel-pane.radix-layouts-header {
  padding-top: 0px;
}
/* line 88, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .panel-pane h3,
body.section-dvcipm #content .panel-pane h3 {
  line-height: 1.3;
  font-size: 20px;
  color: #3a3a3a;
  margin: 0 0 5px;
}
/* line 94, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .panel-pane h3 a,
body.section-dvcipm #content .panel-pane h3 a {
  color: #3a3a3a;
  font-size: 20px;
}
/* line 99, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .panel-pane h3 a:hover,
body.section-dvcipm #content .panel-pane h3 a:hover {
  color: #2d87cc;
  text-decoration: none;
}
/* line 106, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .panel-pane .field-name-field-featured-image img,
body.section-dvcipm #content .panel-pane .field-name-field-featured-image img {
  width: 100%;
  margin-bottom: 15px;
}
/* line 112, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .panel-pane .field-type-text-with-summary,
body.section-dvcipm #content .panel-pane .field-type-text-with-summary {
  padding: 0px;
}
/* line 116, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .panel-pane .view,
body.section-dvcipm #content .panel-pane .view {
  padding: 0;
}
/* line 119, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .panel-pane .views-row-odd,
body.page-dvcipm #content .panel-pane .views-row-even,
body.section-dvcipm #content .panel-pane .views-row-odd,
body.section-dvcipm #content .panel-pane .views-row-even {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ebebeb;
}
/* line 126, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .panel-pane .views-row-last,
body.section-dvcipm #content .panel-pane .views-row-last {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 133, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .node,
body.section-dvcipm #content .node {
  background-color: transparent;
  box-shadow: none;
  overflow: hidden;
  margin: 0px;
}
/* line 141, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .panels-flexible-admissions_apply .panels-flexible-row,
body.section-dvcipm .panels-flexible-admissions_apply .panels-flexible-row {
  padding: 0px;
}
/* line 148, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .twtb .flexslider ul, body.page-dvcipm .twtb .flexslider ol,
body.section-dvcipm .twtb .flexslider ul,
body.section-dvcipm .twtb .flexslider ol {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 153, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .twtb .flexslider .flex-control-nav,
body.section-dvcipm .twtb .flexslider .flex-control-nav {
  bottom: -50px;
}
/* line 160, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .node-dvcipm-message .group-left,
body.section-dvcipm .node-dvcipm-message .group-left {
  width: 33.333%;
  padding-right: 15px;
}
/* line 163, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .node-dvcipm-message .group-left img,
body.section-dvcipm .node-dvcipm-message .group-left img {
  max-width: 100%;
  width: 100%;
}
/* line 168, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .node-dvcipm-message .group-right,
body.section-dvcipm .node-dvcipm-message .group-right {
  width: 66.666%;
  padding-left: 15px;
}
/* line 174, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .view-usu-slider,
body.section-dvcipm .view-usu-slider {
  margin-top: -40px;
}
/* line 179, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .view .date-nav-wrapper .date-prev,
body.section-dvcipm #content .view .date-nav-wrapper .date-prev {
  margin-right: 24px;
}
/* line 185, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .view-display-id-upcoming_events .views-row,
body.section-dvcipm #content .view-display-id-upcoming_events .views-row {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
/* line 192, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .view-display-id-upcoming_events .views-row h4,
body.section-dvcipm #content .view-display-id-upcoming_events .views-row h4 {
  font-size: 20px;
  font-weight: 400;
}
/* line 199, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .panel-pane.dvcipm-upcoming-events-all,
body.section-dvcipm #content .panel-pane.dvcipm-upcoming-events-all {
  padding-top: 0px;
}
/* line 202, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .panel-pane.dvcipm-upcoming-events-all ul,
body.section-dvcipm #content .panel-pane.dvcipm-upcoming-events-all ul {
  margin: 0px;
  padding: 0px;
}
/* line 205, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .panel-pane.dvcipm-upcoming-events-all ul li,
body.section-dvcipm #content .panel-pane.dvcipm-upcoming-events-all ul li {
  list-style: none;
}
/* line 208, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .panel-pane.dvcipm-upcoming-events-all ul a,
body.section-dvcipm #content .panel-pane.dvcipm-upcoming-events-all ul a {
  font-size: 15px;
  font-weight: 600;
}
/* line 219, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .calendar-calendar td span.date-display-single,
body.page-dvcipm .calendar-calendar td span.date-display-start,
body.page-dvcipm .calendar-calendar td span.date-display-end,
body.page-dvcipm .calendar-calendar td span.date-display-separator,
body.section-dvcipm .calendar-calendar td span.date-display-single,
body.section-dvcipm .calendar-calendar td span.date-display-start,
body.section-dvcipm .calendar-calendar td span.date-display-end,
body.section-dvcipm .calendar-calendar td span.date-display-separator {
  line-height: 1.0;
}
/* line 227, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .calendar-calendar td .dayview div.date-display-range,
body.section-dvcipm .calendar-calendar td .dayview div.date-display-range {
  font-weight: normal;
  display: inline;
}
/* line 235, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .calendar-calendar .views-field-title,
body.section-dvcipm .calendar-calendar .views-field-title {
  padding-top: 3px;
  line-height: 1.0;
}
/* line 240, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .calendar-calendar .month-view .multi-day,
body.section-dvcipm .calendar-calendar .month-view .multi-day {
  line-height: 20px;
}
/* line 247, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .calendar-calendar .month-view .full tr.single-day .no-entry,
body.section-dvcipm .calendar-calendar .month-view .full tr.single-day .no-entry {
  height: 75px !important;
  line-height: 75px;
}
/* line 252, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .calendar-calendar .month-view .full tr.single-day div.monthview,
body.section-dvcipm .calendar-calendar .month-view .full tr.single-day div.monthview {
  border: 1px solid #ccc;
  background: none;
  word-wrap: break-word;
}
/* line 260, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .calendar-calendar .month-view .full tr.multi-day div.monthview,
body.section-dvcipm .calendar-calendar .month-view .full tr.multi-day div.monthview {
  border: 1px solid #ccc;
  background: none;
  word-wrap: break-word;
}
/* line 266, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .calendar-calendar .month-view .full tr.multi-day .inner .monthview .cutoff,
body.page-dvcipm .calendar-calendar .month-view .full tr.multi-day .inner .monthview .continues,
body.section-dvcipm .calendar-calendar .month-view .full tr.multi-day .inner .monthview .cutoff,
body.section-dvcipm .calendar-calendar .month-view .full tr.multi-day .inner .monthview .continues {
  border: none;
  background: none;
}
/* line 279, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .calendar-calendar .week-view .full tr.single-day .no-entry,
body.page-dvcipm .calendar-calendar .day-view .full tr.single-day .no-entry,
body.section-dvcipm .calendar-calendar .week-view .full tr.single-day .no-entry,
body.section-dvcipm .calendar-calendar .day-view .full tr.single-day .no-entry {
  height: 75px !important;
  line-height: 75px;
}
/* line 286, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .calendar-calendar .week-view .full div.single-day div.weekview,
body.page-dvcipm .calendar-calendar .week-view .full div.single-day div.dayview,
body.page-dvcipm .calendar-calendar .day-view .full div.single-day div.weekview,
body.page-dvcipm .calendar-calendar .day-view .full div.single-day div.dayview,
body.section-dvcipm .calendar-calendar .week-view .full div.single-day div.weekview,
body.section-dvcipm .calendar-calendar .week-view .full div.single-day div.dayview,
body.section-dvcipm .calendar-calendar .day-view .full div.single-day div.weekview,
body.section-dvcipm .calendar-calendar .day-view .full div.single-day div.dayview {
  border: 1px solid #ccc;
  background: white;
  word-wrap: break-word;
}
/* line 295, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .calendar-calendar .week-view .full div.single-day div.dayview,
body.page-dvcipm .calendar-calendar .day-view .full div.single-day div.dayview,
body.section-dvcipm .calendar-calendar .week-view .full div.single-day div.dayview,
body.section-dvcipm .calendar-calendar .day-view .full div.single-day div.dayview {
  padding-top: 3px;
}
/* line 301, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .calendar-calendar .week-view .full td.multi-day div.weekview,
body.page-dvcipm .calendar-calendar .day-view .full td.multi-day div.weekview,
body.section-dvcipm .calendar-calendar .week-view .full td.multi-day div.weekview,
body.section-dvcipm .calendar-calendar .day-view .full td.multi-day div.weekview {
  border: 1px solid #ccc;
  background: none;
  word-wrap: break-word;
}
/* line 307, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .calendar-calendar .week-view .full td.multi-day div.dayview,
body.page-dvcipm .calendar-calendar .day-view .full td.multi-day div.dayview,
body.section-dvcipm .calendar-calendar .week-view .full td.multi-day div.dayview,
body.section-dvcipm .calendar-calendar .day-view .full td.multi-day div.dayview {
  border: 1px solid #ccc;
  background: none;
  color: #777;
  height: 18px !important;
}
/* line 314, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff,
body.page-dvcipm .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
body.page-dvcipm .calendar-calendar .day-view .full td.multi-day .inner .weekview .cutoff,
body.page-dvcipm .calendar-calendar .day-view .full td.multi-day .inner .weekview .continues,
body.section-dvcipm .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff,
body.section-dvcipm .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
body.section-dvcipm .calendar-calendar .day-view .full td.multi-day .inner .weekview .cutoff,
body.section-dvcipm .calendar-calendar .day-view .full td.multi-day .inner .weekview .continues {
  border: none;
  background: none;
}
/* line 322, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .calendar-calendar .week-view .multi-day,
body.page-dvcipm .calendar-calendar .day-view .multi-day,
body.section-dvcipm .calendar-calendar .week-view .multi-day,
body.section-dvcipm .calendar-calendar .day-view .multi-day {
  line-height: 1.1;
}
/* line 327, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .calendar-calendar div.calendar,
body.section-dvcipm .calendar-calendar div.calendar {
  font-size: 12px;
}
/* line 330, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm .calendar-calendar div.day,
body.section-dvcipm .calendar-calendar div.day {
  width: auto;
}
/* line 337, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .dvcipm-recent-post-article .entry-date,
body.section-dvcipm #content .dvcipm-recent-post-article .entry-date {
  width: 70px;
  text-align: right;
  float: left;
  margin: 6px 30px 0 0;
}
/* line 343, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .dvcipm-recent-post-article .entry-date .day,
body.section-dvcipm #content .dvcipm-recent-post-article .entry-date .day {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
/* line 348, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .dvcipm-recent-post-article .entry-date .month,
body.section-dvcipm #content .dvcipm-recent-post-article .entry-date .month {
  display: block;
  line-height: 1.5;
}
/* line 352, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .dvcipm-recent-post-article .entry-date .year,
body.section-dvcipm #content .dvcipm-recent-post-article .entry-date .year {
  text-align: right;
}
/* line 359, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .dvcipm-recent-post-article h1.entry-title a,
body.page-dvcipm #content .dvcipm-recent-post-article h3.entry-title a,
body.section-dvcipm #content .dvcipm-recent-post-article h1.entry-title a,
body.section-dvcipm #content .dvcipm-recent-post-article h3.entry-title a {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.3;
  color: #2d87cc;
  text-decoration: none;
}
/* line 369, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .dvcipm-recent-post-article h1.entry-title a:hover,
body.page-dvcipm #content .dvcipm-recent-post-article h3.entry-title a:hover,
body.section-dvcipm #content .dvcipm-recent-post-article h1.entry-title a:hover,
body.section-dvcipm #content .dvcipm-recent-post-article h3.entry-title a:hover {
  color: #2c343a;
  text-decoration: none;
}
/* line 375, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .dvcipm-recent-post-article .entry-body,
body.section-dvcipm #content .dvcipm-recent-post-article .entry-body {
  overflow: hidden;
}
/* line 379, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .dvcipm-recent-post-article .entry-meta,
body.section-dvcipm #content .dvcipm-recent-post-article .entry-meta {
  margin: 0 0 10px;
  color: #2c343a;
}
/* line 391, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .node-dvcipm-events h2,
body.section-dvcipm #content .node-dvcipm-events h2 {
  font-size: 33px;
  font-weight: 600;
  color: #444;
  border: none;
}
/* line 398, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .node-dvcipm-events .event-content,
body.section-dvcipm #content .node-dvcipm-events .event-content {
  overflow: hidden;
  padding-bottom: 30px;
}
/* line 403, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .node-dvcipm-events .event-date-start,
body.page-dvcipm #content .node-dvcipm-events .event-date-end,
body.section-dvcipm #content .node-dvcipm-events .event-date-start,
body.section-dvcipm #content .node-dvcipm-events .event-date-end {
  font-weight: normal;
  font-size: 16px;
  color: #898989;
}
/* line 410, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .node-dvcipm-events span.event_meta_title,
body.section-dvcipm #content .node-dvcipm-events span.event_meta_title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  color: #535353;
  margin: 0 0 10px;
  line-height: 1.2em;
}
/* line 420, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .node-dvcipm-events .field-type-text-with-summary,
body.section-dvcipm #content .node-dvcipm-events .field-type-text-with-summary {
  border-top: 1px solid #ebebeb;
  padding-top: 25px;
  margin-top: 25px;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 428, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .node-dvcipm-events .events-cal-links,
body.section-dvcipm #content .node-dvcipm-events .events-cal-links {
  margin-bottom: 1.75em;
}
/* line 432, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .node-dvcipm-events .events-event-meta,
body.section-dvcipm #content .node-dvcipm-events .events-event-meta {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 0px;
}
/* line 438, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .node-dvcipm-events .events-event-meta .events-event-meta-group-detail,
body.section-dvcipm #content .node-dvcipm-events .events-event-meta .events-event-meta-group-detail {
  margin: 0 0 20px;
  padding: 0 4%;
  text-align: left;
  vertical-align: top;
}
/* line 445, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .node-dvcipm-events .events-event-meta .events-event-meta-group-detail .events-single-section-title,
body.section-dvcipm #content .node-dvcipm-events .events-event-meta .events-event-meta-group-detail .events-single-section-title {
  font-size: 17px;
  font-weight: 700;
  margin: 20px 0 10px;
}
/* line 451, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .node-dvcipm-events .events-event-meta .events-event-meta-group-detail .events-venue-map,
body.section-dvcipm #content .node-dvcipm-events .events-event-meta .events-event-meta-group-detail .events-venue-map {
  margin-top: 20px;
  background: #eee;
  border: 1px solid #ddd;
  padding: 5px;
  text-align: center;
}
/* line 459, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .node-dvcipm-events .events-event-meta dl,
body.section-dvcipm #content .node-dvcipm-events .events-event-meta dl {
  margin: 0px;
}
/* line 462, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .node-dvcipm-events .events-event-meta dt,
body.section-dvcipm #content .node-dvcipm-events .events-event-meta dt {
  clear: left;
  font-weight: 700;
  line-height: 1;
  list-style: none;
}
/* line 468, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm #content .node-dvcipm-events .events-event-meta dd,
body.section-dvcipm #content .node-dvcipm-events .events-event-meta dd {
  float: none;
  line-height: 1.5;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

/* line 483, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm.page-dvcipm-studies #content table {
  font-size: 13px;
}
/* line 487, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm.page-dvcipm-studies #content td {
  vertical-align: top;
}
/* line 491, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm.page-dvcipm-studies #content .active > a {
  text-decoration: none !important;
  font-weight: normal;
}
/* line 498, ../sass/theme/pages/_dvcipm.scss */
body.page-dvcipm.page-dvcipm-studies #content .views-submit-button input,
body.page-dvcipm.page-dvcipm-studies #content .views-reset-button input {
  margin-top: 2em;
}

/**
* NCDMPH pages namespace
**/
/* line 5, ../sass/theme/pages/_ncdmph.scss */
.page-ncdmph #main {
  margin-top: 0px;
}
/* line 9, ../sass/theme/pages/_ncdmph.scss */
.page-ncdmph .node {
  margin-bottom: 0px;
  background: white;
}
/* line 15, ../sass/theme/pages/_ncdmph.scss */
.page-ncdmph .panopoly-spotlight-info {
  display: block;
}

/* line 25, ../sass/theme/pages/_ncdmph.scss */
body.page-ncdmph #content .panel-pane,
body.section-ncdmph #content .panel-pane {
  background-color: white;
  margin-top: 9px;
}
/* line 34, ../sass/theme/pages/_ncdmph.scss */
body.page-ncdmph #content h2.pane-title,
body.section-ncdmph #content h2.pane-title {
  background-color: #0D78B9;
  color: white;
}
/* line 39, ../sass/theme/pages/_ncdmph.scss */
body.page-ncdmph #content .node,
body.section-ncdmph #content .node {
  overflow: hidden;
  margin: 12px 0px 0px 0px;
}
/* line 40, ../sass/theme/pages/_ncdmph.scss */
body.page-ncdmph #content .node h2,
body.section-ncdmph #content .node h2 {
  background-color: #0D78B9;
  color: white;
}

/**
* CGHE pages namespace
**/
/* line 5, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .panel-display {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 15, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3.home-page-4dbio3 #content .panel-pane h2 {
  padding: 0 0 15px;
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 600;
}
/* line 21, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3.home-page-4dbio3 #content .panel-pane h2 a, body.page-4dbio3.home-page-4dbio3 #content .panel-pane h2 a:link {
  font-size: 20px;
  font-weight: 600;
}

/* line 30, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3,
body.section-4dbio3 {
  background-color: white;
  background-image: none;
}
/* line 36, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content,
body.section-4dbio3 #content {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  -webkit-font-smoothing: antialiased;
}
/* line 44, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content p,
body.section-4dbio3 #content p {
  margin: 0 0 20px;
}
/* line 48, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content h2,
body.section-4dbio3 #content h2 {
  border-bottom: 1px solid #ebebeb;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 15px;
  color: #222;
  font-size: 38px;
  font-weight: normal;
  line-height: 1.3;
  padding-left: 0px;
}
/* line 63, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .news-recent-posts-4dbio3 h2.pane-title,
body.section-4dbio3 #content .news-recent-posts-4dbio3 h2.pane-title {
  border-bottom: 1px solid #ebebeb;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 40px 0px;
  font-size: 26px;
  line-height: 32px;
}
/* line 72, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .panel-pane.pane-quicktabs,
body.section-4dbio3 #content .panel-pane.pane-quicktabs {
  padding-top: 0px;
}
/* line 75, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .panel-pane.pane-quicktabs .ui-widget-header,
body.section-4dbio3 #content .panel-pane.pane-quicktabs .ui-widget-header {
  font-size: 16px;
  background-color: #0D78B9;
}
/* line 79, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .panel-pane.pane-quicktabs .ui-widget,
body.section-4dbio3 #content .panel-pane.pane-quicktabs .ui-widget {
  font-size: 16px;
}
/* line 84, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .panel-pane,
body.section-4dbio3 #content .panel-pane {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: noen;
  box-shadow: none;
  overflow: hidden;
  padding-top: 40px;
}
/* line 93, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .panel-pane.radix-layouts-header,
body.section-4dbio3 #content .panel-pane.radix-layouts-header {
  padding-top: 0px;
}
/* line 97, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .panel-pane h3,
body.section-4dbio3 #content .panel-pane h3 {
  line-height: 1.3;
  font-size: 20px;
  color: #3a3a3a;
  margin: 0 0 5px;
}
/* line 103, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .panel-pane h3 a,
body.section-4dbio3 #content .panel-pane h3 a {
  color: #3a3a3a;
  font-size: 20px;
}
/* line 108, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .panel-pane h3 a:hover,
body.section-4dbio3 #content .panel-pane h3 a:hover {
  color: #2d87cc;
  text-decoration: none;
}
/* line 115, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .panel-pane .field-name-field-featured-image img,
body.section-4dbio3 #content .panel-pane .field-name-field-featured-image img {
  width: 100%;
  margin-bottom: 15px;
}
/* line 121, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .panel-pane .field-type-text-with-summary,
body.section-4dbio3 #content .panel-pane .field-type-text-with-summary {
  padding: 0px;
}
/* line 125, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .panel-pane .view,
body.section-4dbio3 #content .panel-pane .view {
  padding: 0;
}
/* line 128, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .panel-pane .views-row-odd,
body.page-4dbio3 #content .panel-pane .views-row-even,
body.section-4dbio3 #content .panel-pane .views-row-odd,
body.section-4dbio3 #content .panel-pane .views-row-even {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ebebeb;
}
/* line 135, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .panel-pane .views-row-last,
body.section-4dbio3 #content .panel-pane .views-row-last {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 142, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .node,
body.section-4dbio3 #content .node {
  background-color: transparent;
  box-shadow: none;
  overflow: hidden;
  margin: 0px;
}
/* line 150, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .panels-flexible-admissions_apply .panels-flexible-row,
body.section-4dbio3 .panels-flexible-admissions_apply .panels-flexible-row {
  padding: 0px;
}
/* line 157, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .twtb .flexslider ul, body.page-4dbio3 .twtb .flexslider ol,
body.section-4dbio3 .twtb .flexslider ul,
body.section-4dbio3 .twtb .flexslider ol {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 162, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .twtb .flexslider .flex-control-nav,
body.section-4dbio3 .twtb .flexslider .flex-control-nav {
  bottom: -50px;
}
/* line 169, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .node-4dbio3-message .group-left,
body.section-4dbio3 .node-4dbio3-message .group-left {
  width: 33.333%;
  padding-right: 15px;
}
/* line 172, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .node-4dbio3-message .group-left img,
body.section-4dbio3 .node-4dbio3-message .group-left img {
  max-width: 100%;
  width: 100%;
}
/* line 177, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .node-4dbio3-message .group-right,
body.section-4dbio3 .node-4dbio3-message .group-right {
  width: 66.666%;
  padding-left: 15px;
}
/* line 183, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .view-usu-slider,
body.section-4dbio3 .view-usu-slider {
  margin-top: -40px;
}
/* line 188, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .view .date-nav-wrapper .date-prev,
body.section-4dbio3 #content .view .date-nav-wrapper .date-prev {
  margin-right: 24px;
}
/* line 194, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .view-display-id-upcoming_events .views-row,
body.section-4dbio3 #content .view-display-id-upcoming_events .views-row {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
/* line 201, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .view-display-id-upcoming_events .views-row h4,
body.section-4dbio3 #content .view-display-id-upcoming_events .views-row h4 {
  font-size: 20px;
  font-weight: 400;
}
/* line 208, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .panel-pane.upcoming-events-all-4dbio3,
body.section-4dbio3 #content .panel-pane.upcoming-events-all-4dbio3 {
  padding-top: 0px;
}
/* line 211, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .panel-pane.upcoming-events-all-4dbio3 ul,
body.section-4dbio3 #content .panel-pane.upcoming-events-all-4dbio3 ul {
  margin: 0px;
  padding: 0px;
}
/* line 214, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .panel-pane.upcoming-events-all-4dbio3 ul li,
body.section-4dbio3 #content .panel-pane.upcoming-events-all-4dbio3 ul li {
  list-style: none;
}
/* line 217, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .panel-pane.upcoming-events-all-4dbio3 ul a,
body.section-4dbio3 #content .panel-pane.upcoming-events-all-4dbio3 ul a {
  font-size: 15px;
  font-weight: 600;
}
/* line 228, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .calendar-calendar td span.date-display-single,
body.page-4dbio3 .calendar-calendar td span.date-display-start,
body.page-4dbio3 .calendar-calendar td span.date-display-end,
body.page-4dbio3 .calendar-calendar td span.date-display-separator,
body.section-4dbio3 .calendar-calendar td span.date-display-single,
body.section-4dbio3 .calendar-calendar td span.date-display-start,
body.section-4dbio3 .calendar-calendar td span.date-display-end,
body.section-4dbio3 .calendar-calendar td span.date-display-separator {
  line-height: 1.0;
}
/* line 236, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .calendar-calendar td .dayview div.date-display-range,
body.section-4dbio3 .calendar-calendar td .dayview div.date-display-range {
  font-weight: normal;
  display: inline;
}
/* line 244, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .calendar-calendar .views-field-title,
body.section-4dbio3 .calendar-calendar .views-field-title {
  padding-top: 3px;
  line-height: 1.0;
}
/* line 249, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .calendar-calendar .month-view .multi-day,
body.section-4dbio3 .calendar-calendar .month-view .multi-day {
  line-height: 20px;
}
/* line 256, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .calendar-calendar .month-view .full tr.single-day .no-entry,
body.section-4dbio3 .calendar-calendar .month-view .full tr.single-day .no-entry {
  height: 75px !important;
  line-height: 75px;
}
/* line 261, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .calendar-calendar .month-view .full tr.single-day div.monthview,
body.section-4dbio3 .calendar-calendar .month-view .full tr.single-day div.monthview {
  border: 1px solid #ccc;
  background: none;
  word-wrap: break-word;
}
/* line 269, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .calendar-calendar .month-view .full tr.multi-day div.monthview,
body.section-4dbio3 .calendar-calendar .month-view .full tr.multi-day div.monthview {
  border: 1px solid #ccc;
  background: none;
  word-wrap: break-word;
}
/* line 275, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .calendar-calendar .month-view .full tr.multi-day .inner .monthview .cutoff,
body.page-4dbio3 .calendar-calendar .month-view .full tr.multi-day .inner .monthview .continues,
body.section-4dbio3 .calendar-calendar .month-view .full tr.multi-day .inner .monthview .cutoff,
body.section-4dbio3 .calendar-calendar .month-view .full tr.multi-day .inner .monthview .continues {
  border: none;
  background: none;
}
/* line 288, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .calendar-calendar .week-view .full tr.single-day .no-entry,
body.page-4dbio3 .calendar-calendar .day-view .full tr.single-day .no-entry,
body.section-4dbio3 .calendar-calendar .week-view .full tr.single-day .no-entry,
body.section-4dbio3 .calendar-calendar .day-view .full tr.single-day .no-entry {
  height: 75px !important;
  line-height: 75px;
}
/* line 295, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .calendar-calendar .week-view .full div.single-day div.weekview,
body.page-4dbio3 .calendar-calendar .week-view .full div.single-day div.dayview,
body.page-4dbio3 .calendar-calendar .day-view .full div.single-day div.weekview,
body.page-4dbio3 .calendar-calendar .day-view .full div.single-day div.dayview,
body.section-4dbio3 .calendar-calendar .week-view .full div.single-day div.weekview,
body.section-4dbio3 .calendar-calendar .week-view .full div.single-day div.dayview,
body.section-4dbio3 .calendar-calendar .day-view .full div.single-day div.weekview,
body.section-4dbio3 .calendar-calendar .day-view .full div.single-day div.dayview {
  border: 1px solid #ccc;
  background: white;
  word-wrap: break-word;
}
/* line 304, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .calendar-calendar .week-view .full div.single-day div.dayview,
body.page-4dbio3 .calendar-calendar .day-view .full div.single-day div.dayview,
body.section-4dbio3 .calendar-calendar .week-view .full div.single-day div.dayview,
body.section-4dbio3 .calendar-calendar .day-view .full div.single-day div.dayview {
  padding-top: 3px;
}
/* line 310, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .calendar-calendar .week-view .full td.multi-day div.weekview,
body.page-4dbio3 .calendar-calendar .day-view .full td.multi-day div.weekview,
body.section-4dbio3 .calendar-calendar .week-view .full td.multi-day div.weekview,
body.section-4dbio3 .calendar-calendar .day-view .full td.multi-day div.weekview {
  border: 1px solid #ccc;
  background: none;
  word-wrap: break-word;
}
/* line 316, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .calendar-calendar .week-view .full td.multi-day div.dayview,
body.page-4dbio3 .calendar-calendar .day-view .full td.multi-day div.dayview,
body.section-4dbio3 .calendar-calendar .week-view .full td.multi-day div.dayview,
body.section-4dbio3 .calendar-calendar .day-view .full td.multi-day div.dayview {
  border: 1px solid #ccc;
  background: none;
  color: #777;
  height: 18px !important;
}
/* line 323, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff,
body.page-4dbio3 .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
body.page-4dbio3 .calendar-calendar .day-view .full td.multi-day .inner .weekview .cutoff,
body.page-4dbio3 .calendar-calendar .day-view .full td.multi-day .inner .weekview .continues,
body.section-4dbio3 .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff,
body.section-4dbio3 .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
body.section-4dbio3 .calendar-calendar .day-view .full td.multi-day .inner .weekview .cutoff,
body.section-4dbio3 .calendar-calendar .day-view .full td.multi-day .inner .weekview .continues {
  border: none;
  background: none;
}
/* line 331, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .calendar-calendar .week-view .multi-day,
body.page-4dbio3 .calendar-calendar .day-view .multi-day,
body.section-4dbio3 .calendar-calendar .week-view .multi-day,
body.section-4dbio3 .calendar-calendar .day-view .multi-day {
  line-height: 1.1;
}
/* line 336, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .calendar-calendar div.calendar,
body.section-4dbio3 .calendar-calendar div.calendar {
  font-size: 12px;
}
/* line 339, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 .calendar-calendar div.day,
body.section-4dbio3 .calendar-calendar div.day {
  width: auto;
}
/* line 346, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .recent-post-article-4dbio3 .entry-date,
body.section-4dbio3 #content .recent-post-article-4dbio3 .entry-date {
  width: 70px;
  text-align: right;
  float: left;
  margin: 6px 30px 0 0;
}
/* line 352, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .recent-post-article-4dbio3 .entry-date .day,
body.section-4dbio3 #content .recent-post-article-4dbio3 .entry-date .day {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
/* line 357, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .recent-post-article-4dbio3 .entry-date .month,
body.section-4dbio3 #content .recent-post-article-4dbio3 .entry-date .month {
  display: block;
  line-height: 1.5;
}
/* line 361, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .recent-post-article-4dbio3 .entry-date .year,
body.section-4dbio3 #content .recent-post-article-4dbio3 .entry-date .year {
  text-align: right;
}
/* line 368, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .recent-post-article-4dbio3 h1.entry-title a,
body.page-4dbio3 #content .recent-post-article-4dbio3 h3.entry-title a,
body.section-4dbio3 #content .recent-post-article-4dbio3 h1.entry-title a,
body.section-4dbio3 #content .recent-post-article-4dbio3 h3.entry-title a {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.3;
  color: #2d87cc;
  text-decoration: none;
}
/* line 378, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .recent-post-article-4dbio3 h1.entry-title a:hover,
body.page-4dbio3 #content .recent-post-article-4dbio3 h3.entry-title a:hover,
body.section-4dbio3 #content .recent-post-article-4dbio3 h1.entry-title a:hover,
body.section-4dbio3 #content .recent-post-article-4dbio3 h3.entry-title a:hover {
  color: #2c343a;
  text-decoration: none;
}
/* line 384, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .recent-post-article-4dbio3 .entry-body,
body.section-4dbio3 #content .recent-post-article-4dbio3 .entry-body {
  overflow: hidden;
}
/* line 388, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .recent-post-article-4dbio3 .entry-meta,
body.section-4dbio3 #content .recent-post-article-4dbio3 .entry-meta {
  margin: 0 0 10px;
  color: #2c343a;
}
/* line 400, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .node-4dbio3-events h2,
body.section-4dbio3 #content .node-4dbio3-events h2 {
  font-size: 33px;
  font-weight: 600;
  color: #444;
  border: none;
}
/* line 407, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .node-4dbio3-events .event-content,
body.section-4dbio3 #content .node-4dbio3-events .event-content {
  overflow: hidden;
  padding-bottom: 30px;
}
/* line 412, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .node-4dbio3-events .event-date-start,
body.page-4dbio3 #content .node-4dbio3-events .event-date-end,
body.section-4dbio3 #content .node-4dbio3-events .event-date-start,
body.section-4dbio3 #content .node-4dbio3-events .event-date-end {
  font-weight: normal;
  font-size: 16px;
  color: #898989;
}
/* line 419, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .node-4dbio3-events span.event_meta_title,
body.section-4dbio3 #content .node-4dbio3-events span.event_meta_title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  color: #535353;
  margin: 0 0 10px;
  line-height: 1.2em;
}
/* line 429, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .node-4dbio3-events .field-type-text-with-summary,
body.section-4dbio3 #content .node-4dbio3-events .field-type-text-with-summary {
  border-top: 1px solid #ebebeb;
  padding-top: 25px;
  margin-top: 25px;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 437, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .node-4dbio3-events .events-cal-links,
body.section-4dbio3 #content .node-4dbio3-events .events-cal-links {
  margin-bottom: 1.75em;
}
/* line 441, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .node-4dbio3-events .events-event-meta,
body.section-4dbio3 #content .node-4dbio3-events .events-event-meta {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 0px;
}
/* line 447, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .node-4dbio3-events .events-event-meta .events-event-meta-group-detail,
body.section-4dbio3 #content .node-4dbio3-events .events-event-meta .events-event-meta-group-detail {
  margin: 0 0 20px;
  padding: 0 4%;
  text-align: left;
  vertical-align: top;
}
/* line 454, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .node-4dbio3-events .events-event-meta .events-event-meta-group-detail .events-single-section-title,
body.section-4dbio3 #content .node-4dbio3-events .events-event-meta .events-event-meta-group-detail .events-single-section-title {
  font-size: 17px;
  font-weight: 700;
  margin: 20px 0 10px;
}
/* line 460, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .node-4dbio3-events .events-event-meta .events-event-meta-group-detail .events-venue-map,
body.section-4dbio3 #content .node-4dbio3-events .events-event-meta .events-event-meta-group-detail .events-venue-map {
  margin-top: 20px;
  background: #eee;
  border: 1px solid #ddd;
  padding: 5px;
  text-align: center;
}
/* line 468, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .node-4dbio3-events .events-event-meta dl,
body.section-4dbio3 #content .node-4dbio3-events .events-event-meta dl {
  margin: 0px;
}
/* line 471, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .node-4dbio3-events .events-event-meta dt,
body.section-4dbio3 #content .node-4dbio3-events .events-event-meta dt {
  clear: left;
  font-weight: 700;
  line-height: 1;
  list-style: none;
}
/* line 477, ../sass/theme/pages/_4dbio3.scss */
body.page-4dbio3 #content .node-4dbio3-events .events-event-meta dd,
body.section-4dbio3 #content .node-4dbio3-events .events-event-meta dd {
  float: none;
  line-height: 1.5;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

/* Visiting USU Page */
/* line 4, ../sass/theme/pages/_visiting-usu.scss */
.panels-flexible-usu_2_rows .pane-title {
  display: none;
}
/* line 9, ../sass/theme/pages/_visiting-usu.scss */
.panels-flexible-usu_2_rows .pane-fpid-151 a, .panels-flexible-usu_2_rows .pane-fpid-151 a:link, .panels-flexible-usu_2_rows .pane-fpid-151 a:visited, .panels-flexible-usu_2_rows .pane-fpid-151 a:active:a:hover {
  color: white;
  background-color: transparent;
}
/* line 15, ../sass/theme/pages/_visiting-usu.scss */
.panels-flexible-usu_2_rows .panel-pane {
  background-color: #efefef;
  overflow: hidden;
  *zoom: 1;
  padding: 12px;
}
/* line 22, ../sass/theme/pages/_visiting-usu.scss */
.panels-flexible-usu_2_rows .panel-pane .panel-pane {
  background-color: transparent;
  padding: 0;
}
/* line 30, ../sass/theme/pages/_visiting-usu.scss */
.panels-flexible-usu_2_rows .panels-ipe-regionid-top_region {
  margin-bottom: 30px;
}
/* line 34, ../sass/theme/pages/_visiting-usu.scss */
.panels-flexible-usu_2_rows ul.quicktabs-tabs li {
  width: 15%;
}
/* line 38, ../sass/theme/pages/_visiting-usu.scss */
.panels-flexible-usu_2_rows ul.quicktabs-tabs li a:before {
  font-family: FontAwesome;
  /*content: "\f09b";*/
}

/* line 44, ../sass/theme/pages/_visiting-usu.scss */
.panels-flexible-region-usu_2_rows-top_region,
.panels-flexible-region-usu_2_rows-center_region {
  width: 100%;
}

/* End of visiting USU page */
/* Faculty and Staff Page Layouts -- NOTE this is for page Faculity AND Student */
/* line 3, ../sass/theme/pages/_faculty-staff.scss */
.panels-flexible-faculity_page_layout .node-title {
  display: none;
}
/* line 8, ../sass/theme/pages/_faculty-staff.scss */
.panels-flexible-faculity_page_layout .panels-flexible-row-first .panel-pane {
  height: 260px;
}
/* line 14, ../sass/theme/pages/_faculty-staff.scss */
.panels-flexible-faculity_page_layout .panel-pane {
  background-color: #efefef;
  overflow: hidden;
  *zoom: 1;
  /*padding: 12px; */
}
/* line 20, ../sass/theme/pages/_faculty-staff.scss */
.panels-flexible-faculity_page_layout .panel-pane .panel-pane {
  background-color: transparent;
  padding: 0;
}
/* line 28, ../sass/theme/pages/_faculty-staff.scss */
.panels-flexible-faculity_page_layout .panels-flexible-region-faculity_page_layout-top_middle img {
  padding: 10px;
}
/* line 34, ../sass/theme/pages/_faculty-staff.scss */
.panels-flexible-faculity_page_layout .panels-flexible-region-faculity_page_layout-top_right .pane-menu-menu-secondary-faculty-menu {
  height: 383px;
}
/* line 38, ../sass/theme/pages/_faculty-staff.scss */
.panels-flexible-faculity_page_layout .panels-flexible-region-faculity_page_layout-top_right .pane-menu-menu-secondary-faculty-menu .menu li {
  list-style-image: none;
  list-style-type: none;
  margin: 5px;
  text-align: center;
  margin-left: -20px;
  background-color: #325E81;
  height: 50px;
}
/* line 47, ../sass/theme/pages/_faculty-staff.scss */
.panels-flexible-faculity_page_layout .panels-flexible-region-faculity_page_layout-top_right .pane-menu-menu-secondary-faculty-menu .menu li .menu__link {
  position: relative;
  top: 13px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 28px;
}
/* line 60, ../sass/theme/pages/_faculty-staff.scss */
.panels-flexible-faculity_page_layout .panels-flexible-region-faculity_page_layout-top_left img {
  padding: 10px;
}
/* line 65, ../sass/theme/pages/_faculty-staff.scss */
.panels-flexible-faculity_page_layout ul.quicktabs-tabs li {
  width: 31%;
}
/* line 69, ../sass/theme/pages/_faculty-staff.scss */
.panels-flexible-faculity_page_layout .pane-bundle-quick-links {
  float: left;
}

/*
These are specific customizations of a panel-pane uniques to specific
circumstances
*/
/* 
    Created on : Apr 6, 2017, 10:50:07 AM
    Author     : jpressey
*/
/* line 14, ../sass/theme/panes/_customizations.scss */
.usu-bic-image-pane {
  margin-bottom: 10px;
  color: #000000;
}
/* line 18, ../sass/theme/panes/_customizations.scss */
.usu-bic-image-pane h2 {
  padding: 6px;
  color: #000000;
  background-color: #FFFFFF;
}
/* line 24, ../sass/theme/panes/_customizations.scss */
.usu-bic-image-pane .field-item {
  text-align: center;
}

/* line 29, ../sass/theme/panes/_customizations.scss */
.usu-som-academic-calendar-header {
  margin-bottom: 12px;
}

/* line 33, ../sass/theme/panes/_customizations.scss */
.usu-medshool-diversity-slider {
  margin-bottom: 12px;
}

/* line 39, ../sass/theme/panes/_customizations.scss */
.usu-basic-science-staff #topNav h2 {
  background-color: white;
}

/* line 46, ../sass/theme/panes/_customizations.scss */
.usu-news-stories article {
  background-color: white;
  padding: 3px;
}
/* line 50, ../sass/theme/panes/_customizations.scss */
.usu-news-stories article a {
  font-size: 16px;
}
/* line 54, ../sass/theme/panes/_customizations.scss */
.usu-news-stories article .node-readmore {
  padding-top: 9px;
  float: right;
  font-size: 12px;
}

/* line 62, ../sass/theme/panes/_customizations.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
  background-color: #efefef;
}

/* line 72, ../sass/theme/panes/_customizations.scss */
#content .ui-tabs .ui-tabs-panel .field-type-text-with-summary {
  padding: 0px;
}

/* line 1, ../sass/theme/panels/_customizations.scss */
.panels-flexible-region-faculity_page_layout-center {
  width: 100%;
}

/* line 1, ../sass/theme/_nodes.scss */
.node {
  background-color: #efefef;
  overflow: hidden;
  margin-bottom: 9px;
}
/* line 9, ../sass/theme/_nodes.scss */
.node .field-type-ds h2 {
  background-color: #cfcecd;
  color: #3e3f3e;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 10px;
  margin: 0px;
  font-size: 19px;
  font-weight: 300;
}
/* line 22, ../sass/theme/_nodes.scss */
.node .field-type-text-long {
  padding: 12px 12px 0px 12px;
}

/* line 2, ../sass/theme/nodes/_fields.scss */
.node .field-type-text-with-summary {
  padding: 12px;
}

/* Webforms */
/* line 3, ../sass/theme/nodes/_webforms.scss */
.webform-client-form .captcha {
  margin-bottom: 12px;
}

/* line 1, ../sass/theme/components/_ui.scss */
.ui-dialog.ui-widget {
  z-index: 9999;
}

/* line 6, ../sass/theme/components/_ui.scss */
.ui-accordion .ui-accordion-content {
  height: auto !important;
}

/* line 12, ../sass/theme/components/_ui.scss */
.ui-tabs-panel a, .ui-tabs-panel a:link, .ui-tabs-panel a:hover {
  color: #263b95;
}

/* line 18, ../sass/theme/components/_ui.scss */
.ui-tabs-panel a:visited {
  color: #5B1414;
}

/* line 23, ../sass/theme/components/_ui.scss */
.ui-widget-content a {
  color: #263b95;
}

/* Corner radius */
/* line 32, ../sass/theme/components/_ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  -khtml-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}

/* line 41, ../sass/theme/components/_ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  -khtml-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 50, ../sass/theme/components/_ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 59, ../sass/theme/components/_ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;
  /*! border-bottom-right-radius: 0px; */
}

/* line 69, ../sass/theme/components/_ui.scss */
.ui-widget-header {
  border: none;
  background: #20245D;
  background-image: none;
  color: #fff;
  font: bold 13px/25px 'Open Sans', 'Lucida Sans', 'Lucida Grande', verdana sans-serif;
  vertical-align: middle;
  padding: 0 14px 0 24px;
  min-height: 25px;
}

/* line 1, ../sass/theme/components/_cycle-slideshow.scss */
.cycle-slideshow, .cycle-slideshow * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4, ../sass/theme/components/_cycle-slideshow.scss */
.cycle-slideshow {
  width: 100%;
  min-width: 200px;
  padding: 0;
  position: relative;
  background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;
}

/* slideshow images (for most of the demos, these are the actual "slides") */
/* line 10, ../sass/theme/components/_cycle-slideshow.scss */
.cycle-slideshow img {
  /* 
  some of these styles will be set by the plugin (by default) but setting them here
  helps avoid flash-of-unstyled-content
  */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  height: 450px;
}

/* in case script does not load */
/* line 21, ../sass/theme/components/_cycle-slideshow.scss */
.cycle-slideshow img:first-child {
  position: static;
  z-index: 100;
}

/* pager */
/* line 26, ../sass/theme/components/_cycle-slideshow.scss */
.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  top: 10px;
  overflow: hidden;
}

/* line 29, ../sass/theme/components/_cycle-slideshow.scss */
.cycle-pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
}

/* line 33, ../sass/theme/components/_cycle-slideshow.scss */
.cycle-pager span.cycle-pager-active {
  color: #D69746;
}

/* line 34, ../sass/theme/components/_cycle-slideshow.scss */
.cycle-pager > * {
  cursor: pointer;
}

/* caption */
/* line 38, ../sass/theme/components/_cycle-slideshow.scss */
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 700;
}

/* overlay */
/* line 42, ../sass/theme/components/_cycle-slideshow.scss */
.cycle-overlay {
  position: absolute;
  left: 5%;
  top: 0px;
  width: 40%;
  z-index: 600;
  /*@opacity(.75); */
  height: 450px;
  width: 360px;
  color: #FFFFFF;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A000000', endColorstr='#80000000', GradientType=0);
  opacity: 1;
}

/* prev / next links */
/* line 65, ../sass/theme/components/_cycle-slideshow.scss */
.cycle-prev, .cycle-next {
  position: absolute;
  top: 0;
  width: 30%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 800;
  height: 100%;
  cursor: pointer;
}

/* line 66, ../sass/theme/components/_cycle-slideshow.scss */
.cycle-prev {
  left: 0;
  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;
}

/* line 67, ../sass/theme/components/_cycle-slideshow.scss */
.cycle-next {
  right: 0;
  background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;
}

/* line 68, ../sass/theme/components/_cycle-slideshow.scss */
.cycle-prev:hover, .cycle-next:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

/* line 70, ../sass/theme/components/_cycle-slideshow.scss */
.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}

/* display paused text on top of paused slideshow */
/* line 74, ../sass/theme/components/_cycle-slideshow.scss */
.cycle-paused:after {
  content: 'Paused';
  color: white;
  background: black;
  padding: 10px;
  z-index: 500;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  opacity: .5;
  filter: alpha(opacity=50);
}

/* 
    media queries 
    some style overrides to make things more pleasant on mobile devices
*/
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  /* line 87, ../sass/theme/components/_cycle-slideshow.scss */
  .cycle-slideshow {
    width: 200px;
  }

  /* line 88, ../sass/theme/components/_cycle-slideshow.scss */
  .cycle-overlay {
    padding: 4px;
  }

  /* line 89, ../sass/theme/components/_cycle-slideshow.scss */
  .cycle-caption {
    bottom: 4px;
    right: 4px;
  }
}
/* line 94, ../sass/theme/components/_cycle-slideshow.scss */
.cycle-overlay div {
  font-size: 14px;
  position: relative;
  padding: 10%;
}
/* line 103, ../sass/theme/components/_cycle-slideshow.scss */
.cycle-overlay div:first-child h2 {
  color: inherit;
  margin-bottom: -10%;
}

/* line 111, ../sass/theme/components/_cycle-slideshow.scss */
#views_slideshow_cycle_teaser_section_publications-panel_pane_1 {
  width: 100% !important;
}
/* line 113, ../sass/theme/components/_cycle-slideshow.scss */
#views_slideshow_cycle_teaser_section_publications-panel_pane_1 .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
}

/* line 119, ../sass/theme/components/_cycle-slideshow.scss */
.page-node .cycle-overlay {
  display: none;
}

/* line 2, ../sass/theme/components/_flexslider.scss */
.flex-direction-nav a {
  height: 50px;
}

/* line 6, ../sass/theme/components/_flexslider.scss */
.section-flexslider-bottom {
  margin-top: 14px;
}
/* line 12, ../sass/theme/components/_flexslider.scss */
.section-flexslider-bottom .section-two-column-flexslider .flexslider {
  margin-bottom: 0px;
  border: none;
  padding: 12px;
  background-color: transparent;
}
/* line 20, ../sass/theme/components/_flexslider.scss */
.section-flexslider-bottom .flex-direction-nav a {
  overflow: visible;
}

/* line 1, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu {
  position: relative;
  float: left;
  width: 100%;
  top: -10px;
}
/* line 7, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation {
  width: 100%;
  height: 37px;
  z-index: 500;
}
/* line 12, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu {
  float: none;
}
/* line 20, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu .tb-megamenu-item .mega-group-title {
  font-size: 14px;
  border-bottom: solid white thin;
}
/* line 24, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu .tb-megamenu-item .tb-megamenu-block {
  font-size: 12px;
}
/* line 29, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu.style-black .dropdown-menu {
  background-color: #565656;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
  opacity: 0.97;
}
/* line 34, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu .nav-collapse {
  width: auto !important;
}
/* line 38, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu.style-black {
  background-image: none;
}
/* line 41, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu.style-black .nav {
  padding: 0px;
  /* background color for the first menu level */
}
/* line 45, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu.style-black .nav .tb-megamenu-item.level-1 > a {
  background-color: none;
}
/* line 49, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu.style-black .nav li.dropdown.open > .dropdown-toggle,
.usu_main_menu .main_menu_navigation .tb-megamenu.style-black .nav li.dropdown.open.active > .dropdown-toggle {
  color: #FFFFFF;
}
/* line 56, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu.style-black li > a {
  background: none;
  border: none;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
  line-height: 37px;
}
/* line 66, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu.style-black .level-0 > li {
  float: none;
  display: inline-block;
  width: 13.8%;
  text-align: center;
}
/* line 72, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu.style-black .level-0 > li > a {
  padding: 0px;
  margin-right: 0px;
}
/* line 79, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu.style-black .level-1 .tb-megamenu-submenu {
  float: left;
  width: auto;
  text-align: left;
}
/* line 85, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu.style-black .level-1 .tb-megamenu-submenu li > a {
  padding: 7px 0px;
  margin-right: 3px;
}
/* line 89, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu.style-black .level-1 .tb-megamenu-submenu li > a:hover {
  text-decoration: underline;
}
/* line 93, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu.style-black .level-1 .tb-megamenu-submenu li > a ul {
  background-color: #565656;
}
/* line 97, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu.style-black .level-1 .tb-megamenu-submenu li > a ul li a {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  background-color: transparent;
}
/* line 101, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu.style-black .level-1 .tb-megamenu-submenu li > a ul li a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
/* line 112, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu.style-black li.active > a {
  color: #FFFFFF;
  background-color: black;
}
/* line 120, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu.style-black li.active ul li a {
  background-color: #565656;
  color: #FFFFFF;
}
/* line 130, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu .nav > li > a:focus,
.usu_main_menu .main_menu_navigation .tb-megamenu .nav > li > a:hover {
  background-color: #222;
  color: #FFFFFF;
}
/* line 136, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .main_menu_navigation .tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF;
  margin-top: 15px;
}
/* line 144, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
.usu_main_menu .centers_menu_navigation {
  position: absolute;
  top: 0;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* line 161, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .main_menu_navigation {
  background-color: #20245D;
}
/* line 165, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu {
  /* Generic Menu Block */
  /* About Block */
  /* Research Block For Mega Menu*/
  /* Research Block For Mega Menu*/
  /* Centers Block For Mega Menu*/
  /* Military Block For Mega Menu*/
  /* AFRRI Block */
}
/* line 166, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu.style-black {
  background-color: #20245D;
}
/* line 169, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu.style-black .level-0 > li {
  width: 13.8%;
}
/* line 173, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu.style-black li.active > a {
  color: #ffffff;
  background-color: #5B1413;
}
/* line 181, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu.style-black li.active ul li a {
  background-color: #565656;
  color: #ffffff;
}
/* line 192, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu .menu_block {
  color: white;
  font-size: 13px;
  position: relative;
  min-height: 312px;
}
/* line 198, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu .menu_block .menu_block_inner_left {
  width: 40%;
  height: 100%;
  float: left;
  padding-right: 10px;
  padding-left: 20px;
}
/* line 205, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu .menu_block .menu_block_inner_left h2 {
  font-size: 33px;
  color: #ffffff;
  font-weight: bolder;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0, rgba(0, 0, 0, 0.2) 3px 3px 0, rgba(0, 0, 0, 0.2) 5px 5px 0;
}
/* line 212, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu .menu_block .menu_block_inner_left .menu_block_left_button {
  background-color: #B2c3df;
  color: #20245d;
}
/* line 219, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu .menu_block .menu_block_inner_right {
  width: 55%;
  height: 100%;
  position: relative;
  top: 80px;
  padding-left: 30px;
  float: left;
  border-left: #B2c3df thin dashed;
}
/* line 228, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu .menu_block .menu_block_inner_right a, #usu_main_menu .tb-megamenu .menu_block .menu_block_inner_right a:link, #usu_main_menu .tb-megamenu .menu_block .menu_block_inner_right a:visited, #usu_main_menu .tb-megamenu .menu_block .menu_block_inner_right a:active {
  font-size: 13px;
  text-decoration: none;
}
/* line 233, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu .menu_block .menu_block_inner_right a:hover {
  text-decoration: underline;
}
/* line 237, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu .menu_block .menu_block_inner_right .menu_block_links_title {
  color: #ffffff;
  font-size: 18px;
}
/* line 242, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu .menu_block .menu_block_inner_right .menu_block_links_left {
  float: left;
  width: 48%;
  margin-left: 9px;
}
/* line 247, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu .menu_block .menu_block_inner_right .menu_block_links_left li {
  list-style-type: none;
}
/* line 250, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu .menu_block .menu_block_inner_right .menu_block_links_left li a {
  line-height: 1.1em;
  display: inline-block;
}
/* line 257, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu .menu_block .menu_block_inner_right .menu_block_links_right {
  float: left;
  width: 49%;
  margin-left: 10px;
}
/* line 262, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu .menu_block .menu_block_inner_right .menu_block_links_right li {
  list-style-type: none;
}
/* line 265, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
#usu_main_menu .tb-megamenu .menu_block .menu_block_inner_right .menu_block_links_right li a {
  line-height: 1.1em;
  display: inline-block;
}
/* line 5, ../sass/theme/tb-megamenu/main-menu/_about-block-31.scss */
#usu_main_menu .tb-megamenu #block-block-31 .menu_about_inner_left {
  width: 40%;
}
/* line 9, ../sass/theme/tb-megamenu/main-menu/_about-block-31.scss */
#usu_main_menu .tb-megamenu #block-block-31 .menu_about_inner_right {
  width: 53%;
}
/* line 12, ../sass/theme/tb-megamenu/main-menu/_about-block-31.scss */
#usu_main_menu .tb-megamenu #block-block-31 .menu_about_inner_right .menu_about_links_left {
  width: 46%;
}
/* line 15, ../sass/theme/tb-megamenu/main-menu/_about-block-31.scss */
#usu_main_menu .tb-megamenu #block-block-31 .menu_about_inner_right .menu_about_links_right {
  width: 49%;
}
/* line 5, ../sass/theme/tb-megamenu/main-menu/_academics-block-29.scss */
#usu_main_menu .tb-megamenu #block-block-29 .menu_academics_inner_left {
  width: 40%;
}
/* line 9, ../sass/theme/tb-megamenu/main-menu/_academics-block-29.scss */
#usu_main_menu .tb-megamenu #block-block-29 .menu_academics_inner_right {
  width: 53%;
}
/* line 12, ../sass/theme/tb-megamenu/main-menu/_academics-block-29.scss */
#usu_main_menu .tb-megamenu #block-block-29 .menu_academics_inner_right .menu_academics_links_left {
  width: 47%;
}
/* line 15, ../sass/theme/tb-megamenu/main-menu/_academics-block-29.scss */
#usu_main_menu .tb-megamenu #block-block-29 .menu_academics_inner_right .menu_academics_links_right {
  width: 49%;
}
/* line 5, ../sass/theme/tb-megamenu/main-menu/_research-block-30.scss */
#usu_main_menu .tb-megamenu #block-block-30 .menu_research_inner_left {
  width: 40%;
}
/* line 9, ../sass/theme/tb-megamenu/main-menu/_research-block-30.scss */
#usu_main_menu .tb-megamenu #block-block-30 .menu_research_inner_right {
  width: 53%;
}
/* line 12, ../sass/theme/tb-megamenu/main-menu/_research-block-30.scss */
#usu_main_menu .tb-megamenu #block-block-30 .menu_research_inner_right .menu_research_links_left {
  width: 47%;
}
/* line 15, ../sass/theme/tb-megamenu/main-menu/_research-block-30.scss */
#usu_main_menu .tb-megamenu #block-block-30 .menu_research_inner_right .menu_research_links_right {
  width: 49%;
}
/* line 5, ../sass/theme/tb-megamenu/main-menu/_centers-block-48.scss */
#usu_main_menu .tb-megamenu #block-block-48 .menu_block_inner_left {
  width: 33%;
}
/* line 9, ../sass/theme/tb-megamenu/main-menu/_centers-block-48.scss */
#usu_main_menu .tb-megamenu #block-block-48 .menu_block_inner_right {
  width: 60%;
}
/* line 12, ../sass/theme/tb-megamenu/main-menu/_centers-block-48.scss */
#usu_main_menu .tb-megamenu #block-block-48 .menu_block_inner_right .menu_block_links_left {
  width: 47%;
}
/* line 15, ../sass/theme/tb-megamenu/main-menu/_centers-block-48.scss */
#usu_main_menu .tb-megamenu #block-block-48 .menu_block_inner_right .menu_block_links_right {
  width: 49%;
}
/* line 2, ../sass/theme/tb-megamenu/main-menu/_military-block-49.scss */
#usu_main_menu .tb-megamenu #block-block-49 {
  min-height: 256px;
}
/* line 5, ../sass/theme/tb-megamenu/main-menu/_military-block-49.scss */
#usu_main_menu .tb-megamenu #block-block-49 .menu_military_inner_left {
  width: 40%;
}
/* line 9, ../sass/theme/tb-megamenu/main-menu/_military-block-49.scss */
#usu_main_menu .tb-megamenu #block-block-49 .menu_military_inner_right {
  width: 53%;
}
/* line 12, ../sass/theme/tb-megamenu/main-menu/_military-block-49.scss */
#usu_main_menu .tb-megamenu #block-block-49 .menu_military_inner_right .menu_military_links_left {
  width: 47%;
}
/* line 15, ../sass/theme/tb-megamenu/main-menu/_military-block-49.scss */
#usu_main_menu .tb-megamenu #block-block-49 .menu_military_inner_right .menu_military_links_right {
  width: 49%;
}
/* line 5, ../sass/theme/tb-megamenu/main-menu/_afrri-block-33.scss */
#usu_main_menu .tb-megamenu #block-block-33 .menu_afrri_inner_left {
  width: 40%;
}
/* line 9, ../sass/theme/tb-megamenu/main-menu/_afrri-block-33.scss */
#usu_main_menu .tb-megamenu #block-block-33 .menu_afrri_inner_right {
  width: 53%;
  height: 100%;
}
/* line 13, ../sass/theme/tb-megamenu/main-menu/_afrri-block-33.scss */
#usu_main_menu .tb-megamenu #block-block-33 .menu_afrri_inner_right .menu_afrri_links_left {
  width: 49%;
}
/* line 16, ../sass/theme/tb-megamenu/main-menu/_afrri-block-33.scss */
#usu_main_menu .tb-megamenu #block-block-33 .menu_afrri_inner_right afrri_links_right {
  width: 49%;
  margin-left: 10px;
}

@media (max-width: 980px) {
  /* line 283, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
  #usu_main_menu,
  #cghe-main-menu,
  #chirp-main-menu,
  #cpdr-main-menu,
  #dvcipm-main-menu,
  #ncdmph-main-menu,
  #sc2i-main-menu,
  #main-menu-4dbio3 {
    top: -100px !important;
    height: 0px;
    position: relative !important;
  }
  /* line 298, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
  #usu_main_menu .main_menu_navigation,
  #cghe-main-menu .main_menu_navigation,
  #chirp-main-menu .main_menu_navigation,
  #cpdr-main-menu .main_menu_navigation,
  #dvcipm-main-menu .main_menu_navigation,
  #ncdmph-main-menu .main_menu_navigation,
  #sc2i-main-menu .main_menu_navigation,
  #main-menu-4dbio3 .main_menu_navigation {
    width: 50px !important;
    background-color: transparent !important;
    height: auto !important;
    /* Take care of all the menu stuff */
  }
  /* line 306, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
  #usu_main_menu .main_menu_navigation .tb-megamenu.style-black,
  #cghe-main-menu .main_menu_navigation .tb-megamenu.style-black,
  #chirp-main-menu .main_menu_navigation .tb-megamenu.style-black,
  #cpdr-main-menu .main_menu_navigation .tb-megamenu.style-black,
  #dvcipm-main-menu .main_menu_navigation .tb-megamenu.style-black,
  #ncdmph-main-menu .main_menu_navigation .tb-megamenu.style-black,
  #sc2i-main-menu .main_menu_navigation .tb-megamenu.style-black,
  #main-menu-4dbio3 .main_menu_navigation .tb-megamenu.style-black {
    background-color: transparent;
    float: left;
  }
  /* line 310, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
  #usu_main_menu .main_menu_navigation .tb-megamenu.style-black .level-0 > li,
  #cghe-main-menu .main_menu_navigation .tb-megamenu.style-black .level-0 > li,
  #chirp-main-menu .main_menu_navigation .tb-megamenu.style-black .level-0 > li,
  #cpdr-main-menu .main_menu_navigation .tb-megamenu.style-black .level-0 > li,
  #dvcipm-main-menu .main_menu_navigation .tb-megamenu.style-black .level-0 > li,
  #ncdmph-main-menu .main_menu_navigation .tb-megamenu.style-black .level-0 > li,
  #sc2i-main-menu .main_menu_navigation .tb-megamenu.style-black .level-0 > li,
  #main-menu-4dbio3 .main_menu_navigation .tb-megamenu.style-black .level-0 > li {
    display: block;
    width: 100%;
    text-align: left;
  }
  /* line 316, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
  #usu_main_menu .main_menu_navigation .tb-megamenu.style-black .level-0 > li > a,
  #cghe-main-menu .main_menu_navigation .tb-megamenu.style-black .level-0 > li > a,
  #chirp-main-menu .main_menu_navigation .tb-megamenu.style-black .level-0 > li > a,
  #cpdr-main-menu .main_menu_navigation .tb-megamenu.style-black .level-0 > li > a,
  #dvcipm-main-menu .main_menu_navigation .tb-megamenu.style-black .level-0 > li > a,
  #ncdmph-main-menu .main_menu_navigation .tb-megamenu.style-black .level-0 > li > a,
  #sc2i-main-menu .main_menu_navigation .tb-megamenu.style-black .level-0 > li > a,
  #main-menu-4dbio3 .main_menu_navigation .tb-megamenu.style-black .level-0 > li > a {
    padding: 0px 8px 0px 8px;
    margin-right: 0px;
  }
  /* line 323, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
  #usu_main_menu .main_menu_navigation .tb-megamenu.style-black .nav-collapse,
  #cghe-main-menu .main_menu_navigation .tb-megamenu.style-black .nav-collapse,
  #chirp-main-menu .main_menu_navigation .tb-megamenu.style-black .nav-collapse,
  #cpdr-main-menu .main_menu_navigation .tb-megamenu.style-black .nav-collapse,
  #dvcipm-main-menu .main_menu_navigation .tb-megamenu.style-black .nav-collapse,
  #ncdmph-main-menu .main_menu_navigation .tb-megamenu.style-black .nav-collapse,
  #sc2i-main-menu .main_menu_navigation .tb-megamenu.style-black .nav-collapse,
  #main-menu-4dbio3 .main_menu_navigation .tb-megamenu.style-black .nav-collapse {
    top: 42px;
    margin-top: 0px;
  }
  /* line 328, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
  #usu_main_menu .main_menu_navigation .tb-megamenu.style-black .level-1 .tb-megamenu-submenu,
  #cghe-main-menu .main_menu_navigation .tb-megamenu.style-black .level-1 .tb-megamenu-submenu,
  #chirp-main-menu .main_menu_navigation .tb-megamenu.style-black .level-1 .tb-megamenu-submenu,
  #cpdr-main-menu .main_menu_navigation .tb-megamenu.style-black .level-1 .tb-megamenu-submenu,
  #dvcipm-main-menu .main_menu_navigation .tb-megamenu.style-black .level-1 .tb-megamenu-submenu,
  #ncdmph-main-menu .main_menu_navigation .tb-megamenu.style-black .level-1 .tb-megamenu-submenu,
  #sc2i-main-menu .main_menu_navigation .tb-megamenu.style-black .level-1 .tb-megamenu-submenu,
  #main-menu-4dbio3 .main_menu_navigation .tb-megamenu.style-black .level-1 .tb-megamenu-submenu {
    float: none;
    text-align: left;
  }
  /* line 335, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
  #usu_main_menu .main_menu_navigation .tb-megamenu-item,
  #cghe-main-menu .main_menu_navigation .tb-megamenu-item,
  #chirp-main-menu .main_menu_navigation .tb-megamenu-item,
  #cpdr-main-menu .main_menu_navigation .tb-megamenu-item,
  #dvcipm-main-menu .main_menu_navigation .tb-megamenu-item,
  #ncdmph-main-menu .main_menu_navigation .tb-megamenu-item,
  #sc2i-main-menu .main_menu_navigation .tb-megamenu-item,
  #main-menu-4dbio3 .main_menu_navigation .tb-megamenu-item {
    white-space: nowrap;
  }
  /* line 339, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
  #usu_main_menu .main_menu_navigation .tb-megamenu-column,
  #cghe-main-menu .main_menu_navigation .tb-megamenu-column,
  #chirp-main-menu .main_menu_navigation .tb-megamenu-column,
  #cpdr-main-menu .main_menu_navigation .tb-megamenu-column,
  #dvcipm-main-menu .main_menu_navigation .tb-megamenu-column,
  #ncdmph-main-menu .main_menu_navigation .tb-megamenu-column,
  #sc2i-main-menu .main_menu_navigation .tb-megamenu-column,
  #main-menu-4dbio3 .main_menu_navigation .tb-megamenu-column {
    min-width: auto !important;
  }
  /* line 348, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
  #usu_main_menu .main_menu_navigation .tb-megamenu-column-inner .block-inner ul,
  #cghe-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner ul,
  #chirp-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner ul,
  #cpdr-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner ul,
  #dvcipm-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner ul,
  #ncdmph-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner ul,
  #sc2i-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner ul,
  #main-menu-4dbio3 .main_menu_navigation .tb-megamenu-column-inner .block-inner ul {
    margin: 0px 0px 0px 9px !important;
    width: auto !important;
    clear: both;
  }
  /* line 352, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
  #usu_main_menu .main_menu_navigation .tb-megamenu-column-inner .block-inner ul li,
  #cghe-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner ul li,
  #chirp-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner ul li,
  #cpdr-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner ul li,
  #dvcipm-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner ul li,
  #ncdmph-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner ul li,
  #sc2i-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner ul li,
  #main-menu-4dbio3 .main_menu_navigation .tb-megamenu-column-inner .block-inner ul li {
    display: block !important;
    width: 250px;
  }
  /* line 359, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
  #usu_main_menu .main_menu_navigation .tb-megamenu-column-inner .block-inner div div div:first-child,
  #cghe-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner div div div:first-child,
  #chirp-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner div div div:first-child,
  #cpdr-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner div div div:first-child,
  #dvcipm-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner div div div:first-child,
  #ncdmph-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner div div div:first-child,
  #sc2i-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner div div div:first-child,
  #main-menu-4dbio3 .main_menu_navigation .tb-megamenu-column-inner .block-inner div div div:first-child {
    display: none;
  }
  /* line 362, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
  #usu_main_menu .main_menu_navigation .tb-megamenu-column-inner .block-inner div div div,
  #cghe-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner div div div,
  #chirp-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner div div div,
  #cpdr-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner div div div,
  #dvcipm-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner div div div,
  #ncdmph-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner div div div,
  #sc2i-main-menu .main_menu_navigation .tb-megamenu-column-inner .block-inner div div div,
  #main-menu-4dbio3 .main_menu_navigation .tb-megamenu-column-inner .block-inner div div div {
    display: block;
    top: 0px !important;
    border-left: 0px;
    padding-left: 6px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 283, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
  #usu_main_menu,
  #cghe-main-menu,
  #chirp-main-menu,
  #cpdr-main-menu,
  #dvcipm-main-menu,
  #ncdmph-main-menu,
  #sc2i-main-menu,
  #main-menu-4dbio3 {
    top: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
  }
  /* line 382, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
  #usu_main_menu #navigation,
  #cghe-main-menu #navigation,
  #chirp-main-menu #navigation,
  #cpdr-main-menu #navigation,
  #dvcipm-main-menu #navigation,
  #ncdmph-main-menu #navigation,
  #sc2i-main-menu #navigation,
  #main-menu-4dbio3 #navigation {
    z-index: 600;
  }
}
@media (max-width: 480px) {
  /* line 283, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
  #usu_main_menu,
  #cghe-main-menu,
  #chirp-main-menu,
  #cpdr-main-menu,
  #dvcipm-main-menu,
  #ncdmph-main-menu,
  #sc2i-main-menu,
  #main-menu-4dbio3 {
    position: absolute;
  }
}
@media (max-width: 360px) {
  /* line 392, ../sass/theme/tb-megamenu/main-menu/_main-menu.scss */
  #usu_main_menu #navigation,
  #cghe-main-menu #navigation,
  #chirp-main-menu #navigation,
  #cpdr-main-menu #navigation,
  #dvcipm-main-menu #navigation,
  #ncdmph-main-menu #navigation,
  #sc2i-main-menu #navigation,
  #main-menu-4dbio3 #navigation {
    z-index: 700;
  }
}

/* line 3, ../sass/theme/tb-megamenu/sub-menus/_sc2i-menu.scss */
#sc2i-main-menu .main_menu_navigation {
  background-color: #565656;
}
/* line 9, ../sass/theme/tb-megamenu/sub-menus/_sc2i-menu.scss */
#sc2i-main-menu .tb-megamenu.style-black {
  background-color: #565656;
}
/* line 12, ../sass/theme/tb-megamenu/sub-menus/_sc2i-menu.scss */
#sc2i-main-menu .tb-megamenu.style-black .level-0 > li {
  width: 9.65%;
}
/* line 18, ../sass/theme/tb-megamenu/sub-menus/_sc2i-menu.scss */
#sc2i-main-menu .tb-megamenu.style-black .level-1 .tb-megamenu-submenu li {
  width: 300px;
}
/* line 21, ../sass/theme/tb-megamenu/sub-menus/_sc2i-menu.scss */
#sc2i-main-menu .tb-megamenu.style-black .level-1 .tb-megamenu-submenu li > a {
  line-height: 1.5em;
}
/* line 24, ../sass/theme/tb-megamenu/sub-menus/_sc2i-menu.scss */
#sc2i-main-menu .tb-megamenu.style-black .level-1 .tb-megamenu-submenu li > a ul {
  background-color: #7551A4;
}
/* line 31, ../sass/theme/tb-megamenu/sub-menus/_sc2i-menu.scss */
#sc2i-main-menu .tb-megamenu.style-black li.active > a {
  background-color: #7551A4;
}
/* line 38, ../sass/theme/tb-megamenu/sub-menus/_sc2i-menu.scss */
#sc2i-main-menu .tb-megamenu.style-black li.active ul li a {
  background-color: #7551A4;
}
@media (max-width: 1150px) {
  /* line 50, ../sass/theme/tb-megamenu/sub-menus/_sc2i-menu.scss */
  #sc2i-main-menu .tb-megamenu.style-black .level-0 > li {
    width: auto;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 3px;
  }
}
@media (max-width: 980px) {
  /* line 63, ../sass/theme/tb-megamenu/sub-menus/_sc2i-menu.scss */
  #sc2i-main-menu .tb-megamenu.style-black .level-0 > li {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
  }
}

/* line 3, ../sass/theme/tb-megamenu/sub-menus/_cpdr-menu.scss */
#cpdr-main-menu .main_menu_navigation {
  background-color: #3B6D9E;
}
/* line 9, ../sass/theme/tb-megamenu/sub-menus/_cpdr-menu.scss */
#cpdr-main-menu .tb-megamenu.style-black .dropdown-menu {
  background-color: #3B6D9E;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
  opacity: 0.97;
}
/* line 14, ../sass/theme/tb-megamenu/sub-menus/_cpdr-menu.scss */
#cpdr-main-menu .tb-megamenu.style-black {
  background-color: #3B6D9E;
}
/* line 17, ../sass/theme/tb-megamenu/sub-menus/_cpdr-menu.scss */
#cpdr-main-menu .tb-megamenu.style-black .level-0 > li {
  float: none;
  width: 9.65%;
}
/* line 24, ../sass/theme/tb-megamenu/sub-menus/_cpdr-menu.scss */
#cpdr-main-menu .tb-megamenu.style-black .level-1 .tb-megamenu-submenu li {
  width: 300px;
}
/* line 27, ../sass/theme/tb-megamenu/sub-menus/_cpdr-menu.scss */
#cpdr-main-menu .tb-megamenu.style-black .level-1 .tb-megamenu-submenu li > a {
  line-height: 1.5em;
}
/* line 30, ../sass/theme/tb-megamenu/sub-menus/_cpdr-menu.scss */
#cpdr-main-menu .tb-megamenu.style-black .level-1 .tb-megamenu-submenu li > a:hover {
  color: #FFFFFF;
}
/* line 34, ../sass/theme/tb-megamenu/sub-menus/_cpdr-menu.scss */
#cpdr-main-menu .tb-megamenu.style-black .level-1 .tb-megamenu-submenu li > a ul {
  background-color: #001D54;
}
/* line 42, ../sass/theme/tb-megamenu/sub-menus/_cpdr-menu.scss */
#cpdr-main-menu .tb-megamenu.style-black .level-2.active a {
  color: #FFFFFF;
}
/* line 47, ../sass/theme/tb-megamenu/sub-menus/_cpdr-menu.scss */
#cpdr-main-menu .tb-megamenu.style-black li.active > a {
  background-color: #001D54;
}
/* line 54, ../sass/theme/tb-megamenu/sub-menus/_cpdr-menu.scss */
#cpdr-main-menu .tb-megamenu.style-black li.active ul li a {
  background-color: #3B6D9E;
  color: #94c9fd;
}
/* line 64, ../sass/theme/tb-megamenu/sub-menus/_cpdr-menu.scss */
#cpdr-main-menu .tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #94c9fd;
  border-top-color: #94c9fd;
}
@media (max-width: 1150px) {
  /* line 73, ../sass/theme/tb-megamenu/sub-menus/_cpdr-menu.scss */
  #cpdr-main-menu .tb-megamenu.style-black .level-0 > li {
    width: auto;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 3px;
  }
}
@media (max-width: 980px) {
  /* line 86, ../sass/theme/tb-megamenu/sub-menus/_cpdr-menu.scss */
  #cpdr-main-menu .tb-megamenu.style-black .level-0 > li {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
  }
}

/* line 3, ../sass/theme/tb-megamenu/sub-menus/_chirp-menu.scss */
#chirp-main-menu .main_menu_navigation {
  background-color: #0D78B9;
}
/* line 9, ../sass/theme/tb-megamenu/sub-menus/_chirp-menu.scss */
#chirp-main-menu .tb-megamenu.style-black {
  background-color: #0D78B9;
}
/* line 12, ../sass/theme/tb-megamenu/sub-menus/_chirp-menu.scss */
#chirp-main-menu .tb-megamenu.style-black .level-0 > li {
  width: 16%;
}

/* line 3, ../sass/theme/tb-megamenu/sub-menus/_cghe-menu.scss */
#cghe-main-menu .main_menu_navigation {
  background-color: #0D78B9;
}
/* line 9, ../sass/theme/tb-megamenu/sub-menus/_cghe-menu.scss */
#cghe-main-menu .tb-megamenu.style-black {
  background-color: #0D78B9;
}
/* line 12, ../sass/theme/tb-megamenu/sub-menus/_cghe-menu.scss */
#cghe-main-menu .tb-megamenu.style-black .level-0 > li {
  width: 16%;
}
/* line 19, ../sass/theme/tb-megamenu/sub-menus/_cghe-menu.scss */
#cghe-main-menu .tb-megamenu .level-1 .tb-megamenu-submenu li {
  width: 300px;
}
/* line 22, ../sass/theme/tb-megamenu/sub-menus/_cghe-menu.scss */
#cghe-main-menu .tb-megamenu .level-1 .tb-megamenu-submenu li > a {
  line-height: 1.5em;
}

/* line 3, ../sass/theme/tb-megamenu/sub-menus/_dvcipm-menu.scss */
#dvcipm-main-menu .main_menu_navigation {
  background-color: #552D86;
}
/* line 9, ../sass/theme/tb-megamenu/sub-menus/_dvcipm-menu.scss */
#dvcipm-main-menu .tb-megamenu.style-black .dropdown-menu {
  background-color: #7551A4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
  opacity: 0.97;
}
/* line 14, ../sass/theme/tb-megamenu/sub-menus/_dvcipm-menu.scss */
#dvcipm-main-menu .tb-megamenu.style-black {
  background-color: #552D86;
}
/* line 17, ../sass/theme/tb-megamenu/sub-menus/_dvcipm-menu.scss */
#dvcipm-main-menu .tb-megamenu.style-black .level-0 > li {
  width: 16%;
}
/* line 23, ../sass/theme/tb-megamenu/sub-menus/_dvcipm-menu.scss */
#dvcipm-main-menu .tb-megamenu.style-black .level-1 .tb-megamenu-submenu li {
  width: 300px;
}
/* line 26, ../sass/theme/tb-megamenu/sub-menus/_dvcipm-menu.scss */
#dvcipm-main-menu .tb-megamenu.style-black .level-1 .tb-megamenu-submenu li > a {
  line-height: 1.5em;
}
/* line 29, ../sass/theme/tb-megamenu/sub-menus/_dvcipm-menu.scss */
#dvcipm-main-menu .tb-megamenu.style-black .level-1 .tb-megamenu-submenu li > a ul {
  background-color: #7551A4;
}
/* line 37, ../sass/theme/tb-megamenu/sub-menus/_dvcipm-menu.scss */
#dvcipm-main-menu .tb-megamenu.style-black li.active > a {
  background-color: #7551A4;
}
/* line 44, ../sass/theme/tb-megamenu/sub-menus/_dvcipm-menu.scss */
#dvcipm-main-menu .tb-megamenu.style-black li.active ul li a {
  background-color: #7551A4;
}

/* line 2, ../sass/theme/tb-megamenu/sub-menus/_ncdmph-menu.scss */
#ncdmph-main-menu .main_menu_navigation {
  background-color: #0D78B9;
}
/* line 6, ../sass/theme/tb-megamenu/sub-menus/_ncdmph-menu.scss */
#ncdmph-main-menu .tb-megamenu.style-black {
  background-color: #0D78B9;
}
/* line 8, ../sass/theme/tb-megamenu/sub-menus/_ncdmph-menu.scss */
#ncdmph-main-menu .tb-megamenu.style-black .level-0 > li {
  width: 16%;
}
/* line 13, ../sass/theme/tb-megamenu/sub-menus/_ncdmph-menu.scss */
#ncdmph-main-menu .tb-megamenu .level-1 .tb-megamenu-submenu li {
  width: 300px;
}
/* line 15, ../sass/theme/tb-megamenu/sub-menus/_ncdmph-menu.scss */
#ncdmph-main-menu .tb-megamenu .level-1 .tb-megamenu-submenu li > a {
  line-height: 1.5em;
}

/* line 3, ../sass/theme/tb-megamenu/sub-menus/_4dbio3-menu.scss */
#main-menu-4dbio3 .main_menu_navigation {
  background-color: #0D78B9;
}
/* line 9, ../sass/theme/tb-megamenu/sub-menus/_4dbio3-menu.scss */
#main-menu-4dbio3 .tb-megamenu.style-black {
  background-color: #0D78B9;
}
/* line 12, ../sass/theme/tb-megamenu/sub-menus/_4dbio3-menu.scss */
#main-menu-4dbio3 .tb-megamenu.style-black .level-0 > li {
  width: 13.75%;
}
/* line 19, ../sass/theme/tb-megamenu/sub-menus/_4dbio3-menu.scss */
#main-menu-4dbio3 .tb-megamenu .level-1 .tb-megamenu-submenu li {
  width: 300px;
}
/* line 22, ../sass/theme/tb-megamenu/sub-menus/_4dbio3-menu.scss */
#main-menu-4dbio3 .tb-megamenu .level-1 .tb-megamenu-submenu li > a {
  line-height: 1.5em;
}

/*.menu-name-menu-homepage-extras-menu,
.menu-name-menu-homepage-menu,
.panels-flexible-region-usu_standard_landing_page-left_gutter,
.panels-flexible-region-usu_standard_landing_page-left_gutter-inside,
#panels-ipe-regionid-left_gutter,
#usu_homepage, */
/* line 304, ../sass/styles.scss */
.field-name-field-program-menu-links .field-item,
.field-name-field-department-resources .field-item,
.pane-node-field-department-menu-links .field-item {
  list-style: none;
  text-align: center;
  margin-bottom: .25em;
  height: 3em;
  line-height: 3em;
  background-color: #e5e9e8;
  font-size: .8em;
}
/* line 314, ../sass/styles.scss */
.field-name-field-program-menu-links .field-item:hover a,
.field-name-field-department-resources .field-item:hover a,
.pane-node-field-department-menu-links .field-item:hover a {
  text-decoration: underline;
}
/* line 319, ../sass/styles.scss */
.field-name-field-program-menu-links .field-item a,
.field-name-field-department-resources .field-item a,
.pane-node-field-department-menu-links .field-item a {
  color: #000000;
  text-decoration: none;
}
/* line 322, ../sass/styles.scss */
.field-name-field-program-menu-links .field-item a:hover,
.field-name-field-department-resources .field-item a:hover,
.pane-node-field-department-menu-links .field-item a:hover {
  text-decoration: underline;
}

/* line 329, ../sass/styles.scss */
h3.panopoly-spotlight-label {
  display: none;
}

/* line 333, ../sass/styles.scss */
.panopoly-spotlight-info {
  display: none;
}

/* line 339, ../sass/styles.scss */
.view-programs a,
.view-id-departments a {
  color: #000000;
  text-decoration: none;
}
/* line 342, ../sass/styles.scss */
.view-programs a:hover,
.view-id-departments a:hover {
  text-decoration: underline;
}

/* css for the slider */
/* line 350, ../sass/styles.scss */
.slideshowlink {
  position: absolute;
  right: 10%;
  color: white;
  font-size: 10px;
}

/* line 357, ../sass/styles.scss */
.timeline {
  background-color: #efefef !important;
}

/* line 362, ../sass/styles.scss */
.page-calendar #admin-menu {
  display: none !important;
}

/* line 368, ../sass/styles.scss */
.calendar-menu td {
  border: 2px black solid;
  background-color: #565656;
}
/* line 371, ../sass/styles.scss */
.calendar-menu td a, .calendar-menu td a:link, .calendar-menu td a:active, .calendar-menu td a:visited {
  color: white;
  text-decoration: none;
}
/* line 375, ../sass/styles.scss */
.calendar-menu td a:hover {
  text-decoration: underline;
}

/* Some menus require this active designation */
/* line 382, ../sass/styles.scss */
.active > a {
  text-decoration: underline !important;
  font-weight: bolder;
}

@media (max-width: 980px) {
  /* line 388, ../sass/styles.scss */
  body {
    width: 100%;
  }
}
